@charset "utf-8";
/*------------------------------------------------------------------ 
	[Master Stylesheet] 
	TKCarsites - CSS Document
	Website: http://www.tkcarsites.com/
-------------------------------------------------------------------*/


/*-----------------------------------
Basic Elements
-----------------------------------*/
/*****************
Body
*****************/
body{
	background:#c0c0c0 url(../images/background.jpg) center 0 no-repeat fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

iframe{background:none;}

/*Remove dotted lines*/

:focus {
  -moz-outline-style: none;
}
a {
   outline: none;
}


/*****************
Left Navigation
*****************/
#leftNav{}

/*****************
Main Wrapper
*****************/
#mainWrapper{
	background-color:#fff;
	float:right;
	height:100%;
	padding-bottom:1px;
	}

/*******************
Main Inner Content
*******************/
#mainInnerContent{background-color:#000;}


/*-----------------------------------
Header Elements
-----------------------------------*/
/*****************
Info Area
*****************/
#info {
height:108px;
}

/*****************
Logo
*****************/
#logo{
	width:207px;
	height:98px;
	padding-left:12px;
	padding-top:7px;
}

/**Logo Image**/
#logo a{
	width:207px;
	height:98px;
}

/*****************
Make Image
*****************/
#makeImage{
	height:35px;
	width:380px;
	margin: 69px 0px 0px 50px;
}

/*********************
Phone Title/Number
*********************/
/**Position**/
#phone{
	 margin:9px 20px 0px 30px;
}

/**Number Margin**/
#phone #phoneNum{margin-left:10px;}

/**Text Format**/
#phone li{
	color:#fff;
	font-size:20px;
	font-weight:bold;
	text-align:right;
}

/*****************
Bullets
*****************/
/**Position**/
#bullets{
	margin-right:20px;
}

/**Spacing**/
#bullets a{padding-left:10px;}
#bullets li{margin-top:5px;}


/**Placement Side**/
#bullets{float:right;}

/**Text Format**/
#bullets a{
	color:#fff;
	font-size:13px;
	font-weight:bold;
}
#bullets a:hover{color:#f4d425;}

/*****************
Main Navigation
*****************/
/**Navigation Wrapper Background**/
#mainNavWrapper{}

/**Main Navigation Width**/
#mainNav{
	width:958px;
	margin-left:7px;
	}


/**Text Format**/
#mainNav a{
	color:#fff;
	font-size:13px;
	font-weight:bold;
	text-align:center;
}

/**Hover Text Format**/
#mainNav a:hover, #mainNav .on a{color:#fff;}

#mainNav a span{}


/******************************************
Dropdown CSS
******************************************/
/**Tabs Width**/
#tab1{width:170px;}
#tab2{width:136px;}
#tab3{width:174px;}
#tab4{width:167px;}
#tab5{width:131px;}

ul.topnav {
	list-style: none;
	float: left;
	width: 972px;
	font-size: 13px;
	position:relative;
	z-index:50;
	display:inline; border:0px solid red;
}

ul.topnav li {
	float: left;
	margin: 0;
	padding:0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	height:38px;
}

ul.topnav li a{
	font-size:13px;
	color: #fff;
	display: block;
	text-decoration: none;
	background: url(../images/main-nav-bg.png) no-repeat top left;
	text-align: center;
	height: 38px;
	vertical-align: middle;
	float:left;
}

ul.topnav li.addBorder{border-right:1px solid #ffffff;}

ul.topnav li a:hover {
	background: url(../images/main-nav-bg.png) no-repeat bottom left;
	display:block;
}

ul.topnav li li a{
	height:38px;
}

ul.topnav li em{
	font-weight: normal;
	margin-top: 0px;
	display: block;
	font-style:normal;
	padding-top:14px;
	text-align:center;
}
ul.topnav li li em{
	font-weight: normal;
	margin-top: 0px;
	padding-top: 8px;
}
  
#topnav li  .on a {
	background: url(../images/main-nav-bg.png) no-repeat bottom left;
	float:left;*/
}

