body {
	background-color: #00081b;
	background-image:url(images/bkgd.jpg);
	background-repeat:repeat;
	margin-top: 10px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:30px;
	color:#000000;
}
img{
	border:0px;
}

/* layouts 
-------------------------------------------------------------- */

#con0{
}

#con1{
	width:990px;
	text-align:left;
}
#header{
	height:91px;
	display:block;
	background: transparent url(images/logoBKGD.gif) bottom left no-repeat;	
}

#logo{
	float:left;
	margin-top:15px;
	margin-left:20px;
}

/* header area
-------------------------------------------------------------- */
#header_area{
	width:545px;
	height:45px;
	float:left;
}


/* top navigation 
-------------------------------------------------------------- */
#nav { 
	height:40px; 
	width:600px;
	text-align:center;
	float:right;
}

#nav li {
	float: left;
	text-align:center;
	list-style: none ;	
	height:40px;
	margin:9px 15px 0px 15px; 
	width:100px;
	text-transform:uppercase;
}

#nav li.long {
	width:200px;
}

#nav li.last {
	width:100px;
	background: transparent;	
}

#nav li.last_active {
	background: transparent;	
}

#nav ul { 
	float:left; 
	margin:0px 0px 0px 15px; 
	line-height:38px;
	width:600px;
}

#nav li { 
	float:left; 
	list-style-type:none; 
	overflow:hidden; 
}

#nav ul li a { 
	font-size:14px;
	text-decoration:none; 
	display:block;  
	color:#000000;
}

#nav ul li a:hover { 
	text-decoration:none;
	color:#dddddd;
}

#nav ul li.active a,#nav ul li.last_active  a { 
	color:#000000;
}

#nav ul li.active a:hover { 
	color:#dddddd;
}

/* flash banner 
-------------------------------------------------------------- */

#flashBanner{
	/* height: 400px; */
	width:988px;
	background-color:#FFFFFF;
}

/* sub page banner 
-------------------------------------------------------------- */

#subBanner{
	height: 109px;
	width:988px;
	background-color:#FFFFFF;
}

/* content panel 
-------------------------------------------------------------- */

.contentPanel{
	background-color:#cbcbcb;
	background-image: url(images/contentBKGD.gif);
	background-repeat:repeat-x;
	width:988px;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding:10px;
}

/* sub page content panel 
-------------------------------------------------------------- */

.subcontentPanel{
	background-color:#cbcbcb;
	width:988px;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding:10px;
}

/* section table 
-------------------------------------------------------------- */

