/* CSS Document */
body{
	margin: 0px;
	padding: 0px;
	background: #dedede url(images/mainbg.gif) repeat-x 0 0;
	color: Black;
	font: 13px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
div, p, ul, h1, h2, h4, img, form, label{padding:0px; margin:0px;}
ul{list-style-type:none;}

/*----MAIN PANEL----*/
#mainPan{width:791px; position:relative; margin:0 auto; padding:0px;}
/*----Left Panel----*/
#leftPan{width:240px; float:left;}
#leftTopPan{width:240px; height:125px; position:relative; margin:0 auto; padding:0; background:url(images/left-top.jpg) 0 0 no-repeat;}
#leftTopPan img{width:211px; height:58px; margin:15px 0 0 15px;}

#leftPan ul{width:240px; height:270px; display:block; background:url(images/menu-bg.jpg) 0 0 no-repeat; padding:20px 0 0;}
#leftPan ul li{width:180px; height:27px; position:relative; margin:0 auto; background:url(images/dot.gif) 0 100% repeat-x;}
#leftPan ul li a{
	width: 160px;
	height: 27px;
	display: block;
	/*----background: url(images/arrow-normal.gif) no-repeat 0 50%;----*/
	color: #095FCB;
	font: 13px/26px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0 0 0 20px;
	text-decoration: none;
	background:url(images/dot.gif) 0 100% repeat-x;
}

#leftPan ul li a:hover{
/*----background: url(images/arrow-normal.gif) no-repeat 0 50%;----*/
	color: #FF8C00;
	text-decoration: none;
}

#leftPan ul li.home{
	width: 180px;
	height: 30px;
	display: block;
	background: #dedede url(images/home.png) no-repeat 0 0;
	text-decoration: none;
	padding: 0 0 0 12px;
}

#leftPan ul li.about{
	width: 180px;
	height: 30px;
	display: block;
	background: #dedede url(images/about.png) no-repeat 0 0;
	text-decoration: none;
	padding: 0 0 0 12px;
}


#leftPan ul li.dealers{
	width: 180px;
	height: 30px;
	display: block;
	background: #dedede url(images/dealers.png) no-repeat 0 0;
	text-decoration: none;
	padding: 0 0 0 12px;

}


#leftPan ul li.advertise{
	width: 180px;
	height: 30px;
	display: block;
	background: #dedede url(images/advertise.png) no-repeat 0 0;
	text-decoration: none;
	padding: 0 0 0 12px;

}




#leftPan ul li.finance{
	width: 180px;
	height: 30x;
	display: block;
	background: #dedede url(images/finance.png) no-repeat 0 0;
	text-decoration: none;
	padding: 0 0 0 12px;

}


#leftPan ul li.insurance{
	width: 180px;
	height: 30px;
	display: block;
	background: #dedede url(images/insurance.png) no-repeat 0 0;
	text-decoration: none;
	padding: 0 0 0 12px;

}


#leftPan ul li.pricatesale{
	width: 180px;
	height: 30px;
	display: block;
	background: #dedede url(images/privatesale.png) no-repeat 0 0;
	text-decoration: none;
	padding: 0 0 0 12px;

}



#leftPan ul li.calculator{
	width: 180px;
	height: 30px;
	display: block;
	background: #dedede url(images/calculator.png) no-repeat 0 0;
	text-decoration: none;
	padding: 0 0 0 12px;

}





#leftPan ul li.contact{
	width: 180px;
	height: 30px;
	display: block;
	background: #dedede url(images/contact.png) no-repeat 0 0;
	text-decoration: none;
	padding: 0 0 0 12px;

}



#leftPan ul.linkone{width:240px; height:259px; padding:0; background:none;}
#leftPan ul.linkone li{width:200px; height:26px; position:relative; margin:0 auto; background:none; padding:0px;}
#leftPan ul.linkone li a{
	width: 180px;
	height: 26px;
	display: block;
	background: #dedede url(images/arrow-normal.gif)) no-repeat 0 50%;
	color: #095FCB;
	font: 13px/26px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0 0 0 22px;
	text-decoration: underline;
}
#leftPan ul.linkone li a:hover{
	background: #dedede url(images/arrow-normal.gif) no-repeat 0 50%;
	color: #25241E;
	text-decoration: underline;
}

