* {
	margin:0;
	padding:0;
	outline:none;
	text-decoration:none;
}

body {
	background:#000 url(images/bg.jpg) no-repeat top center;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
}

h1{font-size:1.8em; font-weight:bold; color:#B11016;}
h2{font-size:1.5em; font-weight:bold; color:#1015B0;}
h3{font-size:1.2em; font-weight:bold; color:#B11016;}
h4{font-size:1em; font-weight:bold; color:#1015B0;}
h5{font-size:.85em; font-weight:bold; color:#B11016;}

h1, h2, h3, h4, h5, p, ul, ol, li {
	margin-top:10px;
	margin-bottom:10px;
}

ul li {
	list-style-position:outside;
	list-style-type:disc;
}

ul, ol {
	margin-left:20px;
}

hr {
	margin:5px auto;
}

img, a img, table {
	border:none;
}
a, #content a {
	color:#B11016;
}
a:hover, #content a:hover {
	text-decoration:underline;
}

/* Wrap */
#wrap {
	width:980px;
	margin:0 auto;
}

/* Header */
#header {
	height:90px;
	width:980px;
	background:url(images/header_bg.jpg) no-repeat;
	position:relative;
	margin-bottom:5px;
}

#header a.headerLink {
	position:absolute;
	top:0;
	height:90px;
	width:213px;
	display:block;
	text-indent:-9999em;
	overflow:hidden;
}
#header a.headerLink.logo1{
	left:0;
}
#header a.headerLink.logo2{
	right:0;
}

#headerInfo {
	position:absolute;
	top:5px;
	left:231px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
	color:#000;
	line-height:24px;
}

#headerAddy, #headerPhone {
	clear:right;
	display:block;
}

#headerPhone {
	font-weight:bold;
	font-size:16px;
}

#headerPhone span.label {
	color:#B11016;
}

#headerNav {
	position:absolute;
	top:59px;
	left:231px;
	height:31px;
	width:532px;
}
ul.topNav{
	list-style:none outside none;
	margin:0; padding:0;
	display:block; position:relative;
	clear:both;
	height:31px;
	width:532px;
}
ul.topNav li{
	list-style:none outside none;
	margin:0; padding:0;
	width:auto; height:31px;
	display:block; float:left; position:relative;
}
ul.topNav a{
	margin:0; padding:0;
	height:31px;
	display:block; position:relative;
	background:transparent scroll no-repeat top left;
	text-indent:-99999em;
	overflow:hidden;
}
ul.topNav a:hover{
	background-position:bottom left;
}
ul.topNav li.home a{
	background-image:url(images/topNav_home.png);
	width:64px;
}
ul.topNav li.special a{
	background-image:url(images/topNav_special.png);
	width:92px;
}
ul.topNav li.news a{
	background-image:url(images/topNav_news.png);
	width:137px;
}
ul.topNav li.info a{
	background-image:url(images/topNav_info.png);
	width:130px;
}
ul.topNav li.contact a{
	background-image:url(images/topNav_contact.png);
	width:109px;
}

/* main body wrap background */
#interior #bodyWrapper {
	background:url(images/wrap_bg.gif) repeat-y;
}

/* Nav */
#nav {
	width:215px;
	float:left;
	background:transparent url(images/nav_bg.gif);
	position:relative;
}

#home #nav {
	height:376px !important;

}

ul.leftNav{
	list-style:none outside none;
	margin:10px auto;
	display:block; position:relative;
	width:200px;
}
ul.leftNav li{
	list-style:none outside none;
	margin:0 0 8px 0; padding:0;
	display:block; float:left; position:relative;
}
ul.leftNav a{
	margin:0; padding:0;
	width:200px; height:22px;
	display:block; position:relative;
	background:transparent scroll no-repeat top left;
	text-indent:-99999em;
	overflow:hidden;
}
ul.leftNav a:hover{
	background-position:top right;
}
ul.leftNav li.home a{
	background-image:url(images/leftNav_home.png);
}
ul.leftNav li.inventory a{
	background-image:url(images/leftNav_inventory.png);
}
ul.leftNav li.special a{
	background-image:url(images/leftNav_special.png);
}
ul.leftNav li.credit a{
	background-image:url(images/leftNav_credit.png);
}
ul.leftNav li.consign a{
	background-image:url(images/leftNav_consign.png);
}
ul.leftNav li.parts a{
	background-image:url(images/leftNav_parts.png);
}
ul.leftNav li.service a{
	background-image:url(images/leftNav_service.png);
}
ul.leftNav li.bodyshop a{
	background-image:url(images/leftNav_bodyshop.png);
}
/* Left Nav Flyouts */
ul.leftNav li div.dropDown{
	width:175px;
	position:absolute;
	top:0px;
	left:200px;
	z-index:999;
	background-color:#000;
	border:2px solid #666;
	display:none;
	padding:3px;
}
ul.leftNav li div.dropDown a{
	display:block;
	width:165px;
	height:12px;
	color:#fff;
	background:none;
	text-indent:8px;
	font-size:11px;
	font-weight:bold;
	padding:4px;
	border:1px solid #000;
}

