@charset "utf-8";
/*------------------------------------------------------------------ 
	[Master Stylesheet] 
	TKCarsites - CSS Document
	Website: http://www.tkcarsites.com/
-------------------------------------------------------------------*/
/*-----------------------------------
Basic Elements
-----------------------------------*/
/*****************
Body
*****************/
body{
	background:url(../images/background.jpg) top left repeat-x #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/*****************
Left Navigation
*****************/
#leftNav{background:url(../images/left-nav-bg.png) top left no-repeat #380002;}

/*****************
Main Wrapper
*****************/
#mainWrapper{background-color:#000;}

/*******************
Main Inner Content
*******************/
#mainInnerContent{background-color:#fff;}


/*-----------------------------------
Header Elements
-----------------------------------*/
/*****************
Logo
*****************/
#logo{
	margin-top:5px;
	width:157px;
	height:80px;
margin-left:17px;	
}

/**Logo Image**/
#logo a{
	width:157px;
	height:104px;
}


/*****************
Make Image
*****************/
#makeImage{
	height:4px;
	width:50px;
	margin-top: 0px;
}


/*********************
Phone Title/Number
*********************/
/**Position**/
#phone{
	margin-top:45px;
	margin-left:0px;
border:0px solid red;

}

/**Number Margin**/
#phone #phoneNum{margin-left:0px;}

#phoneNum {float:left; text-align:left;}

#phoneNum li{display:inline; }

/**Text Format**/
#phone li{
	color:#ffffff;
	font-size:17px;
	font-weight:bold;
	text-transform:uppercase;
}


/*****************
Bullets
*****************/
/**Position**/
#bullets{
width:264px;
	margin-top:25px;
	margin-right:0px;
	margin-left:0px;
border:0px solid red;
float:left;
}

/**Spacing**/
#bullets a{padding:0px 10px 0px 10px;}
#bullets li{margin-bottom:0px;}

/**Placement Side**/
#bullets{float:right;}

/**Text Format**/
#bullets a{
	color:#fff;
	font-size:12px;
	font-family:tahoma;
font-weight:bold;
	text-transform:uppercase;
}
#bullets a:hover{color:#c10005}


/*****************
Main Navigation
*****************/
/**Navigation Wrapper Background**/
#mainNavWrapper{}

/**Main Navigation Width**/
#mainNav{width:730px;float:right;}

/*#tab1{}*/
/**Tabs Width**/
/*#tab1, #tab1 a{width:169px;}
#tab2, #tab2 a{width:185px;}
#tab3, #tab3 a{width:101px;}
#tab4, #tab4 a{width:151px;}
#tab5, #tab5 a{width:124px;}
*/


/**Text Format**/
#mainNav a{
	color:#000;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

/**Hover Text Format**/
#mainNav a:hover, #mainNav .on a{color:#fff;}

#mainNav a span{display:none;}

/******************************************
Dropdown CSS
******************************************/
/**Tabs Width**/
#tab1{width:110px;}
#tab2{width:130px;}
#tab3{width:80px;}
#tab4{width:120px;}
#tab5{width:99px;}

ul.topnav {
	list-style: none;
	/*margin: 0px 0px 0px 7px;*/
	float: right;
	width: 734px;
	font-size: 13px;
	position:relative;
	z-index:50;
	display:inline;
}

ul.topnav li {
	float: left;
	margin: 0;
	/*padding: 0px 7px 0 0;*/
	padding:0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	height:33px;
}

ul.topnav li a{
	font-size:14px;
	/*padding: 13px 0px 7px 0px;*/
	color: #fff;
	display: block;
	text-decoration: none;
	/*background: url(../images/main-nav-bg.png) no-repeat top left;*/
	text-align: center;
	height: 33px;
	vertical-align: middle;
	float:left;
	/*text-indent:-9999px;*/
}

ul.topnav li.addBorder{
	border-right:1px solid #c47575;
	background: url(../images/main-nav-bg.png) no-repeat top left;
	}
	
ul.topnav li.addBorder2{
	border-right:1px solid #c47575;
	background: url(../images/main-nav-bg2.png) no-repeat top left;
	}
	
ul.topnav li.noBorder{
	background: url(../images/main-nav-bg.png) no-repeat top left;
	}

ul.topnav li.headertab1{
	/*background: url(../images/main-nav-tab1.png) no-repeat top left;*/
	background: url(../images/main-nav-tab1.png) no-repeat top left;
	border-right:1px solid #c47575;
	}