#leftPan h2{
	width: 180px;
	height: 33px;
	color: #095FCB;
	font-size: 20px;
	line-height: 22px;
	padding: 0 0 0 20px;
	font-weight: normal;
}

#leftPan form{width:241px; height:240px; position:relative; margin:0 auto; background:url(images/formbg.jpg) 0 0 no-repeat;  color:#fff;}
#leftPan form input{width:143px; height:17px; margin:3px 0 2px 35px; }
#leftPan form label{width:143px; height:18px; margin:3px 0 0 35px; font:12px/15px Arial, Helvetica, sans-serif; font-weight:bold;}

#leftPan form input.button{width:69px; height:20px; float:left; color:#fff; font-size:12px; font-weight:bold; line-height:18px; border:none; padding:0 10px 0 0;  margin:3px 10px 2px 28px; }

#leftPan form h2{width:150px; height:47px; display:block; color:#095FCB; font-size:18px; line-height:47px; padding: 0 0 0 75px;}
#leftPan form #register{width:100px; height:24px; float:left; margin:3px 0 0; }
#leftPan form #register a{display:block; color:#fff; font-size:14px; padding:0 5px 0 0; text-decoration:none;}
#leftPan form #register a:hover{text-decoration:underline;}


/*----/Left Panel----*/

/*----Right Panel----*/
#rightPan{width:451px; float:left;
margin-left: 5px;}


#rightPan a{
	color: #095FCB;
	font: 13px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
#rightPan a:hover{
	color: #FF8C00;
	text-decoration: none;
	}
	
	#rightPan a:visited{
	color: #095FCB;
	font: 13px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}


#flash{
	width: 550px;
	height: 169px;
	padding: 0px 0 0 10px;
}


#rightPan h1 span{font:13px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;}
#rightPan h2{
	color: #095FCB;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
}

#rightPan h5 {font:24px "Trebuchet MS", Arial, Helvetica, sans-serif; color: #FFFFFF; text-align: center; line-height: 2px; }
#rightPan h6 {font:20px "Trebuchet MS", Arial, Helvetica, sans-serif; color: #FFFFFF; text-align: center; line-height: 0em;}

#rightPan h4{
	width: 240px;
	height: 50px;
	display: block;
	background: url(images/icon2.jpg) 0 0 no-repeat;
	color: #095ECA;
	font-size: 24px;
	line-height: 22px;
	padding: 0 0 0 75px;
	margin: 0 0 0 9px;
	clear: both;
}
#rightPan h4 span{color:#9F9D81; background:#F6F4E4; font-size:16px; font-weight:bold; line-height:18px;}

#rightPan p{padding:20px 0 0 9px;}
#rightPan p.bottompadding{padding:22px 0 0 9px; margin:0 0 38px 0;}
#rightPan p span.boldtext{font-weight:bold;}
#rightPan p span.magedacolortext{
	color: #095ECA;
}
#rightmorePan{width:420px; height:28px; display:block; background:url(images/pattern.gif) 0 0 repeat; border:1px solid #fff; line-height:28px; padding:0 0 0 20px; margin:0 0 0 9px;}
#rightmorePan p.textposition{float:left; padding:0 0 0 18px; margin:0px;}
#rightmorePan a{float:left; width:36px; height:28px; display:block; background:url(images/morebg.gif) 0 0 no-repeat #D5D2BC; color:#1F1E15; text-decoration:none; padding:0 15px 0 45px; margin:0 0 0 135px;}
#rightmorePan a:hover{text-decoration:underline;}

#rightmorenextPan{width:420px; height:28px; display:block; background:url(images/pattern.gif) 0 0 repeat; border:1px solid #fff; line-height:28px; padding:0 0 0 20px; margin:0 0 0 9px;}
#rightmorenextPan p.textposition{float:left; padding:0 0 0 18px; margin:0px;}
#rightmorenextPan a{float:left; width:36px; height:28px; display:block; background:url(images/morebg.gif) 0 0 no-repeat #D5D2BC; color:#1F1E15; text-decoration:none; padding:0 15px 0 45px; margin:0 0 0 135px;}
#rightmorenextPan a:hover{text-decoration:underline;}


