﻿/* Layout Styles */
body {
	margin: 0px;
	background-color: #cccccc;
	min-height:1000px;
}
table.header {
	background-color: #ffffff;
	margin: auto;
}
table.footer {
	background-color: #ffffff;
	margin: auto;
}
table.main {
	background-color: #ffffff;
	margin: auto;
}
table.hero {
	background-image: url('../images/layout-elements/hero-box-background.jpg');
	background-repeat: no-repeat;
	margin: auto;
	height: 314px;
}
td.members-login {
	background-image: url('../images/layout-elements/members-area.gif');
	background-repeat: no-repeat;
	width: 451px;
	vertical-align: top;
}
td.lhs-menu-background {
	padding-top: 9px;
	padding-left: 21px;
	vertical-align: top;
}
table.lhs-menu {
	background-image: url('../images/layout-elements/lhs-menu.jpg');
	background-repeat: no-repeat;
	width: 194px;
	height: 247px;
}
td.hero-image-background {
	padding-top: 9px;
	vertical-align: top;
}
table.hero-image {
	background-image: url('../images/layout-elements/car-hero.jpg');
	background-repeat: no-repeat;
	width: 613px;
	height: 247px;
}
td.news-slider {
	background-image: url('../images/layout-elements/news-slider.png');
	background-repeat: no-repeat;
	background-position: right;
	height: 22px;
	width: 322px;
	padding-left: 165px;
	color: #ffffff;
	vertical-align:top;
}
td.fast-answer-background {
	padding-top: 9px;
	vertical-align: top;
	padding-right: 25px;
}
table.fast-answer {
	background-image: url('../images/layout-elements/fast-answer.png');
	background-repeat: no-repeat;
	width: 283px;
	height: 247px;
}
td.fast-answer {
	padding-top: 3px;
	padding-left: 47px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 20px;
	width: 35px;
}
td.fast-answer2 {
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 0px;
	height: 20px;
}
td.form-table {
	background-color:#fa9c2b;
}

