@charset "utf-8";
/*------------------------------------------------------------------ 
	[Master Stylesheet] 
	TKCarsites - CSS Document
	Website: http://www.tkcarsites.com/
-------------------------------------------------------------------*/

/*-----------------------------------
Basic Elements
-----------------------------------*/

/*****************
BODY
*****************/
body{
	background: url(../images/background.jpg) top center scroll #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 auto;
}

/*Remove dotted lines*/

:focus {
  -moz-outline-style: none;
}
a {
   outline: none;
}

/*****************
IFRAME
*****************/
iframe {
	background:#fff;
}


/*****************
LEFT NAVIGATION
*****************/
#leftNav{}

/*****************
MAIN WRAPPER
*****************/
#mainWrapper{
	/*background:url(../images/main-wrapper-background.png) top left repeat-x ;*/
	float:right;
	height:100%;
	width:982px;
border:0px solid red;
	}
	
/*****************
MAIN WRAPPER INNER
*****************/
#mainWrapperInner{
	background:url(../images/main-wrapper-inner2-background.png) top left no-repeat;
	float:right;
	height:100%;
	width:982px;
	/*margin-bottom:10px;*/
	}
#mainWrapperBg{
	/*background:url(../images/main-wrapper-inner-bg.png) top left repeat-y;*/
	float:left;
	height:100%;
	width:100%;
	margin-top:10px;
	}

/*******************
MAIN INNER CONTENT
*******************/
#mainInnerContent{
	/*background-color:#000;*/
	}


/*-----------------------------------
Header Elements
-----------------------------------*/

/*****************
INFO AREA
*****************/
#info{
	height:97px; width:205px; float:left; margin-left:27px;border:0px solid red;
	}


/*****************
Make Image
*****************/
#makeImage{
	height:63px;
	width:725px;
	margin:25px 0 0 15px;
	float:left;
	display:block;
border:1px solid red;
}

.make1 a{
	width:69px;
	height:50px;
	margin:0px 0 0 0;
	float:left;
	display:block; 
border:1px solid yellow;
}
.make1 span{
	display:none;
}

.make2 a{
	width:69px;
	height:50px;
	float:left;
	display:block;
margin:0px 0 0 5px;
border:1px solid white;
}
.make2 span{
	display:none;
}

.make3 a{
	width:94px;
	height:50px;
	margin:0 0 0 10px;
	float:left;
	display:block;
border:1px solid green;
}
.make3 span{
	display:none;
}

.make4 a{
	width:60px;
	height:94px;
	margin:0 0 0 10px;
	float:left;
	display:block;
border:1px solid green;
}
.make4 span{
	display:none;
}

.make5 a{
	width:80px;
	height:50px;
	margin:0 0 0 10px;
	float:left;
	display:block;
border:1px solid green;
}
.make5 span{
	display:none;
}

/*****************
chat Buttons
*****************/
#chatBtn {
	float:left;
	width:154px;
	margin-top:2px;
	padding-bottom:6px;
	height:30px;
}

/*****************
Header Buttons
*****************/
#centerBtn {
	float:left;
	width:154px;
	margin-left:35px;
	margin-top:30px;
}
#centerBtn li{
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-align:center;
}
#centerBtn span{display:none;}

#centerBtn a{
	background:top left no-repeat;
	display:block;
	width:154px;
	height:31px;
	margin: 5px 5px 0px 0px;
}

#centerBtn a:hover{
	background-position:bottom left;
	}

/*********************
PHONE TITLE/NUMBER
*********************/
/**Position**/
#phone{
	margin:0px 0px 0px 0px;
}

/**Number Margin**/
#phone #phoneNum{
	margin-left:0px;
}

/**Text Format**/
#phone li{
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
}

/*****************
BULLETS
*****************/
/**Position**/
#bullets{
	margin-right:20px;
}

/**Spacing**/
#bullets a{
	padding-left:20px;
}

#bullets li{
	margin-top:5px;
}

/**Placement Side**/
#bullets{
	float:right;
}

/**Text Format**/
#bullets a{
	color:#0d295f;
	font-size:13px;
	font-weight:bold;
}
#bullets a:hover{
	color:#0075e6;
}

/****************
HOURS/CONTACT
****************/
#hours_contact {
	width:247px;
	height:302px;
	float:left;
	margin:15px 7px 0px 21px;
	text-align:left;
    border:0px solid red;
    }
#hours_contact span {display:none;}
#hours_contact a {
	float:left;
	margin: 2px 0 20px;
	background:top left no-repeat;
	display:block;
	width:262px;
	height:48px;
    }
#hours_contact a:hover{
	display:block;
	background:bottom left no-repeat;
}
#hours_contact ul li {list-style:none;}


/****************
VIDEO SPECIALS
****************/
#videoSpecials{
	width:288px;
	height:50px;
	float:left;
	/*margin:14px 0px 0px 10px;*/
	text-align:left;
}
#videoSpecials span{
	display:none;
}
#videoSpecials a{
	float:left;
	margin:5px 0px 0px 5px;
	background:top left no-repeat;
	display:block;
	width:288px;
	height:45px;
}
#videoSpecials a:hover{
	display:block;
	background:bottom left no-repeat;
}
#videoSpecials ul li{
	list-style:none;
}


