@charset "utf-8";
body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	background-color: #000;
	height: 582px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #666;
}
.left-top {
	height: 31px;
	width: 407px;
	background-image: url(images/top-left-bg.jpg);
	background-repeat: no-repeat;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	padding-top: 70px;
	padding-left: 30px;
}
.left-mid {
	height: 217px;
	width: 437px;
}
.left-bot {
	background-image: url(images/left-bot-bg.jpg);
	background-repeat: no-repeat;
	height: 222px;
	width: 407px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	padding-left: 30px;
}
#centre {
	float: left;
	height: 540px;
	width: 440px;
	background-image: url(images/centre.jpg);
	background-repeat: no-repeat;
}
#right {
	float: left;
	height: 540px;
	width: 63px;
	background-image: url(images/imagine.jpg);
	background-repeat: no-repeat;
}



/* CSS Document */

#top-nav {
	height: 40px;
	width: 940px;
	background-image: url(images/top-nav-bg.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

#main-content {
	height: 540px;
	width: 940px;
	background-color: #000;
}
#left-col {
	float: left;
	height: 540px;
	width: 437px;
}

.captcha {
	float: left;
	width: 240px;
	margin-left: 145px;
}
.captch-im {
	height: 30px;
	width: 100px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.captch-txt {
	float: left;
	height: 24px;
	width: 104px;
}
.captch-txtfield {
	float: left;
	height: 18px;
	width: 100px;
	border: 1px solid #D2D2D2;
}
.send-but {
	float: left;
	height: 21px;
	width: 109px;
	padding-left: 5px;
}
#contact-right-content {
	float: right;
	height: auto;
	width: 305px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.clearer {
	clear: both;
}

.right-cont-image {
	height: 180px;
	width: 305px;
	margin-bottom: 5px;
}

#contact-left-cont {
	float: left;
	height: auto;
	width: 390px;
	margin-top: 50px;
	line-height: 18px;
	background-color: #000;
	padding: 10px;
}
#centre-contact {
	float: left;
	height: 532px;
	width: 432px;
	background-repeat: no-repeat;
	font-size: 11px;
	color: #FFF;
	padding-top: 8px;
	padding-left: 8px;
	background-image: url(images/contact-bg.jpg);
}


#vehicle-form {
	height: auto;
	width: 390px;
}
#vehicle-form b {
	float: left;
}
.contact-txt {
	border: 1px solid #D2D2D2;
	float: right;
	height: 20px;
	width: 240px;
	margin-bottom: 5px;
}

.submit-label {
	float: left;
	height: 18px;
	width: 138px;
	font-weight: bold;
	color: #6e6e6e;
	padding-top: 4px;
	margin-bottom: 7px;
}
.clr {
	clear: both;
}
.contact-ta {
	border: 1px solid #D2D2D2;
	float: right;
	height: 120px;
	width: 240px;
	margin-bottom: 5px;
}

