@charset "utf-8";
/* CSS Document */

#boxslideshow { margin-left:20px; position:relative; }
#boxslideshow .cycle{ width:260px; border:solid 0px #e8e8e8; padding:0px 10px;}
#boxslideshow .cycle h5{ text-align:center; }
#boxslideshow .cycle .imgcenter{ text-align:center;  padding:0; }

/*
------------------------------------------------------------
		Scrolltop
------------------------------------------------------------
*/
#scrolltop {
	background:url(../images/contents/scroll-top.png) no-repeat center center;
	background-color:#000;
	width:40px;
	height:40px;
	border-radius: 2px;	
	opacity: 0.5;
	filter: alpha(opacity=50);
/*
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
*/
}

#scrolltop:hover {
	background-color:#9E1D21;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

#scrolltop:active, #scrolltop:focus {
	outline: none;
}

.header-right { width:280px; margin:0; padding:0; }

.heading {
	text-align:left;
	margin-bottom:13px;
	background:url(../images/contents/heading-bg.gif) no-repeat right bottom
}

.heading h1,.heading h2,.heading h3,.heading h4,.heading h5 {
	background:#fff;
	display:inline;
	padding-right:15px
}
/*
.sidebar .heading h5 {
	background:#f0f0f0
}
*/
.heading.bg-none {
	background:none
}


.portfolio .portfolio-detail { background:#E2E2E2; border-bottom:1px solid #888888; padding:10px 0px; float:left; margin:0px; clear:both; width:100%; margin:0px 0px 1px; text-align:center; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }

.portfolio .portfolio-detail h5, .portfolio .portfolio-detail p { padding:0px 10px; margin:0px; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }

.portfolio .portfolio-detail p { color:#454545; }

/* ----------- sidebar navigation ----------- */

.sidebars-navigation {
	float: left;
	margin-bottom: 35px;
	margin-top: -15px;
}
ul.sidebars-navigation-list {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
}
.sidebars-navigation-list li {
	padding: 0px 0px 1px 0px;
	margin: 0px;
	list-style-type: none;

}
.sidebars-navigation-list li a {
	color:#454545;
	padding: 7px 0px 7px 50px;
	display: block;
	text-decoration: none;
	background: url(../images/arrow-06.png) no-repeat 20px 14px;
	border-bottom: 1px solid #eeeeee;
}
.sidebars-navigation-list li a:hover {
	padding: 7px 0px 7px 45px;
	display: block;
	color: #9E1D21;
	text-decoration: none;
	background: url(../images/arrow-06.png) no-repeat 20px 14px;
}

.content .img-border { padding:10px; border:solid 1px #d6d6d1; background-color:#fff; margin-top:5px; margin-bottom:15px;}

.span6{width:460px}