/* Specials */


#specials-container-background {
	background:url(/images/specials-bg.jpg) top left no-repeat;
	width:240px;
	height:295px;
	padding: 10px 7px 10px 0;
	float:left;
	position:relative;
	overflow:hidden;
	margin: 12px 0 0 0;
}

#specials-container {
	width:225px;
	height:295px;
	padding: 10px;
	float:right;
	position:relative;
	overflow:hidden;
	margin: 0;
}

h2.specials {
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	color: #ffffff; 
	font-size: 14px; 
	margin:0; 
	padding:0 10px 5px;
	font-weight: bold;
}

#specials-arrow {
	position:absolute; 
	top:5px; 
	right:15px;
}

#specials-vehicles {
	position: absolute;
	top: 45px;
	left: 0;
	width: 1000px;
	height: 230px;
}

#specials-vehicles div {
	float: left;
	width: 230px;
	padding-left:36px;
}

#specials-wrap a {
	display: block;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;	
	width:210px;
}

#specials-wrap a:hover {

	text-decoration: underline;
}

#specials-wrap a img {
	float: right;
	width: 80px;
	height: 55px;
	margin: 0 10px 20px 10px;
	border: solid 1px #C0C0C0;
}

#specials-wrap a span {
	display: block;
	height: 24px;
	line-height: 24px;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}

#specials-wrap a span em {
	font-weight: bold;
	font-size:12px;
}

#specials-wrap a br {
	clear: both;

}



