/* CSS Document */
#vehicles ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#vehicles ul li {
	display: inline;
	width: 360px;
	height: 108px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
 }
 
h4 {
	font-size: 12px;
	text-align: left;
	font-size: 12px;
	line-height: 10px;
	font-weight: normal;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-indent: 5px;
	color: #FFFFFF;
}

#audi {
	display:block;
	width: 360px;
	height: 108px;
	background-image: url(../images/vehicles/audi1.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color:#2F2A2D;
} 

#bmw {
	display:block;
	width: 360px;
	height: 108px;
	background-image: url(../images/vehicles/bmw1.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color:#2F2A2D;
} 

#chevrolet {
	display:block;
	width: 360px;
	height: 108px;
	background-image: url(../images/vehicles/chevrolet1.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color:#2F2A2D;
}

#statesmen {
	display:block;
	width: 360px;
	height: 108px;
	background-image: url(../images/vehicles/caprice1.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color:#2F2A2D;
}

#mercedes {
	display:block;
	width: 360px;
	height: 108px;
	background-image: url(../images/vehicles/mercedes1.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color:#2F2A2D;
}

#peoplemovers {
	display:block;
	width: 360px;
	height: 108px;
	background-image: url(../images/vehicles/vclass1.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color:#2F2A2D;
}

#stretched {
	display:block;
	width: 360px;
	height: 108px;
	background-image: url(../images/vehicles/stretch1.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color:#2F2A2D;
}

#coaches {
	display:block;
	width: 360px;
	height: 108px;
	background-image: url(../images/vehicles/coach1.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color:#2F2A2D;
}

 
.box a:link {
	display:block;
	color: #ffffff;
	text-decoration: none;
	width: 105px;
	height: 18px;
	padding-top: 90px;

}

.box a:active {
	display:block;
	color: #ffffff;
	text-decoration: none;
	width: 105px;
	height: 18px;
	padding-top: 90px;
}

.box a:visited {
	display:block;
	color: #ffffff;
	text-decoration: none;
	width: 105px;
	height: 18px;
	padding-top: 90px;
}

.box a:hover {
	text-decoration: none;
	color: #F26521;
	background-color: #1C1017;
}

#cars ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 20px;
	margin-top: 20px;
}

#cars ul li {
	display: inline;
	width: 220px;
	height: 124px;
	padding-right: 35px;
 }
 
#cars .last{
	padding-right: 0px;

	
}
