@charset "utf-8";
/*------------------------------------------------------------------ 
	[Master Stylesheet] 
	TKCarsites - CSS Document
	Website: http://www.tkcarsites.com/
-------------------------------------------------------------------*/
/*-----------------------------------
Basic Elements
-----------------------------------*/
/*****************
Body
*****************/
body{
	background:url(../images/background.jpg) top center #003365;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
h1, p {
margin:0;
padding:0;
}
img {
border:none;
}
/*****************
Left Navigation
*****************/
#leftNav{background-color:#fff;}

/*****************
Main Wrapper
*****************/
#mainWrapper{background-color:#000;}

/*******************
Main Inner Content
*******************/
#mainInnerContent{background-color:#FFF;}


/*-----------------------------------
Header Elements
-----------------------------------*/
/*****************
Logo
*****************/
#logo{
	width:254px;
	height:123px;
	margin: 9px 0px 3px 75px;

}

/**Logo Image**/
#logo a{
	width:254px;
	height:123px;
}


/*****************
Make Image
*****************/
#makeImage{
	height:70px;
	width:510px;
}


/*********************
Phone Title/Number
*********************/
/**Position**/
#phone{
	margin-top:5px;
	margin-left:30px;
}

/**Number Margin**/
#phone #phoneNum{margin-left:10px;}

/**Text Format**/
#phone li{
	color:#000;
	font-size:15px;
	font-weight:bold;
	list-style:none;
}


/*****************
Bullets
*****************/
/**Position**/
#bullets{
	margin-top:5px;
	margin-right:10px;
}

/**Spacing**/
#bullets a{padding-left:30px;}
#bullets li{margin-top:7px;}

/**Placement Side**/
#bullets{float:right;}

/**Text Format**/
#bullets a{
	color:#fff;
	font-size:13px;
	font-weight:bold;
}
#bullets a:hover{color:#be0000;}


/*****************
Main Navigation
*****************/
/**Navigation Wrapper Background**/
#mainNavWrapper{
/*background:url(../images/main-nav-wrapper-bg.png) top left repeat-x;*/
padding-left:2px;
}

/**Main Navigation Width**/
#mainNav{
width:960px;
float:left;
border:0px solid green;
}



/**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:136px;}
#mainNav #tab2, #mainNav #tab2 .dropMenu{width:182px;}
#mainNav #tab3, #mainNav #tab3 .dropMenu{width:113px;}
#mainNav #tab4, #mainNav #tab4 .dropMenu{width:106px;}
#mainNav #tab5 {
width:139px;
float:left;
}
#mainNav #tab6 {width:99px;}
#mainNav #tab7 {width:90px;}
#mainNav #tab8 {width:95px;}

#mainNav #tab5 .dropMenu{width:197px;}
#mainNav #tab6 .dropMenu{width:197px;}
#mainNav #tab7 .dropMenu{width:197px;}
#mainNav #tab8 .dropMenu{width:197px;}

/**********************************
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;}


/**********************************
Drop Down Menu
**********************************/
/**Background Color**/
#mainNav li .dropMenu{background-color:#000;}

/**Normal Link**/

#mainNav li .dropMenu li a{
color:#FFF;
}
/**Hover Link**/
#mainNav li .dropMenu li a:hover{color:#cfc9b4;}



/*-----------------------------------
Left Navigation Elements
-----------------------------------*/
/**Bullets**/
.leftNavLinks li{
	color:#000;
	list-style:square inside;
	margin-left:5px;
}

/**Text Format**/
.leftNavLinks a{
	color:#000;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;	
}
/**Hover Text Format**/
.leftNavLinks a:hover{color:#d80006;}


/*-----------------------------------
Main Content Elements
-----------------------------------*/

/*****************
SOBA
*****************/
#soba{}

/*****************
Right Content
*****************/
/**Margin**/
#rightContent{margin-bottom:5px; margin-left:5px;}


/*****************
Right SOBA
*****************/
/**Margin**/
#rightSoba{margin-top:6px;}


/*-----------------------------------
Footer Elements
-----------------------------------*/
#footerWrapper{
background:url(../images/footer-bg.jpg) top center no-repeat;
border:0px solid red;
}