/*****************
MAIN NAVIGATION
*****************/
/**Navigation Wrapper Background**/
#mainNavWrapper{}

#mainNav{
width:982px;
margin-left:0px;
float:left; z-index:1;
}



/**Tab Text Format**/
#mainNav li .tabHeader{
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

/**Text Format**/
#mainNav li .tabHeader{color:#000;}
/**Hover Text Format**/
#mainNav li .tabHeader:hover, #mainNav .hover .tabHeader{color:#FFF;}


/**********************************
Main Menu and Drop Down Width
**********************************/
#mainNav #tab1, #mainNav #tab1 .dropMenu{width:155px;}
#mainNav #tab2, #mainNav #tab2 .dropMenu{width:136px;}
#mainNav #tab3, #mainNav #tab3 .dropMenu{width:178px;}
#mainNav #tab4, #mainNav #tab4 .dropMenu{width:152px;}
#mainNav #tab5, #mainNav #tab5 .dropMenu{width:158px;}
#mainNav #tab6, #mainNav #tab6 .dropMenu{width:203px;}

#mainNav #tab1 .dropMenu{width:170px;}
#mainNav #tab2 .dropMenu{width:170px;}
#mainNav #tab3 .dropMenu{width:178px;}
#mainNav #tab4 .dropMenu{width:170px;}
#mainNav #tab5 .dropMenu{width:220px;}



/**********************************
Main Menu
**********************************/
/**Text Format**/
#mainNav li .tabHeader{
	color:#000;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
/**Hover Text Format**/
#mainNav li .tabHeader:hover, #mainNav .hover .tabHeader{color:#fff;}
#mainNav a span{display:none;}



/***************inner*****************************/





/***************inner*****************************/



/**********************************
Drop Down Menu
**********************************/
/**Background Color**/
#mainNav li .dropMenu{background-color:#000;}

/**Normal Link**/
#mainNav li .dropMenu li a{
color:#FFF;
margin-left:13px;
}
/**Hover Link**/
#mainNav li .dropMenu li a:hover{color:#cdcdcd;}



.floatLeft{
	float: left;
}

/*-----------------------------------
Left Navigation Elements
-----------------------------------*/
/**Bullets**/
.leftNavLinks li{
	color:#727272;
	list-style:none;
}

/**Text Format**/
.leftNavLinks a{
	color:#727272;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;	
}
/**Hover Text Format**/
.leftNavLinks a:hover{color:#000;}

/*************************************
SEARCH INVENTORY
*************************************/
#searchInventory{
	background:url(../images/search-inventory-bg.png);
	background-repeat:no-repeat;
	width:202px;
	height:243px;
	margin-bottom:5px;
	}

#quickSearch_tool{
	width:201px;
	height:155px;
	float:left;
	padding-bottom:25px; 
}

#keywordSearch{
	width:201px;
	/*height:75px;*/
	float:left;
}

#searchTool{
	margin-left:13px;
}

.quickSearch_selector:hover {
	color:#000;
}

.quickSearch_selector {
	font-family:arial;
	font-size:8px;
	width:170px;
}

	
/*************************************
QUICK CONTACT FORM
*************************************/
#quickContact{
	background:url(../images/quick-contact-bg.png) top left repeat-x #fff;
	width:202px;
	height:283px;
	margin-bottom:5px;
	}
	
/*************************************
Service & Parts Buttons
*************************************/
#serviceParts{
	background:url(../images/product-section-bg.png) top left no-repeat;
	width:194px;
	height:228px;
	margin-bottom:5px;
	padding:11px 4px 4px 4px;
	}

#serviceParts h1{
	margin-left:4px;
	margin-bottom:14px;
	}
#serviceParts span{display:none;}

#serviceParts li{
	margin-bottom:1px;
	list-style:none;
	float:left;
	}

#serviceParts a{
	background:top left no-repeat;
	display:block;
	height:40px;
	width:194px;
}

#serviceParts a:hover{
	background-position:bottom left;
	}
	
/*-----------------------------------
Main Content Elements
-----------------------------------*/

/*****************
SOBA
*****************/
#soba{}

/*****************
RIGHT CONTENT
*****************/
/**Margin**/
#rightContent{
padding-top:24px;
	border:0px solid red;
	}

/*****************
SCROLLING BUTTONS
*****************/
/**Background/Margin**/
#scrollingButtons{
	/*background:url(../images/product-bg.jpg) top left repeat-x #000;*/
}

/*-----------------------------------
Footer Elements
-----------------------------------*/
#footerWrapper{
	background:url(../images/footerbg.jpg) top left repeat-x;
	}

/*****************
FOOTER NAVIGATION
*****************/
/**Text Format**/
#footerNav a{
	color:#fff;
	font-size:11px;
	font-weight:bold;
}

/**Hover Text Format**/
#footerNav a:hover{
	text-decoration:underline;
}


/********************
SOCIAL MEDIA ICONS
********************/


/**Container Width**/

/********************
Social Network/Icon
********************/
/**Container Width**/

#socialNetmain {
    width:40px;
    float:left;
    }

#socialNet {
    width:405px;
    border:0px solid green;
    margin:10px 0px 0px 0px;
    }

