/* CSS Document */
/* CSS Document */

/* reset css styles individually instead of universal selector. */
html, body{
	margin: 0;
   	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
 	border-left:0;
}
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, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family: Verdana,Arial, Helvetica, sans-serif;
}
ol, ul {list-style: none;}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/* end reset styles */



body {
	text-align: center;
	background:#362d00;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px;
	
}
#container {	
	width: 900px;
	padding-left: 40px;
	text-align:left;
	margin: 0 auto;
}
#header {
	background:url(../images/header.jpg) no-repeat;
	height:300px;
	width:900px;
	overflow:hidden;
}
#logo {
	margin-left:34px;
	float:left;
}
#car {
	background:url(../images/lincoln.jpg) no-repeat;
	height:285px; width:637px;
	margin-left:532px;
	position:absolute;
}
#body_main {
	background:url(../images/body_main.jpg) no-repeat;
	clear:both;
	width:900px;
	position:relative;
	z-index:99;
}
#body_rpt {
	background: transparent url(../images/body_rpt.jpg) repeat-y 0 0;
	width:900px;
	
}
#body_btm {
	background:url(../images/body_btm.jpg) no-repeat;
	height:55px;
	width:900px;
	clear:both;
}
#footer {
	text-align:center;
	letter-spacing:1px;
	width:900px;
}
#footer, #footer a {
	color:#e6ddb5;
}
#footer li {
	display:inline;
	padding:5px;
}
#footer p {
	margin:10px 0;
	font-size:10px;
}
#footer a:hover{
	color:#d60000;
}


.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


/* nav styles */
#nav {
	padding-top:97px;
	margin-left:38px;
	float:left;
}
.vertical ul{
	list-style-type: none;
	padding: 0;
	width: 174px;
	margin: 0;
	position: relative;
}
.vertical li a{
	display: block;
	width: 174px;
	text-decoration: none;
	height: 1em;
	padding: .1em 1px;
	/*border: 1px solid;
	border-top: 0px;*/
}
.vertical li{
	position: relative;
	/*border-bottom: 1px solid transparent;*/
	margin-bottom: -1px;
} /*
.vertical li:first-child>a{
	border-top: 1px solid;
}
.vertical a.first{
	border-top: 1px solid;
}*/
.vertical li ul{
	position: absolute;
	top: -1px;
	left: 181px;
}
.vertical.left ul ul ul,.vertical .left ul{
	left: -181px;
}

/*here we use a little CSS to make a basic/backup dropdown menu in modern browsers *cough* not IE6 or less *cough* if javascript is disabled.Flickering never happens in these browsers*/
.mlmenu li ul{
	display: none;
}
.mlmenu li:hover>ul{
	display: block;
}
/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
.accessible li ul{
	display: block;
}
/*Code to show an element has a child*/
/*.mlmenu.plus li a:first-child:not(:last-child):after{
	content: '+';
}*/
.plus a span{
	padding-left: .5em;
}
.noshow{
	visibility: hidden;
}
/*colors for menu*/
.blackwhite li {
	background: url(../images/main_nav.gif) no-repeat;
}
.blackwhite li a{
	color: black;
	height:46px;
	width:174px;
	border:none;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:50px;
	font-weight:bold;
	padding-left:4px;
}
.blackwhite li a:hover,.blackwhite li a.first:hover,.blackwhite .trail a.hover{
	color: #b30605;
}
.blackwhite li:first-child>a:hover{
	color: #b30605;
	/*border-color: black;*/
}
.sub_nav {
	background:url(sub_nav.gif);
}
/*.blackwhite ul{
	border-color: black;
}*/


/* page content styles */
#content {
	width:479px;
	float:right;
	padding-right:80px;
}
#content a {
	color: #000;
}
#content a:hover {
	color:#d60000;
}
h1 {
	font-size:18px;
	font-weight:bolder;
	font-style:italic;
	letter-spacing:1px;
}
h2 {
	font-size:15px;
	font-weight:bolder;
	letter-spacing:1px;
	line-height:20px;
	text-transform:uppercase;
	margin:20px 0 10px;
}
h3 {
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
	line-height:20px;
	margin-top:10px;
}
#content p {
	margin-top:10px;
	line-height:18px;
}
#page_nav {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; font-weight:bolder;
	letter-spacing:1px;
	line-height: 26px;
	list-style:circle;
	list-style-position:inside;
	margin-top:10px;	
}
#page_nav a {
	color: #000;
}
#page_nav a:hover {
	color:#d60000;
}
table {
	margin-top:5px;
}
table td {
	border:1px solid #000;
	padding:10px;
}
.disapear {
	text-indent:-9999em;
}
table ul {
	font-weight:bold;
}
table li {
	font-weight:normal;
	list-style:circle outside;
	margin-left:16px;
	line-height:18px;
}

.headerProduct {
		list-style:none;
		
}
