/* CSS Document */
/***** Global Settings *****/
/**************copied from master.css start here*************/
/*html, body {
margin:0px auto;
padding:0;
 color: #345881; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#2e2e2e;
background-color:#141414;

}*/


/* Reset all */
html, body, div, blockquote, pre, dl, dt, dd, fieldset, th{ 
margin:0px auto; 
padding:0px; 
border:0px; 
outline:none; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#2e2e2e;
background-color:#141414;
}


td{
background-color:#FFFFFF;
margin:0px auto; 
padding:0px; 
border:0px; 
outline:none; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#2e2e2e;
text-align:left;}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
margin:0px auto;
padding:0px;
font-weight:normal;
}

h1 {
color:#032E60;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:24px;
text-transform:uppercase;
}

h2 {
padding:0;
padding-left:25px;
background-position:left;
font-family:"Trebuchet MS";
font-size:17px;
color:#002E63;
text-transform:uppercase;
}

h2.titlelinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #cccccc;
	font-weight: bold;
	text-decoration: none;
  text-transform: none;
  /*text-align: center;*/
  padding: 1px;
}
h2.titlelinks:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #EEEEEE;
	font-weight: bold;
	text-decoration: none;
}

h3 {
font:1em Verdana, helvetica, sans-serif;
font-weight:bold;
font-size: 1.2em;
padding-bottom: 2px;
}


ul, ol {
list-style:none;
padding:0 0 18px 40px;
}

blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

a, a:visited {
text-decoration:none;
}

table
{
	padding:0px;
	margin:0px;
}

/***** Forms *****/

/*form {
margin:0;
padding:0;
display:inline;
}*/

input, select, textarea {
font:1em Verdana, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}


/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
/*.text-center 	{ text-align:center; }*/
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.wrap 			{ position:relative; width:760px; height:567px; margin:0 auto; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }




/*****************maset style end here***************/

/* Main Elements  */



#wrapper {
	background-image:url(../images/wrapperBg.jpg);
	background-repeat:repeat-x;
	width:1100px;
	/*border:#FF0000 solid 1px;*/
	
}

#header
{
	background-image:url(../images/header1.jpg);
	background-repeat:no-repeat;
	width:1100px;
	height:196px;
	position:relative;	
}
#whitebar
{
	position:absolute;
	text-align:center;
	left:0px;
	top:196px;
	background-color:#FFFFFF;
	height:47px;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;	
	font-size:22px;
	line-height:47px;
	color:#000000;
	font-weight:bold;	
	
		
}
#menu
{
	position:absolute;
	bottom:0px;
	left:-5px;
	background-image:url(../images/menu_bg_l.png);
	width:1095px;
	height:32px;
	padding-top:5px;
	padding-left:7px;
	text-align:left;

}

#menu table tr td{
background-color:#FFFFFF;}
#topmenu
{
	position:absolute;
	top:0px;
	right:60px;
	background-image:url(../images/topmenu_bk.png);
	background-repeat:no-repeat;
	width:366px;
	height:28px;
	text-align:left;
	display:none;		
	
}
#greyContent
{
	width:1100px;
	background-image:url(../images/greybgBig.jpg);
	/*height:1441px;*/
	margin-top:47px;
	position:relative;
	background-repeat: repeat-x;
	background-color: #cacaca;
	padding-bottom:100px;
	
/*	height:1441px;
      padding-bottom:100px; 	*/
}

#greyContent_otherpages {
background-color:#CACACA;
background-image:url(../images/greybgBig.jpg);
background-repeat:repeat-x;
/*height:778px;*/
margin-top:47px;
position:inherit;
width:1100px;

}





#content{
background-color:#FFFFFF;
/*border:#99FF00 solid 1px;*/
float:left;
width:1100px;


}

#content_otherpages{

/*border:#99FF00 solid 1px;*/
background-color:#FFFFFF;
padding-left:40px;
width:968px;/*1011px;*/
padding-right: 4px;

}


.subscribe_icons{
/*border:#990000 solid 1px;*/
height:388px;
width:370px;
float:left;
margin-top:42px;
margin-left:10px;
background-color:#FFFFFF;

}

#contact_form{
margin-left:10px;
margin-top:20px;
padding-bottom:120px;}

#contact_form td{
background-color:#FFFFFF;
margin-top:20px;
padding-left:20px;
width:300px;
clear:both;
text-align:left;
}

#innerbody
{
	position:absolute;
	left:44px;
	top:70px;
	width:1011px;
	height:700px;
	/*background-image:url(../images/contentBtm.png);
	background-repeat:no-repeat;
	background-position:bottom;*/
}

#flash_div{
margin-bottom:-110px;
}
.innerTop
{
	/*position:absolute;*/
	left:0px;
	margin-top:20px;
	padding-left:44px;
	 
}

.innerTopmob
{
	/*position:absolute;*/
	left:0px;
	top:0px;
  /*margin-top: 56px;*/
  padding-left: 44px;
  margin-top: -10px;
}

.innerTopmobTop
{
	/*position:absolute;*/
	left:0px;
  margin: 0px;
  /*margin-top: -12px;*/
  padding-left: 44px;
}

.innerTopmobBot
{
	/*position:absolute;*/
	left:0px;
	top:0px;
  /*margin-top: 234px;*/
  padding-left: 44px;
   margin-top: -10px;
}

#innercontent
{
	background-color:#FFFFFF;
	/*height:650px;*/
	padding-right:0px;	
	margin:0px;
	text-align:left;
	padding-bottom:100px;
	
	/*height:1371px;*/
	padding-bottom:100px; 
}


#innercontentMob
{
	background-color:#FFFFFF;
	height:1900px;
	padding:0px;
	padding-left:10px;
	padding-right:10px;	
	margin:0px;
  margin-top: 110px;
	text-align:left;
}

