@charset "utf-8";
/*------------------------------------------------------------------ 
	[Master Stylesheet] 
	TKCarsites - CSS Document
	Website: http://www.tkcarsites.com/
-------------------------------------------------------------------*/

/*-----------------------------------
Basic Elements
-----------------------------------*/

/*****************
BODY
*****************/
body{
	background:url(../images/background.jpg) top center no-repeat fixed #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/*Remove dotted lines*/

:focus {
  -moz-outline-style: none;
}
a {
   outline: none;
}
img {
border:0;
}

/*****************
LEFT NAVIGATION
*****************/
#leftNav{}

/*****************
MAIN WRAPPER
*****************/
#mainWrapper{
	background-color:#ffffff;
	float:left;
	height:100%;
	width:758px;
	overflow:hidden;
	padding:5px 0px 7px 0px;
	}

/*******************
MAIN INNER CONTENT
*******************/
#mainInnerContent{
	background-color:#fff;
	}

/*****************
INFO AREA
*****************/
#info{
	height:133px;
	}


/*************************************************************************
	HEADER
*************************************************************************/
#header_bg {
	height:101px;
}
#head_btn {
	width:100%;
	height:40px;
	margin-top:0px;
	float:left;
	border:0px solid green;
}
#SL_address {
	height: 78px;
	width: 0px;
	position: absolute;
	left: 780px;
	top:0px;
	}
#SL_Logo a {
	height: 26px;
	width: 250px; 
	float:left;
	margin:20px 0 0 267px;
	display:block;
	border:0px solid red;
}
#SL_Logo span{
	display:none;
}
#topPhone{
	padding-left:0px;
	float:left; 
	width:210px;
	font-size:10px;
	font-weight:normal;
	line-height:1.5em;
	color:#666666; 
	text-transform:uppercase;
	text-align:left;
	margin:7px 55px 0px 83px;
	font-family:Verdana, Geneva, sans-serif;		
}

#topPhone2{
	padding-left:0px;
	float:left; 
	width:135px;
	font-size:10px;
	font-weight:normal;
	line-height:1.5em;
	color:#666666; 
	text-transform:uppercase;
	text-align:left;
	margin:8px 55px 0px 0px;
	font-family:Verdana, Geneva, sans-serif;	
}

#topservicePhone{
	padding-left:0px;
	float:right; 
	width:140px;
	font-size:10px;
	line-height:1.5em;
	color:#666666; 
	text-transform:uppercase;
	text-align:left;
	margin-top:0px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;border:0px solid red;
	}
#topAddress{ 
	float:left;
	width:190px; 
	font-size:10px;
	font-weight:normal;
	line-height:1.5em;
	color:#666666;  
	text-align:left;
	margin-top:7px;
	margin-left:32px;
	font-family:Verdana, Geneva, sans-serif;border:0px solid red;
}


/******************************************
Main Navigation
******************************************/
#mainNavWrapper{
	clear:both;
	float:left;
	height:38px;
	width:957px;
	padding:0;
	margin:1px 0px 0px 8px;
	border:0px solid red;
}

/******************************************
DROPDOWN CSS
******************************************/
/**Home Tabs Width**/

#tab1{ width:160px; }
#tab2{ width:160px; }
#tab3{ width:160px; }
#tab4{ width:159px; }
#tab5{ width:159px; }
#tab6{ width:159px; }


/**********************************
MAIN NAVIGATION TABS
**********************************/
	
ul.topnav {
	list-style: none;
	margin: 0;
	float: left;
	width: 972px;
	font-size: 14px;
	position:relative;
	z-index: 50;
	display: inline;
}

ul.topnav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative; /*--Declare X and Y axis base for sub navigation, DO NOT CHANGE--*/
}

ul.topnav li a{
	font-size:14px;
	color: #fff;
	display: block;
	height: 38px;
}

ul.topnav li a:hover{
	background: bottom right;
	display: block;
}
ul.topnav li a span { display: none; }

*html ul.topnav li ul.subnav {
	width:160px !important;
}
ul.topnav li li a{
	height:25px;
}

ul.topnav li em{
	font-weight: normal;
	/*margin-top: 0px;*/
	display: block;
	font-style:normal;
	padding-top:10px;
	text-align:center;
}

ul.topnav li li em{
	font-weight: normal;
	margin-top: 0px;
	padding-top: 6px;
}

ul.topnav li span { /*--Drop down arrow trigger styles--*/
	width: 31px;
	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: 37px;
	background: #00488e;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 100%;
	border: 0px solid #666;
	z-index: 10000;
}

ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #666; /*--Create bevel effect--*/
	border-bottom: 1px solid #343434; /*--Create bevel effect--*/
	clear: both;
	width: 100%;
	text-align:left;
}