ul.topnav li a.headertab1a{
	/*background: url(../images/main-nav-tab1.png) no-repeat top left;*/
	background: url(../images/main-nav-tab1.png) no-repeat bottom left;
	float:left;
	}
	
ul.topnav li a.headertab1b{
	/*background: url(../images/main-nav-tab1.png) no-repeat top left;*/
	background: url(../images/main-nav-tab1.png) no-repeat top left;
	float:left;
	}
	
ul.topnav li a:hover.headertab1a{
	/*background: url(../images/main-nav-tab1.png) no-repeat top left;*/
	background: url(../images/main-nav-tab1.png) no-repeat bottom left;
	float:left;
	}
	
ul.topnav li a:hover.headertab1b{
	/*background: url(../images/main-nav-tab1.png) no-repeat top left;*/
	background: url(../images/main-nav-tab1.png) no-repeat bottom left;
	float:left;
	}

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:9px;
	text-align:center;
}
ul.topnav li li em{
	font-weight: normal;
	margin-top: 0px;
	padding-top: 8px;
}
  
ul.topnav li a.on {
	background: url(../images/main-nav-bg.png) no-repeat bottom left;
	float:left;
}

ul.topnav li span { /*--Drop down trigger styles--*/
	width: 38px;
	height: 33px;
	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: 33px;
	background: #970004;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 100%;
	border: 1px solid #111;
	z-index:10000;
}

ul.topnav li  ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #a62427; /*--Create bevel effect--*/
	border-bottom: 1px solid #a62427; /*--Create bevel effect--*/
	clear: both;
	/*width:180px;*/
	height:24px;
	width:100%;

}

html ul.topnav li ul.subnav li a {
	background: #970004 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: #770003 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 {
	padding:10px 10px 0px 5px;;
}
.leftNavLinks li{
	background:url(../images/sub-nav-div.png) bottom left repeat-x;
	color:#fff;
	list-style:none;
	text-indent:8px;

}

/**Text Format**/
.leftNavLinks a{
	color:#fff;
	font-size:12px;
	font-weight:bold;
	/*text-transform:capitalize;*/
	line-height:20px;	
}
/**Hover Text Format**/
.leftNavLinks a:hover{color:#ffcc4e;}


/*-----------------------------------
Main Content Elements
-----------------------------------*/

/*****************
SOBA
*****************/
#soba{/*float:left;width:542px;*/}

/*****************
Right Content
*****************/
/**Margin**/
#rightContent{margin-bottom:5px;}


/*****************
Right SOBA
*****************/
/**Margin**/
#rightSoba{margin-top:5px;}

/*****************
Scrolling Buttons
*****************/
/**Background/Margin**/
#scrollingButtons{
background:url(../images/scrolling-bg.jpg) top left repeat-x;
}

/*-----------------------------------
Footer Elements
-----------------------------------*/
#footerWrapper{background:url(../images/footer-nav-bg.png) top left repeat-x;}

/*****************
Footer Navigation
*****************/
/**Text Format**/
#footerNav a{
	color:#fff;
	font-size:11px;
	font-weight:bold;
	text-transform:capitalise;
}

/**Hover Text Format**/
#footerNav a:hover{text-decoration:underline;}


/********************
Social Network/Icon
********************/
/**Container Width**/
#socialNet{width:250px;}

/**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;}

/*****************
Address
*****************/
#address{

	Margin-right:10px;
	float:right;
	text-align:right;
}
/**Text Format**/
#address li{
	color:#ffffff;
	font-size:14px;
	font-family:tahoma;
font-weight:bold;
}


/*****************
Copyrights
*****************/
/**Text Format**/
#copyright p{color:#fff;}


/***********
SEO AREA
***********/
/**Text Format**/
#seo{
	color:#FFF;
	font-size:12px;
}
#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:#fff;
	text-decoration:underline;
}

#seo a:hover{
	text-decoration:underline;
}





/*-----------------------------------
Main Inner Elements
-----------------------------------*/
/*****************
Inner Content
*****************/
/**Width**/
#innerContent{width:970px;}

/**Text Format**/
#innerTitle{color:#fff;}

/**Title Background**/
#innerTitle{background:#424242;}


