.pagetitle {font-family : Arial, Verdana, sans-serif ; font-size : 16px; font-weight: bold; color: #000000;}
.smallfontgray {font-family : Arial, Verdana, sans-serif ; font-size : 9px;color: #808080;}
h1{font-size:22pt;color:white;}
h2{margin:0;font-size:14pt;font-family:Arial, Helvetica, sans-serif;}
.l {float:left;}
.r {float:right;}
.cont {width:100%;overflow:hidden;}
/*        V3        */
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #006600;
}
a:active {
	text-decoration: underline;
	color: #60B000;
}
	
#menu {
	width: 170px;	
	border-color:#888888;
	border-size: 0px;
	border-width: 0px;	
	background: url(images/menu.jpg);
	}

#menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
	}
#menu li a {
	margin:0px;
	border-top: 0px solid #989898;
	border-bottom: 1px solid #989898;
	border-right: 0px solid #989898;
	height: 25px;    	
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;		
	color:#FFFFFF;
	}	
	
#menu li a:link, #menu li a:visited {	
	display: block;
	background-repeat:no-repeat;
	padding:8px 0 0 15px;
	color:#FFFFFF;
	}
	
#menu li a:hover {	
	color:#FFFFFF;
	padding:8px 0 0 15px;
	background: url(images/menu1.jpg);	
	
	}
	
#menu li a:active {		
	color:#FFFFFF;
	background: url(images/menu1.jpg);
	padding:8px 0 0 15px;
	}      



#no1
{
	width:230px;
	height:108px;	
}
#no1 a
{
	display:block;
	width:230px;
	height:108px;	
	background-image:url(images/buttons/1.jpg);
	background-repeat:no-repeat;		
	
}

#no1 a:hover
{
	background-image:url(images/buttons/1a.jpg);
	background-repeat:no-repeat;
}

#no2
{
	width:230px;
	height:108px;		
}
#no2 a
{
	display:block;
	width:230px;
	height:108px;
	background-image:url(images/buttons/2.jpg);
	background-repeat:no-repeat;	
}
#no2 a:hover
{
	background-image:url(images/buttons/2a.jpg);
	background-repeat:no-repeat;	
}


#no3
{
	width:230px;
	height:108px;			
}

#no3 a
{
	display:block;
	width:230px;
	height:108px;
	background-image:url(images/buttons/3.jpg);
	background-repeat:no-repeat;
}
#no3 a:hover
{

	background-image:url(images/buttons/3a.jpg);
	background-repeat:no-repeat;
}

#no4
{
	width:230px;
	height:34px;			
}

#no4 a
{
	display:block;
	width:230px;
	height:34px;
	background-image:url(images/startnow1.jpg);
	background-repeat:no-repeat;
}
#no4 a:hover
{

	background-image:url(images/startnow.jpg);
	background-repeat:no-repeat;
}

#no5
{
	width:225px;
	height:110px;			
}

#no5 a
{
	display:block;
	width:225px;
	height:110px;
	background-image:url(images/buttons/b.jpg);
	background-repeat:no-repeat;
}
#no5 a:hover
{

	background-image:url(images/buttons/b1.jpg);
	background-repeat:no-repeat;
}


#BB
{
	background:url(images/buttons/A.jpg) no-repeat top left;
	margin-top:10px;
	width:517px;
	height:326px;
	padding:15px;
	font-size:11pt;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
}

#CR
{
	background:url(images/buttons/A.jpg) no-repeat top left;
	padding:5px 15px 5px 15px;
	width:365px;	
	height:210px;
	font-size:11pt;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
}


.bottom td 
{
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff;
	padding:5px 8px 5px 8px;
	text-align:left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.mission {background:url(images/missionbg.jpg) no-repeat top left; width:680px; height:370px;}
.mission a {color:#fff;font:20pt Arial, Helvetica, sans-serif;text-decoration:none;}
.mission a:hover {color:#00CC00;}

.FeaturedBox {		
	width:250px;
	height:300px;
	padding:10px;
	background:#3758a7;
	font-family:Arial, Helvetica, sans-serif;
}
.VehicleImage img {
	width:270px;	
	overflow:hidden;
}
.VehicleName {
    font-size:10pt;
    margin-bottom:10px;
    font-weight:bold;
	color:#fefefe;
    text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
}
.FeaturedBox .sliderwrapper {
	height:260px;
}
.FeaturedBox h1 {
	font-size:12pt;
	margin:0;
}
.FeaturedBox a.prev {
	color:#000;
	display:inline-block;
	padding:5px 10px;
	background-color:#ddd;
	-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;
	border:1px solid #ccc;
	margin-right:5px;
	text-decoration:none;
	width:40%;
	float:left;
}
.FeaturedBox a.prev:hover {
	background-color:#aaa;
	text-decoration:none;
	border:1px solid #999;
}
.FeaturedBox a.next {
	color:#000;
	text-decoration:none;
	display:inline-block;
	padding:5px 10px;
	background-color:#ddd;
	-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;
	border:1px solid #ccc;
	width:40%;
	float:right;
	text-align:right;
}
.FeaturedBox a.next:hover {
	background-color:#aaa;
	text-decoration:none;
	border:1px solid #999;
}
.PriceContainer {
    margin-top:10px;
    display:none;	
}
.Price {
	color:green;
	font-weight:bold;
	font-size:12pt;
	padding:0px 10px 0px 0px;
	display:none;	
}
.FeaturedBox .sliderwrapper .contentdiv {
	height:320px;
	overflow:hidden;
}
.PriceRetailContainer {
	display:block;
	font-size:8pt;
	font-weight:bold;
	color:#ed0000;
}
.PriceSaveContainer {
	display:block;
	font-size:12pt;
	margin-top:10px;
}
.Save {
	display:inline-block;
	padding:4px 10px 4px 10px;
	background-color:#425aba;
	font-weight:bold;
	color:white;
}  

.KMS
{
    display:none;
}      


.FTLinks a
{
    float:left;
	text-decoration:none;
    display:block;
    width:15%;
    color:#fff;        
	padding:8px 16px;	
	height:19px;
	text-align:center;
	font:bold 10pt Arial, Helvetica, sans-serif;
}

.FTLinks a:hover
{
    color:#1671c2;
	background:white;
}         