/*****************
Footer Navigation
*****************/
#footerNav {
	color:#fff;
	margin-left:30px;
}
/**Text Format**/
#footerNav a{
	color:#fff;
	font-size:11px;
	font-weight:normal;
}

/**Hover Text Format**/
#footerNav a:hover{text-decoration:underline;}


/********************
Social Network/Icon
********************/
/**Container Width**/
#socialNet{width:240px; padding-left:10px;}

/**Icons Width**/
#socialNet #net1 a{width:30px;}
#socialNet #net2 a{width:30px;}
#socialNet #net3 a{width:30px;}
#socialNet #net4 a{width:30px;}
#socialNet #net5 a{width:30px;}

#footerBg{
float:left;
width:960px;
height:25px;
border:0px solid red;
}



/*****************
Address
*****************/
.address{
	width:100%;
	float:left;
	text-align:center;
}
/**Text Format**/
.address li{
	color:#000;
	font-size:15px;
}


/*****************
Copyrights
*****************/
/**Text Format**/
#copyright p{color:#fff;}


/***********
SEO Area
***********/
/**Text Format**/
#seo{
	color:#FFF;
	font-size:12px;
}

/**Link Format**/
#seo a{color:#fff;}
#seo a:hover{text-decoration:underline;}




/*-----------------------------------
Main Inner Elements
-----------------------------------*/
/*****************
Inner Content
*****************/
/**Width**/
#innerContent{
width:950px;
border:0px solid red;
}

/**Text Format**/
#innerTitle{color:#FFF;}

/**Title Background**/
#innerTitle{background:#4a4a4a;}


/*****************
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 p {
	color:#000;
	font-size:13px;
	padding:5px 0px 5px 0px;
	background-color:#fff;
	font-weight:bold;
}

#contentarea-sitemap ul{
list-style: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:990px;
	/*background: url(../images/background-shadow.png) center bottom no-repeat;*/
}
#headerbg{
	width:100%;
	/*background:url(../images/header-bg.jpg) top center no-repeat;*/
}

/*****************
Wrapper
*****************/
#wrapper{
	margin: 0 auto;
	width:990px;
}

/*****************
Header
*****************/
#header{
	width:100%;
	min-height:179px;
	background:url(../images/header-bg.jpg) top center no-repeat;
	
}

#headerinner{
	width:100%;
	min-height:179px;
	background:url(../images/header-bginner.jpg) top center no-repeat;
	border:0px solid red;
}

/*****************
Left Navigation
*****************/
#leftNav{
	clear:left;
	float:left;
	width:164px;
	min-height:285px
}

/*****************
Main Wrapper
*****************/
#mainWrapper{/*padding-top:5px; padding-left:5px;*/}
#mainWrapper{
	background:url(../images/main-background-bg.jpg) top left no-repeat;
	float:left;
	height:352px;
	width:960px;
	margin-left:15px;
	border:0px solid green;
	}


/*****************
Main Content
*****************/
#main{
float:left; min-height:313px; width:100%;
border:0px solid yellow;
}

/*******************
Main Inner Content
*******************/
#mainInnerContent{
	margin:0px;
	min-height:525px;
	width:960px;
	margin-left:15px;
	background:url(../images/home-wrapper-background.jpg) top left no-repeat #fff;
}
#mainInnerContentPII{
	margin:0px;
	text-align:left;
	min-height:535px;
	width:948px;	
	padding: 7px 0px 18px 12px;
	margin-left:15px;	
	background:url(../images/home-wrapper-background.jpg) top left no-repeat #fff;
}

#innerContentPII{
width:934px;
border:1px solid #818181;
margin-top:5px;
}

#innerContentPII{
	float:left;
	clear:right;
	min-height:525px;
}


/*****************
Footer
*****************/
#footer{clear:both;}



/*-----------------------------------
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 Image
*****************/
#makeImage{
	background:no-repeat;
	float:left;
}
#makeImage span{display:none;}

/*********************
Phone Title/Number
*********************/
#phone{float:left;}
#phone li{list-style:none;}
#phone #title, #phone #phoneNum{float:left;}


