@charset "UTF-8";
/* CSS Document */

/*Headers*/

.header_mtv, .header_ash, .header_gal, .header_shel, .header_serv, .header_used {
	height:108px;
	width:100%;
	background:#0052A8 no-repeat center;
	}

.header_mtv {background-image:url(../images/site_images/Banner---MTV.jpg);}
.header_ash {background-image:url(../images/site_images/Banner---ASH.jpg);}
.header_gal {background-image:url(../images/site_images/Banner---GAL.jpg);}
.header_shel {background-image:url(../images/site_images/Banner---SHEL.jpg);}
.header_serv {background-image:url(../images/site_images/Banner---SERV.jpg);}
.header_used {background-image:url(../images/site_images/Banner---USED.jpg);}

/*Presentation*/

#store_presentation {
	height:150px;
	}
	
	#store_presentation a img {
	padding:0;
	border:1px solid #bbb;
	}
	
	#pres-col-left {
		width:610px;
		float:left;
		height:150px;
		}
		
	#pres-col-right {
		float:right;
		width:320px;
		}
		
	#store_presentation-derby {
	height:264px;
	}
	
	#pres-col-left-derby {
		width:610px;
		float:left;
		height:264px;
		}
		
	#pres-col-right-derby {
		float:right;
		width:320px;
		}

div#ashland.pres-col-left {background:url(../images/site_images/ASHLAND-STORE-for-Web.jpg);}
div#galion.pres-col-left {background:url(../images/site_images/GALION-STORE-for-Web.jpg);}
div#mtvernon.pres-col-left {background:url(../images/site_images/MTVERNON-STORE-for-Web.jpg);}
div#shelby.pres-col-left {background:url(../images/site_images/SHELBY-STORE-for-Web.jpg);}
div#bellville.pres-col-left {background:url(../images/site_images/USED-STORE-for-Web.jpg);}

/*Custom Content*/

#main-col{
	float:right;
	width: 235px;
	padding:20px;
	background:#ddd url(../images/site_images/box-grad2.jpg) repeat-x;
	}
		
	#main-col a.quick-links {
		display:block;
		text-decoration:none;
		color:#444;
		padding:4px;
		font-size:12px;
		border-bottom:1px dotted #fff;
		text-shadow: #fff 0 1px 0;
		}
		
		#main-col a.quick-links:hover {
		background-color:#014fa2;
		border-bottom:1px dotted #014fa2;
		color:#fff;
		text-shadow:none;
		}
	
	#main-col a span {
		/*color:#888; */
		font-size:9px;
		font-weight:normal;
		}
	
	#main-col a img, #main-col img {
	margin-top:-20px;
	margin-bottom:10px;
	padding:0;
	border:0px none #999;
	}
	
	#divider {
		height:2px;
		margin-top:10px;
		margin-bottom:10px;
		margin-left:auto;
		margin-right:auto;
		}
	
#main-col-content {
	padding:20px;
	padding-left:30px;
	padding-right:10px;
	width: 645px;
	float:left;
	}
	
#main-col-content-winter {
	padding:20px;
	padding-left:30px;
	padding-right:10px;
	width: 645px;
	float:left;
	background-color:#1F3BFF;
	}



#tab-col-left {
	width:610px;
	float:left;
	}
	
#tab-col-right {
	float:right;
	width:290px;
	padding:5px;
	height:100%;
	}

#caption {
	padding:10px;
	background-color:lightgoldenrodyellow;
	border:#555 solid 2px;
	}

	#caption p {
	font-size:12px;
	}
	
	#caption h6 {
	color:#555;
	}

#divided-list{
	font-size:13px;
	}	

#divided-list td {
	padding:10px;
	border-bottom:1px dotted #999;
	}
	
#divided-list img{
	border:2px solid #ccc;
	background-color:#eee;	
	}

#divided-list p.list-item {
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
	margin:0;
	}
	
	p.customer{
		color:#999;
		font-size:11px;
		margin-top:5px;
		padding-right:20px;
		font-style:italic;
		}

.special-link, a.special-link:link, a.special-link:visited, a.special-link:visited {
	background:#c54300; 
	margin: 10px; 
	color:#FFFFFF; 
	font:Arial, Helvetica, sans-serif; 
	font-size:18px; 
	padding:7px;
	}
	
	a.special-link:hover {
	background-color:#b10000;
	}
	
	.special-link a:link, .special-link a:visited, .special-link a:active {
	color:#fff;
	}

a.anchor:link, a.anchor:visited, a.anchor:active {
	font-size:12px;
	color:#049;
	font-weight:bold;
	padding:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	}

	a.anchor:hover {
	color:#fff;
	background-color:#049;
	text-decoration:none;
	}

p.show-coupon {
	padding:10px;
	font-size:18px;
	font-weight:bolder;
	margin:10px;
	background-color:#000;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}
	
	p.show-coupon a:link {
	color:#fff;	
	}

/*Tables*/

.table-container {
	padding-top:10px;
	padding-bottom:10px;
	}
	
#table {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff;
	border-collapse: collapse;
	text-align: left;
	}

	#table a:link, #table a:visited {
		font-size: 13px;
		color: #555;
		}
	
	#table a:hover {
		color:#049;
		}
	
	#table th {
		font-size: 14px;
		font-weight: bold;
		color: #000;
		padding: 10px 8px;
		border-bottom: 2px solid #444444;
		}
		
	#table td {
		border-bottom: 1px dotted #ccc;
		color: #777;
		padding: 6px 8px;
		}
	
	#table tbody tr:hover td {
		color: #049;
		background:#eeeeee;
		}

/*ADS*/

#content div.indented-text div.ford-promotion img {
	padding:0;
	margin:0;
	margin-bottom:-5px;
	} 
	
.winner {
	padding:10px;
	margin:10px;
	color:#222;
	font-weight:bold;
	font-size:16px;
	border:2px solid;
	border-color:brown;
	background-color:#fff6bf;
	}
	
	.winner strong {
	font-weight:bold;
	text-transform:uppercase;
	}
	
	.winner span {
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	}

div#sound {
	background-color:#ddd;
	width:200px;
	padding:5px;
	font-size:12px;
	font-weight:bold;
	color:#444;
	border:3px solid #ccc;
	margin:10px;
	}

/*weekly ad*/

#sliced-ad {
	width:650px;
	border:2px #ccc solid;
	}

#main-col-right div#sliced-ad img {
	padding:0;
	margin-top:-2px;
	margin-bottom:-2px;
	border:0;
	}

div#ad-wrap {
	padding:10px;
	background-color:#ddd;
	margin-bottom:15px;
	border:1px #ccc solid;
	}
	
	div#ad-wrap img{
	padding:0;
	border:2px solid #fff;
	}
	
div.ad-caption {
	padding:3px;
	font-size:11px;
	}
	
p#features {
	margin:0;
	}
	
	p#features.make-model {
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	border-bottom:1px #444 solid;
	margin-bottom:5px;
	}
	
	p#features.make-model span {
	font-weight:normal;
	font-size:10px;
	}
	
	p#features.price {
	font-size:14px;
	font-weight:bold;
	}
	
	p#features.features-comments {
	font-style:italic;
	color:#006;
	font-weight:bold;
	}
	
#fiestalink {
	position:absolute;
	left:60px;
	top:236px;
}
