@charset "UTF-8";
/* CSS Document */
*{margin:0px;padding:0px;}
body{
	background:url(images/bg.jpg) repeat-x #313437;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}
#wrapper{
margin:0 auto;
width:928px;}
#top_header{
	width:900px;
	margin:0 auto;
	height:47px;
}
#nav{
	padding:9px 0px 0px 20px;
	float:left;
	height:38px;
	background:url(images/nav_bg.jpg) repeat-x;
	width:470px;
}
#nav ul{
	list-style:none;
	font-size:13px;}
#nav li{
	display:block;
	float:left;
	height:20px;
	border-right:solid 1px #454748;}
	
#nav ul li a{text-decoration:none;
color:#FFF;padding:0px 30px 0px 30px;}
#nav ul li a:hover{color:#56c8e8;display:block;height:31px; border-bottom:solid 1px #56c8e8;}
#phone{float:left;text-align:right;padding:5px 20px 0px 250px;width:140px; height:42px;}
#phone .green{display:block; padding-top:5px;}
#header{clear:both;width:928px;height:254px;margin:0 auto;background:url(images/header.jpg)no-repeat;margin-left:-2px;}
#content{margin:0 auto;width:900px; background:url(images/page_bg.png) repeat-y; min-height:350px;}
#content_bg{padding:20px 10px 10px 10px;background:url(images/content_bg.jpg) repeat-x #454241;width:880px;margin:0 auto;min-height:330px;}
#leftbar{float:left; background:url(images/testimonials.png) no-repeat; width:187px; height:324px;padding:5px;}
#leftbar_inner{width:177px; height:314px; padding:5px; background:#161515;}
#leftbar_inner img{padding-top:3px; padding-bottom:10px;margin-left:-5px;}
#content_inner{width:615px;background:#161515;margin-left:18px; float:left;padding:10px 20px 10px 20px;}
#content_inner h2{text-transform:uppercase; color:#56c8e8;font-size:13px;}
#content_inner img{padding:0px 10px 10px 0px;}
.green{color:#d0ee05;}	
.blue{text-transform:uppercase;color:#56c8e8;text-align:center;font-size:13px;}
strong{color:#56c8e8;}
#footer{text-align:right; font-size:12px;clear:both;width:860px;padding:10px;}
#content_inner_singal{width:840px;background:#161515;padding:10px 20px 10px 20px;float:left;}
#content_inner_singal h2{text-transform:uppercase; color:#56c8e8;font-size:13px;}
#pic_frame{width:180px; border:1px solid #d0ee05;font-size:11px;padding:10px 10px 10px 200px;text-align:left;background:#000;float:left; margin-bottom:20px; min-height:200px;}
#pic_frame img{margin-top:-20px; margin-left:-210px;}
#pic_frame h4{text-transform:uppercase; color:#56c8e8;}
#pic_frame ul{color:#d0ee05; margin-left:20px;}
#pic_frame1{width:180px; border:1px solid #d0ee05;font-size:11px;padding:10px 10px 10px 200px;text-align:left;background:#000;float:left;margin-left:50px; min-height:200px;}
#pic_frame1 img{margin-top:-20px; margin-left:-210px;}
#pic_frame1 h4{text-transform:uppercase; color:#56c8e8;}
#pic_frame1 ul{color:#d0ee05; margin-left:20px;}
.white{color:#FFF;}
label{float:left;padding-left:20px;}
input {background:#eceaea;border:1px solid #56c8e8;font-size:12px; height:20px;}
textarea {background:#eceaea;border:1px solid #56c8e8;font-size:12px;}
form{background:url(images/contact.png) no-repeat;width:814px; height:322px;padding-top:10px;}
#content_inner a{color:#d0ee05;}
.contact{width:300px;text-align:left; float:left;font-size:14px;}
.top_space{padding-top:20px;}