body{
	background:url(images/bg_body.png);
	text-align:center;
}
a{
	color:#528426;
	text-decoration:underline;
}
a:hover{
	color:#FFF;
	text-decoration:none;
}
#wrapper-bg{
	background:url(images/bg_body01.png) center top repeat-x;
	padding:30px 0;
}
#container{
	width:960px;
	margin:0 auto;
	text-align:left;
	background:#0d0b0a url(images/bg_body02.png) center top no-repeat;
	border-radius:3px;
	border:3px solid #64843a;
	-webkit-box-shadow: 0px 0px 43px 5px #b7d467;
	-moz-box-shadow: 0px 0px 43px 5px #b7d467;
	box-shadow: 0px 0px 43px 5px #b7d467;
}
/* ----------------------- header ----------------------- */
#header{
	height:105px;
	padding-top:47px;
	text-align:center;
	position:relative;
	background:url(images/bg_header01.png) center 95px no-repeat;
}
#logo h1{
	margin:0;
	text-indent:-9999px;
	background:url(images/img_logo.png) center top no-repeat;
	height:28px;
}
#logo p{
	color:#82bd49;
	font-size:12px;
	letter-spacing:3px;
	text-transform:uppercase;
}
.nav{
	position:absolute;
	top:47px;
	margin:0;
}
#nav-left{
	left:5px;
}
#nav-right{
	right:5px;
}
.nav li{
	margin:0;
	padding:0 15px;
	float:left;
}
.nav a{
	display:block;
	padding:3px 10px;
	color:#4a4645;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:3px;
	font-size:12px;
}
.nav a:hover,.nav li.current a{
	color:#FFF;
	background: #8dc951;
	background: -moz-linear-gradient(top,  #8dc951 0%, #4d8424 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8dc951), color-stop(100%,#4d8424));
	background: -webkit-linear-gradient(top,  #8dc951 0%,#4d8424 100%);
	background: -o-linear-gradient(top,  #8dc951 0%,#4d8424 100%);
	background: -ms-linear-gradient(top,  #8dc951 0%,#4d8424 100%);
	background: linear-gradient(top,  #8dc951 0%,#4d8424 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dc951', endColorstr='#4d8424',GradientType=0 );
}
#header .socials{
	position:absolute;
	top:105px;
	right:10px;
}
.socials{
	width:85px;
	text-align:right;
}
.socials img{
	padding:0 2px;
}
/* ----------------------- slides ----------------------- */
#slides-wrapper{
	margin:0 5px 30px 5px;
	padding:10px;
	background: #87c34d;
	background: -moz-linear-gradient(top,  #87c34d 0%, #4d8424 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87c34d), color-stop(100%,#4d8424));
	background: -webkit-linear-gradient(top,  #87c34d 0%,#4d8424 100%);
	background: -o-linear-gradient(top,  #87c34d 0%,#4d8424 100%);
	background: -ms-linear-gradient(top,  #87c34d 0%,#4d8424 100%);
	background: linear-gradient(top,  #87c34d 0%,#4d8424 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87c34d', endColorstr='#4d8424',GradientType=0 );
	position:relative;
}
.slides_container {
	width:884px;
	display:none;
	margin-left:46px;
}
.slides_container div {
	width:884px;
	height:230px;
	display:block;
}
.pagination {
	position:absolute;
	top:3px;
	left:10px;
	list-style:none;
	margin:0;
	padding:0;
}
.pagination a{
	display:block;
	width:39px;
	background-color:#151110;
	color:#6f6a68;
	text-align:center;
	padding:5px 0;
	margin:7px 0;
	font-size:17px;
	text-decoration:none;
}
.pagination .current a,.pagination a:hover{
	color:#100e0d;
	background-color:#d6ffaf;
}
/* ----------------------- content-wrapper ----------------------- */
#content-wrapper{
	overflow:hidden;
	padding:0 15px 5px 15px;
}
/* ----------------------- sidebar ----------------------- */
#sidebar{
	width:255px;
	float:left;
	padding-right:15px;
}
#sidebar .block{
	border-radius:3px;
	bottom:1px solid #4c7133;
	background-color:#82bd49;
	margin-bottom:10px;
	padding:5px;
	-webkit-box-shadow: inset 0px 0px 5px 1px #afe37e;
	-moz-box-shadow: inset 0px 0px 5px 1px #afe37e;
	box-shadow: inset 0px 0px 5px 1px #afe37e;
}
#sidebar h2{
	border-radius:3px;
	background-color:#0d0b0a;
	color:#fff;
	margin:0;
	padding:4px 10px;
	font-size:15px;
	text-transform:uppercase;
}
#sidebar p{
	margin:0;
	padding:5px;
}
#sidebar ul{
	margin:0;
	padding:5px;
}
#sidebar a,#sidebar p,#sidebar li{
	color:#201b19;
}
#sidebar a:hover{
	color:#000;
}
/* ----------------------- content ----------------------- */
#content{
	width:660px;
	float:left;
}
#content .block{
	padding:15px;
	margin-bottom:10px;
	background-color:#080706;
}
#content h2{
	color:#fff;
	text-transform:uppercase;
	letter-spacing:3px;
	font-size:16px;
}
#content p,#content li{
	color:#534d4a;
}
/* ----------------------- footer ----------------------- */
#footer{
	background-color:#000;
	border-radius: 0px 0px 5px 5px;
	padding:15px 15px 10px 15px;
	overflow:hidden;
}
#footer a{
	text-decoration:none;
	color:#3a3d37;
}
#footer a:hover{
	color:#dcfebc;
}
#footer p{
	color:#dcfebc;
	margin:0;
}
#footer .left{
	float:left;
	width:50%;
}
#footer .left p{
	float:left;
}
#footer .right{
	float:right;
	width:50%;
	overflow:hidden;
}
#footer .right p,#footer .right .socials{
	float:right;
}
#footer .socials{
	margin-left:25px;
}