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

body {
	margin: 0px;
	background:url(images/bg.jpg) #000 fixed center repeat;
	
	overflow:hidden;
}

a img{ border: none}

ul, li, h3, h2, h1, p, #navigation, #content,.section{
	padding:0;
	margin:0;
	list-style:none;
}

p{
	color:#FFF;
	line-height: 150%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	padding-bottom: 5px
}
		
#wrapper {
	margin: 0px auto;
	width: 880px;
}
#header {
	height: 92px;
	width: 830px;
	margin: 0px auto;
}

#slideshow {
	height: 250px;
	width: 830px;
	margin: 0px auto;
	
}

#maincontent {
	height: 230px;
	width: 870px;
	margin: 25px auto;
	background:url(images/cbg.jpg) no-repeat;
	
}

#content{
	overflow:hidden;
	width:870px;
	position:relative;
	height:230px;
	
}
	#content h2{
		color: #FC0;
		margin: 7px 0pt 10px 0pt;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:16px
	}
	
	#content h3{
		color: #FC0;
		margin: 0px 0px 5px 0px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:14px
	}
		
	#content a{
		color:#777;
		font-weight:bolder;
		text-decoration:none;
	}
	
.section{
	width:2900px;
	position:relative;
}

	.section .sub{
		position:relative;
		float:left;
		padding:5px 35px 10px 35px;
		width:810px;
		height:210px;
		/*border-bottom:#999 1px solid;
				border-top:#999 1px solid*/
	}	
		.section .next2, .section .prev2{
			font-size:12px;
			position:absolute;
			bottom:10px;
			letter-spacing:-1px;
		}
		.section .next2{
	
	right:400px;
		}
		.section .prev2{
			left:400px;
		}

#navigation{
	float:left;
	width:110px;
	height:400px;
	background-color:#5B739C;
}
	#navigation .sup{
		margin:26px 10px;
		font-size:14px;
	}
		#navigation ul{
			margin:5px 0;
			list-style:circle;
			padding-left:15px;						
		}
		#navigation a{
			color:white;
			font-weight:bolder;
			text-decoration:none;
		}				
		#navigation .sup li{
			margin: 3px 0 !important;
			margin:-4px 0;
			font-size:10px;
		}
		#navigation a.scrolling{
			color:#933;
		}
		
#logo {
	float: left;
	height: 92px;
	width: 270x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#nav {
	float: right;
	height:50px;
	width: 455px;
	background:url(images/nav.png) no-repeat;
	padding: 5px 5px;
	margin: 20px auto;
}

#nav li{
	float: left;
	height:25px;
	width: 91px;
	margin-top: 8px;
	border-right: #FC0 1px dotted;
	text-align:center;
}

#nav li.home{
	width: 30px ;
	margin-top: 8px;
	margin-left: 5px;
}

#nav li.contact{
	width: 30px ;
	margin-top: 8px;
	border: none;
}

#nav li a{
	
	color: #FC0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}


#lblend{
	position:relative;
	left: -50px;
	z-index: 333;
	top: -248px;

	width: 161px;
	height: 248px;
	background:url(images/lblend.png);
}

#rblend{
	position:relative;
	right: -719px;
	z-index: 333;
	
	top: -496px;
	width: 161px;
	height: 248px;
	background:url(images/rblend.png);
	
}

.loader2{
	color: #666;
	font-weight: bold;
	position:relative;
	display: none;
	z-index: 999;
}

textarea, input{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	
	color:#333;	
	background: #FC0;
	outline: none;
	border: none;
}

.contactbutton{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:10px;
	padding: 3px;
	color:#fff;
	background: #FC0
}

.contactbutton:hover, textarea:focus, input:focus{
	outline:none;
	box-shadow:0 0 8px rgba(255,150,60,1);
	-moz-box-shadow:0 0 8px rgba(255,150,60,1);
	-webkit-box-shadow:0 0 8px rgba(255,150,60,1);
}

.name_error, .message_error, .phone_error, .captcha_error{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color: #FC0;
	
}

.log{
	color:#00CC00;
	font-size: 11px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	float:left;
	margin-left: 20px;
	font-weight:bold
}

#footer a, #footer a:link, #footer a:visited{
		color:#FC0;
		text-decoration:none;
		font-size: 10px
	}
	
	#footer a:hover{
		color:#FC0;
		text-decoration:underline;
		font-size: 10px
	}