html ul.topnav li ul.subnav li a {
	background: #515151 9px center; /*--Dropdown Arrow--*/
	padding-left: 8px;
	text-align:left;
	font-size:11px;
}

html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #c61543 9px center; /*--Dropdown Arrow--*/
}

html ul.topnav li ul.subnav li a em{ text-align:left; }

.floatLeft{
	float: left;
}



/**********************
PHONE TITLE/NUMBER
*********************/
/**Position**/
#phone{
	 text-align:right;
	 margin:32px 38px 0px 30px; border:0px solid red;
}

/**Number Margin**/
#phone #phoneNum{
	margin-left:10px;
}

/**Text Format**/
#phone li{
	color:#ccc;
	font-size:22px;
	font-weight:bold;
}

/*****************
BULLETS
*****************/
/**Position**/
#bullets{
	margin-right:38px;
}

/**Spacing**/
#bullets a{
	padding-left:20px;
}

#bullets li{
	margin-top:5px;
}

/**Placement Side**/
#bullets{
	float:right;
}

/**Text Format**/
#bullets a{
	color:#ccc;
	font-size:13px;
	font-weight:bold;
}
#bullets a:hover{
	color:#d31a06;
}

/****************
HOURS/CONTACT
****************/
#hours_contact{
	width:310px;
	height:32px;
	float:left;
	padding:11px 0px 0px 10px;
	text-align:left;
	border:0px solid red;
	margin-left:10px;
}
#hours_contact a{
	color:#fff;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	padding:8px 17px 10px 25px;
	text-align:left;
	background-repeat:no-repeat;
	margin-right:2px;
}
#hours_contact a:hover{
	color:#dcddde;
}



.floatLeft{
	float: left;
}

/*-----------------------------------
Left Navigation Elements
-----------------------------------*/
/**Bullets**/
.leftNavLinks li{
	color:#727272;
	list-style:none;
}
#form1{
	/*position:relative;*/
	top:0;
	bottom:0;
}
/**Text Format**/
.leftNavLinks a{
	color:#727272;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;	
}
/**Hover Text Format**/
.leftNavLinks a:hover{color:#000;}
#quickSearch_tool iframe{
	overflow: hidden;
	width: 201px;
	height: 150px;
	margin: 33px 0 0 12px;
	display: inline;
}
/*************************************
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;
	display:inline;
}
#searchBtn{
	cursor: pointer;
	margin-top: 7px;
	float: right;
	margin-right:10px;
	width:71px;
	height:25px;
	background: transparent url(../images/submit-btn.png) top left no-repeat;
	border: none;
}
#keywordSearch{
	width:197px;
	/*height:75px;*/
	float:left;
	margin: 0;
	padding:0;
	display: inline;
	/*margin-top: 10px;*/
}

#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 no-repeat;
	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;
	}
#shopSpecialsTitle{
	background: url(../images/shop-specials-header-title.png) top left no-repeat;
	width: 120px; 
	height: 10px;
}
#shopSpecialsTitle span{display:none;}
#creditCenterTitle{
	background: url(../images/credit-center-header-title.png) top left no-repeat;
	width: 150px;
	height: 10px;
	}
#servicePartsTitle{
	background: url(../images/service-parts-header-title.png) top left no-repeat;
	width: 130px;
	height: 10px;
	}
#specialsTitle{
	background: url(../images/specials-header-title.png) top left no-repeat;
	width: 130px;
	height: 10px;
	}
#collisionTitle{
	background: url(../images/collision-header-title.png) top left no-repeat;
	width: 130px;
	height: 10px;
	}
#servicePartsTitle span{
	display: none;
	}
#creditCenterTitle span{
	display: none;
	}
#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;
	}

#aboutUsTitle{
	background: url(../images/aboutus-header-title.png) top left no-repeat;
	width: 130px;
	height: 10px;
	}
#aboutUsTitle span{
	display: none;
	}
	
/*-----------------------------------
Main Content Elements
-----------------------------------*/

/*****************
SOBA
*****************/
#soba{}

/*****************
RIGHT CONTENT
*****************/
/**Margin**/
#rightContent{
	margin-bottom:5px;
	margin-right:7px;
	}


/*****************
LEFT SOBA
*****************/
/**Margin**/
#leftSoba{margin-top:5px;}

/*****************
SCROLLING BUTTONS
*****************/
/**Background/Margin**/
#scrollingButtons{
	background:url(../images/product-bg.jpg) top left repeat-x #dcdcdc;
}

