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

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #000;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #CC00CC;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
.home_header {
	background-image: url(images/used-cars_01.jpg);
	background-repeat: no-repeat;
}
.category_header {
	background-image: url(images/cars-for-sale_01.jpg);
	background-repeat: no-repeat;
}
.mobility_header {
	background-image: url(images/mobility_scooter_header_01.jpg);
	background-repeat: no-repeat;
}
.scooter_header {
	background-image: url(images/scooters_01.jpg);
	background-repeat: no-repeat;
}
.team_header {
	background-image: url(images/team_header_01.jpg);
	background-repeat: no-repeat;
}
a.menu:link {
	font-size: 12px;
	font-weight: bold;
	color: #CC00CC;
	text-decoration: none;
	margin-right: 20px;
}
a.menu:visited {
	font-size: 12px;
	font-weight: bold;
	color: #CC00CC;
	text-decoration: none;
	margin-right: 20px;
}
a.menu:hover {
	font-size: 12px;
	font-weight: bold;
	color: #F6F;
	text-decoration: underline;
	margin-right: 20px;
}
a.menu:active {
	font-size: 12px;
	font-weight: bold;
	color: #F9F;
	text-decoration: underline;
	margin-right: 20px;
}
a.footer:link {
	font-size: 11px;
	font-weight: normal;
	color: #C6F;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
a.footer:visited {
	font-size: 11px;
	font-weight: normal;
	color: #C6F;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
a.footer:hover {
	font-size: 11px;
	font-weight: normal;
	color: #F6F;
	text-decoration: underline;
	margin-right: 10px;
	margin-left: 10px;
}
a.footer:active {
	font-size: 11px;
	font-weight: normal;
	color: #F9F;
	text-decoration: underline;
	margin-right: 10px;
	margin-left: 10px;
}
a.general:link {
	font-size: 12px;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
}
a.general:visited {
	font-size: 12px;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
}
a.general:hover {
	font-size: 12px;
	font-weight: bold;
	color: #CCC;
	text-decoration: underline;
}
a.general:active {
	font-size: 12px;
	font-weight: bold;
	color: #CCC;
	text-decoration: underline line-through;
}

.featured {
	float: right;
	height: 150px;
	width: 358px;
	border: 1px solid #CC00CC;
	margin-top: 25px;
	margin-right: 25px;
	padding: 5px;
}
.featured_heading {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #CC00CC;
}

.menu_table {
	float: left;
	width: 530px;
	vertical-align: bottom;
	margin-left: 20px;
}
.image_right {
	height: 150px;
	width: 200px;
	margin-left: 10px;
	float: right;
}
.content_backing {
	background-image: url(images/used-cars_03.jpg);
	background-repeat: repeat;
}
.body_table {
	background-image: url(images/cars-for-sale_03.jpg);
	background-repeat: repeat;
}
.body_content_area {
	width: 92%;
	margin-right: auto;
	margin-left: auto;
}
.car_list_sml {
	padding-top: 20px;
}
.image_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.image_right {
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right:0;
	float: right;
}
