@charset "UTF-8";
/* CSS Document */

body {
	font-family: Helvetica;
	background-color: #ffffff;
	margin:0 0 0 0;
}

#body {
	font-family: Helvetica;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#headerContainer {
	width: 650px;
	height: 107px;
	background-color:#000;
	float: left;
}

#headerRight {
	width: 249px;
	height: 102px;
	padding-top: 5px;
	text-align: center;
	float: right;
	background-color: #000;
	border-left: 1px Solid White;
}

#footerContainer {
   width: 900px;
   clear: both;
	margin-left: auto;
	margin-right: auto;
   height:40px;   /* Height of the footer */
}

#footerContactInfo {
	font-size: 11px;
	color: #036;
	text-align: center;
	margin-top: 3px;
}
#bottomMenuBar {
	background: #000;
	font-size:10px;
	color: #FFFFFF;
	padding:3px;
	overflow:auto;
	clear:both;
	z-index: 1;
}
#bottomMenuBar a{
	color:#FFFFFF;
	text-decoration:none;
	margin:0 10px;
	height:16px;
	line-height:16px;
	float:left;
	display:block;
	z-index: 1;
}

#headerContactInfo {
	font-size: 11px;
	color: #036;
	text-align: right;
	float: right;
	text-decoration: none;
	color: #FFF;
	padding-top: 7px;
	padding-right: 5px;
}

#headerContactInfo a{
	font-size: 11px;
	color: #036;
	text-align: right;
	float: right;
	color: #FFF;
}

#topMenuBar {
	background: #000;
	font-size:14px;
	color: #FFFFFF;
	font-weight:bold;
	padding:6px;
	overflow:auto;
	height:1%;
	border-top: 1px Solid Silver;
	clear:both;
}

#topMenuBar a{
	color:#FFFFFF;
	text-decoration:none;
	margin:0 10px;
	height:23px;
	line-height:23px;
	float:left;
	display:block;
}

#leftContainer {
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	width: 645px;
	
}

#leftContainer select {
	font-size: 14px;
	padding-bottom: 5px;
}

#leftContainer input {
	font-size: 14px;
	padding-bottom: 5px;
}

#rightContainer {
	border-left: 1px Solid #333;
	width: 250px;
	height: 100%;
	float: right;
	z-index: 1;
}

#rightInnerContainer {
	width: 249px;
	height: 710px;
	background-color: #E6E6E6;
	padding-top: 20px;
	float: right;
	z-index: 1;
}

#indexBrands {
	text-align: center;
}

#featuredProductsContainer {
	text-align: center;
}

#searchContainer {
	font-size: 12px;
	padding: 5px;
}

#searchContainer input{
	font-size: 12px;
}
	
#searchContainer select{
	margin-top: 3px;
	font-size: 12px;
}

#inventoryContainer {
	padding-top: 10px;
}

#inventoryContainer select {
	font-size: 14px;
	padding-bottom: 5px;
}

#inventoryContainer input {
	font-size: 14px;
	padding-bottom: 5px;
}

#servicesContainer {
	padding: 5px;
	text-align: justify;
	width: 590px;
}

#contactContainer {
	padding: 5px;
}

#featuredProduct {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	font-size: 13px;
	text-align: center;
}

#featuredProductSubInfo {
	font-size: 11px;
	text-align: center;
}

#indexContainer {
	width: 625px;
	text-align: justify;
	font-size: 12px;
}

#brandsContainer {
	margin-top: 5px;
}

#dealerContainer {
	padding: 5px;
}

#financingContainer {
	padding: 5px;
}

#dealerContentContainer {
	padding: 5px;
	width: 590px;
	text-align: justify;
}

#inventoryScroll {
	padding: 10px;
	height: 600px;
	overflow: auto;
}

.inventoryFormHeader {
	font-size: 18px;
	font-weight: bold;
}

.boxHeader {
	margin: 0;
	color: black;
	padding: 5px 5px 5px;
	font-size: 16px; 
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; 
}
.rightContainerHeader {
	font-family: Myriad Pro;
	font-weight: bold;
	font-size: 20px;
}

.containerHeader {
	font-family: Myriad Pro;
	font-weight: bold;
	font-size: 18px;
}

.inventoryCaption {
	font-size: 14px;	
}

.inventorySubInfo {
	font-size: 12px;
}

a.active{
	height:23px;
	line-height:23px;
	background:url(../i/nav/tb_a.png) right top no-repeat;
	padding-right:10px;
}
a.active span{
	background:url(../i/nav/tb_span.png) left top no-repeat;
	height:23px;
	display:block;
	padding-left:10px;
}