/*-----------------------------------
Footer Elements
-----------------------------------*/
#footerWrapper{
	background:url(../images/footerWrapper-bg.png) top left repeat-x;
	}

/*****************
FOOTER NAVIGATION
*****************/
/**Text Format**/
#footerNav a{
	color:#000;
	font-size:11px;
	font-weight:bold;
}

/**Hover Text Format**/
#footerNav a:hover{
	text-decoration:underline;
}


/*****************
ADDRESS
*****************/
#address{
	width:300px;
	float:right;
	text-align:right;
}
/**Text Format**/
#address li{
	color:#fff;
	font-size:12px;
}


/**************
MORE INFO AREA
**************/
/**Text Format**/
#seo{
	color:#dbdbdb;
	font-size:12px;
	background: url(../images/seo-more-background.jpg) no-repeat scroll top center #fff;
	clear:both;
	padding:0px 0px 6px 0px;
	text-align:left; 	
	height:195px;
	width:100%;
}

#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;
}
#seo a{
	color:#00b4ff;
	text-decoration:underline;
}

#seo a:hover{
	text-decoration:underline;
}

/**Lists**/
#seo li{list-style-position:inside;}


/**Link Format**/
#seo a{color:#dbdbdb;text-decoration:underline;}

#seo a:hover{text-decoration:underline; color:#78afc0;}

/**SEO INFO**/

#seoInfo {
	overflow:auto;
	padding:15px 15px 15px 15px;
	height:170px;
	width:942px;
}

/*-----------------------------------
Main Inner Elements
-----------------------------------*/

/*****************
INNER CONTENT
*****************/
/**Width**/
#innerContent{
	width:960px;	
}

/**Text Format**/
#innerTitle{
	color:#FFF;
}

/**Title Background**/
#innerTitle{
	background:#414141;
	width:947px;
	margin-left:2px;
}

/********************
SITEMAP TITLE
********************/

/**Width**/
#innerContentSitemap{
	width:962px;
}

/**Text Format**/
#innerTitleSitemap{
	color:#FFF;
}

/**Title Background**/
#innerTitleSitemap{
	background:#414141;
	width:947px;
	margin-left:2px;
}

/********************
DIGI TITLE
********************/

/**Width**/
#innerContentDigi{
	width:962px;
}

/**Text Format**/
#innerTitleDigi{
	color:#FFF;
}

/**Title Background**/
#innerTitleDigi{
	background:#414141;
	width:947px;
	margin-left:2px;
}

/*****************
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;
	width:957px;
	margin-left:2px;	
}

/**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;
	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{ /* 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:972px;
	background:#ffffff;
}

/*****************
HEADER
*****************/
#header{
	width:972px;
	height:144px;
	background:url(../images/header-bg.jpg) top left no-repeat;
	border:0px solid red;
}


/*****************
LEFT NAVIGATION
*****************/
#leftNav{
	float:left;
	width:202px;
	padding:5px 5px 0px 7px;
	min-height:500px;
	overflow:hidden;
}

/*****************
MAIN WRAPPER
*****************/
#mainWrapper{}


/*****************
MAIN CONTENT
*****************/
#main{
	float:right;
}

/*******************
MAIN INNER CONTENT
*******************/
#mainInnerContent{
	margin:0px;
	text-align:center;
	min-height:525px;
	height: auto !important;
	height: 525px;
	width:100%;
	background-color:#FFFFFF;	
}

#mainInnerContentPII{
	margin:0px;
	text-align:left;
	min-height:525px;
	width:100%;
}

/*****************
FOOTER
*****************/
#footer{
	clear:both;
	background-color:#ffffff;
}


/*-----------------------------------
Header Elements DON'T TOUCH
-----------------------------------*/

/*****************
DEALER 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 LOGOS/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;
}

#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 Content Elements DON'T TOUCH
-----------------------------------*/
/*****************
SOBA
*****************/
#soba{
	float:left;
	margin:0px 5px 0px 0px;
	}
	
#small1Soba{
	/*float:left;*/
	margin:0px 5px 0px 0px;
	padding-bottom:5px;
	}
	
#small2Soba{
	/*float:left;*/
	margin:0px 5px 0px 0px;
	padding-bottom:5px;
	}

#small3Soba{
	/*float:left;*/
	margin:0px 5px 0px 0px;
	padding-bottom:5px;
	}


/*****************
RIGHT CONTENT
*****************/
#rightContent{
	float:right;
}

/*****************
VIDEO
*****************/
#rightContent #video{
	width:277px;
	height:241px;
	margin:0px 7px 0px 0px;
	border: solid 1px #CCC;
}