#threebuttons
{
	background-image:url(../images/greyrpt.gif);
	background-repeat:repeat-x;
	width:1100px;
	height:213px;
	margin-top:47px;
}
.newcarsSml
{
	background-image:url(../images/newcarsSml.png);
	background-repeat:no-repeat;
	background-position:right;
	width:299px;
	height:41px;
	display:block;
	float:left;
	padding-left:90px;
}
.usedcarsSml
{
	background-image:url(../images/usedcarsSml.png);
	background-repeat:no-repeat;
	width:300px;
	height:41px;
	display:block;
	float:left;
	margin-left:10px;	
}
.marketSml
{
	background-image:url(../images/marketSml.png);
	background-repeat:no-repeat;
	width:299px;
	height:41px;
	display:block;
	float:left;
	margin-left:10px;	
}
.marketBig
{
	background-image:url(../images/market_05.png);
	background-repeat:no-repeat;
	width:299px;
	height:58px;
	display:block;
	float:left;
	margin-left:18px;	
}
.newcars
{
	background-image:url(../images/newcars.png);
	background-repeat:no-repeat;
	background-position:right;
	width:299px;
	height:193px;
	display:block;
	float:left;
	padding-left:90px;
}
.usedcars
{
	background-image:url(../images/usedcars.png);
	background-repeat:no-repeat;
	width:300px;
	height:193px;
	display:block;
	float:left;
	margin-left:10px;	
}
.market
{
	background-image:url(../images/market.png);
	background-repeat:no-repeat;
	width:299px;
	height:193px;
	display:block;
	float:left;
	margin-left:10px;	
}
#body
{
	position:relative;
	width:1100px;
	/*height:430px;*/
	
	background-image:url(../images/whitebtn.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	
	background-color:#FFFFFF;
}
/*#footerHome
{
	position:absolute;
	left:0px;
	top:876px;
	background-color:#183d67;
	height:22px;
	width:100%;	
}*/
#footerInner
{
	/*position:absolute;
	left:0px;
	top:1021px;*/
	background-color:#183d67;
	height:22px;
	width:100%;	
}

/*************STICKY FOOTER START HERE*******************/

#footerHome {/*position: relative;*/
	/*margin: -120px auto 0px;*/ /* negative value of footer height */
	height: 130px;
	clear:both;
	font-family : verdana;
	text-align : center;
	background:#183d67 url(/images/footer_bg_grad.jpg) repeat-x;
	width:100%;
	/*background-image:url(../images/whitebtn.gif);
	background-position:bottom;
	background-repeat:repeat-x;*/
	} 

/* CLEAR FIX*/
.clearfix:after {body: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.clear{
clear:both;}

.footertwc {
color:#CCCCCC;
font-size:12px;
/*background-color:#183D67;*/
}

p, ul, ol {
color:#2E2E2E;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
margin:0;
padding:0 0 5px;
/*background-color:#FFFFFF;*/



}






/*#footerHome ul {
display:block;
float:left;
margin-right:5px;
padding-top:15px;
width:270px;
background-color:#183D67;
}

#footerHome ul, #footerHome ul li {
list-style-type:none;
margin:0;
padding:0;
}*/

/*********newFooter_new Style*********/
#footer_inside{

color:#FFFFFF;
/*background-color:#183d67;*/
width:1100px;

	font-family : verdana;
	text-align : center;
	clear:both;
	font-family: verdana;
font-size: 13px;

}


.column1{
width:245px;
float:left;
color:#FFFFFF;
/*background-color:#183d67;*/
margin-top:20px;
font-family: verdana;
font-size: 13px;
display: block;}


.column2{
width:245px;
float:left;
/*background-color:#183d67;*/
margin-top:20px;
font-family: verdana;
font-size: 13px;
}

.column3{
width:245px;
float:left;
/*background-color:#183d67;*/
margin-top:20px;
font-family: verdana;
font-size: 13px;
}

.column4{
width:245px;
float:left;
/*background-color:#183d67;*/
margin-top:20px;
font-family: verdana;
font-size: 13px;
}

.column5{
width:120px;
float:left;
/*background-color:#183d67;*/
margin-top:10px;
}

.twc {
font-size: 10px;
margin-top: 10px;
color: #759AC6;
}

.twc a, .twc a:visited {
font-size: 10px !important;
color: #759AC6 !important;
}

.webexcel{
/*background-color:#183d67;*/
margin-top:20px;
}

#footerHome a:link{text-decoration: none; color: #ffffff; }
#footerHome a:visited{text-decoration: none; color:#ffffff;}
#footerHome a:hover{text-decoration: none; color: #ffffff;}

/**************/


/*************STICKY FOOTER END HERE*******************/

/* Home Page */
.homepageGirl
{
	/*position:absolute;*/
	background-image:url(../images/home.jpg);
	background-repeat:no-repeat;
	width:350px;
	height:371px;
	padding-left:170px;
	padding-top:20px;
	padding-right:20px;
	text-align:left;
	float:left;
	margin-left:85px;
	margin-top:42px;
	/*border:#0000FF solid 1px;*/

	
}
.homepageGirl ul
{
	list-style:disc;
	padding:0px;
	margin:0px;
	padding-left:50px;
}



.homepageGirl ul li
{
	margin:0px;
	padding:0px;
	padding-bottom:5px;
	line-height:16px;
  font-family:"Trebuchet MS";
  font-size: 11px;
}
.homeFlash
{
	position:absolute;
	left:860px;
	top:35px;
}

.homeYoutube
{
float:left;
	padding-left:19px;
	margin-top:2px;
	background-color:#FFFFFF;
}

.homeSearch
{
float:left;
	/*float : right;*/
		background-color:#FFFFFF;
}


