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

body{
	margin:0;
	
	background:url('images/bg2.png') #333;
	
	color:#333;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-bottom:20px;
}
	#bg1{
		background:url('images/bg3.png') repeat-x top;
	}
	#wrapper, .wrapper{
		margin:auto;
		width:1018px;
		/*padding-bottom:20px;*/
	}
	
	
#header{
	margin:auto;
	/*margin-top:20px;*/

}
	#header #logo{
	}
	#header #offer1{
		margin-left:120px;
		margin-top:60px;
	}
	#header #callus{
		margin-right:10px;
	}
#tag{
	width:1000px;
	height:81px;
	text-align:center;
	margin:auto;
	/*margin-right:120px;*/
}
	
#nav{
	width:1011px;
	background:url('images/nav1.png');
	height:58px;
	border:1px solid transparent;
	margin:auto;
}
	#nav ul{
		margin:auto;
		text-align:center;
		margin-top:3px;
		list-style:none;
		padding:5px;
	}
	#nav ul li.sep1{
		margin:0 50px;
	}
	#nav ul li{
		color:#FFF;
		margin:0;
		padding:0;
	}
	#nav ul li a{
		text-decoration:none;
		color:#FFF;
		text-shadow:1px 1px 3px #000;
		font-size:25px;
		font-family:"Arial Black", Gadget, sans-serif;
		text-transform:uppercase;
		font-weight:bolder;
		letter-spacing:0px;
		/*line-height:12px;*/
	}
	#nav ul li a:hover{
		color:#333;
		text-shadow:1px 1px 0 #578bf2;
		text-decoration:none;
	}
#banner{
	margin:auto;
	padding:10px 0;
}

#body{
	margin:auto;
}
	#body #body_body{
		background:url('images/body_body1.png');	
	}
	#body #body_header{
		height:29px;
		background:url('images/body_header1.png') no-repeat top;
	}
	#body #body_footer{
		height:29px;
		background:url('images/body_footer1.png') no-repeat bottom;
	}


	
	#body #body_body > .left{
		width:600px;
	}
	
	
		#body #body_body > .left > .padding{
			padding:0px;
			padding-left:30px;
		}
	
	#body #body_body > .right{
		width:380px;
	}
		#body #body_body > .right > .padding{
			padding:0px;
			padding-right:30px;
		}
	
#footer{
	margin:auto;
	background:url('images/footer1.png') bottom no-repeat;
	height:58px;
	color:#999;
	font-size:10px;
	line-height:12px;
}
	#footer ul{
		padding-top:15px;
	}
	#footer a{
		font-size:12px;
		color:#75c5ff;
		text-decoration:none;
	}
	#footer a:hover{
		color:#FFF;
		text-decoration:none;
	}	
		
		
.block1{
	/*width:280px;*/
	background:#294994;
	border-radius:10px;
	margin-bottom:10px;
	
	color:#FFF;
}
	.block1 h2{
		color:#FFF;	
	}


	.block1.blue,
	.block1.red{
		color:#FFF;
	}
	.block1.yellow{
		background:#294994;
		color:#333;
	}
		.block1.yellow h2{
			color:#000;	
		}
	.block1.blue{
		background:#223e6b;
		padding:0;
	}
		.block1.blue ul{
			margin-right:0;
			margin:0;
			padding-right:0px;
		}
		#body > #body_body > .right .block1.blue > .padding{
			padding-right:0px;
			padding-left:5px;
		}
	.block1.red{
		background:#a20000;
	}
	.block1.lightgray{
		border:1px solid #AAA;
		background:#FFF;
	}
.line{
	height:6px;
	background:url('images/line.png');	
	margin-bottom:10px;
}

h1.bg{
	height:30px;
	line-height:28px;
	background:url('images/headline1.png') no-repeat left;
	padding-left:20px;
	margin-left:-20px;
	text-shadow:0 0 5px #FFF;
}
h1.cool{
	display:block;
	color:#294994;
	font-size:30px;
	line-height:30px;
	margin-top:0;
	padding-top:0;
	border-bottom:4px solid #294994;
	margin-bottom:10px;
}

.icon_facebook{
	height:25px;
	width:25px;
	background:url('images/icon_facebook.png') top;
	cursor:pointer;
}
.icon_facebook:hover{
	background-position:bottom;
}
.icon_twitter{
	height:25px;
	width:25px;
	background:url('images/icon_twitter.png') top;
	cursor:pointer;
}
.icon_twitter:hover{
	background-position:bottom;
}
/********************************************************************************************************/
a{
	/*text-decoration:none;	*/
	color:#294994;
}
a:hover{
	text-decoration:none;
}
a img{
	border:0;	
}
h1{
	margin:0;
	padding:0;
	font-size:25px;
	line-height:20px;
	color:#294994;
	margin-bottom:10px;
}
	h1 span{
		color:#d20808;	
	}
	h1.alt span{
		font-size:18px;
	}
h2{
	margin:0;
	padding:0;
	font-size:20px;
	font-family:"Arial Black", Gadget, sans-serif;
	color:#333;
	margin-bottom:10px;
}	

p{
	font-size:12px;	
	margin:0;
	margin-bottom:10px;
}
em{
	color:#AAA;	
}

ul{
	margin:0;
	padding-left:20px;
}

strong{
	color:#294994;
	font-weight:bolder;
}

hr{
	border:0;
	border-top:1px dashed #999;
	
	/*border-bottom:1px dashed #666;	*/
	margin:10px 0px;
}

.left{
	float:left;	
}
.right{
	float:right;	
}
.clear{
	clear:both;	
}
.list1{
	margin:0;
	padding:0;	
}
.list1 li{
	display:inline;
}
.padding{
	padding:20px;	
}

.thumb1{
	border:3px solid #111;
}

.thumb1.right{
	margin-left:10px;	
}
.thumb1.left{
	margin-right:10px;
}

.list2{
	margin:0 auto;
	padding:0 25px;
}
.list2.num{
	list-style:decimal;	
}

.minheight1{
	min-height:472px;
}
.minheight3{
	min-height:411px;
}
.minheight2{
	min-height:190px;
}

input, textarea{
	border:1px solid #999;	
	width:100%;
}

.image1{
	background:url('images/noimage1.png') center no-repeat;	
	border:3px solid #999;
	height:100px;
	
}



/********************************************************************************************************/