.section{
	height: 145px;
	width:698px;
	float:left;
}
.sectionTitle{
	height: 37px;
	width:698px;
	float:left;
	color:#ffffff;
	font-weight:bold;
	background-image:url(images/indexSectionHeader.gif);
	background-repeat:no-repeat;
	padding-left:10px;
	margin-top:5px;
	text-transform:uppercase;
	line-height:40px;
	font-size:14px;
}
.productInfoContent{
	height:109px;
	width:698px;
	float:left;
	color:#000000;
	background-image:url(images/productinfoBKGD.gif);
	background-repeat:no-repeat;
}
.dealershipsContent{
	height:109px;
	width:698px;
	float:left;
	color:#000000;
	background-image:url(images/dealershipBKGD.gif);
	background-repeat:no-repeat;
}
.vendorContent{
	height:109px;
	width:698px;
	float:left;
	color:#000000;
	background-image:url(images/vendorBKGD.gif);
	background-repeat:no-repeat;
}
.sectionText{
	width:540px;
	padding-left:10px;
	padding-top:5px;
	padding-right:30px;
	float:left;
	color:#000000;
	line-height:18px;
	text-align:left;  
}
.sectionText a{
	color:#254e7d;
	text-decoration:none;
}
.sectionText a:hover{
	color:#254e7d;
	text-decoration:underline;
}
.blueBoxText{
	width:140px;
	padding-left:10px;
	padding-top:5px;
	padding-right:20px;
	float:left;
	color:black;
	line-height:15px;
	font-size:12px;
	font-weight:normal;
}
.blueBoxText strong{
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
}
.loginBox{
	width:228px;
	height:105px;
	background-image:url(images/loginBKGD.gif);
	background-repeat:no-repeat;
	color:#ffffff;
	float:right;
	vertical-align: top;
	margin-top:5px;
	margin-bottom:5px;
	font-weight:bold;
	text-transform:capitalize;
	font-size:14px;
	padding:3px 0px 0px 10px;
	text-align:left
}
.loginBox a{
	color:#ffffff;
	text-decoration:none;
}
.loginBox a:hover{
	text-decoration:underline;
}
.signupBox{
	width:228px;
	height:105px;
	background-image:url(images/signupBKGD.gif);
	background-repeat:no-repeat;
	color:#ffffff;
	float:right;
	vertical-align: top;
	margin-top:5px;
	margin-bottom:5px;
	font-weight:bold;
	text-transform:capitalize;
	font-size:14px;
	padding:3px 0px 0px 10px;
	text-align:left
}
.signupBox a{
	color:#ffffff;
	text-decoration:none;
}
.signupBox a:hover{
	text-decoration:underline;
}
.newsBox{
	width:218px;
	/*height:200px;  */
	background-image:url(images/newsBKGD.gif);
	background-repeat:no-repeat;
	color:black;
	float:right;
	vertical-align: top; 
	margin-top:5px;
	margin-bottom:5px;
	margin-right:10px;
	font-size:14px;
	padding:6px 0px 0px 10px;
	text-align:left
}
.newsBox a{
	color:#ffffff;
	text-decoration:none;
}
.newsBox a:hover{
	text-decoration:underline;
}

.howItWorkBox{
	width:228px;
	height:105px;
	background-image:url(images/howitworkBKGD.gif);
	background-repeat:no-repeat;
	color:#ffffff;
	float:right;
	vertical-align: top;
	margin-top:5px;
	margin-bottom:5px;
	font-weight:bold;
	text-transform:capitalize;
	font-size:14px;
	padding:3px 0px 0px 10px;
	text-align:left
}
.howItWorkBox a{
	color:#ffffff;
	text-decoration:none;
}
.howItWorkBox a:hover{
	text-decoration:underline;
}
.forDealerBox{
	width:228px;
	height:105px;
	background-image:url(images/forDealerBKGD.gif);
	background-repeat:no-repeat;
	color:#ffffff;
	float:right;
	vertical-align: top;
	margin-top:5px;
	margin-bottom:5px;
	font-weight:bold;
	text-transform:capitalize;
	font-size:14px;
	padding:3px 0px 0px 10px;
	text-align:left
}
.forDealerBox a{
	color:#ffffff;
	text-decoration:none;
}
.forDealerBox a:hover{
	text-decoration:underline;
}
.forVendorBox{
	width:228px;
	height:105px;
	background-image:url(images/forVendorBKGD.gif);
	background-repeat:no-repeat;
	color:#ffffff;
	float:right;
	vertical-align: top;
	margin-top:5px;
	margin-bottom:5px;
	font-weight:bold;
	text-transform:capitalize;
	font-size:14px;
	padding:3px 0px 0px 10px;
	text-align:left
}
.forVendorBox a{
	color:#ffffff;
	text-decoration:none;
}
.forVendorBox a:hover{
	text-decoration:underline;
}

/* gray box 
-------------------------------------------------------------- */

.grayBoxTop{
	height: 16px;
	width:700px;
	float:left;
	background-image:url(images/box_top.gif);
	background-repeat:no-repeat;
}
.grayBoxContent{
	width:700px;
	float:left;
	color:#000000;
	background-image:url(images/box_middle.gif);
	background-repeat:repeat-y;
}
.grayBoxBottom{
	width:700px;
	height:16px;
	float:left;
	color:#000000;
	background-image:url(images/box_bottom.gif);
	background-repeat:no-repeat;
}
.grayBoxText{
	width:680px;
	padding-left:10px;
	padding-top:5px;
	padding-right:30px;
	float:left;
	color:#000000;
	line-height:18px;
}