ul.leftNav li.special div.dropDown{
	width:200px;
}
ul.leftNav li.special div.dropDown a{
	width:190px;
}
ul.leftNav li div.dropDown a:hover{
	color:#000;
	background:#ffde00 url(images/leftNav_item_bg.gif) repeat-x;
	border:1px solid #fff;
	text-decoration:none;
}
/* Top Nav Flyouts */
ul.topNav li div.dropDown{
	width:100px;
	position:absolute;
	top:31px;
	left:0px;
	z-index:999;
	background-color:#000;
	border:2px solid #666;
	display:none;
	padding:3px;
}
ul.topNav li div.dropDown a{
	display:block;
	width:90px;
	height:12px;
	color:#fff;
	background:none;
	text-indent:8px;
	font-size:11px;
	font-weight:bold;
	padding:4px;
	border:1px solid #000;
}

ul.topNav li.special div.dropDown{
	width:200px;
}
ul.topNav li.special div.dropDown a{
	width:190px;
}
ul.topNav li div.dropDown a:hover{
	color:#000;
	background:#ffde00 url(images/leftNav_item_bg.gif) repeat-x;
	border:1px solid #fff;
	text-decoration:none;
}


#nav a.newsblog{
	display:block;
	width:100%;
	height:142px;
	text-align:center;
	padding-top:15px;
	position:relative;
	clear:both;
}
#nav a.parts{
	display:block; margin:0 0 14px 7px;
}

#nav #navVideo {
	/*width:200px;
	margin:0 auto;*/
	height:119px;
	padding:21px 0 0;
	background:transparent url(images/topNav_videotab.gif) no-repeat top left;
	position:relative;
}

/* Cover */
#cover {
	width:765px;
	float:right;
	overflow:hidden;
	height:376px;
	position:relative;
}

#cover #coverSlides {
	z-index:2;
}

#cover .floater {
	position:absolute;
	z-index:50;
}

#cover #coverCarfax {
	bottom: 10px;
	right:648px;
}

#cover #coverWarr {
	bottom: 10px;
	right:10px;
}

/* SubNav on Home Page */

#subnav {
	margin:5px 0;
	height:67px;
	overflow:visible;
	white-space:nowrap;
}

#subnav .subnavBox {
	display:inline-block;
	margin:0;
	padding:0;
	margin-left:5px;
	float:left;
}

#subnav #subnavBox1 {
	margin-left:0;
}

#subnav #subnavBox2 {
}

#subnav #subnavBox3 {
}

#subnav #subnavBox4 {
}

#subnav #subnavBox5 {
}




/* Content */
#content {
	width:725px;
	float:right;
	padding:10px 20px;
}

/* Footer */
#footer {
	clear:both;
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	padding:0 12px;
	position:relative;
}

#footer #footerAddy {
	float:left;
}

#footer #footerPhone {
	text-align:right;
	float:right;
	margin-top:9px;
}


#home #footer {
	background:transparent;
	color:#000;
	height:65px;
}

#interior #footer {
	background:transparent url(images/footer_bg.png) no-repeat;
	color:#680000;
	height:60px;
	padding-top:22px;
}

#footer #footerAddy span {
	font-weight:normal;
}

#home #footer #footerAddy span {
	color:#fff;
}

#interior #footer div span {
	color:#000;
}

#home #footer #footerPhone {
	margin-top:13px;
}

#home #footer #footerPhone span {
	color:#f8f538;
}

#home #footer .footerIcon {
	position:absolute;
	top:0;
	height:65px;
}

#home #footer #footerBlog {
	left:189px
}

#home #footer #footerYouTube {
	left:197px
}

#home #footer #footerTwitter {
	left:286px
}

#home #footer #footerFacebook {
	left:364px
}

#home #footer #footerMySpace {
	left:534px
}

#home #footer #footerBBB {
	left:627px
}

#home #footer #footerNada {
	left:715px
}

#subFooter {
	clear:both;
	margin:12px auto 0;
	height:20px;
	width:980px;
}

#interior #subFooter {
	margin:6px auto 0;
}

#subFooter a {
	color:#a4a3a3;
	display:block;
	font-size:11px;
}

#subFooter #siteMapLink {
	margin:3px 0 0 12px;
}

#disclaimer {
	clear:both;
	margin:12px auto 0;
	height:20px;
	width:956px;
	color:#ccc;
	font-size:10px;
}

