/* CSS Document */

p, th, h1, h2, h3, label, td, li, ol, ul, link, a, address, input, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	font-size: 20px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 15px;
}
h2 {
	padding-top:0;
	font-size: 14px;
	font-weight: bold;
}

a {
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-weight: bold;
}
li {
	padding-top: 20px;
}
#thanksText {
	text-align:center;
	padding-bottom: 250px;
	padding-top: 50px;
}
/*************** Image Handling **************************/
.floatLeft, .floatRight, .imageBorder {
	padding: 10px 10px 10px 10px;
}
.imageCentre {
	text-align: center;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
#learnToRide {
	margin-top: 10px;
}
#tagline2 {
	float: right;
	margin-right: 220px;
}
/**************** MENU OPTIONS ****************/
#menuBar {
	float: left;
	width: 160px;
	padding-top: 20px;
	background-color:#2B368F;
}
a span {
	display: none;
}
.dash { /* For WAI */
	display: none;
}
#home, #carsFor, #breaking, #salvage, #aboutUs, #contactUs, #newsfeed {
	height: 30px;
	width: 150px;
	background-repeat:no-repeat;
	float: left;
	margin-left: 5px;
	display:block;
}
#home {
	background-image: url(Images/Buttons/home.gif);
}
#home:hover {
	background-image: url(Images/Buttons/homeRO.gif);
}
#carsFor {
	background-image: url(Images/Buttons/carsFor.gif);
}
#breaking {
	background-image: url(Images/Buttons/breaking.gif);
}
#breaking:hover {
	background-image: url(Images/Buttons/breakingRO.gif);
}
#salvage {
	background-image: url(Images/Buttons/salvage.gif);
}
#salvage:hover {
	background-image: url(Images/Buttons/salvageRO.gif);
}
#aboutUs {
	background-image: url(Images/Buttons/aboutUs.gif);
}
#aboutUs:hover {
	background-image: url(Images/Buttons/aboutUsRO.gif);
}
#contactUs {
	background-image: url(Images/Buttons/contactUs.gif);
	padding-bottom: 30px;
}
#contactUs:hover {
	background-image: url(Images/Buttons/contactUsRO.gif);
}
#newsfeed {
	background-image: url(Images/Buttons/newsfeed.gif);
	margin-top: 30px;
	height: 60px;
	padding-left: 0;
	margin-left: 0;
	width: 160px;
	border-top: thick solid #CFD5DE;
}

/***************** DIV DEFINITIONS ********************/
body {
	position: relative;
	width: 950px;
	margin-left:auto;
	margin-right:auto;
	background-color: #CFD5DE;
}
#header {
	padding-top: 10px;
	float: right;
}
#bodyText {
	width: 520px;
	padding: 5px;
	margin-left: 170px;
}
#RHS {
	float: right;
	width: 220px;
	padding: 5px;
}

#footer {
	clear: both;
	margin-top: 30px;
	text-align: center;
}
#ACWD {
	font-size: 10px;
	font-style:italic;
}

/*************** Misc ***************/
#carList img {
	border: solid medium #6F89A3;
	margin: 0 5px;
}
.carMake {
	font-size: 16px;
	font-weight: bold;
	color: #2B368F;
}
/******don't show the human field on the contact form so as to catch spam robots*******/
#humanLabel, #human {
	display: none;
	visibility: hidden;
}

