div.hr { 

	clear: both;
	height: 1px; 
	border: 0; 
	color: #747474;
	background-color: #747474;
	margin-top: -2px; 
} 

#content .highlight {
	color: #999999;
}

#content #contactboxes {
	background-image: url(../images/contact_content_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	/*width: 848px;*/
	width: 900px;	
	height: 154px;
	text-align: center;
}

#content #contactboxes a,
#content #contactboxes a:link,
#content #contactboxes a:visited {
	color: #fff;
}

#content #contactboxes .boxtitle {
	text-align: left;
	width: 287px;
	padding-left: 20px;
	padding-left: 20px;
	font-size: 15px;
	font-weight: bold;
}

#content #contactboxes #mailing {
	/*width: 277px;*/
	width: 287px;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	/*margin-left: 10px;*/
	padding-left: 10px;
	padding-top: 5px;
	text-align: center;
	
	position: relative;
	float: left;
}

#content #contactboxes #phone {
	/*width: 277px;*/
	width: 287px;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	padding-top: 5px;
	text-align: center;
	position: relative;
	float: left;
	
}

#content #contactboxes #email {
	/*width: 277px;*/
	width: 287px;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	padding-top: 5px;
	text-align: center;
	position: relative;
	float: left;	
}

#content #prod {
	/*background-color: #434343;*/
	width: 900px;
	height: 510px;
	/*margin: 40px auto 0px; */
	margin: 0 auto;
	padding-top: 40px;	
} 

#content #contact {
	background-image: url(../images/contact_bg.jpg); 
	background-repeat: no-repeat;
	background-color: #434343;
	width: 900px;
	min-height: 510px;
	float: left;
} 

#content #contact #contact_header { 
	float: left;
	width: 875px;
	height: 40px;
	/*margin-top: 17px;
	margin-left: 25px; */
	padding-top: 17px;
	padding-left: 25px; 	
}

#content #contact #contact_header #title { 
	color: #f30808;
	font-size: 22px;
	float: left; 
}



#content #contact #left_col { 
	width: 170px;
	margin-left: 25px; 
	float: left;
}


#content #contact #left_col #sub_nav .item, 
#content #contact #left_col #sub_nav .item_sel { 
	margin-top: 25px;
	width: 170px;
	float: left;
}


#content #contact #left_col #sub_nav .item .link a:link,
#content #contact #left_col #sub_nav .item .link a:visited { 
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}

#content #contact #left_col #sub_nav .item .link a:hover {
	text-decoration: none; 
	color: #F00;
}


#content #contact #left_col #sub_nav .item_sel .link a:link,
#content #contact #left_col #sub_nav .item_sel .link a:visited,
#content #contact #left_col #sub_nav .item_sel .link a:hover { 
	font-size: 12px;
	color: #F00;
	text-decoration: none;
	float: left;
}

#content #contact #left_col #sub_nav .item_sel .sel { 
	background-image: url(../images/subnav_arrow.gif); 
	background-repeat: no-repeat;
	height: 13px;
	width: 13px;
	margin-left: 10px;
	float: left;
}



#content #contact #right_col { 
	width: 660px;
	padding-top: 25px;
	/*padding-left: 25px;
	padding-right: 25px;*/
	margin-left: 0 auto;
	margin-right: 0 auto;	
	padding-bottom: 20px;
	/*float: left;*/
	border: 0px solid white;
	/*background-color: #434343;*/
}

#content #contact #right_col #title { 
	padding-bottom: 15px;
	width: 660px;
	font-size: 18px;
	color: #FFF;
	float: left;
}

#content #contact #right_col #content { 
	float: left;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
}




#content #about_footer {
	background-color: #000;
	width: 900px;
	height: 5px;
	background-image: url(../images/about_bg_footer.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	float: left;
	padding-bottom: 15px;
} 


