@charset "UTF-8";
/* CSS Document */

/* General Styling */

body, html {
	margin: 0;
	height: 100%;
	background-image:url(images/header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
	}
	
#wrapper {
	width: 850px;
	margin: 0 auto;
	padding-top: 102px;
	}
	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 1.3em;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
	margin-bottom: 0;
	line-height: 22px;
	}
	
img, a {
	border: none;
	}
	
a {
	color: #e1253d;
	}
	
	

/* Navigation */

.nav {
     list-style-type: none;
     list-style-position:outside;
     position: relative;
     margin: 0 auto;
     padding: 0;
	 width: 850px;
 }
 
.nav li{
    display: block;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    float: left;
	height: 35px;
	background-image:url(images/menu_bg.gif);
	background-repeat: no-repeat;
}

.nav a{
	display:block;
	height:40px;
	text-indent:-9999px;
	outline:none;
}

#home {
	width: 73px;
	background-position: 0 0;
	}
	
#new {
	width: 128px;
	background-position: -73px 0;
	}
	
#preowned {
	width: 173px;
	background-position: -201px 0;
	}
	
#parts {
	width: 144px;
	background-position: -374px 0;
	}
	
#specials {
	width: 94px;
	background-position: -518px 0;
	}
	
#about {
	width: 106px;
	background-position: -610px 0;
	}

#contact {
	width: 132px;
	background-position: -719px 0;
	}
	
	
	
	
#home.active, #home:hover {
	width: 73px;
	background-position: 0 bottom;
	}
	
#new.active, #new:hover{
	width: 128px;
	background-position: -73px bottom;
	}
	
#preowned.active, #preowned:hover{
	width: 173px;
	background-position: -201px bottom;
	}
	
#parts.active, #parts:hover{
	width: 144px;
	background-position: -374px bottom;
	}
	
#specials.active, #specials:hover{
	width: 94px;
	background-position: -518px bottom;
	}
	
#about.active, #about:hover{
	width: 106px;
	background-position: -610px bottom;
	}

#contact.active, #contact:hover{
	width: 132px;
	background-position: -719px bottom;
	}
	
	
	
/* Splash - Flash Movie */

#splash {
	margin-top: 20px;
	clear: both;
	}
	
	
/* Front Page Boxes */

#row {
	min-width: 850px;
	margin-top: 20px;
	}
	
/* NOT USED 

#box1 {
	width: 199px;
	height: 200px;
	background-color:#CCCCCC;
	float: left;
	}
	

#box2 {
	width: 197px;
	height: 200px;
	background-color:#CCCCCC;
	margin-left: 20px;
	float: left;
	}
	
#box3 {
	width: 197px;
	height: 200px;
	background-color:#CCCCCC;
	margin-left: 20px;
	float: left;
	}
	
#box4 {
	width: 197px;
	height: 200px;
	background-color:#CCCCCC;
	margin-left: 20px;
	float: left;
	}
	
*/


/* Main Content on Inside Pages */

.content {
	background-color: #404040;
	width: 810px;
	padding: 20px;
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	}
	
.content_new {
	width: 850px;
	padding: 74px 0 0 0;
	margin-top: 20px;
	}
	
.reversed {
	color: white;
	}
	
.column {
	width: 395px;
	float: left;
	}
	
.column2 {
	width: 395px;
	float: right;
	}
	
.header_container {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999999;
	}
	
/* Header Classes for Interior Pages */

.page_header {
	margin-top: 20px;
	}
	
.newvehicles {
	background-image:url(images/header_new.gif);
	background-repeat: no-repeat;
	}
			
.testdrive {
	background-image:url(images/header_testdrive.gif);
	background-repeat: no-repeat;
	}
	
	
/* NEW CAR TABS navigation */
#nav {
	width: 850px;
	height: 81px;
	margin: 0;
	background-image: url(images/btns/btn_bg.jpg);
	background-repeat: repeat-x;
}

#nav ul {	
	width: 810px;
	margin:0 auto;
	padding: 0;
}

#nav li {	
	float:left;
	width:90px;
	list-style-type:none;
	text-align:center;
	height: 81px;
}

#nav a {
	display:block;
	position:relative;
	text-decoration:none;
}	

#nav a.current {
	background: url(current.png);	
}

#nav img {
	display:block;
	border: none;
}

#nav strong {
	display:block;		
	font-size:13px;
}

/* panes */
#panes {
	background:#FFF;
	border-color:#FFF;
	width:850px;	
	height:280px;
	margin:0;
	padding:0;
	background-image: url(images/new/plain_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	
	/* must be relative so the individual panes can be absolutely positioned */
	position:relative;
}

/* crossfading effect needs absolute positioning from the elements */
#panes div {
	display:none;		
	position:absolute;
	top:0;
	left:0;
	font-size:14px;
	color:#444;	
	width:360px;
	height: 260px;
	padding: 20px 30px 0 460px;
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#panes img {
	float:left;
	margin-right:20px;		
}

