@charset "UTF-8";
/* CSS Document */
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333;
	background-image: url(pix/layout/AC-bg.jpg);
	background-repeat: repeat;
	margin-top: 0px;
}
.contact {
	color: #F6FFB2;
	text-decoration: none;
}
.heading {
	font-size: 22px;
}
.footer-info {
	font-size: 10px;
	color: #C93;
	text-decoration: none;
}
#container {
	margin: auto;
	height: 750px;
	width: 940px;
}
#header {
	margin: auto;
	float: left;
	height: 110px;
	width: 910px;
	padding-right: 15px;
	padding-left: 15px;
	color: #FF9;
}
#main-top {
	background-image: url(pix/layout/main-top.png);
	background-repeat: no-repeat;
	margin: auto;
	float: left;
	height: 10px;
	width: 940px;
}
#main-area {
	background-image: url(pix/layout/main-area.png);
	background-repeat: repeat-y;
	margin: auto;
	float: left;
	height: auto;
	width: 940px;
}
#main-bottom {
	background-image: url(pix/layout/main-bottom.png);
	background-repeat: no-repeat;
	margin: auto;
	float: left;
	height: 15px;
	width: 940px;
}
#yellow-box {
	background-color: #ffffff;
	float: left;
	height: 238px;
	width: 390px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding: 10px;
}
#main-pic {
	float: left;
	height: 273px;
	width: 500px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#menu {
	background-image: url(pix/layout/menu/menu.jpg);
	float: left;
	height: 32px;
	width: 910px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#left-column {
	float: left;
	height: auto;
	width: 280px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999;
}
#right-column {
	float: left;
	height: auto;
	width: 598px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#car-mobile {
	font-size: 13px;
	float: left;
	height: 95px;
	width: 145px;
	background-image: url(pix/home/car-mobile.jpg);
	background-repeat: no-repeat;
	padding-left: 130px;
	padding-top: 25px;
	padding-right: 5px;
}
#footer {
	float: left;
	height: 30px;
	width: 910px;
	padding-right: 15px;
	padding-left: 15px;
}
#certified {
	font-size: 14px;
	float: left;
	height: auto;
	width: 280px;
	padding-top: 10px;
}
#small-photos {
	margin: 5px;
	float: right;
	height: 202px;
	width: 280px;
}
#logos {
	padding: 5px;
	float: left;
	height: 80px;
	width: 910px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
	margin-right: 10px;
	margin-left: 10px;
}
#contact-us {
	color: #F6FFB2;
	float: right;
	height: 70px;
	width: 250px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#let-us-help-you {
	margin: auto;
	float: left;
	height: 63px;
	width: 930px;
}

