/* CSS Document Alan Drechsler 08/01/06 */
* {
	margin:0;
	padding:0;
	outline:none;
	text-decoration:none;
}
body, html, h1, h2, h3, p, dl, dt, dd, ul, li, object { /* strip default margins and padding */
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #0099ca;
	text-decoration: none;
}

a:visited {
	color: #ff7d00;
	text-decoration: none;
}

a:hover {
	color: #ff7d00;
}

a:active {
	color: #0099FF;
}

a, img, a img, a:hover img {
	border: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #050606;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

#wrap_default {
	width:955px;
	margin-right: auto;
	margin-left: auto;
}

#header_default {
	background-image: url(images/header_default_bg.jpg);
	background-repeat: no-repeat;
	height: 59px;
	position: relative;
}

#header_default h1 {
	height: 59px;
	width: 220px;
	margin-left: 20px;
}

#header_default h1 a{
	text-decoration: none;
	text-indent: -10000em;
	display: block;
	height:100%;
}

#header_default div {
	position: absolute;
	left: 627px;
	top: 13px;
	width: 320px;
	visibility: visible;
}

#header_default div p {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: right;
	line-height: 20px;
}

/* TOP NAV */
#topNav{
	width:954px; height:31px;
	border-bottom:6px solid #ff7d00;
}
ul.topNav{
	list-style:none outside none;
	margin:0; padding:0;
	display:block; position:relative;
	clear:both;
	width:954px; height:31px;
}
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:62px;
}
ul.topNav li.new a{
	background-image:url(images/topNav_new.png);
	width:143px;
}
ul.topNav li.used a{
	background-image:url(images/topNav_used.png);
	width:111px;
}
ul.topNav li.special a{
	background-image:url(images/topNav_specials.png);
	width:157px;
}
ul.topNav li.build a{
	background-image:url(images/topNav_build.png);
	width:149px;
}
ul.topNav li.credit a{
	background-image:url(images/topNav_credit.png);
	width:81px;
}
ul.topNav li.part a{
	background-image:url(images/topNav_parts.png);
	width:61px;
}
ul.topNav li.service a{
	background-image:url(images/topNav_service.png);
	width:76px;
}
ul.topNav li.contact a{
	background-image:url(images/topNav_contact.png);
	width:114px;
}

/* Footer Default */  
#footer_default {
	clear:both;
	height: 63px;
	position: relative;
}

#footer_default dl{
	float:left;
	margin: 14px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	width: 320px;
}

#footer_default dl.right{
	float:right;
	margin: 14px 0px 0px 155px;
	padding: 0px 20px 0px 0px;
	width: 240px;
}

#footer_default dd{
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	color: #FFFFFF;
}

#footer_default dt, #footer_default p {
	color:#FFFFFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-align: right;
}

#adLink {
	position:absolute;
	height:43px;
	width:112px;
	top:10px;
	left:336px;
}
#testimonialsLink {
	position:absolute;
	height:43px;
	width:112px;
	top:10px;
	left:490px;
}

#bodyshopLink {
	position:absolute;
	height:43px;
	width:101px;
	top:14px;
	left:638px;
}


/* Footer Internal Ends  */



/* Site Switcher - only show on smaller screens */

#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;
}