#panes p.more {
	color: #666666;
}

#panes h3 {
	margin: 0 0 -5px 0;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

.overlay {
	display:none;
	width:500px;
	padding:20px;
	background-color:#ddd;
}



/* New Vehicle Info */

.eclipse {
	background-image: url(images/new/new_eclipse.jpg);
	}
	
.spyder {
	background-image: url(images/new/new_spyder.jpg);
	}
	
.lancer {
	background-image: url(images/new/new_lancer.jpg);
	}
	
.evolution {
	background-image: url(images/new/new_evolution.jpg);
	}
	
.sportback {
	background-image: url(images/new/new_sportback.jpg);
	}
	
.galant {
	background-image: url(images/new/new_galant.jpg);
	}
	
.endeavor {
	background-image: url(images/new/new_endeavor.jpg);
	}
	
.outlander {
	background-image: url(images/new/new_outlander.jpg);
	}
	
.raider {
	background-image: url(images/new/new_raider.jpg);
	}
	
.newinfo {
	padding-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
	}




/* Preowned Search */

#results {
	width: 530px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: .8em;
	}
		
.preowned_price {
	font-size: 1em;
	}
	
	
/*TEST*/

#result {
	width: 520px;
	height: 51px;
	padding: 5px;
	margin: 2px 0;
	background-color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	background-image: url(images/search_bg.gif);
	}
	
#result:hover {
	background-image: url(images/search_bg_over.gif);
	cursor: pointer;
	}
	
.resultslink {
	text-decoration: none;
	color: white;
	}
	
.picleft {
	float: left;
	position: relative;
	margin-right: 10px;
	}
	
#result p {
	color: white;
	margin: 6px;
	}
	
.model {
	font-size: 12px;
	}
	
.description {
	font-size: 10px;
	}
	
.mileage {
	float: right;
	margin: 10px 0;
	text-align: center;
	}	
	
.price {
	float: right;
	margin: 10px 20px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	}
	

	
	
	
/* Build Your Own ---> with larger wrapper to fit iframe  */

#wrapper_build {
	width: 1020px;
	margin: 0 auto;
	padding-top: 102px;
	}
	
.iframe {
	border: none;
	margin-top: 20px;
	}
	
	
	
	
/* Coupon Page */

.coupon_wrapper {
	margin: 0 auto;
	text-align: center;
	}
	
.coupon {
	margin-bottom: 20px;
	}
	
	
/*Manager's Specials */
#managers_left {
	width: 390px;
	float: left;
	}
	
#managers_right {
	width: 390px;
	float: right;
	}
	
#preownedvalues {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: white;
	}
	

	
/* About Us */

#directions {
	width: 256px;
	padding: 20px;
	float: right;
	border: 2px solid #999999;
	margin-left: 10px;
	border-top: 20px solid #999999;
	margin-top: -10px;
	}
	
.leithlogo {
	float: left;
	margin: 0 10px 0 0;
	}
	
	

/* Forms */

.contactheader {
	margin-bottom: 20px;
	}
	
.forms p {
	color: white;
	margin: 5px 0;
	}
		
input {
	padding: 2px;
	margin-bottom: 4px;
	}

	
.vehicleinfo {
	width: 190px;
	float: left;
	margin-right: 14px;
	padding-right: 14px;
	}
	
.serviceinfo {
	width: 190px;
	float: left;
	margin-right: 14px;
	padding-right:14px;
	}
	
.contactinfo {
	float: left;
	width: 360px;
	}
	
.floatleft {
	float: left;
	margin-right: 10px;
	}
	
input.submit {
	padding: 0;
	margin: 0 5px 0 0;
	}
	
.contactinfo2 {
	width: 360px;
	float: left;
	margin-right: 14px;
	padding-right: 14px;
	}
	
.preowned {
	width: 250px;
	float: left;
	margin-right: 14px;
	padding-right: 14px;
	}
	
.selectlarge {
	width: 225px;
	}
	
.selectsmall {
	width: 100px;
	}
		

	
/* Styles for Footer and Footer List */

#footer {
	width: 840px;
	margin-top: 20px;
	padding: 7px 5px;
	background-color: #333333;
	background-image: url(images/bottombar_bg.gif);
	background-repeat: repeat-x;
	height: 18px;
	}
	
#footer ul {
	margin: 0 auto;
	padding: 0;
	text-align:center;
	}
	
#footer ul li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	padding: 0 5px;
	}
	
#footer ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	padding: 0 5px;
	}

p.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #999999;
	margin: 20px 0 0 0;
	text-align: center;
	}
	
	
	
/* Misc Styles */

.clear {
	clear: both;
	}
	
.picleft {
	float: left;
	margin: 0 10px 10px 0;
	}



	
