﻿body
{
	font-family: Verdana;
	font-size: 11px;
}
td
{
	font-size: 11px;
}
a { color:#333399; }
body 
{
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 11px;
}
.vechicle-search-module .ModuleHeader:first-child{
  display:none;
}

.site-container
{
	margin: 0 auto;
	width: 780px;
	border: solid 1px #989898;
	border-top: none;
}

.site-header
{
	background: #3D6CBE url(Images/site-header-bg.jpg?v=1) no-repeat;
	height: 75px;
	border-bottom: solid 1px #617DAF;
}
	.site-header h2
	{
		color: #fff;
		font-family: Arial;
		font-size: 17px;
		font-weight: normal;
		padding: 34px 0 0 26px;
		margin: 0;
	}
		.site-header h2 span
		{
			font-weight: bold;
		}

.menu-1
{
	background: #C2C2C2 url(Images/menu-1-sep.png) repeat-x 2px 0;
	padding: 0;
	margin: 0;
	display: block;
	list-style: none;
	height: 23px;
}
	.menu-1 li
	{
		background: #C2C2C2 url(Images/menu-1-bg.png) repeat-x;
		display: block;
		float: left;
		height: 23px;
		line-height: 23px;
		margin: 0 0 0 2px;
	}
		.menu-1 a
		{
			display: block;
			text-align: center;
			color: #fff;
			font-weight: bold;
			text-decoration: none;
		}
		.menu-1 a:hover
		{
			color: #197CBF;
		}

.middle-section
{
	background: url(Images/middle-section-bg.png) repeat-x;
	height: 234px;
}
	.middle-section .banner
	{
		width:100%;
		height: auto;
	}
	.middle-section .search-box
	{
		float: left;
		width: 176px;
		padding: 14px 24px;
	}
		.middle-section .search-box .header
		{
			color: #033FAF;
			font-size: 18px;
			padding: 0 0 10px;
			text-align: center;
			font-weight: bold;
		}

.content-area-container
{
	background: url(Images/middle-section-bot-sep.jpg) no-repeat;
	padding: 20px 12px 0 8px;
}

.footer-area
{
	background: #0240AD url(Images/footer-bg.png) no-repeat;
	height: 21px;
	padding: 11px 18px 0;
	line-height: 21px;
	position: relative;
	margin: 28px 0 0;
}
	.footer-area .imperial
	{
		position: absolute;
		right: 20px;
		top: -24px;
	}
	.footer-area .contact-number
	{
		float: right;
		color: #fff;
		padding: 0 22px 0 0;
	}
	.menu-2
	{
		float: left;
	}
		.menu-2 a
		{
			color: #fff;
			text-decoration: none;
			margin: 0 6px;
		}