/*****************
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 ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type: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
-----------------------------------*/
/*****************
Wrapper
*****************/
#wrapper{
	margin: 0 auto;
	width:945px;

}

/*****************
Header
*****************/
#header{
	width:945px;
	min-height:120px;
	background:url(../images/header-bg.png) top left repeat-x;
}

/*****************
Left Navigation
*****************/
#leftNav{
	clear:left;
	float:left;
	width:164px;
	min-height:285px;
	/*height:100%;*/
	/*background:url(../images/header-bg.png) top left no-repeat;*/
}

/*****************
Main Wrapper
*****************/
#mainWrapper{
}


/*****************
Main Content
*****************/
#main{float:left;background-color:#000;}

/*******************
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:left;}
#phone li{list-style:none;}
#phone #title {float:left;}


/*********************
Bullets
*********************/
/**Bullet Image**/
#bullets li{
	list-style:none;
	height:21px;
	float:right;
}

/**Bullet Text**/
#bullets a{
	background:top right no-repeat;
	display:block;
	height:21px;
}
#bullets a:hover{background:top right no-repeat;}

.bulletline {
	color:#ffffff;
	font-size:12px;
	font-family:tahoma;
font-weight:bold;
}

/*****************
Main Navigation
*****************/
#mainNavWrapper{
	clear:both;
	float:right;
	height:33px;
	width:734px;
	padding-top:0px;
	/*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:35px;
}
#mainNav a{
	background:top left no-repeat;
	display:block;
	float:left;
	height:35px;
}
#mainNav a:hover, #mainNav .on a{background-position:bottom left;}
#mainNav span{
	position:relative;
	top:0px;
}



/*-----------------------------------
Left Navigation Elements DON'T TOUCH
-----------------------------------*/



/*-----------------------------------
Main Content Elements DON'T TOUCH
-----------------------------------*/
/*****************
SOBA
*****************/
#soba{float:left;
padding:5px;}


/*****************
Right Content
*****************/
#rightContent{float:right;}



/*****************
Video
*****************/
#rightContent #video{
	width:235px;
	height:185px;
}


/*****************
Scrolling Buttons
*****************/
#scrollingButtons{
	clear:both;
	padding:7px 10px;
	width:925px;
	height:115px;
}


/********************
Custom Page Wrapper
********************/
#customPageWrapper{
	width:100%;
	n-height:275px;
	background-color:#fff;
}

#customPage{
	float:left;
	width:685px;
	min-height:275px;
	padding-left:5px;
}


#bottomSoba{
	float:left;
	width:235px;
	height:235px;
	margin-left:15px;
	margin-top:15px;
}

/*-----------------------------------
Footer Elements DON'T TOUCH
-----------------------------------*/
/*****************
Footer Navigation
*****************/
#footerWrapper{
	clear:both;
	height:33px;
}
#footerNav{
	float:right;
	margin-top:8px;
	margin-right:5px;
}
#footerNav li{
	color:#fff;
	display:inline;
	list-style:none;
	margin:0px 2px;
}

/********************
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:15px;
	padding-top:15px;
}
#address li{
	display:inline;
	list-style:none;
}


/*****************
Copyrights
*****************/

#tkfooter{
	margin:0px auto;
	width:945px;
	float:right;
	background:url(../images/tkfooterbg.png) top left repeat-x #310001;
	}

#copyrightWrapper{
	float:right;
	margin-top:5px;
	

}
#copyright{
	float:left;
	margin-top:10px;
}
#copyright li{
	color:#fff;
	list-style:none;
	text-align:right;
	font-size:11px;
}

/**TK Logo**/
#tkLogo span{display:none;}
#tkLogo img{border:none;}
#tkLogo{
	display:block;
	float:left;
	margin:3px 0px 3px 20px;
	height:30px;
	width:43px;
}




/*-----------------------------------
Main Inner Elements DON'T TOUCH
-----------------------------------*/
/*****************
Inner Content
*****************/
#innerContent{
	width:770px;
	margin:0 auto;
	float:left;
	clear:right;
	padding-left:5px;
	padding-top:0px;
	z-index:1;
}

/**Title Background**/
#innerTitle{
	padding:5px;
	margin:5px 0 5px 1px;
}

/*****************
Inner Content
*****************/
#innerContentPII{
	width:770px;
	margin:0 auto;
	float:left;
	clear:right;
	padding:20px 0px 20px 5px;
}


/*****************
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: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; 
}
