@charset "utf-8";
/* CSS Document */

@import url("nav.css");
@import url("forms.css");

body, html{
	margin:0px;
	padding:0px;
	background:url(../_cssimages/bg_blue.png);
}
body{
	min-width:768px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
}
#header{
	float:left;
	clear:both;
	width:100%;
	height:169px;
	background:url(../_cssimages/bg_top.png) repeat-x top left;
	border-bottom:#847000 solid 1px;
}
#logo{
	float:left;
	clear:both;
	margin:32px 0px 0px 0px;
}
#spacer{
	float:left;
	clear:both;
	width:100%;
	height:37px;
	background:url(../_cssimages/bg_blue.png);
}
.wrap{
	margin:0 auto;
	width:768px;
}
#main{
	float:left;
	clear:both;
	width:100%;
	background:#FFF;
}
#col_1{
	float:left;
	width:520px;
	margin:20px 0px;
	padding-bottom:20px;
}
#col_2{
	float:right;
	width:230px;
	border-left:1px solid #999;
	margin:20px 0px;
}
#col_2_inner{
	float:right;
	width:210px;
}	
#col_all{
	float:left;
	width:100%;
	padding-bottom:20px;
}
	#col_all ul{
		position:relative;
		/*display:inline;*/
	}
	#col_all ul li{
		float:left;
		width:230px;
		list-style:circle;
		padding:4px 0px;
	}
.img_col{
	float:left;
	width:210px;
	margin-right:20px;
	margin-bottom:10px;
}
.img_col img{
	padding-bottom:8px;
}
.product_info{
	float:left;
	width:530px;
}
p{
	line-height:1.4;
}
p a, li a{
	color:#004A95;
	text-decoration:underline;
}
p a:hover, li a:hover{
	color:#D95700;
}
.grey_bar{
	font-size:1px;
	width:100%;
	height:1px;
	clear:both;
	border-bottom:1px solid #999;
	margin-bottom:12px;
}
h1, h2, h3{
	font-family:"Century Gothic", Arial, Verdana;
	text-transform:capitalize;
	font-variant:small-caps;
	font-weight:normal;
	color:#D95700;
	display:block;
}
h1{
	font-size:1.7em;
	padding:0px 4px 6px 0px;
	border-bottom:1px solid #999;
}
h2{
	font-size:1.2em;
	padding:6px 0px;
	border-bottom:1px solid #999;
	border-top:1px solid #999;
}
h3{
	color:#004A95;
	font-size:1.2em;
	display:block;
	padding:0px 0px;
	margin:0px 0px -8px 0px;
}
ul li{
	list-style:circle;
	padding:4px 0px;
}
#footer{
	float:left;
	clear:both;
	width:100%;	
	height:40px;
	background:transparent;
}
#footer .content{
	float:left;
	color:#FFF;
	padding:20px 0px 40px 0px;
}
#footer #minibot{
	float:right;
	width:21px;
	padding-top:20px;
}
#free_quote{
	position:relative;
	width:215px;
	height:131px;
	overflow:hidden;
	clip:rect(0px, 215px, 131px, 0px);
}
#free_quote a{
	position:relative;
	left:0px;
	top:0px;
	width:430px;
	height:131px;
	clip:rect(0px, 215px, 131px, 0px);
	display:block;
	color:#FFF;
	text-decoration:none;
	background:url(../_cssimages/logo_free_quote.jpg) no-repeat top left;
}
#free_quote a:hover{
	left:-215px;
}