/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Reset Styles*/
body,html{
		margin:0;
		padding:0;
	}
a{
text-decoration:none;
color:#962020;
}
a:hover{
color:#999999;
}
p{
	line-height:17px;
	margin-top:10px;
	margin-bottom:15px;
}
body, td, #wrap{
	line-height:17px;
	font-size:12px;
	font-family:  Helvetica, Verdana,Arial,Helvetica;
	color:#666;
}
h1,h2,h3,h4{
margin-top:5px;
margin-bottom:5px;
color:#962020;
}
h2{
font-size:20px;
}
h3{
margin-top:10px;
margin-bottom:10px;
}
#wrap {
	width:900px;
	margin:0 auto;
	}
#content-wrap {
	width:100%;
	text-align:left;
	float:left;
	background-color:#fff;
	}
#header {
	position:relative;
	height:auto;
	float:left;
	width:100%;
	
  	}
#content-middle {
 	background:url( /autoclenz/site.nsf/site/b-r-middle.gif) bottom right no-repeat ;
	float:left;
	clear:both;
	position:relative;
	width:840px;
	margin-left:30px;
	/*Fixes IE6 double margin bug*/
	display: inline;
	padding-bottom:20px;
}
/*call us box */
#call-us{
border-top:2px solid #F5F5F5;
margin-top:20px;
float: left;
clear:both;
width:100%;
}
#call-us h3{
margin-top:10px;
font-size:15px;
padding-left:15px;
background:transparent url('/autoclenz/site.nsf/site/arrow-left-react.gif') no-repeat center left;
font-weight:normal;
}
#call-us p{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:15px;
	font-size:22px;
	font-weight:bold;
	color:#962020;
}
#footer {
	border-top:2px solid #F5F5F5;
	float:left;
	clear:both;
	position:relative;
	width:840px;
	margin-left:30px;
	min-height:76px;
	height:76px;
	color:#B9B9B9;
	font-size:11px;
	font-weight:bold;
}
#footer-left {
	background:url( /autoclenz/site.nsf/site/react-logo-bottom.gif) top left no-repeat;
	position:relative;
	float:left;
	margin:10px 0 0 0px;
	width:480px;
	height:40px;
}
#footer-left p{
	margin-top:0;
	margin-left:150px;
}
#footer-left a{
	color:#B9B9B9;
}
#footer-right{
	position:relative;
	float:right;
	margin-top:10px;
	height:auto;
	
}
#footer-certs  {
	background:url( /autoclenz/site.nsf/site/footer-certs-react.gif) 25px 10px no-repeat #962020;
	float:left;
	clear:both;
	position:relative;
	width:900px;
	min-height:90px;
	height:90px;
	
}
/* == Nice Hover of images == */
.nicehover img {
/*display:block;*/
}
.nicehover:hover img {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); 
-moz-opacity: 0.7; 
}
	/* Nice Button */
.nice-button {
background:url(/autoclenz/site.nsf/images/button-bg.jpg) left top repeat-x #fff;
border-color:#F0F0F0 #999999 #999999 #F0F0F0;
border-style:solid;
border-width:1px;
color:#000000;
cursor:pointer;
padding:1px 2px;
}
hr.seperator {
height: 1px;
border: 0;
color: #E6E6E6;
background-color: #E6E6E6;
width: 40%;
margin: 10px 50px 0px 0px;
text-align:left;
}
hr.fullseperator {
height: 1px;
border: 0;
color: #F5F5F5;
background-color: #F5F5F5;

}
ul.list{
margin:15px 0 20px 0;
list-style-type:disc;
}
ul.list li{
margin:10px 0 10px 30px;
}