/**Icons Width**/
#socialNet #net1 a{width:32px; height:32px;}
#socialNet #net2 a{width:32px; height:32px;}
#socialNet #net3 a{width:32px; height:32px;}
#socialNet #net4 a{width:32px; height:32px;}
#socialNet #net5 a{width:30px; height:30px;}
#socialNet #net6 a{width:30px; height:30px;}
#socialNet #net7 a{width:32px; height:32px;}
#socialNet span{display:none;}
#socialNet {
	float:left;
	margin-left:12px; 
    }
#socialNet li {display:inline;}
#socialNet .netIcon a {
	background-repeat:no-repeat;
	display:block;
	float:left;
	margin-right:5px;
	height:32px;
    }


/*****************
ADDRESS
*****************/
#address{
	width:199px;
	float:right;
	text-align:right;
border:0px solid red;
}
/**Text Format**/
#address li{
	color:#ffffff;
	font-size:12px; 
}

/*****************
COPYRIGHTS
*****************/
/**Text Format**/
#copyright p{
	color:#000;
}

/***********
SEO AREA
***********/
/**Text Format**/
#seo{
	color:#cacaca;
	font-size:12px;
	clear:both;
	/*display:none;*/
	padding:15px;
	/*margin:10px 0px 0px 0px;*/
	text-align:left;
	height:206px;
	width:952px;
}

#seo p{
	padding-bottom:10px;
}

#seo h1{
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	padding-bottom:10px;
}

#seo h2{
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
}

#seo h3{
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	padding-bottom:10px;
}

/**Lists**/
#seo li{list-style-position:inside;}

/**Link Format**/
#seo a{color:#cacaca;text-decoration:underline;}

#seo a:hover{text-decoration:underline; color:#4a9fff;}


/*-----------------------------------
Main Inner Elements
-----------------------------------*/

/*****************
INNER CONTENT
*****************/
/**Width**/
#innerContent{
	width:966px;
border:0px solid red;
}

/**Text Format**/
#innerTitle{
	color:#FFF;
}

/**Title Background**/
#innerTitle{
	background:#055e99;
}

/*****************
SITE MAP
*****************/
/**Background**/
#contentarea-sitemap a{
	background-color:#ededed;
}

/**Hover Background**/
#contentarea-sitemap a:hover{
	background-color:#E1E1E1;
}

/**Text Format**/
#contentarea-sitemap{
	color:#999;
	font-size:80%;
 	text-align:left;	
}

/**Hover Text Format**/
#contentarea-sitemap a{
	color:#333;
	font-size:13px;
	text-decoration:none;
}



/*---------------------------------------------------------------------------------------------------------------------
DO NOT TOUCH BELOW!!!
---------------------------------------------------------------------------------------------------------------------*/

/*-----------------------------------
Reset DON'T TOUCH
-----------------------------------*/
*, html, body{
	margin:0;
	padding:0;
	}

/**Flash Outline**/
* object{outline:none;}

/**Links**/
a{outline:none;text-decoration:none;}

li{margin:0;padding:0;}

/**Clearing**/
.clear{clear:both;}



/*-----------------------------------
Basic Elements DON'T TOUCH
-----------------------------------*/

/*****************
CONTAINER
*****************/
#container{ /* EXTRA WIDER TO CONTAIN DROP SHADOW EFFECT -OPTIONAL */
	margin: 0 auto;
	width:984px;
	/*background:url(../images/wrapper-bg.png) top left repeat-y;*/
}

/*****************
WRAPPER
*****************/
#wrapper{
	margin: 0 auto;
	width:982px;
	
}

/*****************
HEADER
*****************/
#header{
	width:982px;
	min-height:135px;
	border:0px solid red;
	/*background:url(../images/header-bg.jpg) top center no-repeat;*/
}

/*****************
LEFT NAVIGATION
*****************/

#leftNav {
	width:162px;
	height:100%;
	float:left;
	margin:-8px 0 0 11px;
	/*background:url(../images/leftnav-bg.png) top left no-repeat;*/
}
#leftNav ul{
	padding:0px; margin:0px;	
}
#leftNav ul li{ 
	list-style:none;
	width:162px;
	padding:0px;
	font-size:0.8em;
	font-weight:bold;
	font-family: Arial,Verdana, Geneva, sans-serif;
	margin:0px auto;
}
#leftNav ul li a{
	text-decoration:none;
	font-weight:bold;
	display:block;
	text-align:left;
	padding: 8px 0px 2px 26px;
	height:16px;
	color:#FFF;
	margin:0px;
	background:url(../images/leftNav_bg.png) 3px top no-repeat;
}
 
#leftNav ul li a:hover{
	background:url(../images/leftNav_bg.png) 3px -48px no-repeat;
}

#leftNav_info{
	text-align:center;
	padding:16px 0px;

}

#leftNav_info h1{
	color:#fff;
	font-size:14px; 
	margin:0px; padding:0px;
}

#leftNav_info p{
	color:#FFF;
	font-size:14px;
	margin:0px; padding:0px;	
}


/*********************
LEFT NAVIGATION INNER
*********************/

