* {
	margin:0;
	padding:0;
	outline:none;
	text-decoration:none;
}
body {
	background:url(images/bg.gif) repeat-x #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
body#interior {
	background:url(images/int_bg.gif) repeat-x #ebebeb;
}
img, a img, table {
	border:none;
}
a, #content a {
	color:#900;
}
a:hover, #content a:hover {
	color:#369;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content p, #content ul, #content ol {
	margin-bottom:5px;
	margin-top:5px;
}
#content li {
	list-style-position:inside;
	margin-left:20px;
}
#content ul li {
	list-style-image:url(images/bullet.gif);
}
#content ol li {
	list-style-type:decimal;
}
#content ol li li {
	list-style-type:lower-roman;
}
#content ol li li li {
	list-style-type:lower-alpha;
}

li.none {
	list-style-image:none !important;
	list-style-type:none !important;
}

h1 {font-size:24px; color:#900; margin-bottom:6px;}
h2 {font-size:18px; color:#900;}
h3 {font-size:16px; color:#369;}
h4 {font-size:14px; color:#369;}
h5 {font-size:12px; color:#900; font-weight:bold;}
p {font-size:12px;}
.smPrint {font-size:.8em;}

	
#wrap {
	width:914px;
	margin:0 auto;
}
#interior #wrap {
	background:transparent url(images/wrap_bg.png) repeat-y scroll/**/;
}/**/
#header {
	height:131px;
	background:#e7e7e7 url(images/header_bg.gif) no-repeat;
	border-bottom:2px solid #333;
	position:relative;
}
#header p{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	position:absolute !important; /* '!important' was added here b/c IE6 was overriding the absolute position for an unknown reason.*/
	display:block;
	top:113px;
	left:18px;
}
#header p span{
	color:#b1001f;
}
#header #logo {
	width:490px;
	height:50px;
	position:absolute !important; /* '!important' was added here b/c IE6 was overriding the absolute position for an unknown reason.*/
	top:27px;
	left:17px;
}
#header #volvoLogo {
	width:95px;
	height:93px;
	position:absolute !important; /* '!important' was added here b/c IE6 was overriding the absolute position for an unknown reason.*/
	top:12px;
	left:527px;
}

/* Nav */
#nav {
	width:267px;
	float:left;
	background:url(images/nav_bg.gif) no-repeat;/**/
	padding:18px 0 15px 7px;
}
#nav img {

}
#nav #nav16 {
	margin-bottom:8px;
}
/* SubNav on Home Page*/
#subnav {
	height:84px;
	background:url(images/subnav_bg.gif) no-repeat;
	position:relative;
}
#subnav a {
	height:75px;
	display:block;
	position:absolute;
	top:0;
	text-indent:-9999px;
	background-position:0 0px;/**/
	background-repeat:no-repeat;
}
#subnav a:hover {
	background-position:0 -75px;/**/
}
#subnav_new {
	width:140px;
	left:18px;
	background:url(images/subnav_new.gif);
}

#subnav_used {
	width:155px;
	left:189px;
	background:url(images/subnav_used.gif);
}

#subnav_certified {
	width:145px;
	left:384px;
	background:url(images/subnav_certified.gif);
}

#subnav_accessories {
	width:138px;
	left:581px;
	background:url(images/subnav_accessories.gif);
}

#subnav_smartway {
	width:145px;
	left:750px;
	background:url(images/subnav_smartway.gif);
}

/* Content */

#cover {
	width:914px;
	height:315px;
	position:relative;
}
#content {
	width:613px;
	float:right;
	position:relative;
	right:7px;
	padding:20px 10px 10px 10px;
}
#content #fade {
	position:absolute;
	top:0;
	left:633px;
}

/* ======================= */
/* Individual Page Styling */
/* ======================= */


/* Staff Page */
#staff{
	overflow:hidden;
	/*width:750px;*/
	margin: 0px auto;
	/*height:3000px;  a hack to get IE6 to show all rows over the background of the Content -- increase by 260px for each new row added; delete when we stop supporting IE6 */
}

#staff .staffIndWrap {
	float:left;
}

#staff .staffInd{
	width:180px;
	height:260px; /* if this is changed, please also adjust [#staff {height:___;}] above */
	text-align:center;
	padding:10px;
	/*margin:15px;*/
}

.staffInd img{
	width:115px;
	height:160px;
	margin:10px;
	border:2px #039 solid;
}

.staffInd .staffName{
	font-weight:bold;
	color:#039;
}

.staffInd .staffTitle{
	font-style:italic;
}

.staffInd .staffPhone{}

.staffInd .staffEmail{}


/* Overseas Delivery Page */

#overseas {
	width:407px;
	margin: 0px auto;
	background:#fff url(images/overseas_bg.jpg) no-repeat;
	padding-top:126px;
	padding-left:159px;
}

#overseas h1 {
	color:#000;
	font-size:18px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:0px;
}

#overseas h2 {
	color:#00349A;
	font-size:16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

#overseas h3 {
	color:#00349A;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

#overseas p {
	padding-bottom:14px;
}

#overseas ul {
	padding-left: 14px;
}

#overseas ul li {
}

#overseas table {
	width:100%;
	border:none;
}

#overseas table td {}

.redText {
	color:#F00;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

/* Testimonials Page */
#testimonials div.testimonialWrap {
	background:transparent url(images/blockquote_top.gif) top left no-repeat;
	width:80%;
	margin:40px auto;
}

#testimonials div.testimonial {
	background:transparent url(images/blockquote_bottom.gif) bottom right no-repeat;
}

#testimonials p.quoteText {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	/*font-style:italic;*/
	text-align:left;
	padding:9px 30px 0px 50px;
	color:#036;/**/
}

#testimonials p.quoteSource {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	padding:0px 60px 9px;
	color:#900;
}

/* Certified Pre-Owned Page */

#CPO {
	width:415px;
	margin:0px auto;
	/*padding:0px 10px;*/
}

#CPO h3 a {
	color:#00349A;
}
#CPO h3 a:hover {
	color:#900;
}

.smText {
	font-size:10px;
}


/* Footer */
#footer {
	clear:both;
	height:56px;
	padding:6px 35px 5px 30px; /* change padding-top back to 17 when incentives are done */
	font-weight:bold;
}
#interior #footer {
	height:63px;
	padding:5px 35px 0 30px;
	background:url(images/footer_bg.gif) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
}
#footer img {
	margin:-5px 0 0 3px;
}
#footer p.left {
	color:#fff;
	line-height:16px;
}
#footer p.left span {
	color:#333;
}
#footer p.right {
	color:#333;
	line-height:17px;
}
#footer p.right span a {
	color:#fff;
}
#subnav2{
	display:block;
	height:45px;
	text-align:center;
}

/*Site*/

#site a:visited, #content #site a:visited {
	color:#999;
}


/* Special Classes and IDs */
.left {
	float:left;
}
.right {
	float:right;
}
.center {
	text-align:center;
}
p.right {
	text-align:right;
}
img.center {
	display:block;
	margim:0 auto;
}
.contactheader {
	display:none;
}
.BrowseBox1, hr {
	margin:3px auto 3px auto;
}