/*****************
SCROLLING BUTTONS
*****************/

#scrollingButtons{
	clear:both;
	padding:7px 10px 9px 10px;
	width:731px;
	height:120px;
	float:right;
	margin: 0px 7px 5px 0px;
	}
#ownerResourcesTitle{
	background: url(../images/owner-resources-header-title.png) top left no-repeat;
	width: 136px;
	height: 10px;
	}
#ownerResourcesTitle span{
	display:none;
}
#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 #666666;
}
#shoppingToolsTitle{
	width: 181px;
	height: 10px;
	background: transparent url(../images/shopping-tools-header-title.png) top left no-repeat;
}
#shoppingToolsTitle span{
	display:none;
}

#DealerInfoTitle{
	width: 181px;
	height: 10px;
	background: transparent url(../images/dealership-info-header-title.png) top left no-repeat;
}
#DealerInfoTitle span{
	display:none;
}
/********************
FEATURED VIDEOS
********************/

#featuredVideosWrapper{
	width:100%;
	min-height:250px;
}

#featuredVideos{
	clear:both;
	width:732px;
	padding:11px 7px 10px 12px;
	margin-bottom:5px;
	min-height:230px;
	background:#ffffff;
	border:0px solid red;
	}

#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 #666666;
}
#featuredVideosTitle{
	width: 126px;
	height:10px;
	background: transparent url(../images/featured-videos-header-title.png) top left no-repeat;
}
#featuredVideosTitle span{
	display:none;
}
/********************
SPOTLIGHT SPECIALS
********************/
#spotlightSpecialsWrapper{
	width:100%;
	min-height:250px;

	}

#spotlightSpecials{
	width:739px;
	margin: 0px 7px 5px 0px;
	padding:5px 0 4px 12px;
	min-height:232px;
	overflow: hidden;
	background:#ffffff;
	}

#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;
	border: 1px solid #666;
}
#spotlightSpecialsTitle{
	width: 145px;
	height: 10px;
	background: url(../images/spotlight-specials-header-title.png) top left no-repeat;
}
#spotlightSpecialsTitle span{
	display:none;
}

#spotFrame{
	width:740px;
	min-height:232px;
	height: auto !important;
	height:232px;
	margin-top:10px;
}


	
/********************
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;
	border: 1px solid #666;
	}
#servicePartsCouponsTitle{
	background: url(../images/service-coupons-header-title.png) top left no-repeat;
	width: 183px;
	height: 10px;
}
#servicePartsCouponsTitle span{
	display:none;
}
#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:#ff0000;
}

/********************
FEATURED COUPONS
********************/

#flash_FeaturedSpecials{
	padding:0px 0px 0px 74px;
	clear:both;
	background:#ffffff;
	width:677px;
	margin-bottom:5px;
}

/********************
CUSTOM PAGE TEXT AREA
********************/
#customPageWrapper{
	width:100%;
	min-height:208px;

}

#customPage{
	padding:10px 25px 10px 25px;
	width:701px;
	float:right;
	margin: 0px 7px 0px 0px;
	height:200px;
	overflow:auto;
	/*background:url(../images/product-large-bg.jpg) top left repeat-x #fff;*/
	background:#ffffff;
}

#customPage h1{
	color:#000000;
	font-size:16px;
	font-weight:bold;
	padding:10px 0px;
}

#customPage h2{
	color:#000000;
	font-size:14px;
	font-weight:bold;
	padding:10px 0px;
}

#customPage h3{
	color:#000000;
	font-size:13px;
	font-weight:bold;
	padding:10px 0px;
}

#customPage p{
	color:#000000;
	font-size:12px;
	padding-bottom:10px;
}

#customPage a{
	color:#0036ff;
	font-size:12px;
	text-decoration:underline;
}

#customPage a:hover{
	color:#ff0000;
}

#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;
	border: solid 1px #666;
}
#dealershipInformationTitle{
	width: 181px;
	height: 10px;
	background: transparent url(../images/dealership-info-header-title.png) top left no-repeat;
}
#dealershipInformationTitle span{
	display:none;
}

/**************************
CUSTOM INNER PAGES AREA
**************************/
#custom-page{
	margin:10px;
	text-align:left;
}

#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;
}


/*****************
FOOTER ADDRESS
*****************/
#address{
	padding-top:4px;
	padding-right:38px;
}
#address li{
	display:inline;
	list-style:none;
}



/*-----------------------------------
Main Inner Elements DON'T TOUCH
-----------------------------------*/