#leftNavInner {
	width:162px;
	/*height:842px;*/
	height:100%;!important;
	min-height:494px;
	float:left;
	clear:both;
	margin:-8px 0px 0px 11px;


	/*background:url(../images/leftnavinner-bg.png) top left no-repeat;*/
}
#leftNavInner ul{
	padding:0px; margin:0px;
	
}
#leftNavInner ul li{ 
	list-style:none;
	width:162px;
	padding:0px;
	font-size:0.8em;
	font-weight:bold;
	font-family: Arial,Verdana, Geneva, sans-serif;
	margin:0px auto;

}
#leftNavInner ul li a{
	text-decoration:none;
	font-weight:bold;
	display:block;
	text-align:left;
	padding: 8px 0px 2px 26px;
	height:16px;
	color:#FFF;
	margin:0px;
	background:url(../images/leftNav_bg.png) 3px top no-repeat;
}
 
#leftNavInner ul li a:hover{
	background:url(../images/leftNav_bg.png) 3px -48px no-repeat;
}


/*****************
MAIN WRAPPER
*****************/
#mainWrapper{}


/*****************
MAIN CONTENT
*****************/
#main{
	float:right;
	width:982px;
}
#mainInner{
	float:left;
	width:766px;
	margin:10px 0px 0px 5px;
	/*padding-top:15px;*/
	/*background:url(../images/mainInner-bg.png) top left no-repeat #fff;*/
}

/*******************
MAIN INNER CONTENT
*******************/
#mainInnerContent{
	margin:0;
	padding:0;
	/*text-align:center;*/
	/*min-height:525px;*/
	min-height:643px;
	width:100%;
background-color:#fff;
	float:left;
}

#mainInnerContentPII{
	margin:0px;
	text-align:left;
	/*min-height:525px;*/
	width:100%;
	/*background:url(../images/main-background-long.jpg) top left repeat-x #000;*/
}



/*****************
FOOTER
*****************/
#footer{
	clear:both;
	width:982px;
	margin:0 auto;
	padding:0 auto;
	}

/*****************
BOTTOM PANEL
*****************/
#bottomPanel{
	background:url("../images/bottom_mainPanel.png") no-repeat;
	height:18px;
	clear:both;
	margin-bottom:0px;
}


/*-----------------------------------
Header Elements DON'T TOUCH
-----------------------------------*/

/*****************
DEALER LOGO
*****************/
#logo{
	float:left;
margin:0px 0 0 16px;
width:209px;
height:145px;
border:0px solid red;
}

/**Logo Image**/
#logo a{
	background:top left no-repeat;
	display:block;
	float:left;
	margin:0 auto;
width:209px;
height:145px;
}

/**Logo Text**/
#logo span{
	display:none;
}


/*****************
MAKE LOGOS/IMAGE
*****************/
#makeImage{
	background:url(../images/make-logo.png) top center no-repeat;
	float:left;
}
#makeImage span{
	display:none;
}

/*********************
PHONE TITLE/NUMBER
*********************/
#phone{
	float:right;
	margin-top:22px;
}
#phone li{
	list-style:none;
}

#phone #title, #phone #phoneNum{
	float:left;
}


/*********************
BULLETS
*********************/
/**Bullet Image**/
#bullets li{
	list-style:none;
	float:left;
}

#bullets li:hover{
	background-position:bottom;
}

#bullets li #bulletsDivider{
	padding:0px 5px 0px 5px;
	color:#fff;
}

/**Bullet Text**/
#bullets a{
	display:block;
}

#bullet a:hover{
	background:bottom left no-repeat;
}


/**********************
Main Navigation
**********************/
#mainNavWrapper{
	clear:both;
	float:left;
	height:37px;
	width:982px;
/*background:url(../images/menubg.jpg) top center no-repeat;*/
border:0px solid red;
}
#mainNav{
	position:relative;
	height:37px;
margin:0px 0px 0px 0px;

}
#mainNav li{
list-style:square inside;
color:#fff;
text-transform:uppercase;
font-weight:bold;
}
#mainNav .tabs{
	float:left;
	list-style:none;
}
#mainNav li .tabHeader{
	display:block;
	height:37px;
}
#mainNav li .tabHeader span{
	position:relative;
	top:8px;
}
#mainNav li .tabHeader{background-position:top;}
#mainNav li .tabHeader:hover, #mainNav .hover .tabHeader{background-position:bottom;}



/* innernavigation**/

#maininnerNav{
	position:relative;
	height:42px;
}
#maininnerNav li{
list-style:square inside;
color:#fff;
text-transform:uppercase;
font-weight:bold;
}
#maininnerNav .tabs{
	float:left;
	list-style:none;
}
#maininnerNav li .tabHeader{
	display:block;
	height:42px;
	width:100px;
}
#maininnerNav li .tabHeader span{
	position:relative;
	top:8px;
}
#maininnerNav li .tabHeader{background-position:top;  background-repeat:no-repeat;}
#maininnerNav li .tabHeader:hover, #maininnerNav .hover{background-position:bottom;}

/**********************************
Drop Down Menu
**********************************/
/**Background Color**/
#mainNav li .dropMenu{background-color:#00356e;}

