
BODY, HTML, * {
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:		11px;
	color:	#bebeb1;
}

.menuBG {
	background: url(img/menubg.jpg) left bottom repeat-x;
	background-color: #2a4e78;
}

.BodyShop {
	background: url(img/bodyshop_img3.jpg) left bottom no-repeat;
	background-color: #2d4563;
}

.PaintShop {
	background: url(img/paintshop_img3.jpg) left bottom no-repeat;
	background-color: #2d4563;
}

.OfficeShop {
	background: url(img/officeshop_img3.jpg) left bottom no-repeat;
	background-color: #2d4563;
}

.VehicleCheck {
	background: url(img/autowatchcheck_img3.jpg) left bottom no-repeat;
	background-color: #2d4563;
}

.CarClasses {
	background: url(img/carclasses_img3.jpg) left bottom no-repeat;
	background-color: #2d4563;
}

.Estimates, .Rentals {
	background-color: #bfbfbf;
}

/*FORM*/

#ContactForm *{
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:		12px;
	color:			#273d93;
}
#ContactForm input {
	width:	170px;
	border:	1px solid #8f8f8f;
}
#ContactForm textarea {
	width:	170px;
	height:	107px;
	border:	1px solid #8f8f8f;
}