ul.topnav li span { /*--Drop down trigger styles--*/
	width: 38px;
	height: 38px;
	float: left;
	background: url(../images/main-nav-arrow.png) no-repeat top left;
	overflow:hidden;
}


ul.topnav li .btn{ /*--No Drop down arrow trigger styles for Power Pages--*/
	width: 6px;
	height: 38px;
	float: left;
	background: url(../images/main-nav-arrow.png) no-repeat top left;
	overflow:hidden;
}

ul.topnav li span.subhover {background-position: bottom left; cursor: pointer;} /*--Hover effect for trigger--*/

ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 38px;
	background: #0065c9;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 100%;
	border: 1px solid #0051a2;
	z-index:10000;
}

ul.topnav li  ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #3a94d5; /*--Create bevel effect--*/
	border-bottom: 1px solid #0075ed; /*--Create bevel effect--*/
	clear: both;
	/*width:180px;*/
	height:24px;
	width:100%;

}

html ul.topnav li ul.subnav li a {
	background: #0065c9 url(../images/dropdown_likbg.gif) no-repeat 9px center;
	padding-left: 12px;
	text-align:left;
	font-size:11px;
	padding:7px 0px 3px 0px;
	text-indent:10px;
	height:15px;
	width:100%;
}

html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #152a74; url(../images/dropdown_linbg.gif) no-repeat 9px center;

}

.floatLeft{
	float: left;
}

.floatLeft-highlight{
	float: left;
	background: url(../images/main-nav-bg.png) no-repeat bottom 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
*************************************/

.quickSearch {
	padding-left:10px;
	padding-top:10px;
}

.quickSearch_selector  {
	font-family:arial;
	font-size:8pt;
	width:170px;
}

.quickSearch_imageBtn{
	background:url(btn_submit.png) no-repeat;
}

#btn-searchInventory{
	background:url(../images/btn-search-inventory.png) top left no-repeat;
	width:202px;
	height:32px;
}
	
#searchInventory{
	background:url(../images/search_bk.jpg) repeat-x;
	width:202px;
	height:211px;
	margin-bottom:5px;
}
	
#searchFinance{
	/*background:url(../images/search_bk.jpg)  no-repeat #fff;*/
	width:202px;
	height:211px;
	margin-bottom:5px;
}

/****LEFT BUTTONS****/
#leftBtn1{margin-bottom:4px;}
#leftBtn2{margin-bottom:4px;}
#leftBtn3{margin-bottom:4px;}
#leftBtn4{margin-bottom:4px;}
	
#contact-form{
	min-height:363px;
	padding-left:0px;
	padding-top:0px;
	/*background:url(../images/contact_bk.jpg) repeat-x;*/
}

#contact-form textarea:focus, #contact-form input:focus {border: 1px solid #900;}

#contact-form input.submit-button {
	float: right;
	width:71px;
	height:25px;
	margin-right:12px;
	border:none;
}

#contact-form  input, #contact-form  textarea {
	padding: 2px;
	width: 162px;
	font-family: Helvetica, sans-serif;
	font-size: 1.0em;
	margin: 0px 0px 5px 0px;
	border: 1px solid #ccc;
}
#certifiedinternet {
float:left;
width:119px;
height:55px;
border:0px solid red;
margin-left:41px;
}
.leftbtn{
width:119px;
height:55px;
}
.leftbtn img{
border:0;
}

#searchService{
	width:202px;
	height:356px;
	padding-bottom:4px;
}


/****LEFT NAV HEADERS****/
#btn-contact{
	background:url(../images/btn-contact.png)  no-repeat;
	width:202px;
	height:32px;
}

#btn-finance{
	background:url(../images/btn-credit.png)  no-repeat;
	width:202px;
	height:32px;
}

#btn-service{
	background:url(../images/btn-svc.png)  no-repeat;
	width:202px;
	height:32px;
	}

#btn-aboutus{
	background:url(../images/btn-aboutus.png)  no-repeat;
	width:202px;
	height:32px;
}

#btn-specials{
	background:url(../images/btn-specials.png)  no-repeat;
	width:202px;
	height:32px;
}