/**Padding/Margin**/
#mainNav li .dropMenu{padding:0px 0px;}
#mainNav li .dropMenu li{
margin-left:0px; line-height:26px; list-style:none;
border-top:1px solid #4d89b5; 
}
#mainNav li .dropMenu li:hover{
background-color:#005695;
}
#mainNav li .dropMenu{
	position: absolute;
	top:30px;
	display:none;
}
#mainNav li:hover .dropMenu{display:block;}


/*-----------------------------------
Main Content Elements DON'T TOUCH
-----------------------------------*/
/*****************
SOBA
*****************/
#soba{
	float:left;
	z-index:-0;
	margin:0px 0px 0px 0px;
border:0px solid #FBFBFB;
	}
	
#mainsoba{
	float:left;
	margin:0px 5px 0px 0px;
	}

#preownedsoba{
	float:right;
border:0px solid red;
	margin:-10px 0px 0px 0px;

	}

/*****************
Video
*****************/
#video{
	float:right;
	margin:24px 0 0 5px;
	}
#mainvideo{
	float:left;
	padding:0px 0px 0px 5px;
	margin:0px;
	}

/*****************
RIGHT BUTTONS
*****************/
#rightBtns{
	float:left;
	width:314px;
	/*height:312px;*/
	/*background-color:#000;*/
	margin:7px 7px 0px 7px;
}

#rightBtns span{display:none;}

#rightBtns li{
	margin-bottom:1px;
	list-style:none;
	float:left;
	padding-bottom:6px;
	}

#rightBtns a{
	background:top left no-repeat;
	display:block;
	width:314px;
	height:100px;
}

#rightBtns a:hover{
	background-position:bottom left;
	}

/*****************
VIDEO
*****************/
#rightContent #video{
	width:277px;
	height:241px;
	margin:24px 7px 0px 0px;
	

}

/*****************
SCROLLING BUTTONS
*****************/
#scrollingButtons{
	clear:both;
	margin: 5px 0px 10px;
	padding:6px 16px 10px 26px; 
	width:920px;
	height:121px;
	float:left;
	background:url(../images/scrolling-buttons-bg.png) top center no-repeat;
}

#scrollingButtonsInner{
	clear:both;
	margin: 5px 0px 5px 0px;
	padding:8px 22px 0px 20px;
	width:713px;
	height:121px;
	float:right;
	background:url(../images/scrolling-buttons-bg-inner.png) top center no-repeat;
}

/********************
FEATURED VIDEOS
********************/

#featuredVideosWrapper{
	width:100%;
	min-height:250px;
	background:#FFF;
}

#featuredVideos{
	clear:both;
	padding:10px 0px;
	width:731px;
	margin: 0px 7px 5px 0px;
	min-height:230px;
	}

#featuredVideosHeader{
	clear:both;
	padding:10px 5px 0px 11px;
	margin: 0px 7px 0px 0px;
	width:733px;
	height:20px;
	float:right;
	text-align:left;
	background:url(../images/product-header-bg.png) top left repeat-x #970004;
	border: solid 1px #868686;
	}
	
/********************
SPOTLIGHT SPECIALS
********************/
#spotlightSpecialsWrapper{
	width:100%;
	min-height:250px;
	background:#FFF;
	}

#spotlightSpecials{
	width:737px;
	float:right;
	margin: 0px 7px 5px 0px;
	min-height:232px;
	overflow: hidden;
	}

#spotlightSpecialsHeader{
	padding:10px 5px 0px 11px;
	margin: 4px 7px 0px 0px;
	width:733px;
	height:20px;
	clear:both;
	text-align:left;
	background:url(../images/product-header-bg.png) top left repeat-x #970004;
	border: 1px solid #868686;
	}

#spotFrame{
	width:740px;
	min-height:232px;
	margin-top:5px;
}


	
/********************
SERVICE COUPONS
********************/
#serviceCouponsWrapper{
	min-height:250px;
	width:733px;
	clear:both;
}

#serviceCoupons{
	clear:both;
	padding:5px 10px 5px 10px;
	width:731px;
	float:right;
	margin: 0px 7px 5px 0px;
	min-height:252px;
	background:url(../images/service-coupons-bg.png) top left no-repeat #000;
	}

#serviceCouponsHeader{
	clear:both;
	padding:10px 5px 0px 11px;
	margin: 0px 7px 0px 0px;
	width:733px;
	height:20px;
	float:right;
	text-align:left;
	background:url(../images/product-header-bg.png) top left repeat-x #970004;
	border: 1px solid #868686;
	}

#serviceCoupon_viewAll{ /* VIEW ALL LINK POSITION */
	height:18px;
	float:right;
	margin-top:-12px;
	padding-right:10px;
}

#serviceCoupon_viewAll a{ /* VIEW ALL LINK FONT STYLE */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	text-decoration:underline;
	text-align:right;
}

#serviceCoupon_viewAll a:hover{
	color:#C00;
}

/********************
FEATURED COUPONS
********************/

#flash_FeaturedSpecials{
	padding:10px 0px 10px 80px;
	clear:both;
}

/********************
CUSTOM PAGE TEXT AREA
********************/
#customPageWrapper{
	width:100%;
	min-height:240px;
	background:#ebebec;
}

#customPage{
	padding:5px 5px;	
	width:364px;
	float:left;
	margin: 24px 7px 5px 15px;
	height:240px;