.homeNews
{
	float:left;
	background-color:#FFFFFF;
	background-image:url(../images/subscribe_bg.png);
	background-repeat:no-repeat;
	height:220px;
	width:350px;
	margin-left:10px;
	margin-top:0px;
/*	border: #FF0000 solid 1px;*/
	
	/*float : right;
	width:220px;
	margin-top : 10px;*/
}


.inside_subscribe{

margin-left:30px;
background-color:#FFFFFF;
width:200px;
margin-top:17px;
}


.homeNews .formLabel {
	/*padding-top : 20px;*/
}


.homeNews .submit {
background-color:#194272;
/*border:1px solid #000000;*/
color:#FFFFFF;
line-height:140%;
padding:8px;
width:120px;
}


.homeNews input {
border:1px solid #194272;
color:#333333;
font-family:Verdana;
font-size:13px;
height:auto;
margin-bottom:10px;
padding:5px;
width:245px;
}

tr#FormNewsLetter {
	margin-left : 5px;
	margin-right : 5px;
}
.searchSelect
{
	margin-top:5px;
	height:20px;
	width:140px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
/* untuk mouse over menu */
.showlayer{display:block} /*show layer*/
.hiddenlayer{display:none} /*hidden layer*/
#personal_list{
	position:absolute; 
	width:163px; 
	height:0/*164px*/; 
	left:0px; 
	top:0px;	
	z-index:50; 
} 
#vehicleSearchDiv{
/*background-image:url(../images/searchbox_bg.png);
background-repeat:no-repeat;*/

	position:absolute; 
	width:246px; 
	height:300px; 
	left:0px; 
	top:0px;	
	z-index:50; 
	
} 

#vehicleSearchDiv td{
/*background-color:#FFFFFF;*/

/*background-image:url(../images/searchrpt.gif);
background-repeat:repeat-y;*/




color:#183D67;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:9px;
font-weight:bold;
text-align:left;
width:246px;
}



.searchTable
{
	width:246px;
	/*background-image:url(../images/searchrpt.gif);
	background-repeat:repeat-y;	*/
	
	
	background-image:url(../images/searchbox_bg.png);
background-repeat:no-repeat;

	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;	
	color:#183d67;		
}
.searchTable td, div{
background:none;}


.option2
{
	width:200px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.option4
{
	width:80px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	width:67pt;
	color:333333;
	height:15pt;
	text-align: right;
}

.phone {
font-size: 21px;
color: #032E60;
font-weight: bold;
}


.three_icons{
width:170px;
margin-left:6px;
/*border:#993300 solid 1px;*/
float:left;
background-color:#FFFFFF;
margin-top:2px;}

.broucher{
margin-left:15px;
float:left;
background-color:#FFFFFF;
width:146px;
height:65px;
margin-top:16px;
}

.facebook{ 
width:65px;
height:65px;
margin-left:15px;
float:left;
background-color:#FFFFFF;

}

.twitter{ 
width:65px;
height:65px;
float:left;
background-color:#FFFFFF;
margin-left:15px;
}
/*****************/
.three_icons1{
width:165px;
margin-left:1px;
/*border:#993300 solid 1px;*/
float:left;
background-color:#FFFFFF;
margin-top:2px;}

.nz_icon{
width:77px;
height:79px;
margin-left:27px;
float:left;
background-color:#FFFFFF;
}

.broucher1{
margin-left:27px;
float:left;
background-color:#FFFFFF;
width:123px;
height:65px;
margin-top:12px;
}

.facebook1{ 
width:41px;
height:38px;
margin-left:5px;
padding-bottom:3px;
float:left;
background-color:#FFFFFF;

}

.twitter1{ 
width:41px;
height:38px;
float:left;
background-color:#FFFFFF;
margin-left:5px;
}



/**********/


/*******************STYLE.CSS START HERE************/

.mob1 table {
	background-image: url(images/mob-1.gif);
	background-position: left;
	background-repeat: none;
}

.mob2 {
	background-image: url(images/mob-2.gif);
	background-position: left;
	background-repeat: none;
}

.mob3 {
	background-image: url(images/mob-3.gif);
	background-position: left;
	background-repeat: none;
}

.mob1 p, ul, li {
  font-family: Verdana;
  color: #3D546D;
  font-size: 10px;
}

.mob1 h2 {
  font-family: Impact, Verdana;
  color: #3D546D;
  font-size: 14px;
}

.bg {
	background-image: url(i/bg-content.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
}
.linebg {
	background-image: url(i/line-bg.gif);
}
.line2bg {
	background-image: url(i/bg-title.gif);
}
.line3bg {
	background-image: url(i/line-bg3.gif);
}
.bgleft {
	background-image: url(i/bg-left.gif);
	background-position: top;
	background-repeat: no-repeat;
}
.bggrey {
	background-image: url(i/bg-grey.gif);
	background-position: top;
	background-repeat: repeat-x;
}
.bgdarkgrey {
	background-color:#F3F3F3;
}

/*.bgspecials {
	background-image: url(i/bg-specials.gif);
	background-position: top;
	background-repeat: repeat-x;
}*/

.bgcontent1 {
	background-image: url(i/bg-content1.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}


.menuItem {
	background-color : #020C1D;
	color : #FFFFFF;
	display : block;
	width : 105px;
	text-align : left;
	padding : 4px 4px;
	padding-left : 10px;
}

.menuItem:hover {
	background-color : #66CCFF;
}


/* untuk mouse over menu */
.showlayer{display:block} /*show layer*/
.hiddenlayer{display:none} /*hidden layer*/

#personal_over{
	position:absolute; 
	width:82px; 
	height:30px; 
	left:0px; 
	z-index:1; 
} 
/*#personal_list{
	position:absolute; 
	width:163px; 
	height:164px; 
	left:0px; 
	z-index:2; 
} 
*/

#business_over{
	position:absolute; 
 	width:82px;
	height:30px;
	left:513px;
	z-index:3; 
	}
#business_list{
	position:absolute; 
 	width:163px;
	height:184px;
	left:513px;
	z-index:4; 
	} 