/*****************
INNER CONTENT
*****************/
#innerContent{
	margin:0 auto;
	float:left;
	clear:right;
	padding:6px 6px 6px 6px;
	min-height:525px;
}

/**Title Background**/
#innerTitle{
	padding:5px;
	margin-bottom:15px;
	text-align:left;
}

/********************
SITEMAP TITLE
********************/

/**Title Sitemap Background**/
#innerTitleSitemap{
	padding:5px;
	margin-bottom:5px;
	text-align:left;
}


/********************
DIGI TITLE
********************/

/**Title Sitemap Background**/
#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;	
}

#contentarea-sitemap ul{
	list-style:none;
}

/*************************************
BUILD A CAR AND DIGITAL BROCHURES
*************************************/

.buildDigi{text-align:center;}

.buildDigi iframe{
	height:500px;
	width:762px;
	overflow:hidden;
	text-align:center;
}

/*************************************
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;
}


/***********************************
CUFON IE PLAIN TEXT FIX
***********************************/

.cufon-loading a.mainTab { /* for Cufon.replace('a') */
	visibility: hidden !important;
}

/***********************************
LEFT NAV BANNERS
***********************************/

#leftNavBannerWrapper{
	width:202px;
	height:auto;
	float:left;
}

#leftNavBannerWrapper ul #leftNavBanners {
	float:left;
}

#leftNavBanners li{
	list-style:none;
	float:left;
	padding-bottom:5px;
}

#leftNavBanner1{
	float:left;
}

#leftNavBanner2{
	float:left;
}

#leftNavBanners a{
	background:top left no-repeat;
	display:block;
}

#leftNavBanners span{
	display:none;
}

/*************************************************************************
	FOOTER 
*************************************************************************/

#footerTop{
	background-color:#666666; height:24px; margin-top:0px; clear:both;
	border:0px solid red;
	width:958px;
	margin-left:7px;

}
#footerNav a{
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	text-transform:capitalize;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/**Hover Text Format**/
#footerNav a:hover{
	text-decoration:underline;
}
#footerNav{
	float:left;
	margin-top:4px;
	margin-left:285px;
	
}
#footerNav li{
	color:#ffffff;
	display:inline;
	list-style:none;
	padding:0px 5px 0px 5px;
}
#footerBg{
	background-color:#b2b2b2; height:22px; margin-top:0px; clear:both;
	width:958px;
	margin-left:7px;
}

#footer-address{
	float:left;  padding-top:4px; text-align:left; padding-left:11px;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#4D4D4D;
}

#footerbottomNav{ 
	float:right;
	text-align:left;
	color:#666666;
	padding-top:4px;
	padding-right:12px
	
}

#footerbottomNav p{
	padding:0px 0px 3px 0px;
	margin:0px 0px 0px 0px;
	font-family:Verdana;
	font-size:10px;
	color:#FFF;
}
#footerbottomNav p label{
	padding:0px 8px 0px 8px;
	border-right:1px solid #3e3e3e;
	display:inline
}
#footerbottomNav p label a{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
color:#4D4D4D;

}
#footerbottomNav p label a:hover{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	text-decoration:underline;
}

/*****************
Copyrights
*****************/
/**Text Format**/
#copyright p{color:#fff;}

/*****************
Copyrights
*****************/
#copyright{
	padding-top:0px;
	padding-left:0px;
	color:#a9a9a9;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	width:958px;
	background-color:#e7e6e6;
	height:62px;
	border:0px solid red;
	margin-left:7px;
}
#copyText{
	float:right;
	padding-top:18px;
	padding-right:10px;
}

#copyrightcontent {
float:left;
padding:0px 0px 0px 2px;
width:760px;
height:500px;
border:0px solid red;
}
#copyrightcontent p{
font-family:Arial;
font-size:12px;
color:#000000;
width:760px;
}



#logos{
	float:right;
	padding-right:7px;
	padding-top:8px;
	margin-top:3px;
} 

/**TK Logo**/
#tkLogo span{display:none;}
#tkLogo img{border:none;}
#tkLogo{
	display:block;
	float:left;
	margin:3px 5px 3px 0px;	
	width:32px;
	height:23px;
}
#copyrightcontent {
float:left;
width:363px;
}
#copyrightcontent p{
font-family:Arial;
font-size:12px;
color:#000000;
}

/********************
Social Network/Icon
********************/
/**Container Width**/
#socialNet{
width:335px; border:0px solid red;
margin-top:10px;
}

/**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:32px; height:32px;}
#socialNet #net6 a{width:32px; height:32px;}
#socialNet #net7 a{width:69px; 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:10px;
	height:30px;
}