/*	background:url(../images/product-large-bg.jpg) top left repeat-x #000;*/
border:0px solid blue;
overflow:auto;

}

#customPage h1{
	color:#000;
	font-size:14px;
	font-weight:bold;
}

#customPage h2{
	color:#000;
	font-size:12px;
	font-weight:bold;
}

#customPage p{
	color:#000;
	font-size:12px;
	padding-bottom:10px;
text-align:justify;
}

#customPage a{
	color:#00b4ff;
	font-size:12px;
}

#customPage a:hover{
	text-decoration:underline;
}

#customPageHeader{
	clear:both;
	padding:10px 5px 0px 11px;
	margin: 0px 7px 0px 0px;
	width:733px;
	height:20px;
	float:right;
	text-align:left;
	background:url(../images/product-header-bg.png) top left repeat-x #970004;
	border: solid 1px #868686;
}

/**************************
CUSTOM INNER PAGES AREA
**************************/
#custom-page{
	margin:10px;
	text-align:left;
border:0px solid red;
}

#custom-page h1{
	color:#000;
	font-size:18px;
	font-weight:bold;
	padding-bottom:10px;
}

#custom-page p{
	color:#000;
	font-size:12px;
	padding-bottom:10px;
}

#custom-page a{
	color:#6e6e6e;
	font-size:12px;
}

#custom-page a:hover{
	text-decoration:underline;
}

#innerContentCustom{
	margin:0 auto;
	float:left;
	clear:right;
	padding:15px;
	background:#fff;
	min-height:525px;
}

#innerContentCustom h1{
	color:#000;
	font-size:18px;
	font-weight:bold;
	padding-bottom:10px;
}

#innerContentCustom p{
	color:#000;
	font-size:12px;
	padding-bottom:10px;
}

#innerContentCustom a{
	color:#6e6e6e;
	font-size:12px;
}

#innerContentCustom a:hover{
	text-decoration:underline;
}


/*-----------------------------------
Footer Elements DON'T TOUCH
-----------------------------------*/

/*****************
FOOTER NAVIGATION
*****************/
#footerWrapper{
	clear:both;
	height:30px;
border:0px solid red;

}

#footerNav{
	float:right;
	margin-top:0px;
	padding:0px 0px 0px 0px;
	border:0px solid red;
	width:982px;
height:30px;

}
#footerNav ul{
	float:left;
	margin:0px;
	padding:0px;
	width:720px;
border:0px solid red;
}
#footerNav li{
	display:inline;
	list-style:none;
	margin:0px 2px;
	color:#fff;
}


/*****************
FOOTER ADDRESS
*****************/
#address{
	padding:5px 0px 0px 0px;
	
}
#address li{
	display:inline;
	list-style:none;
}

/*****************
COPYRIGHTS
*****************/
#copyrightWrapper{
	float:right;
    width:982px;
    background:url(../images/copyrightbg.png) top left no-repeat;
    height:70px;
	margin:0px 0px 6px 0px;
    border:0px solid red;
    }

#copyright{
	float:left;
	margin:25px 0px 0px 145px;
    }

#copyright li{
	color:#000;
	list-style:none;
	text-align:right;
    }

/**TK Logo**/
#tkLogo span{
	display:none;
}

#tkLogo img{
	border:none;
}

#tkLogo{
	display:block;
	float:left;
	margin:20px 0px 0px 10px;
	height:23px;
	width:32px;
}


/*-----------------------------------
Main Inner Elements DON'T TOUCH
-----------------------------------*/

/*****************
INNER CONTENT
*****************/
#innerContent{
	/*margin:0 auto;*/
	margin: -8px 0px 0px 8px;
	padding: 0px;
	float:left;
	clear:right;
	/*padding:5px;*/
	min-height:640px;
	/*background:#FFFFFF url(../images/main-wrapper-inner-background2.jpg) no-repeat scroll left top;*/
}

#innerContentPII{
	/*margin:0 auto;*/
	margin: 7px 0px 0px 11px;
	padding: 0px;
	float:left;
	clear:right;
	/*border:1px solid #fff;*/
	/*padding:5px;*/
	/*min-height:525px;
	background:#FFFFFF url(../images/main-wrapper-inner-background2.jpg) no-repeat scroll left top;*/
}

#innerContentDetailsPII{
	/*margin:0 auto;*/
	margin: 7px 0px 0px 11px;
	padding: 0px;
	float:left;
	clear:right;
	/*border:1px solid #fff;*/
	/*padding:5px;*/
	/*min-height:525px;
	background:#FFFFFF url(../images/main-wrapper-inner-background2.jpg) no-repeat scroll left top;*/
}

/**Title Background**/
#innerTitle{
	padding:5px;
	margin:5px;
	text-align:left;
	font-size:14px;
	font-weight:bold;
}

/*****************
SITE MAP
*****************/
#contentarea-sitemap{
	min-height:460px;
	padding:5px;
}

#contentarea-sitemap a{
	display:block;	
	padding:4px;
	margin: 1px 0px;	
}

#contentarea-sitemap ul{
	list-style:none;
}

/*************************************
BUILD A CAR AND DIGITAL BROCHURES
*************************************/

.buildDigi{text-align:center;}

