* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
a.compare:link, a.compare:visited{
	color: #2f4c78;
	text-decoration: underline;
}
a.compare:hover{
	color: #c00405;
}
#wrapper { 
 margin: 10px auto;
 width: 962px;
 background: url(../images/outer_bg.jpg) repeat-y;
}
#header {
 width: 940px;
 color: #333;
 padding: 10px;
 /*border: 1px solid #ccc;
 height: 130px;*/
 margin: 0px 0px 0px 0px;
 background: url(../images/outer_header.jpg) no-repeat top left;
}
#navigation {
 width: 930px;
 color: #333;
 padding: 0px 10px;
 height: 35px;
 margin: 0px 0px 0px 0px;
 background: url(../images/menu_bg.jpg) no-repeat top center;
}
#navigation-search {
 width: 510px;
 color: #333;
 padding: 0 220px;
 height: 35px;
 margin: 15px 0 0;
 background: url(../images/menu_bg.jpg) no-repeat top center;
}
#content_head { 
 width: 940px;
 color: #333;
 background: url(../images/main_header.jpg) no-repeat;
 margin: 20px 0px 0px 20px;
 height: 15px;
}
#content { 
 width: 920px;
 color: #333;
 background: url(../images/main_bg.jpg) repeat-y;
 margin: 0px 0px 0px 20px;
 padding: 10px 20px;
 overflow: auto;
 overflow-y:hidden;
}
#content_foot { 
 width: 940px;
 color: #333;
 background: url(../images/main_footer.jpg) no-repeat;
 margin: 0px 0px 10px 20px;
 height: 15px;
}
#footer { 
 width: 940px;
 color: #fff;
 background: url(../images/outer_footer.jpg) no-repeat bottom left;
 text-transform: uppercase;
 font-size: 8pt;
 font-weight:bold;
 height:30px;
 margin: 0px 0px 0px 0px;
 padding: 0px 10px;
}
/* HEADER STYLES */
#header_holder{
	width: 909px;
	height: 100px;
	margin: 10px 0px 0px 10px;
	background: url(../images/top_header.jpg) no-repeat top left #efefef;
}
#header_footer{
	width: 909px;
	height: 10px;
	margin: 0px 0px 10px 10px;
	background: url(../images/top_footer.jpg) no-repeat;
}
#search_box{
	float: left;
	height:98px;
	margin: 9px 0 0 24px;
	width:601px;
	background: url(../images/top_inside.jpg) no-repeat;
}
#search_box ul{
	float: left;
	list-style: none;
	color: #d23b40;
	font-weight: bold;
	margin: 10px 0px 0px 10px;
}
#search_box ul li{
	background: url(../images/phone.jpg) no-repeat;
	text-indent: 23px;
	line-height: 23px;
	letter-spacing: -1px;
}
#search_form{
	float: left;
	width: 220px;
	margin: 10px 10px 10px 20px;
	color: #35507b;
}
#search_form label{
	float: left;
	clear: left;
	width: 160px;
	font-weight: bold;
}
#search_form select{
	float: left;
	clear: left;
	width: 160px;
	color: #8a99ae;
	border: 1px solid #35507b;
}
/* NAVIGATION STYLES */
#navigation ul{
	list-style: none;
	
	margin:0 0 0 0;
	padding:8px 0 0 15px;
	float: left;
	/*width: 647px;*/
}
#navigation ul li{
 display: inline;
 float: left;
}
#navigation img{
 border: none;
}
#navigation-search label{
	font-weight: bold;
 	text-transform: uppercase;
	color: #d23b40;
}
#search_input{
	width: 315px;
	height: 25px;
	color: #8a99ae;
	border: 1px solid #35507b;
}
#inputString{
	border: 1px solid #35507b;
	color: #8a99ae;
	height: 19px;
    padding: 3px;
    width: 315px;
}
/* FOOTER STYLES */
#footer a:link,a:visited{
	color: white;
	text-decoration: none;
}
#footer a:hover{
	color: white;
	text-decoration: underline;
}
/* CONTENT STYLES */
#content p{
	float: left;
	width: 850px;
	margin: 10px 0px;
	text-align: justify;
}
#content ul{
	clear:left;
	padding: 10px 25px;
}
#content ol{
	clear:left;
	padding: 10px 25px;
}
#content .form_table{
	clear: both;
	margin: 20px 0;
	width: 870px;
}
#content .form_table th{
	padding: 4px;
}
#content .form_table td{
	padding: 4px;
	vertical-align: top;
}
#content .form_table td ul{
	padding-top: 0;
}
.img_holder{
	float: left;
	margin: 20px 0px 0px 0px;
}
h2, h3{clear:left;}
h4{clear:left;margin: 10px 0px;}
textarea.html_code{
	background: #bbb;
	padding: 20px;
	border: 2px solid black;
	width: 810px;
	height: 60px;
}
.social-media-content{
	border-top: 5px solid #eee;
	float: left;
	margin: 20px 20px 0 0;
	padding: 10px;
	width: 400px;
}
.social-media-content h2{
	border-bottom: 2px dashed #eee;
	font-size: 16px;
	padding: 0 0 5px 0;
}
.social-media-content a:link, .social-media-content a:visited{
	color: #35507B;
}
.social-media-content a:hover{
	color: #333;
}