/*************************************
Quick Contact
*************************************/
#quickContact{
	background:url(../images/quick-contact-bg.png) top left repeat-x #fff;
	width:202px;
	height:283px;
	margin-bottom:5px;
}

#keywordSearch{
	height:60px;
	width:202px;
    	/*background-color:#e8e7ec;*/
}

#searchTool{
	padding-top:0px;
	margin-left:0px;
	padding-left:12px;
}
	
#searchTool input.submit-button {
	float: right;
	width:71px;
	height:25px;
	margin-right:12px;
	border:none;
}

/*************************************
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;}

/*************************************
Service & Parts 3 Buttons
*************************************/

#serviceButtonsSmall{
	width:749px;
	height:139px;
	padding:17px 0px 10px 6px;
}

#serviceButtonsSmall ul#serviceButtons li#serviceBtn1 {margin-right:6px;}
#serviceButtonsSmall ul#serviceButtons li#serviceBtn2 {margin-right:6px;}
#serviceBtn3 {}

#serviceButtons{
	padding-top:0px;
	width:749px;
	height:139px;
	padding-left:0px;
	background-repeat:no-repeat;
}

#serviceButtons li{
	float:left;
	list-style:none;
	margin-right:0px;
	width:243px;
	height:139px;
	padding-bottom:1px;
}

#serviceButtons a{
	background:top left no-repeat;
	display:block;
	height:67px;
}

#serviceButtons a:hover{background:bottom left no-repeat; height:67px;}
#serviceButtons span{display:none;}

/*-----------------------------------
Left Buttons
-----------------------------------*/
#LeftButtons{
	padding-top:0px;
	width:202px;
	height:67px;
	padding-left:0px;
	background-repeat:no-repeat;
/*	background:url(../images/bottom_tile.jpg);
	background-repeat:repeat-x;*/
}

#LeftButtons li{
	float:left;
	list-style:none;
	margin-right:0px;
	height:67px;
	padding-bottom:1px;
}

#LeftButtons a{
	background:top left no-repeat;
	display:block;
	height:67px;
}

#LeftButtons a:hover{background:bottom left no-repeat; height:67px;}
#LeftButtons span{display:none;}
/*-----------------------------------
End Left Buttons
-----------------------------------*/


/*-----------------------------------
Main Content Elements
-----------------------------------*/

/*****************
SOBA
*****************/
#soba{
	border:solid;
	border-width:1px;
	border-color:#333;
	}

/*****************
Right Content
*****************/
/**Margin**/
#rightContent{
	margin-bottom:0px;
	margin-right:9px;
	}


/*****************
LEFT SOBA
*****************/
/**Margin**/
#leftSoba{margin-top:5px;}

/*****************
Scrolling Buttons
*****************/
/**Background/Margin**/
#scrollingButtons{background:url(../images/product-bg.jpg) top left no-repeat #fff;}

/*-----------------------------------
Footer Elements
-----------------------------------*/
#footerWrapper{background:url(../images/footerWrapper-bg.png) 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 Network/Icon
********************/
/**Container Width**/
#socialNet{width:240px;}

/**Icons Width**/
#socialNet #net1 a{width:30px; }
#socialNet #net2 a{width:30px; }
#socialNet #net3 a{width:30px; }
#socialNet #net4 a{width:30px; height:29px;}

/*****************
Address
*****************/
#address{
	width:225px;
	float:right;
	text-align:right;
}

/**Text Format**/
#address li{
	color:#fff;
	font-size:12px;
}

/*****************
Copyrights
*****************/
/**Text Format**/
#copyright p{color:#000;}


/***********
SEO AREA
***********/
/**Text Format**/
/*#seo{
	color:#FFF;
	font-size:12px;
}*/
#seo{
	/*background: url(../images/seo-more-background.jpg) repeat scroll top center;*/
	clear:both;
	padding:0px 0px 6px 0px;
	text-align:left;
	height:194px;
	width:956px;
	background-color:#ffffff;
	border:1px solid #868686;
	margin-left:7px;
	margin-bottom:5px;
}