.buildDigi iframe{
	/*height:500px;*/
	height:443px;
	width:760px;
	overflow:hidden;
	text-align:center;
	padding-top:10px;
	padding-right:2px;
}

/*************************************
TRADE IN VALUE
*************************************/
.tradeIn{
	text-align:center;
}

.tradeIn iframe{
	width:580px;
	height:500px;
}	

/*************************************
PII FIXES
*************************************/
/**Inventory Result**/
#mainSearchTable{
	margin: 0 auto;
}

/**Details**/
#mousemovehandler{
	/*width:959px;*/
	/*margin: 0 auto;*/
}

/**Email in Details**/
#VehicleDetailsPanel_WebPartAccordion_DealerContactInformationPlaceHolder a{
	word-wrap:break-word;
}

/**Page Numbers**/
#piitable{
	padding-left:30px;
	text-align:left;
}

#piitable ul{
	padding-right:60px;
}

.listingPager{
 	text-align:right;
 	float:right;
}

/***********************************
TEXT BOX
***********************************/
#textBox{
	float:right;
	width:755px;
	height:100%;
	text-align:left;
	padding: 0px 17px 0px 16px;
}
#textBox ul {
	margin-left:20px;
}

#textBox li {
	list-style:outside;
}
/***********************************
CUFON IE PLAIN TEXT FIX
***********************************/

.cufon-loading #mainNavWrapper ul.topnav { /* for Cufon.replace('a') */
	visibility: hidden !important;
}

/***********
SCustom AREA
***********/
/**Text Format**/
#scustompage{
color:#000;
font-family:'Trebuchet MS',Helvetica, Arial, sans-serif;
font-size:12pt;
}

#scustompage p.left{
color:#000;
font-family:'Trebuchet MS',Helvetica, Arial, sans-serif;
font-size:12pt;
padding-bottom:10px;
text-align:left;
}

#scustompage p.center{
color:#000;
font-family:'Trebuchet MS',Helvetica, Arial, sans-serif;
font-size:12pt;
padding-bottom:10px;
text-align:center;
}

#scustompage p.right{
color:#000;
font-family:'Trebuchet MS',Helvetica, Arial, sans-serif;
font-size:12pt;
padding-bottom:10px;
text-align:right;
}

#scustompage h1{
color:#000;
font-family:'Trebuchet MS',Helvetica, Arial, sans-serif;
font-size:16pt;
font-weight:bold;
padding-bottom:10px;
}

#scustompage h2{
color:#000;
font-family:'Trebuchet MS',Helvetica, Arial, sans-serif;
font-size:14pt;
font-weight:bold;
padding-bottom:10px;
}

#scustompage h3{
color:#000;
font-family:'Trebuchet MS',Helvetica, Arial, sans-serif;
font-size:14pt;
font-weight:bold;
padding-bottom:10px;
}

#scustompage h4{
color:#000;
font-family:'Trebuchet MS',Helvetica, Arial, sans-serif;
font-size:14pt;
font-weight:bold;
padding-bottom:10px;
}

#scustompage h5{
color:#000;
font-family:'Trebuchet MS',Helvetica, Arial, sans-serif;
font-size:14pt;
font-weight:bold;
padding-bottom:10px;
}

/**Lists**/
#scustompage li{
color:#000;
font-family:'Trebuchet MS',Helvetica, Arial, sans-serif;
font-size:12pt;
list-style-position:inside;
padding-left:20px;
}

#scustompage ul.circle {
list-style-type:circle;
color:#000;
font-family:'Trebuchet MS',Helvetica, Arial, sans-serif;
font-size:12pt;
}

#scustompage ul.square {
list-style-type:square;
color:#000;
font-family:'Trebuchet MS',Helvetica, Arial, sans-serif;
font-size:12pt;
}

#scustompage ol.upper-roman {
list-style-type:upper-roman;
color:#000;
font-family:'Trebuchet MS',Helvetica, Arial, sans-serif;
font-size:12pt;
}

#scustompage ol.lower-alpha {
list-style-type:lower-alpha;
color:#000;
font-family:'Trebuchet MS',Helvetica, Arial, sans-serif;
font-size:12pt;
}

#scustompage a{
color:#000;
font-family:'Trebuchet MS',Helvetica, Arial, sans-serif;
font-size:12pt;
text-decoration:underline;
}

#scustompage a:hover{
color:#000;
font-family:'Trebuchet MS',Helvetica, Arial, sans-serif;
font-size:12pt;
font-weight:bold;
text-decoration:underline;
}

#scustompage a:visited{
color:#000;
font-family:'Trebuchet MS',Helvetica, Arial, sans-serif;
font-size:12pt;
text-decoration:underline;
}

#scustompage img.left{
padding:8px;
align:left;
}

#scustompage img.right{
padding:8px;
align:right;
}

#scustompage img.middle{
padding:8px;
align:middle;
}


/****LOGO dropdown */

#mainNavright{
width:157px; float:left; margin:4px 0px 0px 0px; padding:0px;}
#mainNavright a{
margin:17px 0px 0px 0px;
padding:0px;
float:left;
}


/*****************
MAIN LOgo NAVIGATION
*****************/
/**Navigation Wrapper Background**/

#mainNavlogoWrapper{
	
	float:left;
	height:49px;
	width:330px;
