/* CSS Document */
*{margin:0; padding:0;}

body{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCC;
	line-height:16px;
	background:url(../images/body_bg.jpg) repeat-x #000; 
	}

img{border:none;}
.img{float:left;}

a{text-decoration:none;}
a:hover{text-decoration:underline;}
a:link{}
a:visited{}
a:active{}


/** MAIN **/
.main{
	width:960px;
	margin:0 auto;
	padding-top:25px;
	}
.main h1{
	font-size:18px;
	font-weight:normal;
	color:#DDE7EC;
	padding-bottom:10px;
	}
.main a{text-decoration:underline;}
.main a:hover{color:#419783;}
	

/** HEADER **/
.header{
	width:181px;
	float:left;
	padding-top:
	}
.cont_right{
	width:763px;
	float:right;
	padding-top:2px;
	}
.head_left{
	width:181px;
	float:left;
	}	
.header ul{
	width:182px;
	float:left;
	list-style:none;
	padding-top:28px;
	}
.header li{
	width:100%;
	float:left;
    font-size:14px;
	}	
.header li a{
	width:175px;
	height:25px;
	float:left;
	background:url(../images/li_bg.jpg) bottom left no-repeat;
	color:#E1EBF1;
	padding:8px 0 0 6px;
	text-decoration:none;
	}
.header li a:hover{
	text-decoration:none;
	color:#999;
	}	
.header li a.current{
	width:169px;
	height:26px;
	background:url(../images/li_bg_current.png) no-repeat;
	padding:11px 0 0 12px;
	font-weight:bold;
	margin-top:-1px;
	}	
.header li a.current:hover{
	color:#E1EBF1;
	}	
.header .no_bg{
	background:none;
	}	
.head_left .icon{padding-top:15px;}	
.head_left .icon .img{margin-right:6px;}	
	
/** CONTENT **/	
.content{
	width:100%;
	float:left;
	padding-top:33px;
	}	

.welcome{
	width:470px;
	float:left;
	line-height:20px;
	font-size:14px;
	padding-right:43px;
	}
.welcome a{
	color:#8399A9;
	font-weight:bold;
	}

/** TESTIMONIAL **/
.testimonial{
	width:439px;
	float:left;
	}	
.testimonial ul,
.news ul{
	padding-top:4px;
	}	
.testimonial li,
.news li,
.testim li{
	font-size:12px;
	padding-bottom:10px !important;
	list-style:none;
	}	
.testimonial li a,
.news a,
.testim a{
	color:#CCC;
	}
.testimonial .link,
.news .link,
.testim .link,
.head_test .link,
.contact .link{
	float:right;
	color:#98C4BA;
	margin-top:3px;
	margin-right:15px;
	}	
	
/** CONTENT INFO **/	
.cont_info{
	width:950px;
	float:left;
	background:url(../images/cont_info_bg.jpg) repeat-y;
	margin-top:35px;
	}
.get_quote,
.news,
.contact,
.testim{
	width:152px;
	float:left;
	padding:6px 0 0 19px;
	}
.get_quote ul,
.news ul,
.testim ul{
	padding-left:4px;
	}	
.get_quote li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	/*background:url(../images/info_li_bg.jpg) left no-repeat;*/
	/*background-position:0 9px;*/
	padding:4px 0 8px 0;
	list-style:none;
	}
.get_quote a{
	color:#CCC;
	}	
	
/** NEWS **/	
.news,
.testim{
	width:440px;
	float:left;
	padding-left:50px;
	}	
.news li,
.contact span.txt,
.testim li{
	background:url(../images/news_li_bg.jpg) left no-repeat;
	background-position:0 6px;
	padding:0 0 12px 16px;
	}
	
/** CONTACT **/	
.contact{
	width:230px;
	float:left;
	padding-left:40px;
	}
.contact .number{
	width:100%;
	float:left;
	font-size:25px;
	color:#99C3B9;
	padding:8px 0 6px 0;
	}	
.contact span.txt{
	width:99%;
	float:left;
	padding:3px 0 0 5px;
    line-height:24px;
	background-position:0 14px;
	background:none;
	text-align:center;
    font-size: 25px;
	}
.contact .link{
	text-align:center;
	width:100%;
	margin-right:0;
	padding-top:5px;
	}	
	
/** FOOTER **/	
.footer{
	width:950px;
	margin:0 auto;
	clear:both;
	height:85px;
	padding-top:38px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
/*.footer .icon{
	float:right;
	padding-right:20px;
	}
.footer .icon img{margin-left:5px;}	
.footer .txt_{
	width:700px;
	float:left;
	}*/
.footer a{color:#CCC;}	
.footer span{color:#666; line-height:30px;}
.footer span a{color:#666}