#seoInfo{
	overflow:auto;
	height:170px;
	width:926px;
	padding:15px;
}

#seo p{
	padding-bottom:10px;
	color:#000;	
}

#seo h1{
	color:#0066cc;
	font-size:18px;
	font-weight:bold;
	padding-bottom:10px;
}

#seo h2{
	color:#0066cc;
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
}

#seo h3{
	color:#0066cc;
	font-size:12px;
	font-weight:bold;
	padding-bottom:10px;
}

/**Lists**/

#seo li{list-style-position:inside;}

/**Link Format**/
#seo a{
	color:#0066cc;
	text-decoration:underline;
}

#seo a:hover{text-decoration:underline; color:#e35500;}


/*****************
Service Coupons
*****************/
#service-coupons{
	width:752px;
	height:204px;
	text-align:right;
}


/*-----------------------------------
Main Inner Elements
-----------------------------------*/
/*****************
Inner Content
*****************/
/**Width**/
#innerContent{width:960px;}

/**Text Format**/
#innerTitle {
	color:#FFF;
	font-size:13px;
}

#innerTitleSitemap {
	color:#FFF;
	font-size:13px;
}

#innerTitleDigi {
	color:#FFF;
	font-size:13px;
}

/**Title Background**/
#innerTitle{background:#016dd0;}
#innerTitleSitemap{background:#016dd0;}
#innerTitleDigi{background:#016dd0;}


/*****************
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;
}
#contentarea-sitemap li{list-style:none;}

/*****************
View All Link
*****************/
.view-all {
	color:#ccc;
    	float:left;
	font-weight:bold;
	text-decoration:none;
	/*font-size:17px;*/
	margin:0;
	text-align:right;
	padding:0;
	width:555px;
	font-family:Arial, Helvetica, sans-serif;
}

.view-all a:link{
	/*font-size:12px;*/
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

.view-all a:active {color:#0000FF;}

.view-all a: hover{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	/*font-size:12px;*/
	text-decoration:underline;
}

.view-all a: visited{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	/*font-size:12px;*/
	text-decoration:underline;
}


/*---------------------------------------------------------------------------------------------------------------------
												DO NOT TOUCH BELOW
---------------------------------------------------------------------------------------------------------------------*/

/*-----------------------------------
Reset DON'T TOUCH
-----------------------------------*/
*, html, body{margin:0; padding:0; text-align:left;}

/**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{
	margin: 0 auto;
	width:984px;
	background:url(../images/wrapper-bg.png) top left repeat-y;
}

#containerBottom{
	margin: 0 auto;
	width:984px;
	height:5px;
	background:url(../images/container-bottom-bg.png) top left no-repeat;
}

/*****************
Wrapper
*****************/
#wrapper{
	margin: 0 auto;
	width:972px;
	background:#fff;
}

/*****************
Header
*****************/
#header{
	position:relative;
	width:972px;
	height:152px;
	background:url(../images/header-bg.jpg) top left repeat-x #fff;
}

/*****************
Left Navigation
*****************/
#leftNav{
	clear:left;
	float:left;
	width:202px;
	margin: 0px 5px 0px 7px;
	min-height:500px;
}

/*****************
Main Wrapper
*****************/
#mainWrapper{}

/*****************
Main Content
*****************/
#main {
	/*float:right;*/
	/*padding-bottom:1px;*/
}

#mainbottom {
	/*float:right;
	background-color:#0FC;*/
	/*padding-top:1px;*/
}

/*******************
Main Inner Content
*******************/
#mainInnerContent{
	margin:0px;
	text-align:center;
	min-height:525px;
	width:100%;	
}

/*****************
Footer
*****************/
#footer{clear:both;}


/*-----------------------------------
Header Elements DON'T TOUCH
-----------------------------------*/
/*****************
Logo
*****************/
#logo{float:left;}

/**Logo Image**/
#logo a{
	background:top left no-repeat;
	display:block;
	float:left;
	margin: 0 auto;
}

/**Logo Text**/
#logo span{display:none;}


/*****************
Make Image
*****************/
#makeImage{
	background:no-repeat;
	float:left;
}