/*********************
Bullets
*********************/
/**Bullet Image**/
#bullets li{
	background-position:top;
	list-style:none;
	height:21px;
}
#bullets li:hover{background-position:bottom;}

/**Bullet Text**/
#bullets a{
	background:top left no-repeat;
	display:block;
	height:21px;
}
#bullet a:hover{background:bottom left no-repeat;}



/**********************
Main Navigation
**********************/
#mainNavWrapper{
	clear:both;
	float:left;
	height:44px;
	width:986px;
	border:0px solid red;
}
#mainNav{
	position:relative;
	height:35px;
}
#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:35px;
}
#mainNav li .tabHeader span{
	position:relative;
	top:8px;
}
#mainNav li .tabHeader{background-position:top;}
#mainNav li .tabHeader:hover, #mainNav .hover .tabHeader{background-position:bottom;}



/**********************************
Drop Down Menu
**********************************/
/**Background Color**/
#mainNav li .dropMenu{background-color:#595441;}

/**Padding/Margin**/
#mainNav li .dropMenu{padding:5px 0px;}
#mainNav li .dropMenu li{
margin-left:16px; line-height:22px; list-style:none;
}
#mainNav li .dropMenu{
	position: absolute;
	display:none;
}
#mainNav li:hover .dropMenu{display:block;}





/*-----------------------------------
Main Content Elements DON'T TOUCH
-----------------------------------*/
/*****************
SOBA
*****************/
#soba{float:left;margin:6px 0 0 13px;}


/*****************
Right Content
*****************/
#rightContent{float:left;margin-top:6px;}



/*****************
Video
*****************/
#rightContent #video{
	width:235px;
	height:185px;
}

#topmakes {
float:left;
width:930px;
height:82px;
padding:11px 0px 0px 30px;
}
#topmakes img{
float:left;
}


#maincenter {
float:left;
width:960px;
height:189px;
}
#boxleft {
float:left;
width:284px;
height:189px;
margin-left:136px;
}
#boxright {
float:right;
width:284px;
height:189px;
margin-right:141px;
}

#centerimage1 {
float:left;
width:197px;
height:218px;
}

#centerimage2 {
float:left;
width:197px;
height:218px;
}

#ebayimage {
float:left;
width:118px;
height:34px;
margin-left:83px;
}
#facebookimage {
float:left;
width:118px;
height:34px;
margin-left:83px;
}

/*****************
Scrolling Buttons
*****************/
#scrollingButtons{
	float:left;
	clear:both;
	padding:0px 18px 0px 0px;
	width:960px;
	height:131px;
	margin-left:0px;
	background:url(../images/scrolling-bg.jpg) top center no-repeat;
}


/********************
Custom Page Wrapper
********************/
#customPageWrapper{
	width:100%;
	height:143px;
	float:left;
	background:url(../images/customwrapper-bg.jpg) top center no-repeat;
}

#customPagebg{
background:url(../images/custompage-bg.png) top center no-repeat;
width:904px;
height:133px;	
float:left;
margin:9px 0px 0px 44px;
}

#customPage{
	float:left;
	width:882px;
	height:113px;	
	border:0px solid red;
	overflow:auto;
	margin:10px;
	
}

#customPage h1{
	color:#000;
	font-size:18px;
	font-weight:bold;
	padding:10px 0px 0px 10px;
}

#customPage p{
	color:#000;
	font-size:12px;
	padding:10px;
}

#customPage a{
	color:#6e6e6e;
	font-size:12px;
}

#customPage a:hover{
	text-decoration:underline;
}

#bottomSoba{
	float:left;
	width:235px;
	height:235px;
	margin-left:15px;
	margin-top:15px;
}

/*-----------------------------------
Footer Elements DON'T TOUCH
-----------------------------------*/
/*****************
Footer Navigation
*****************/
#footerWrapper{
	clear:both;
	min-height:64px;
}
#footerNav{
	text-align:center;
	margin-top:6px;	
}
#footerNav li{
	display:inline;
	list-style:none;
	padding:0px 4px 0px 4px;
}