/*#LPersonal{
	position:absolute;
	z-index:1000;
	top: 61px;
	background-color:#020c1d;
	visibility: hidden;

} 
*/
#sort_over{
	position:absolute; 
 	width:32px;
	height:30px;
	left:0px;
	z-index:3; 
	}

#sort_list{
	position:absolute; 
 	width:124px;
	height:133px;
	left:0px;
	z-index:4; 
	} 

.copyright {

	font-size: 8pt;
	color: #cccccc;
}
.copyrightlink {

	font-size: 8pt;
	color: #8cd7fc;
	text-decoration: none;
}
.copyrightlink:hover {

	font-size: 8pt;
	color: #66CCFF;
	text-decoration: none;
}
.design {

	font-size: 7pt;
	color: #666666;
}
.designlink {

	font-size: 7pt;
	color: #666666;
	text-decoration: none;
}
.designlink:hover {

	font-size: 7pt;
	color: #66CCFF;
	text-decoration: none;
}

.checkbox{
width:13px;
height:13px;
}

/* contact form, search */
.option2 {
width:150pt;

font-size: 10pt;
color:333333;
height:15pt;
}
/*.option4 {
	
}*/
.input2 {
border:1px solid #a6a6a6;
background-color:#f4f4f4;

font-size: 10pt;
color:333333;
width:200pt;
height:16pt;
}
.textarea2 {
border:1px solid #a6a6a6;
background-color:#f4f4f4;

font-size: 10pt;
color:333333;
}

.mobtext {
 text-align: justify;
 padding-top: 15px;
 font-size: 12px;
 line-height: 18px;
}

/* new vehicles form*/
.option {
width:140pt;

font-size: 10pt;
color:333333;
height:15pt;
}
.option3 {
width:210pt;

font-size: 10pt;
color:333333;
height:15pt;
}
input {
border:1px solid #a6a6a6;
background-color:#f4f4f4;
font-size: 10pt;
color:333333;
width:210pt;
height:16pt;
}

input:focus {
background-color:#DDDDDD;
}

textarea {
border:1px solid #a6a6a6;
background-color:#f4f4f4;
font-size: 10pt;
color:333333;
}

textarea:focus {
background-color:#DDDDDD;
}

.textarea3 {
border:1px solid #a6a6a6;
background-color:#f4f4f4;

font-size: 10pt;
color:333333;
width:200pt;
height:100pt;
}

/* join newsletter form*/
.input3 {
border:1px solid #a6a6a6;
background-color:#f4f4f4;

font-size: 10pt;
color:333333;
width:150pt;
height:16pt;
}
.textarea4 {
border:1px solid #a6a6a6;
background-color:#f4f4f4;

font-size: 10pt;
color:333333;
width:150pt;
height:50pt;
}




.text {

	font-size: 10pt;
	color:#000000;
	line-height: 14pt;
	text-align: justify;

}
.text2 {

	font-size: 12pt;
	color: #ffffff;
	line-height: 18pt;
	text-align: justify;
}
.textlink {

	font-size: 10pt;
	color: #8cd7fc;
	line-height: 14pt;
	text-decoration: none;
}

.textlink:hover{

	font-size: 10pt;
	color: #66CCFF;
	text-decoration: none;
}
.textlink2 {

	font-size: 8pt;
	color: #8cd7fc;
	line-height: 14pt;
	text-decoration: none;
}

.textlink2:hover{

	font-size: 8pt;
	color: #66CCFF;
	text-decoration: none;
}

.textlist {

	font-size: 9pt;
	color: #345881;
	text-align: justify;

}
.textlistlink {

	font-size: 9pt;
	color: #345881;
	text-decoration: none;
}
.textlistlink:hover {

	font-size: 9pt;
	color: #66CCFF;
	text-decoration: none;
}
.textlisttitle {

	font-size: 9pt;
	color: #66ccff;
	font-weight: bold;
}
.textlistitalic {

	font-size: 8pt;
	color: #345881;
	text-align: justify;
	font-style: italic;
}

.textlisttitle2 {

	font-size: 10pt;
	color:#032E60;
	font-weight: bold;


}

.menu {

	font-size: 8pt;
	color: #CCCCCC;
	text-decoration: none;
	line-height: 12pt;
}
.menu:hover{

	font-size: 8pt;
	color: #66CCFF;
	text-decoration: none;
	line-height: 12pt;
}









.menulinks {

	font-size: 9pt;
	color: #3d3d3d;
	text-decoration: none;
}
.menulinks:hover {

	font-size: 9pt;
	color: #ffffff;
	text-decoration: none;
}
.submenulinks {

	font-size: 9pt;
	color: #999966;
	text-decoration: none;
}
.submenulinks:hover {

	font-size: 9pt;
	color: #ffffcc;
}
.mmenulinks:hover {

	font-size: 11pt;
	color: #666666;
	text-decoration: none;
}
.mmenulinks {

	font-size: 11pt;
	color: #141414;
	text-decoration: none;
	line-height: 14pt;
}
.menutext {

	font-size: 10pt;
	color: #FBF8F8;
	text-decoration: none;
	height: 14pt;
}
.menulink {

	font-size: 10pt;
	color: #FBF8F8;
	text-decoration: none;
}
.menulink:hover {

	font-size: 10pt;
	color: #ffff00;
	text-decoration: none;
}
/*.mnavigationtext {

	font-size: 13pt;
	color: #000000;
	text-decoration: none;
	height: 14pt;
	
}
.mnavigationtext2 {

	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	height: 14pt;
}
.productKey
{
	background-color:#dde3e9;
}
.mnavigation {

	font-size: 10pt;
	color: #032E60;
	text-decoration: none;
}
.mnavigation:hover {

	font-size: 10pt;
	color: #66ccff;
	text-decoration: none;
}
.mnavigationdis {

	font-size: 10pt;
	color: #3d3d3d;
	text-decoration: none;
}*/
.ctitle {

	font-size: 11pt;
	color: #663300;
	font-weight: bold;
	text-decoration: none;
}
.ctitle:hover {

	font-size: 11pt;
	color: #996600;
	font-weight: bold;
	text-decoration: none;
}
.title2 {

	font-size: 17pt;
	color: #FE2B01;
	font-weight: bold;
}
.textitalic {
	color: #cccccc;
	font-style: italic;

}
.title TD {

	font-size: 11pt;
	color: #000000;
	background-color: #488fb3;
	border-bottom: 1px solid #3d3d3d;
	font-weight: bold;
}
.titleo TD {

	font-size: 11pt;
	color: #66ccff;
	background-color: #141414;
	border-bottom: 1px solid #3d3d3d;
	font-weight: bold;
}
.texttitle {
	background-color: #141414;
	font-size: 10pt;
	color: #cccccc;

}
.texttitle2 {
	background-color: #141414;
	font-size: 10pt;
	color: #66ccff;

	font-weight: bold;
}

