.hoverImage
{
	display: none;
}

.searchBox
{
	font-size: 11px;
	color: #6d6e6e;
	text-align: left;
	padding: 0 16px 0 16px;
	font-weight: bold;
}

.searchFormItem
{
	width: 165px;
	font-size: 10px;
	color: #000;
	margin-bottom: 11px;
}

.resultText {
	display: block;
	text-align: center;
	font-weight: bold;
}

#leftContent
{
	float: left;
	width: 375px;
}

#middleContent
{
	float: left;
	width: 205px;
	background-color: #f7f7f7;
	padding-top: 15px;
	text-align: center;
	min-height: 429px;
}

#rightContent
{
	background-image: url(/Templates/2/Images/BackgroundRight.gif);
	background-repeat: no-repeat;
	float: right;
	width: 180px;
	padding-top: 16px;
	background-color: #e1e2e2;
}

.bottomLeft { background-image: url(/Templates/2/Images/BottomLeft.jpg); background-position: left; float: left; height: 4px; width: 375px; background-repeat: no-repeat; background-color: #e1e2e2; }

.bottomMiddle { background-color: #f7f7f7; height: 4px; width: 205px; float: left; }

.bottomRight { background-image: url(/Templates/2/Images/BottomRight.jpg); background-position: right; float: right; height: 4px; width: 180px; background-repeat: no-repeat; background-color: #e1e2e2; }

#logoSpace { max-height: 160px; width: 760px; }

#logoSpace img { border-width: 0px; max-height: 160px; }

/* Child Pages */
.topBar
{
	padding: 8px 0 2px 15px;
}

.topSeparator
{
	background-image: url(/Templates/2/Images/Separator1.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 5px;
}

.pageImage { text-align: center; }

.pageImage img
{
	margin: 25px 20px 0px 20px;
	width: 439px;
}

.pageText
{
	padding: 25px 15px 25px 15px;
	font-size: 12px;
	text-align: justify;
}

/* Contacts Form */

.contactsForm
{
	background-image: url(/Templates/2/Images/Top.gif);
	background-repeat: no-repeat;
	background-position: top center;
	width: 530px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f7f7f7;
}

.contactsForm label
{
	/*display: inline-block;*/
	float: left;
	width: 80px;
	margin-left: 10px;
}

.contactsForm input, .contactsForm textarea
{
	color: #000000;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
}

.contactsFormTitle
{
	font-size: 12px;
	color: #6d6e6e;
	font-weight: bold;
	padding: 5px 0 5px 10px;
	text-transform: uppercase;
	background-image: url(/Templates/2/Images/Separator1.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.contactsSend
{
	margin-top: 30px;
	text-align: center;
}

/* Menu Bar */

.menuLeft 
{
	float: left;
	background-image: url(/Templates/2/Images/MenuBarLeft.gif);
	background-repeat: no-repeat;
	width: 15px;
	height: 49px;
	margin-top: 10px;
}

.menuRight
{
	float: left;
	background-image: url(/Templates/2/Images/MenuBarRight.gif);
	background-repeat: no-repeat;
	width: 15px;
	height: 49px;
	margin-top: 10px;
}

.menuItem{ float:left; width:100px; text-align:center; margin-top: 10px; }

.menu 
{
	float: left;
	background-image: url(/Templates/2/Images/MenuBarBody.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 49px;
	padding: 0 0 0 10px;
	text-align: center;
	margin-top: 10px;
}

.vehicleListItem 
{
	float: left;
	width: 500px;
	margin: 10px 0 10px 5px;
	padding: 2px 2px 0 15px;
	font-size: 10px;
}

.vehicleListItem2Top
{
	float: left;
	width: 521px;
	background-image: url(/Templates/2/Images/VehiclesTop.gif);
	background-repeat: no-repeat;
	margin-left: 5px;
	font-size: 0px;
	height: 10px;
}

.vehicleListItem2Bottom
{
	float: left;
	width: 521px;
	background-image: url(/Templates/2/Images/VehiclesBottom.gif);
	background-repeat: no-repeat;
	margin-left: 5px;
	height: 10px;
}

.vehicleListItem2Body
{
	float: left;
	width: 500px;
	background-image: url(/Templates/2/Images/VehiclesBody.gif);
	background-repeat: repeat-y;
	margin-left: 5px;
	padding: 2px 2px 0 15px;
	font-size: 10px;
}

.footerLeft
{
	float: left;
	background-image: url(/Templates/2/Images/BottomLeft.gif);
	background-repeat: no-repeat;
	height: 7px;
	width: 375px;
}

.footerRight
{
	float: right;
	background-image: url(/Templates/2/Images/BottomRight.gif);
	background-repeat: no-repeat;
	height: 7px;
	width: 180px;
}

dt 
{
	font-weight: bold;
}
dd
{
	border-bottom: solid 1px gray;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

