* {
	margin:0;
	padding:0;
	outline:none;
	text-decoration:none;
}

body {
	background:url(images/bg.jpg) no-repeat #000 top center scroll;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1{font-size:1.8em; font-weight:bold; color:#f00;}
h2{font-size:1.5em; font-weight:bold; color:#00f;}
h3{font-size:1.2em; font-weight:bold; color:#f00;}
h4{font-size:1em; font-weight:bold; color:#00f;}
h5{font-size:.85em; font-weight:bold; color:#f00;}

h1, h2, h3, h4, h5, p, ul, ol, li {
	margin-bottom:10px;
}

.espanol #content h1,
.espanol #content h2,
.espanol #content h3,
.espanol #content h4,
.espanol #content h5,
.espanol #content p,
.espanol #content ul,
.espanol #content ol,
.espanol #content li {
	margin-bottom:0; /* b/c my previous style throws off the spacing on the spanish browse/detail pages */
}

li ul, li ol {
	margin-top: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:#0000FF;
}
a:hover, #content a:hover {
	color:#333333;
}

/* Wrap */
#wrap {
	width:980px;
	margin:0 auto;
}

/* Header */
#header {
	height:90px;
	margin-bottom:5px;
	position:relative;
}

#header h1 {
	margin:0; padding:0;
}

#header #logo {
	display:block;
	position:absolute;
	text-indent:-9999em;
	height:90px;
	width:203px;
	top:0; left:0;
}

#headerInfo {
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	color:#700018;
	text-align:right;
	position:absolute;
	top:8px;
	right:15px;
	width:500px;
}
#headerInfo span {
	display:block;
	float:right;
	clear:right;
}

#headerInfo span.coName {
}

#headerInfo span.coAddy {
	color:#000;
}

#headerInfo span.coPhone {
	font-size:24px;
	line-height:24px;
	margin-top:7px;
}



#int #innerWrap {
	background:url(images/wrap_bg.gif) repeat-y;
}

/* Nav */
#nav {
	width:215px;
	padding-top:10px;
	float:left;
}

#int #nav {
	padding-bottom:10px;
}

#home #nav {
	height:422px;
	background:transparent url(images/nav_bg.gif) bottom center scroll;
}


#nav ul, #nav li {
	list-style:none outside none;
	margin:0; padding:0;
}

#nav ul {
}

#nav li, #nav li a {
	display:block;
	width:202px;
	height:32px;
	overflow:hidden;
	margin:0 auto 8px
}

#nav .navXtras {
	text-align:center;
	margin:10px 0 0;
}

#nav #carfax {
	margin-top:0;
}

#nav #cudl a {
	display:block;
	height:42px; width:137px;
	margin-left:auto;
	margin-right:auto;
	background:transparent url(images/cudl.gif) no-repeat center center scroll;
	text-indent:-99999em;
}

#nav #daewooParts {
	display:block;
	position:relative;
	background:transparent url(images/daewoo_parts.gif) top center scroll;
	height:59px;
	width:202px;
	margin-left:auto;
	margin-right:auto;
}

#nav #daewooParts a {
	display:block;
	padding:39px 10px 10px 68px;
	height:10px; width:124px;
	text-align:right;
	color:#e5e4e4;
	font-size:10px;
	line-height:10px;
	font-weight:bold;
	text-decoration:underline;
}

#nav .tightFit {
	margin-top:5px !important;
}

/* Cover */
#cover {
	width:765px;
	float:right;
	position:relative;
}

#coverSlides {
	height:350px;
	width:765px;
	overflow:hidden;
	z-index:1;
}

.coverFloater {
	z-index:10;
	position:absolute;
}

#coverText {
	width:725px;
	height:85px;
	top:265px;
	left:20px;
}

#coverText h1 {
	margin:0; padding:0;
	font-weight:bold;
	font-size:14px;
	color:#cc0000;
	margin-bottom:5px;
}

#coverText p {
	margin:0; padding:0;
	font-weight:normal;
	font-size:12px;
	color:#ffffff;
}

#cover #carfax {
	bottom:95px;
	right:15px;
}

#subnav {
	position:absolute;
	right:0;
	overflow:hidden;
	white-space:nowrap;
}

#subnav ul, #subnav li {
	list-style:none outside none;
	margin:0; padding:0;
}

#subnav li {
	display:inline;
	margin-left:7px;/**/
}

#subnav li, #subnav li a {
	height:92px;
}

#subnav li a {
}

/* Content */
#content {
	width:725px;
	padding:10px 20px;
	float:right;
}

/* Footer */
#footer {
	clear:both;
	height:54px;
	background:url(images/footer_bg.gif) no-repeat;
	font-weight:normal;
	font-size:12px;
	line-height:18px;
	color:#000;
	position:relative;
}

#home #footer {
	background:url(images/footer_bg.gif) no-repeat;
}

#int #footer {
	background:url(images/int_footer_bg.gif) no-repeat;
}

#footer .left {
	position:relative;
	top:9px;
	left:15px;
}

#footer .right {
	position:relative;
	top:17px;
	right:15px;
}

#footer .left strong {
	display:block;
	color:#5d010d;
}

#footer #footerPhone {
	font-size:24px;
	font-weight:bold;
	color:#5d010d;
}

#footerLinks a {
	display:block;
	position:absolute;
}
/*
#blogLink {
	top:12px;
	left:359px;
}
*/
#youtubeLink {
	top:12px;
	left:347px;
}

#facebookLink {
	top:15px;
	left:460px;
}

#twitterLink {
	top:9px;
	left:600px;
}

/* Individual Page Stylings */

/* CUDL */
table#participatingCUs {
	border-top: 1px solid #900;
	border-left: 1px solid #900;
}
table#participatingCUs th, table#participatingCUs td {
	border-bottom: 1px solid #900;
	border-right: 1px solid #900;
	padding:5px;
	text-align:center;
}

/* Special Classes and IDs */
.left {
	float:left;
}
.right {
	float:right;
}
.center {
	text-align:center;
}
p.right {
	text-align:right;
}
img.center {
	display:block;
	margin:0 auto;
}
.contactheader {
	display:none;
}
.BrowseBox1 {
	margin:3px auto 3px auto;
}

#site li.none {
	list-style-type:none;
}

/*  clearfix :: assign class='clearfix' to any elements that have only floated elements within it for this to work! */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* hack for IE6 */
*:first-child+html .clearfix { zoom: 1; } /* hack for IE7 */