.texttitlelinks {
	background-color: #6c849e;
	font-size: 10pt;
	color:#FFFFFF;

	text-decoration: none;
}
.texttitlelinks:hover {
	background-color: #6c849e;
	font-size: 10pt;
	color: #FFFFFF;

	text-decoration: underline;
}
.textentry {
	background-color: #555555;

	font-size: 10pt;
	color: #141414;
}
.td1 {
	/*background-color: #101010;
	
	font-size: 9pt;

	color: #CCCCCC;
	border-bottom: 1px solid #333333;
	background-image: url(i/td1.gif);
	background-repeat: repeat;
*/
}

/*
.td2 img{
	background-color:#dfe5ea;
	border:#91A5B9 solid 1px;
	padding:5px;
}

.td3 img{
	background-color:#dfe5ea;
	border:#91A5B9 solid 1px;
	padding:5px;
}
*/

.box  {
border:1px solid #91A5B9;
font-size:11px;
width:130px;
/*display:inline-block;*/
margin:10px 2px 0 15px;
padding:5px;
text-align:right;
}



.box span {
font-weight:bold;
/*text-align:right;
float:right;
line-height:18px;*/
}

/*.td3 {
	background-color: #ffffff; 
	font-size: 9pt;	
	color: #000000;
}
.td4 {
	background-color: #66676B;

	font-size: 9pt;
	color: #CCCCCC;
}
.td5 {
	background-color: #707176;

	font-size: 9pt;
	color: #CCCCCC;
}*/
.titleb TD {

	font-size: 10pt;
	color: #FFFFFF;
	background-color: #6c849e;
	border-top: 1px solid #3d3d3d;
	font-weight: bold;
}
.super {
	font-size: 7pt;
	vertical-align: super;
}
.ctitle3 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 17pt;
	color: #66ccff;
	background-color: #000000;
/*	font-weight: bold;*/
}
.titlelinks {

	font-size: 10pt;
	color: #cccccc;
	font-weight: bold;
	text-decoration: none;
}
.titlelinks:hover {

	font-size: 10pt;
	color: #EEEEEE;
	font-weight: bold;
	text-decoration: none;
}
.textentries TD { 
	border-bottom: 1px solid #202020;
}
.error {

	font-size: 10pt;
	color: #CC0000;
}
.subtitle {

	font-size: 13pt;
	color: #66ccff;
	font-weight: bold;
}
.titlespec {

	font-size: 13pt;
	color: #FFFFFF;
	background-color: #2f3032;
	border-bottom: 1px solid #3d3d3d;
	font-weight: bold;
}
.thank {

	font-size: 9pt;
	color: #FF0000;
	font-weight: bold;
}
.similarlinks {

	font-size: 8pt;
	color: #66CCFF;
	text-decoration: none;
	font-weight: bold;
}
.similarlinks:hover {

	font-size: 8pt;
	color: #6FAAE5;
	text-decoration: none;
	font-weight: bold;
}
.bullet {

	font-size: 13pt;
	color: #638abf;
	font-weight: bold;
}
.emaillinks {


	font-size: 10pt;
	color: #FFFF66;
	text-decoration: none;
}
.emaillinks:hover {


	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: underline;
}

#products{
	width:102%;
	/*height: 700px;
 	overflow: auto;*/
} 

/*************styles from style.css for "new-cars.asp"**********************/

.titlelinks {
color:#000000;

font-size:12px;
font-weight:bold;
padding:5px;
text-align:center;
text-decoration:none;
text-transform:none;
}

h2.titlelinks {
color:#000000;

font-size:12px;
font-weight:bold;
padding:5px;
text-align:center;
text-decoration:none;
text-transform:none;
}

h2.titlelinks:hover {
color:#000000;

font-size:12px;
font-weight:bold;
padding:5px;
text-align:center;
text-decoration:none;
text-transform:none;
}

.titleb td {
background-color:#DDE3E9;
border : 0;
color:#000000;

font-size:10pt;
font-weight:bold;
}

table.layo, table.layo tr, table.layo td {
	margin : 0;
	padding : 0;
}

table.layo tr td {
	background-color : #FFFFFF;
	display : block;
	float : left;
	margin : 2px;
	width : 175px;
	height : 200px;
	text-align : center;
	overflow : hidden;
}

table.layo .titlelinks {
	margin : 0;
	padding : 0;
}

table.layo tr td table {
	margin : 0 auto;
}

table.layo tr td table img {
	padding-top : 5px;
	width : 160px;
}

table.layo tr td td {
	border : 0;
	display : inline;
	float : none;
	margin : 0;
	width : auto;
	height : auto;
	text-align : center;
}

