@charset "UTF-8";
/**************************************************
ecarlist STYLESHEET
(C) ecarlist. ALL RIGHTS RESERVED.
AUTHORED BY: Chris Alexander of ecarlist
***************************************************/
	
body {
	background: #fff;
	text-align:center;
	padding:0px;
	margin:0px;
	/**/
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#444;
}

.clear { clear:both; }
.floatleft { float:left; }
.floatright { float:right; }

a {
	color:#10416e;
	text-decoration:underline;
}

a:hover {
	color:#818181;
	text-decoration:none;
}

#container {
	width:980px;
	padding:0px;
	margin:0px auto;
	position:relative;
}

#container #leftColumn {
	float:left;
	width:730px;
	padding:0px;
	margin:0px;
}

h1#header{
	position: relative;
	padding:0px;
	margin:0px auto;
	height:167px;
	width: 730px;
	text-indent:1px;
	font-size: 1px;
	/* ignored in IE/Mac \*/
	overflow: hidden;
	font-size: 10px;
	/* */
}

h1#header a span{
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	background: url('../images/header2_bg.jpg');
	width: 100%;
	height: 100%;
 	cursor: hand;
}

#priNav {
	width:730px;
	height:45px;
	padding:0px;
	margin:0px auto;
	position:relative;
	background:url('../images/priNav_bg.jpg') top left no-repeat;
	line-height:45px;
	/**/
	overflow:hidden;
	/**/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:11px;
	
}

#priNav h2 { display:none; }

#priNav a {
	color:#fff;
	text-decoration:none;
	padding:5px 6px;
	font-weight:bold;
}

#priNav a:hover {
	color:#05111f;
	text-decoration:none;
}

#divider {
	background:url('../images/divider.jpg') top left no-repeat;
	padding:0px;
	margin:0px auto;
	height:40px;
	width:730px;
	position:relative;
}

#dividerInner {
	background:url('../images/dividerInner.jpg') top center no-repeat;
	padding:0px;
	margin:0px auto;
	height:40px;
	width:980px;
	position:relative;
}

#content {
	width:714px;
	padding:0px 16px 0px 0px;
	margin:0px auto 25px;
	position:relative;
	background:url('../images/content_bg.jpg') top right no-repeat;
	text-align:left;
	/**/
	overflow:hidden;
}

#contentInner {
	width:960px;
	padding:0px 20px;
	margin:0px auto;
	position:relative;
	text-align:left;
	/**/
	overflow:hidden;
}

#content p, #contentInner p {
	padding:0px 0px 12px 0px;
	margin:0px;
}

#flashHomeMovie {
	margin:0px 0px 20px 10px;
}

/* FEATURED VEHICLES */
#featuredVehicles_header {
	height:43px;
	margin:0px auto;
	padding:0px;
	position:relative;
	background:url('../images/featuredVehicles_header.jpg') top left no-repeat;
}

#featuredVehicles_body {
	padding:5px 20px 5px 10px;
	margin:0px 0px 0px 10px;
	width:674px;
	height:110px;
	position:relative;
	background:url('../images/featuredVehicles_body.gif') top center repeat-y;
	overflow:hidden;
}

#featuredVehicles_refresh {
	position:absolute;
	top:35px;
	right:10px;
	padding:0;
	margin:0;
	width:47px;
	height:53px;
}

#featuredVehicles_footer {
	padding:0px;
	margin:0px 0px 0px 10px;
	width:704px;
	height:59px;
	position:relative;
	background:url('../images/featuredVehicles_footer.jpg') top left no-repeat;
}

/**/
#container #rightColumn {
	float:right;
	width:250px;
	min-height:875px;
	padding:0px;
	margin:0px;
	background:url('../images/rightColumn_bg.jpg') top left repeat-x;
}

#container #gradient {
	height:146px;
	padding:9px;
	margin:0px auto;
	position:relative;
	background:url('../images/rightColumn_gradient.jpg') top left no-repeat;
	/**/
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000;
	text-align:left;
}

/* for inventory and vehicle pages */
#container #rightColumnInner {
	float:right;
	width:250px;
	height:212px;
	padding:0px;
	margin:0px;
}

div.ip_specials_list img { border:0px solid #fff; }

/* FOOTER */
#footer {
	padding:26px 0px 0px 0px;
	margin:0px auto 25px;
	position:relative;
	width:980px;
	background:url('../images/footer_bg.gif') top left repeat-x;
	color:#5989b5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 14px;
	text-align:left;
	clear:both;
}

#footer p {
	padding:0px 0px 25px 0px;
	margin:0px;
}

#footer a {
	color:#10416e;
	text-decoration:underline;
}

#footer a:hover {
	color:#818181;
	text-decoration:none;
}

#mainContainer { width:930px; }
