﻿body {
	background:#1c4196;
}

td {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#000;
}

a:link, a:visited, a:active {
	text-decoration:underline;
	color:#000;
}

a:hover {
	color:#ef4024;
}

#hbar {
	background:#ef4024;
	padding:10px;
	font-size:13px;
	color:#fff;
}

#date {
	float:right;
	width:200px;
	text-align:right;
}

#nav {
	background:#ececec;
	vertical-align:top;
	width:200px;
}

#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

#nav li {
	display:block;
	float:left;
	width:200px;
}

#nav li a {
	display:block;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
	color:#525252;
	background:url(siteart/navarrow.gif) no-repeat right center;
	padding:10px;
}

#nav li a:hover {
	color:#000;
}


.sub{
position:absolute;
visibility: hidden;
border:1px solid gray;
border-bottom-width: 0;
font:normal 12px helvetica;
line-height: 18px;
z-index: 100;
background-color: #ececec;
width: 200px;
}

.sub a {
color: #525252;
display: block;
border-bottom: 1px solid gray;
padding: 5px;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.sub a:visited {
color: #525252;
display: block;
border-bottom: 1px solid gray;
padding: 5px;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.sub a:active {
color: #525252;
display: block;
border-bottom: 1px solid gray;
padding: 5px;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.sub a:hover{ /*hover background color*/
background-color: #525252;
color: #ececec;
}


#findus {
	background:url(siteart/findusbg.gif) repeat-x;
	padding:10px;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	display:block;
	padding:10px;
	clear:both;
}

a.find:link, a.find:visited, a.find:active {
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
	color:#fff;
}

a.find:hover {
	color:#1c4196;
}

#needparts {
	background:url(siteart/needpartsbg.gif) repeat-x;
	display:block;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	font-style:italic;
	padding:10px;
	clear:both;
}

a.parts:link, a.parts:visited, a.parts:active {
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	font-style:italic;
}

a.parts:hover {
	color:#ef4024;
}

#main {
	width:600px;
	vertical-align:top;
	padding:10px 27px;
}

.header {
	display:block;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#1c4196;
	font-style:italic;
	font-weight:bold;
	margin-bottom:5px;
}

#slide {
	border-top:1px #1c4196 solid;
	border-bottom:1px #1c4196 solid;
	padding:5px 0;
	margin-bottom:5px;
}

#contact {
	border-bottom:1px #1c4196 dotted;
	padding:5px 0;
	display:block;
}

#trailer_photos {
	display:block;
	text-align:center;
	font-weight:bold;
	color:#1c4196;
	margin:5px 0;
	clear:both;
}

#footer {
	margin-top:5px;
	background:#ececec;
	border:2px #f5f5f5 solid;
	display:block;
	padding:10px;
	text-align:center;
	clear:both;
}