.model {
	background-color : #F3F3F3;
	display : block;
	float : left;
	margin : 2px;
	width : 150px;
	height : 180px;
	text-align : center;
}

.model img {
	padding-top : 5px;
	width : 140px;
}

.model .titleb td {
background-color:#F3F3F3;
border:0 none;
color:#000000;
width : auto;
}

.model a:hover {
	color:#000000;
	
}

.menulinks {

	font-size: 9pt;
	color: #3d3d3d;
	text-decoration: none;
}
.menulinks:hover {

	font-size: 9pt;
	color: #ffffff;
	text-decoration: none;
}
.submenulinks {

	font-size: 9pt;
	color: #999966;
	text-decoration: none;
}
.submenulinks:hover {

	font-size: 9pt;
	color: #ffffcc;
}
.mmenulinks:hover {

	font-size: 11pt;
	color: #666666;
	text-decoration: none;
}
.mmenulinks {

	font-size: 11pt;
	color: #141414;
	text-decoration: none;
	line-height: 14pt;
}
.menutext {

	font-size: 10pt;
	color: #FBF8F8;
	text-decoration: none;
	height: 14pt;
}
.menulink {

	font-size: 10pt;
	color: #FBF8F8;
	text-decoration: none;
}
.menulink:hover {

	font-size: 10pt;
	color: #ffff00;
	text-decoration: none;
}
.mnavigationtext {
	font-size: 13pt;
	color: #000000;
	text-decoration: none;
	height: 14pt;
		
}

td.mnavigationtext {
text-align:right;
		
}
table.text{
width:100%;}

table td.mnavigationtext {
margin-right:10px;
}
.mnavigationtext2 {

	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	height: 14pt;
	
	
	
}
.productKey
{
	background-color:#dde3e9;
}
.mnavigation {

	font-size: 10pt;
	color: #032E60;
	text-decoration: none;
}
.mnavigation:hover {

	font-size: 10pt;
	color: #66ccff;
	text-decoration: none;
}
.mnavigationdis {

	font-size: 10pt;
	color: #3d3d3d;
	text-decoration: none;
}
.ctitle {

	font-size: 11pt;
	color: #663300;
	font-weight: bold;
	text-decoration: none;
}
.ctitle:hover {

	font-size: 11pt;
	color: #996600;
	font-weight: bold;
	text-decoration: none;
}
.title2 {

	font-size: 17pt;
	color: #FE2B01;
	font-weight: bold;
}
.textitalic {
	color: #cccccc;
	font-style: italic;

}
.title TD {

	font-size: 11pt;
	color: #000000;
	background-color: #488fb3;
	border-bottom: 1px solid #3d3d3d;
	font-weight: bold;
}
.titleo TD {

	font-size: 11pt;
	color: #66ccff;
	background-color: #141414;
	border-bottom: 1px solid #3d3d3d;
	font-weight: bold;
}
.texttitle {
	background-color: #141414;
	font-size: 10pt;
	color: #cccccc;

}
.texttitle2 {
	background-color: #141414;
	font-size: 10pt;
	color: #66ccff;

	font-weight: bold;
}

.texttitlelinks {
	background-color: #6c849e;
	font-size: 10pt;
	color:#FFFFFF;

	text-decoration: none;
}
.texttitlelinks:hover {
	background-color: #6c849e;
	font-size: 10pt;
	color: #FFFFFF;

	text-decoration: underline;
}
.textentry {
	background-color: #555555;

	font-size: 10pt;
	color: #141414;
}

/************/

/*untuk product*/

.phtdlinks {
	font-family:"Arial Narrow";
	font-size:16px;
	color: #002e63;
	font-weight: bold;
	text-decoration: none;
}
.phtdlinks:hover {
	color:#000000;
}

.phtd1 {
	font-family:"Arial Narrow";
	font-size:16px;
	color: #002e63;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
 	padding-left: 7px;
 	padding-top: 0px;
 	padding-right: 0px;
	height:41px;
}
.phtd1b {

	font-size: 9pt;
	color: #183d67;
	border-bottom: 1px solid #CCCCCC;
	font-weight:bold;
 	padding-left: 7px;
 	padding-top: 0px;
	height:41px;
}

.phtd1b  h2{
	font-size: 17px;
	color: #183d67;
	border-bottom: none;
	font-weight:normal;
 	padding-left: 7px;
 	padding-top: 0px;
	height:25px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	text-transform: uppercase;
}

.ptd1 {

	font-size: 9pt;
	color: #183d67;
	border-bottom: 1px solid #CCCCCC;
 	padding-left: 7px;
 	padding-top: 3px;
 	padding-bottom: 3px;
 	padding-right: 8px;
}
.ptd1b {

	font-size: 9pt;
	color: #183d67;
	border-bottom: 1px solid #CCCCCC;
	padding-left: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 8px;
	height:39;
	vertical-align: top;
}
.ptd1qm {

	font-size: 9pt;
	color: #183d67;
	border-bottom: 1px solid #CCCCCC;
	padding-left: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 8px;
	height:26;
	vertical-align: top;
}
.ptd1c {

	font-size: 9pt;
	color: #183d67;
	border-bottom: 1px solid #CCCCCC;
	padding-left: 7px;
 	padding-top: 3px;
 	padding-bottom: 3px;
 	padding-right: 8px;
}
.ptd1d {

	font-size: 8pt;/*9pt*/
	color: #183d67;
	border-bottom: 1px solid #CCCCCC;
	/*padding-left: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: top;*/
	padding-right: 3px;
	
}
.ptd1e {

	font-size: 9pt;
	color: #183d67;
	border-bottom: 1px solid #CCCCCC;
	padding-left: 7px;
 	padding-top: 3px;
 	padding-bottom: 3px;
 	padding-right: 8px;
}
.ptd1f {

	font-size: 9pt;
	color: #183d67;
	border-bottom: 1px solid #CCCCCC;
	padding-left: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 8px;
	vertical-align: top;
}