#rightaddPan{width:442px; height:170px; position:relative; margin:0 auto; padding:50px 0 0 9px;}
#rightaddonePan{width:218px; height:110px; float:left; background:url(images/image1.jpg) 100% 0 no-repeat #CBC8B2; color:#fff; }
#rightaddonePan p.whitetext{font-size:22px; padding:16px 0 0 16px;}
#rightaddonePan p.whitetextbig{font-size:28px; padding:10px 0 0 16px;}
#rightaddonePan a{width:97px; height:33px; display:block; background:url(images/viewmore.jpg) 0 0 no-repeat #ABA894; color:#fff; font-size:16px; line-height:30px; text-decoration:none; margin:15px 0 0; padding:0 0 0 55px;}
#rightaddonePan a:hover{text-decoration:underline;}

#rightaddtwoPan{width:218px; height:110px; float:left; background:url(images/image2.jpg) 100% 0 no-repeat #CBC8B2; color:#fff; margin:0 0 0 6px;}
#rightaddtwoPan p.whitetext{font-size:22px; padding:16px 0 0 16px;}
#rightaddtwoPan p.whitetextbig{font-size:28px; padding:10px 0 0 16px;}

#rightaddtwoPan a{width:82px; height:33px; display:block; background:url(images/viewmore.jpg) 0 0 no-repeat #ABA894; color:#fff; font-size:16px; line-height:30px; text-decoration:none; margin:15px 0 0; padding:0 0 0 55px;}
#rightaddtwoPan a:hover{text-decoration:underline;}

#viewcarimage {
	
width: 549px;
	height: 474px;
	background:url(images/bigframe.png) 100% 0 no-repeat; 
	
}



#advertise {
	font-size: 13;
	background-color: #E5E8FF;
	border: thin solid #6495ED;
	padding: 10px;
	width: 100%;
}


#calc {
	font-size: 13;
	width: 450px;
	background-color: #E5E8FF;
	border: thin solid #6495ED;
	padding: 10px;
	
}

#calc .body {
	font-size: 12;
}

#calc input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


#calc select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#calc .total {
	background: #2350A3;
	font-size: 16px;
	color: #FFF;
}

#calc .totalinput {
		background: #2350A3;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	border: none;
}


.minitext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 4px;
	line-height: 4px;
	font-style: normal;
	font-weight: normal;
	color: #859393;
}

.body10{
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}



/*----/Right Panel----*/

/*----Footer Panel----*/
#footermainPan{
	background: #a6a7a7 url(images/footerbg.gif) repeat-x 0 0;
	color: #fff;
	position: relative;
	margin: 0 auto;
	height: 227px;
	clear: both;
}
#footerPan{width:791px; position:relative; margin:0 auto; font:12px/15px "Trebuchet MS",Arial, Helvetica, sans-serif; font-weight:normal;}

#footerPan ul{width:790px; position:absolute; top:85px; left:42px;}
#footerPan li{float:left; }
#footerPan ul li a{padding:0 10px 0; color:#fff; text-decoration:none;}
#footerPan ul li a:hover{text-decoration:underline;}
#footerPan ul li a:visited{padding:0 10px 0; color:#fff; text-decoration:none;}


#footerPan p.copyright{width:750px;  position:absolute; top:105px; left:220px;}

#footerPanhtml{width:64px; height:19px; display:block; position:absolute; top:132px; left:240px;}
#footerPanhtml a{width:59px; height:18px; background:url(images/arrow2.gif) no-repeat 45px 0px #D0CEB8; display:block; position:absolute; top:0px; left:0px; line-height:19px; padding:1px 0 0 5px; border:1px solid #FFFFFA; color:#353427; text-transform:uppercase; text-decoration:none;}
#footerPanhtml a:hover{background:url(images/arrow3.gif) no-repeat 45px 0px #B0AD93; color:#353427; text-decoration:none;}

#footerPancss{width:700px; height:19px; display:block; position:absolute; top:132px; left:70px;}
/*----/#footerPancss a{
	width: 49px;
	height: 18px;
	background: url(images/arrow3.gif) no-repeat 45px 0px #D0CEB8;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 19px;
	padding: 1px 0 0 15px;
	border: 1px solid #FFFFFA;
	color: White;
	text-transform: uppercase;
	text-decoration: none;
}
#footerPancss a:hover{
	background: url(images/arrow2.gif) no-repeat 45px 0px #B0AD93;
	color: White;
	text-decoration: none;/----*/
}

.inputform {
	border: thin solid #B0AD93;
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
}