#footerWrapperinner{background:url(../images/footer-bginner.jpg) top center no-repeat;}
#footerWrapperinner{
	clear:both;
	min-height:64px;
}

/********************
Social Network/Icon
********************/
#socialNet span{display:none;}
#socialNet{
	float:left;
	margin-top:5px;
}
#socialNet li{display:inline;}
#socialNet .netIcon a{
	background-repeat:no-repeat;
	display:block;
	float:left;
	margin-right:10px;
	height:30px;
}

/*****************
Address
*****************/
.address{
	height:30px;
}
.address li{
	display:inline;
	list-style:none;
}


/*****************
Copyrights
*****************/
#copyrightWrapper{
	float:right;
	margin-top:7px;
	margin-right:46px;
}
#copyright{
	float:left;
	margin-top:10px;
}
#copyright li{
	color:#fff;
	font-size:10px;
	list-style:none;
	text-align:right;
}

/**TK Logo**/
#tkLogo span{display:none;}
#tkLogo img{border:none;}
#tkLogo{
	display:block;
	float:left;
	margin:6px 0px 3px 10px;
	height:23px;
	width:26px;
}




/*-----------------------------------
Main Inner Elements DON'T TOUCH
-----------------------------------*/

/*****************
INNER CONTENT
*****************/
#innerContent{
	margin:0 auto;
	float:left;
	clear:right;
	padding:5px;
	min-height:525px;
}

/**Title Background**/
#innerTitle{
	padding:5px;
	margin-bottom:5px;
	font-size:12px;
	text-align:left;
	width:939px;
}
#innerContentvideo {
	margin:0 auto;
	float:left;
	clear:right;
	min-height:525px;
width:99%;
	padding:0px 5px 0px 5px;	
}

/*****************
Site Map
*****************/
#contentarea-sitemap{
min-height:460px;
float:left;
width:949px;
}
#contentarea-sitemap li{
list-style:none;

}
#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:760px;
	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:750px;
	margin: 0 auto;
}
/**Email in Details**/
#VehicleDetailsPanel_WebPartAccordion_DealerContactInformationPlaceHolder a{word-wrap:break-word;}

/**Page Numbers**/
.listingPager{
	text-align:right;
	float:right;
}
.listingPager a {
 color:#06C; 
 text-decoration:underline;
}
.listingPager a:hover {
 text-decoration:underline;
}
.listingPager span{
 color:#333; 
}

#contentBottom{
	margin:0px auto; text-align:center;	 
	width:100%;
	clear:both; 
}
#contentContainer{
	min-height:124px;
	margin:auto;
	width:960px; border:1px solid red;
}

#leftBox1{
	margin:19px 0px 0px 35px;
	width:260px;
	height:85px;
	float:left;
	border:0px solid red;
}

.numbertitle{
	color:#fff;
	font-size:21px;
	font-weight:bold;
	font-family:"DIN-Medium";
	letter-spacing:-1px;
	text-align:left;
	text-transform:uppercase;
	
}

.numbertitle2{
	color:#fff;
	font-size:21px;
	font-weight:bold;	
	font-family:"DIN-Medium";
	letter-spacing:-1px;
	text-align:left;
	text-transform:uppercase;
}

.numberBox{
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	margin-top:0px;
	text-transform:uppercase;
	margin-left:6px;
}
.numberAddress{
	font-family:Arial;
	font-size:13px;
	font-weight:bold;	
	color:#fff;
	text-align:left;
	text-transform:capitalize;
	
}

#leftBox2{
	margin:19px 0px 0px 80px;
	width:260px;
	height:85px;
	float:left;
	border:0px solid red;
}



.numberBox2{
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	margin-top:0px;
	text-transform:uppercase;
	float:left;
	margin-left:6px;
}
.numberAddress2{
	font-family:Arial;
	font-size:13px;
	font-weight:bold;	
	color:#fff;
	text-align:left;
	text-transform:capitalize;	
}

/*************************************
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;
}


/*************************************
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;
}

/**************************
Custom Page Inner
**************************/
#custom-page{
margin:0px 10px 10px 10px;
}

#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;
}