.phtd2 {

	font-size: 9pt;
	color: #183d67;
	border-bottom: 1px solid #CCCCCC;
 	padding-left: 5px;
	height:41;
	text-decoration: none;
}
/*.phtd2 {

	font-size: 10pt;
	color: #66ccff;
	font-weight: bold;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #666666;
	background-image: url(i/p-bg-title-td2.gif);
 	padding-left: 5px;
	height:41;
	text-decoration: none;
}*/

.ptd2 {
  background-color: none;
	font-size: 8pt;/*9pt;*/
	color: #000000;
	border-bottom: 1px solid #CCCCCC;
 	/*padding-left: 7px;
 	padding-top: 3px;
 	padding-bottom: 3px;*/
 	padding-right: 3px;
}

.ptd2 p {
  background-color: none;
	color: #000000;
}

.ptd2b {

	font-size: 9pt;
	color: #183d67;
	border-bottom: 1px solid #CCCCCC;
 	/*padding-left: 5px;
 	padding-top: 3px;
 	padding-bottom: 3px;
 	padding-right: 0px;*/
}
.ptd2c {

	font-size: 9pt;
	color: #183d67;
	border-bottom: 1px solid #CCCCCC;
 	/*padding-left: 5px;
 	padding-top: 3px;
 	padding-bottom: 3px;
 	padding-right: 0px;*/
}
.ptd2d {

	font-size: 9pt;
	color: #183d67;
	border-bottom: 1px solid #CCCCCC;
 	/*padding-left: 5px;
 	padding-top: 3px;
 	padding-bottom: 3px;
 	padding-right: 0px;*/
}
.ptd2e {

	font-size: 9pt;
	color: #183d67;
	border-bottom: 1px solid #CCCCCC;
/* 	padding-left: 5px;
 	padding-top: 3px;
 	padding-bottom: 3px;
 	padding-right: 0px;*/
}
.ptd2f {

	font-size: 9pt;
	color: #183d67;
	border-bottom: 1px solid #CCCCCC;
 	/*padding-left: 5px;
 	padding-top: 3px;
 	padding-bottom: 3px;
 	padding-right: 0px;*/
}
.ptd2g {

	font-size: 9pt;
	color: #183d67;
	border-bottom: 1px solid #CCCCCC;
 	/*padding-left: 5px;
 	padding-top: 3px;
 	padding-bottom: 3px;
 	padding-right: 0px;*/
}
.ptd2qm {

	font-size: 9pt;
	color: #183d67;
	border-bottom: 1px solid #CCCCCC;
 	/*padding-left: 5px;
 	padding-top: 0px;
 	padding-bottom: 0px;
 	padding-right: 0px;*/
}



.phtd3 {

	font-size: 9pt;
	color: #183d67;
	border-bottom: 1px solid #CCCCCC;
 	padding-left: 5px;
	height:41;
}
.ptd3 {

	font-size: 9pt;
	color: #183d67;
	border-bottom: 1px solid #CCCCCC;
 	padding-left: 5px;
 	padding-top: 3px;
 	padding-bottom: 3px;
 	padding-right: 0px;
}
.ptd3qm {

	font-size: 9pt;
	color: #183d67;
	border-bottom: 1px solid #CCCCCC;
 	padding-left: 5px;
 	padding-top: 0px;
 	padding-bottom: 0px;
 	padding-right: 0px;
}
.formLabel
{

	font-size:10px;
	color:#345881;
	font-weight:bold;
	text-transform:uppercase;
}
#newsletter{
	/*float:right*/
	z-index:1;
	visibility: hidden;
} 

.pictholder{
	border:0;
	margin-right: 5;
	margin-top: 3;
}
.msg {

	font-size: 8pt;
	color: #ff0000;
}
.error1 {

	font-size: 14pt;
	color: #66ccff;
	font-weight: bold;
}
.securitycode {

	font-size: 10pt;
	font-weight: bold;
	color: #345881;
}
.SecCode {

	font-size: 9pt;
	font-weight: bold;
	color: #66ccff;
}

/*.homeNews {
	width : 200px;
	font-family : Verdana;
	font-size : 14px;
	line-height : 140%;
	background-image:url(../images/submid.gif);
	background-repeat:repeat-y;
	background-position : left;
	width:246px;
	margin-top : 30px;
}

.homeNews input {
	width : 180px;
	padding : 5px;
	height : auto;
	font-size : 13px;
	margin-bottom : 10px;
	color : #333333;
	font-family : Verdana;
	border : 1px solid #194272;
}*/

.homeNews h3 {
	font-size : 20px;
	font-weight : normal;
	margin-bottom : 6px;
	line-height : 130%;
	margin-top : 0px;
}

.homeNews .submit {
	width : 120px;
	background-color : #194272;
	padding : 8px;
	border : 1px solid #000000;
	color : #FFFFFF;
	line-height : 140%;
}

.homeSearch {
	margin-top : 30px;
	padding-right : 12px;
}

/*#footerHome {
	height : 100px;
	font-family : verdana;
	text-align : center;
}

#footerHome span {
	display : block;
	width : 1100px;
	margin : 0 auto;
}

#footerHome ul, #footerHome ul li {
	margin : 0;
	padding : 0;
	list-style-type : none;
}

#footerHome ul {
	display : block;
	width : 270px;
	padding-top : 15px;
	margin-right : 5px;
	float : left;
}

#footerHome ul li {
	margin-bottom : 6px;
}

#footerHome a {
	line-height : 130%;
	color : #CCCCCC;
	font-size : 11px;
}*/

.footertwc {
 color: #CCCCCC;
 font-size: 12px;
}

#footerInner {
	height : 100px;
	font-family : verdana;
	text-align : center;
	clear:both;
}