margin:16px 0px 0px 10px;
border:0px solid red;
}


#mainNavlogo{
width:558px;
margin-left:0px;
float:left; z-index:99999;
border:0px solid green;
}



/**Tab Text Format**/
#mainNavlogo li .tabHeader{
	font-size:14px;
	font-weight:bold;
	text-align:center;
margin-left:0px;

}

/**Text Format**/
#mainNavlogo li .tabHeader{color:#000;}
/**Hover Text Format**/
#mainNavlogo li .tabHeader:hover, #mainNavlogo .hover .tabHeader{color:#FFF;}



/**********************************
Main Menu and Drop Down Width
**********************************/
#mainNavlogo #logo1, #mainNavlogo #logo1 .dropMenu{width:69px; height:60px; border:0px solid red;}
#mainNavlogo #logo2, #mainNavlogo #logo2 .dropMenu{width:69px;}
#mainNavlogo #logo3, #mainNavlogo #logo3 .dropMenu{width:94px;}
#mainNavlogo #logo4, #mainNavlogo #logo4 .dropMenu{width:94px;}
#mainNavlogo #logo5, #mainNavlogo #logo5 .dropMenu{width:80px;}


#mainNavlogo #logo3 .dropMenu{width:200px;}
#mainNavlogo #logo4 .dropMenu{width:160px;}
#mainNavlogo #logo5 .dropMenu{width:220px;}


#mainNavlogo1 #logo1, #mainNavlogo #logo1 .dropMenu{width:69px; height:60px; border:0px solid red;}
#mainNavlogo1 #logo2, #mainNavlogo #logo2 .dropMenu{width:69px;}
#mainNavlogo1 #logo3, #mainNavlogo #logo3 .dropMenu{width:94px;}
#mainNavlogo1 #logo4, #mainNavlogo #logo4 .dropMenu{width:94px;}
#mainNavlogo1 #logo5, #mainNavlogo #logo5 .dropMenu{width:80px;}


#mainNavlogo1 #logo3 .dropMenu{width:200px;}
#mainNavlogo1 #logo4 .dropMenu{width:160px;}
#mainNavlogo1 #logo5 .dropMenu{width:220px;}


/**********************************
Main  Menu
**********************************/
/**Text Format**/
#mainNavlogo li .tabHeader{
	color:#000;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
/**Hover Text Format**/
#mainNavlogo li .tabHeader:hover, #mainNavlogo .hover .tabHeader{color:#fff;}
#mainNavlogo a span{display:none;}

#mainNavlogo1 li .tabHeader{
	color:#000;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
/**Hover Text Format**/
#mainNavlogo1 li .tabHeader:hover, #mainNavlogo .hover .tabHeader{color:#fff;}
#mainNavlogo1 a span{display:none;}


/***************inner*****************************/





/***************inner*****************************/



/**********************************
Drop Down Menu
**********************************/
/**Background Color**/
#mainNavlogo li .dropMenu{background-color:#000;}

/**Normal Link**/
#mainNavlogo li .dropMenu li a{
color:#FFF;
margin-left:13px;
}
/**Hover Link**/
#mainNavlogo li .dropMenu li a:hover{color:#fff;}



.floatLeft{
	float: left;
}


#mainNavlogo{
	position:relative;
	height:60px;
margin:-10px 0px 0px 12px;

}
#mainNavlogo li{
list-style:square inside;
color:#fff;
text-transform:uppercase;
font-weight:bold;
margin:0px 25px 0px 5px;
}
#mainNavlogo .tabs{
	float:left;
	list-style:none;
}
#mainNavlogo li .tabHeader{
	display:block;
	height:60px;
	
}
#mainNavlogo li .tabHeader span{
	position:relative;
	top:8px;
}
#mainNavlogo li .tabHeader{background-position:top;}
#mainNavlogo li .tabHeader:hover, #mainNavlogo .hover {background-position:bottom;}


#mainNavlogo1{
	position:relative;
	height:60px;
margin:0px 0px 0px 52px;

}
#mainNavlogo1 li{
list-style:square inside;
color:#fff;
text-transform:uppercase;
font-weight:bold;
margin:0px 25px 0px 5px;
}
#mainNavlogo1 .tabs{
	float:left;
	list-style:none;
}
#mainNavlogo1 li .tabHeader{
	display:block;
	height:60px;
	
}
#mainNavlogo1 li .tabHeader span{
	position:relative;
	top:8px;
}
#mainNavlogo1 li .tabHeader{background-position:top;}
#mainNavlogo1 li .tabHeader:hover, #mainNavlogo .hover {background-position:bottom;}

/**********************************
Drop Down Menu
**********************************/
/**Background Color**/
#mainNavlogo li .dropMenu{background-color:#cb9322;border:1px solid #000;}

/**Padding/Margin**/
#mainNavlogo li .dropMenu{padding:0px 0px;}
#mainNavlogo li .dropMenu li{
margin-left:0px; line-height:26px; list-style:none;
border-top:1px solid #383938; 
}
#mainNavlogo li .dropMenu li:hover{
background-color:#494949;
}
#mainNavlogo li .dropMenu{
	position: absolute;
	top:45px;
	display:none;
}
#mainNavlogo li:hover .dropMenu{display:block;}