#makeImage span{display:none;}

/*********************
Phone Title/Number
*********************/
#phone{float:right;}
#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;}

/**Bullet Text**/
#bullets a{display:block;}
#bullet a:hover{background:bottom left no-repeat;}

/*****************
Main Navigation
*****************/
#mainNavWrapper{
	clear:both;
	float:left;
	height:42px;
	width:100%;
	background:url(../images/main-nav-wrapper-bg.png) top left repeat-x;
}

#mainNav{	
	float:left;
	height:42px;
}

#mainNav li{
	float:left;
	list-style:none;
	height:42px;
}

#mainNav a{
	background:top left no-repeat;
	display:block;
	float:left;
	height:42px;
}

#mainNav a:hover, #mainNav .on a{background-position:bottom left;}
#mainNav span{
	position:relative;
	top:19px;
}


/*-----------------------------------
Left Navigation Elements DON'T TOUCH
-----------------------------------*/

/*-----------------------------------
Main Content Elements DON'T TOUCH
-----------------------------------*/
/*****************
Scroll Video
*****************/
#ScrollVideo{
	float:right;
	margin:3px 7px 6px 0px;
	width:751px;
	height:207px;
	/*border:solid;
	border-width:1px;
	border-color:#333;*/
	overflow:hidden;
}

/*****************
SOBA
*****************/
#soba{
	float:left;
	margin:0px 7px 5px 0px;
}
	
#small1Soba{
	float:left;
	margin:0px 5px 0px 0px;
}
	
#small2Soba{
	float:left;
	margin:0px 5px 0px 0px;
}

/*****************
Right Content
*****************/
#rightContent{
	width:277px;
	height:241px;
	float:right;
	/*background-color:#0CC;
	clear:both;*/
}

/*****************
Video
*****************/
#rightContent #video{
	width:277px;
	height:241px;
	margin:0px 0px 0px 0px;
	border: solid 1px #CCC;
}

/*****************
Scrolling Buttons
*****************/
#scrollingButtons{
	/*clear:both;*/
	padding:2px 10px 5px 22px;
	width:719px;
	height:120px;
	/*float:right;*/
	margin: 0px 7px 0px 0px;
}

#scrollingButtonsHeader{
	/*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;
	border: solid 1px #868686;
}

/********************
Featured Videos Wrapper
********************/
#featuredVideosWrapper {
	width:100%;
	min-height:250px;
	background:#FFF;
}

#featuredVideos {
	clear:both;
	padding:5px 10px 5px 10px;
	width:731px;
	float:right;
	margin: 0px 7px 5px 0px;
	min-height:230px;
	background:url(../images/featured-videos-image.png) top left no-repeat #000;
	}

#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;
	border: solid 1px #868686;
}
	
/********************
Spotlight Specials Wrapper
********************/
#spotlightSpecialsWrapper {
	width:100%;
	min-height:250px;
	background:#FFF;
}

#spotlightSpecials{
	clear:both;
	padding:5px 10px 5px 10px;
	width:731px;
	float:right;
	margin: 0px 7px 5px 0px;
	min-height:232px;
	background:url(../images/spotlight-specials-bg.png) top left no-repeat #000;
	}

#spotlightSpecialsHeader {
	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;
	border: 1px solid #868686;
}
	
/********************
Service Coupons Wrapper
********************/
#serviceCouponsWrapper {
	width:100%;
	min-height:250px;
	background:#FFF;
}

#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;
	border: 1px solid #868686;
}
	
/********************
Custom Page Text Area
********************/
#customPageWrapper {
	width:100%;
	height:108px;
	background:#FFF;
}

#customPage {
	padding:15px 15px;
	width:437px;
	height:206px;
	float:left;
	margin: 0px 5px 5px 0px;
	overflow:auto;
	/*background-color:#066;
	background:url(../images/product-large-bg.jpg) top left repeat-x #fff;*/
}

#customPage h1{
	color:#0066cc;
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
}

#customPage h2{
	color:#000;
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
}

#customPage p{
	color:#000;
	font-size:12px;
	padding-bottom:10px;
}