#interior #disclaimer {
	margin:6px auto 0;
}

/* SEO */

#seoWrap {
	color:#444;
}
#seoWrap a {
	color:#555;
}
#seoWrap a:hover {
	color:#ccc;
}
#seoWrap {
	margin:0 auto;
	padding:20px 0;
	width:980px;
	clear:both;
	padding:10px;
	/*border:1px solid #333;*/
	background:#000;
}

#seoToggle {
	border-bottom:1px solid #333;
	padding-left:12px;
}

#seoTextWrap {
	text-align:left;
}

.seo_scrolling {
	scrollbar-3dlight-color: #555;
	scrollbar-arrow-color: #000;
	scrollbar-base-color: #333;
	scrollbar-darkshadow-color: #222;
	scrollbar-face-color: #444;
	scrollbar-highlight-color: #555;
	scrollbar-shadow-color: #000;
	overflow: auto;
	/*height: 100px;*/
	margin:20px auto; 
	padding:0px; 
	width:900px; 
	clear: both;
}
.seo_scrolling a{text-decoration: none;}
.seo_scrolling a:hover{text-decoration: none;}
.seo_scrolling p, .seo_scrolling ul, .seo_scrolling ol {margin-top:10px;margin-bottom:10px;}  


/* Individual Page Stylings */
/* ======================== */

/* assign this class to all extra content pages' outer-most div (i.e. about us, staff, etc.) */
.contentPage {	
}


/* About Us */
#aboutUs {
}

/* Incentives */
#incentives {
}

/* Site Map */
#sitemap {
}


/* Staff Page */
#staff{
	overflow:hidden;
	margin: 0px auto;
}

#staff .staffIndWrap {
	float:left;
}

#staff .staffInd{
	width:200px;
	height:240px; 
	text-align:center;
	padding:10px;
}

.staffInd img{
	width:115px;
	height:160px;
	margin:10px;
	border:2px #039 solid;
}

.staffInd .staffName{
	font-weight:bold;
	color:#B11016;
}

.staffInd .staffTitle{
	font-style:italic;
}

.staffInd .staffPhone{}

.staffInd .staffEmail{}

div.contacts table{
	width:560px;
}
div.contacts a.form1{
	font:bold 15px Arial;
}



/* Service Page */

div.servicePage{
	width:725px;
	margin:0; padding:0;
	text-align:left;
	position:relative;
}
div.servicePage div.col{
	width:225px;
	margin:0; padding:0;
	position:relative;
	float:left;
}
div.servicePage div.col.col2{
	margin:0 20px;
}
div.servicePage div.col div.item{
	width:225px;
	margin:0 0 20px 0; padding:0;
}
div.servicePage div.col div.item div.head{
	padding:3px;
	background-color:#ff0000;
	color:#fff;
	font-weight:bold;
	text-align:center;
	width:225px; height:38px;
}
div.servicePage div.col div.item div.head span{
	font-size:16px; display:block;
}
div.servicePage div.col div.item div.desc{
	padding:8px 7px 5px 7px;
	width:215px;
	font:12px/16px Arial;
	border:1px solid #ff0000;
}
div.servicePage div.col div.item div.desc ul{
	margin:0; padding:0;
}
div.servicePage div.col div.item div.desc ul li{
	margin:0 0 0 24px; padding:0 0 4px 0;
}
div.servicePage div.col div.item strong{
	display:block; width:100%; text-align:center;
}


/* Special Classes and IDs */

.ital {
	font-style:italic;
}

.left {
	float:left;
}
.right {
	float:right;
}
.center, .centered {
	text-align:center;
}
p.right {
	text-align:right;
}
img.center {
	display:block;
	margin:0 auto;
}
.contactheader {
	display:none;
}
.BrowseBox1 {
	margin:3px auto 3px auto;
}

.clearFix {
	clear:both;
}

.framedImg {
	margin:0px;
	padding:10px;
	border:solid 1px #333;
}

.framedImg img {
	border:solid 1px #333;
}

.width320 {
	width:320px;
}

.caption {
	text-align:center;
	font-size:11px;
	font-style:italic;
	font-weight:normal;
	padding:5px 0;
	display:block;
}

/* Site Switcher */
#siteSwitch {
	display:block;
	margin:0; padding:0;
	width:100%;
	height:50px;
	background:#ffc;
	border:1px solid #000;
}
#siteSwitch a {
	display:block;
	margin:0; padding:0;
	padding-left:2%;
	line-height:50px;
	font-size:20px;
	font-weight:normal;
	color:#000;
}

  /***************************************************/
 /* Adding Custom #vehDescription CSS to UnitDetail */
/***************************************************/
#vehDetails #vehDescription {
	color:#00c;
	font-weight:bold;
	font-size:14px;
}