#footerInner span {
	display : block;
	width : 1100px;
	margin : 0 auto;
}

#footerInner ul, #footerInner ul li {
	margin : 0;
	padding : 0;
	list-style-type : none;
}

#footerInner ul {
	display : block;
	width : 270px;
	padding-top : 15px;
	margin-right : 5px;
	float : left;
}

#footerInner ul li {
	margin-bottom : 6px;
}


#footerInner a {
	line-height : 130%;
	color : #CCCCCC;
	font-size : 12px;
}



/*
.titlelinks {
color:#000000;

font-size:12px;
font-weight:bold;
padding:5px;
text-align:center;
text-decoration:none;
text-transform:none;
}

h2.titlelinks {
color:#000000;

font-size:12px;
font-weight:bold;
padding:5px;
text-align:center;
text-decoration:none;
text-transform:none;
}

h2.titlelinks:hover {
color:#000000;

font-size:12px;
font-weight:bold;
padding:5px;
text-align:center;
text-decoration:none;
text-transform:none;
}

.titleb td {
background-color:#DDE3E9;
border : 0;
color:#000000;

font-size:10pt;
font-weight:bold;
}

table.layo, table.layo tr, table.layo td {
	margin : 0;
	padding : 0;
}

table.layo tr td {
	background-color : #FFFFFF;
	display : block;
	float : left;
	margin : 2px;
	width : 175px;
	height : 200px;
	text-align : center;
	overflow : hidden;
}

table.layo .titlelinks {
	margin : 0;
	padding : 0;
}

table.layo tr td table {
	margin : 0 auto;
}

table.layo tr td table img {
	padding-top : 5px;
	width : 160px;
}

table.layo tr td td {
	border : 0;
	display : inline;
	float : none;
	margin : 0;
	width : auto;
	height : auto;
	text-align : center;
}

.model {
	background-color : #F3F3F3;
	display : block;
	float : left;
	margin : 2px;
	width : 150px;
	height : 180px;
	text-align : center;
}

.model img {
	padding-top : 5px;
	width : 140px;
}

.model .titleb td {
background-color:#F3F3F3;
border:0 none;
color:#000000;
width : auto;
}

.model a:hover {
	color:#000000;
	
}
*/
/* light box css file*/



#lightbox{

	position: absolute;

	left: 0;

	width: 100%;

	z-index: 100;

	text-align: center;

	line-height: 0;

	}



#lightbox a img{ border: none; }



#outerImageContainer{

	position: relative;

	background-color: #fff;

	width: 250px;

	height: 250px;

	margin: 0 auto;

	}



#imageContainer{

	padding: 10px;

	}



#loading{

	position: absolute;

	top: 40%;

	left: 0%;

	height: 25%;

	width: 100%;

	text-align: center;

	line-height: 0;

	}

#hoverNav{

	position: absolute;

	top: 0;

	left: 0;

	height: 100%;

	width: 100%;

	z-index: 10;
	


	}

#imageContainer>#hoverNav{ left: 0;}





#prevLink, #nextLink{

	width: 49%;

	height: 100%;

	background: transparent url("../images/blank.gif") no-repeat; /* Trick IE into showing hover */

	display: block;
	

	

	}

#prevLink { left: 0; float: left;}

#nextLink { right: 0; float: right;}

#prevLink:hover, #prevLink:visited:hover { background: url("../images/prevlabel.gif") left 15% no-repeat; }

#nextLink:hover, #nextLink:visited:hover { background: url("../images/nextlabel.gif") right 15% no-repeat; }





#imageDataContainer{

	font: 10px Verdana, Helvetica, sans-serif;

	background-color: #fff;

	margin: 0 auto;

	line-height: 1.4em;

	overflow: auto;

	width: 100%	

	}



#imageData{	padding:0 10px; color: #666; }

#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	

#imageData #caption{ font-weight: bold;	}

#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			

#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	

		

#overlay{

	position: absolute;

	top: 0;

	left: 0;

	z-index: 90;

	width: 100%;

	height: 500px;

	background-color: #000000;

	}
	
/*********ABOUT US PAGE ************/

.aboutus_text{
text-align:left;
padding-right:10px;}

.testimonial{
float:left;
}

.text{
float:left;
width:100%;
/*width:700px;*/}

.testimonial_image{
float:left;
width:200px;
padding-left:20px;
}
	

/******************* Contact Try_ page style*****************/


#leftdiv{
/*border:#0000FF solid 1px;*/
width:480px;
float:left;
background-color:#FFFFFF;
text-align:left; }

#leftdiv p{
background:none;}

.name{
width:150px;
float:left;
background-color:#FFFFFF;
}
.phone{
width:80px;
float:left;
font-size:10px;
background-color:#FFFFFF;
}
.email{
width:150px;
float:left;
padding-left:30px;
background-color:#FFFFFF;}

#rightdiv{
width:480px;
float:left;
background-color:#FFFFFF;
text-align:left;
/*border:#990000 solid 1px;*/}

/*************CarFinanceCalculator.asp STYLE **************/

#calculator-layout{
    border: solid 1px #999999;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: #F5F5F5;
}
#calculator-layout h2{
    border: solid 1px white;
    border-bottom: solid 1px #CCC;
    margin: 2%;
    background-color: #DDDDDD;
    text-align: center;
    line-height: 1.6em;
}
#calculator-layout-table, #calculator-result-table{
    width: 96%;
    margin: 2%;
    border-collapse: collapse;
}
#calculator-layout-table td{
    width: 50%;
}
#calculator-form label{
    display: inline-block;
    width: 200px;
}
#calculator-form input[type=text]{
    width: 80px;
}
.component{
    margin: 8px 0;
}
.component input[type=text]{
  background-color: white;
}
#calculator-result{
    display: none;
}


.mob1 p, ul, li {
color:#3D546D;
font-family:Verdana;
font-size:10px;
}