#customPage a{
	color:#0066cc;
	font-size:12px;
	text-decoration:underline;
}

#customPage a:hover{
	text-decoration:underline; color:#e35500;
	}
#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 #016dd0;
	border: solid 1px #868686;
}
	
#customPage2{
	padding:25px;
	width:700px;
	float:left;
	margin: 0px 7px 5px 0px;
}

#customPage2 h1{
	color:#0066cc;
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
}

#customPage2 h2{
	color:#000;
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
}

#customPage2 p{
	color:#000;
	font-size:12px;
	padding-bottom:10px;
}

#customPage2 a{
	color:#00b4ff;
	font-size:12px;
	text-decoration:underline;
}

#customPage2 a:hover{
	text-decoration:underline;
}

#customPage2Header{
	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 #016dd0;
	border: solid 1px #868686;
}

/**************************
Custom Page Inner
**************************/
#custom-page{margin:10px;}

#custom-page h1{
	color:#0066cc;
	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;
}

#footerNav{
	float:right;
	margin-top:7px;
	margin-right:4px;
}

#footerNav li{
	display:inline;
	list-style:none;
	margin:0px 2px;
	color:#fff;
}

/********************
Social Network/Icon
********************/
#socialNet span{display:none;}
#socialNet{
	float:left;
	margin-top:8px;
	margin-left:10px;
}

#socialNet li{display:inline;}
#socialNet .netIcon a{
	background-repeat:no-repeat;
	display:block;
	float:left;
	margin-right:10px;
	height:30px;
}

/*****************
Address
*****************/
#address{
	padding-top:2px;
	padding-right:20px;
}

#address li{
	display:inline;
	list-style:none;
}

/*****************
Copyrights
*****************/
#copyrightWrapper{
	float:right;
	margin-top:5px;
	margin-right:8px;
	margin-bottom:5px;
}

#copyright{
	float:left;
	margin-top:12px;
}

#copyright li{
	color:#333;
	list-style:none;
	text-align:right;
}

/**TK Logo**/
#tkLogo span{display:none;}
#tkLogo img{border:none;}
#tkLogo{
	display:block;
	float:left;
	margin:8px 13px 3px 15px;
	height:30px;
	width:23px;
}

/*-----------------------------------
Main Inner Elements DON'T TOUCH
-----------------------------------*/
/*****************
Inner Content
*****************/
#innerContent{
	margin:0 auto;
	float:left;
	clear:right;
	padding:0px 6px 6px 6px;
	background:#fff;
	min-height:525px;
}

/**Title Background**/
#innerTitle{
	padding:5px;
	margin-bottom:15px;
}

#innerTitleSitemap{
	padding:5px;
	margin-bottom:5px;
}

#innerTitleDigi{
	padding:5px;
	margin-bottom:59px;
	text-align:left;
}

/*****************
Site Map
*****************/
#contentarea-sitemap{min-height:460px;}
#contentarea-sitemap a{
	display:block;	
	padding:4px;
	margin: 1px 0px;
}


/*************************************
Build a Car & Digital Brochures Hack
*************************************/
.buildDigi{text-align:center;}
.buildDigi iframe{
	height:500px;
	width:763px;
	overflow:hidden;
}

/*************************************
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;}

/**Email in Details**/
#VehicleDetailsPanel_WebPartAccordion_DealerContactInformationPlaceHolder a{word-wrap:break-word;}

/**Page Numbers**/
#piitable{padding-left:30px;}
#piitable ul{padding-right:60px;}
.listingPager{
 text-align:right;
 float:right;
}
#spotFrame{
margin: 4px 0 0 12px;
height:220px;
width:743px;
}

#custom-content {padding:20px;}
#custom-content p {margin:0 0 10px 0;}
#custom-content ul {margin:10px 0 5px 40px;}


/***********************************
CUFON IE PLAIN TEXT FIX
***********************************/

.cufon-loading a.floatleft { /* for Cufon.replace('a') */
	visibility: hidden !important;
}
div#chat{position:absolute; top:5px; left:400px;}
