@charset "utf-8";
/*------------------------------------------------------------------ 
	[Master Stylesheet] 
	TKCarsites - CSS Document
	Website: http://www.tkcarsites.com/
-------------------------------------------------------------------*/
/*-----------------------------------
Reset
-----------------------------------*/
*, html, body{
	margin:0;
	padding:0;
	/*text-align:left;*/
}

/**Links**/
a{
	text-decoration:none;
	outline:none;
}

/**Clearing**/
.clear{clear:both;}


/*-----------------------------------
Typography
-----------------------------------*/
/*****************
Body
*****************/
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/*********************
Phone, Title, Address
*********************/
#phoneNum li, #title li,  #address li{
	color:#144679;
	font-size:14px;
	font-weight:bold;
}
#title li{text-transform:uppercase;}

/*****************
Bullets
*****************/
#bullets{
	font-size:13px;
	font-weight:bold;
}
#bullets a{color:#144679;}
#bullets a:hover{color:#8db3e2;}

/*****************
Main Navigation
*****************/
#mainNav a{
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
}
#mainNav a:hover, #mainNav .on a{color:#8db3e2;}

/********************
Sub Navigation Links
********************/
#subNavLinks li{color:#FFF;}
#subNavLinks a{
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;	
}
#subNavLinks a:hover{color:#8db3e2;}

/*****************
Footer Navigation
*****************/
#footerNav a{
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}
#footerNav a:hover{color:#8db3e2;}

/*****************
Copyrights
*****************/
#copyright p{
	color:#FFF;
	font-size:11px;
	}

/*****************
Main Inner Title
*****************/
#innerTitle{color:#FFF;}

/*****************
Site Map
*****************/
#contentarea-sitemap{
	color:#999;
	font-size:80%;
 	text-align:left;
}
#contentarea-sitemap a{
	color:#333;
	font-size:13px;
	text-decoration:none;
}
#contentarea-sitemap li{
	list-style-type:none;
}


/*-----------------------------------
Basic Elements
-----------------------------------*/
/*****************
Body
*****************/
body{background:url(../images/background.jpg) top left repeat-x #235185;}

/*****************
Wrapper
*****************/
#wrapper{
	margin: 0 auto;
	padding-top:5px;
	width:986px;
}

/*****************
Header
*****************/
#header{width:990px;}

/*****************
Sub Navigation
*****************/
#subNav{
	clear:left;
	float:left;
	width:220px;
}

/*****************
Main Content
*****************/
#mainContent{
	float:left;
	width:765px;
}

/*******************
Main Inner Content
*******************/
#mainInnerContent{
	background:#FFF;
	padding:10px 0px;
	/*text-align:center;*/
	min-height:525px;
	width:100%;
	
}

/*****************
Footer
*****************/
#footer{clear:both;}

/*****************
Footer Link
*****************/
#footer li{color:#FFF;}


/*-----------------------------------
Header Elements
-----------------------------------*/
/*****************
Logo
*****************/
#logo{
	float:left;
	height:110px;
	width:220px;
}

/*****************
Logo Text
*****************/
#logo span{display:none;}

/*****************
Logo Image
*****************/
#logo a{
	background:top left no-repeat;
	display:block;
	float:left;
	margin: 0 auto;
	height:110px;
	width:220px;
}

/*****************
Info
*****************/
#info{
	float:left;
	height:70px;
	width:765px;
}


/*****************
Make
*****************/
#makeImage span{display:none;}
#makeImage{display:none;}


/*****************
Phone
*****************/
/**Phone Title/Number**/
#phone{
	float:left;
	margin-top:15px;
	margin-left:10px;
}
#phone li{list-style:none;}
#phone #title, #phone #phoneNum{float:left;}
#phone #phoneNum{margin-left:10px;}


/*****************
Address
*****************/
#address{
	float:left;
	margin-left:250px;
	margin-top:20px;
}
#address li{list-style:none;}

/*****************
Bullets
*****************/
#bullets{
	float:right;
	margin-right:10px;
}
#bullets a{
	background:top left no-repeat;
	display:block;
	padding-left:30px;
	margin-top:5px;
	height:21px;
}
#bullets li{
	list-style:none;
	height:21px;
	margin-top:10px;
}

#bullets a:hover{background-position:bottom left;}

/*****************
Main Navigation
*****************/
#mainNavWrapper{
	float:right;
	margin: 5px 0px;
	height:35px;
	width:765px;
}
#mainNav{	
	float:right;
	height:35px;
	width:765px;
}

#mainNav span{display:none;}

#tab1, #tab2, #tab3, #tab4, #tab5{
	float:left;
	list-style:none;
	height:35px;
}
#tab1 a, #tab2 a, #tab3 a, #tab4 a, #tab5 a{
	background:no-repeat;
	display:block;
	float:right;
	height:35px;
}

#tab1, #tab1 a{width:132px;}
#tab2, #tab2 a{width:153px;}
#tab3, #tab3 a{width:178px;}
#tab4, #tab4 a{width:172px;}
#tab5, #tab5 a{width:125px;}



#mainNav a:hover, #mainNav .on a{background-position:bottom left;}
#mainNav span{
	position:relative;
	top:10px;
}

/*-----------------------------------
Sub Navigation Elements
-----------------------------------*/
/*****************
Sub Navigation Links
*****************/
#subNavLinks{
	background:#003760;
	margin-bottom:5px;
	min-height:230px;
	padding:10px 10px 0px 10px;
}
#subNavLinks li{
	list-style:inside;
	margin-bottom:3px;
}

/**Links Numbers**/
#subLink16{margin-bottom:0px;}

/**********************
Sub Navigation Buttons
**********************/
#subButtons span{display:none;}
#subButtons li{
	list-style:none;
	margin-bottom:5px;
}

#subButtons a{
	background:top left no-repeat;
	display:block;
	height:90px;
}
#subButtons a:hover{background-position:bottom left;}


/*-----------------------------------
Main Content Elements
-----------------------------------*/
/*****************
SOBA
*****************/
#soba{
	margin-left:5px;
	margin-bottom:5px;
}

/*****************
Custom Page
*****************/
#customPage{
	float:left;
	min-height:280px;
	width:520px;
	overflow-x:hidden;
	margin-left: 5px;
}

/*****************
Right Content
*****************/
#rightContent{
	float:right;
}

/*****************
Right Buttons
*****************/
#rightContent #rightBtn span{display:none;}
#rightContent #rightBtn {
	display:block;
	margin-bottom:10px;
	height:70px;
	width:235px;
}
#rightContent #rightBtn:hover{background-position:bottom left;}

/*****************
Video
*****************/
#rightContent #video{clear:both;}


/*-----------------------------------
Footer Elements
-----------------------------------*/
/*****************
Social Network
*****************/
#socialNet span{display:none;}
#socialNet{
	float:left;
	margin:5px 0px 0px 5px;
	width:180px;
}
#socialNet li{display:inline;}
#socialNet .netIcon a{
	display:block;
	float:left;
	margin-right:10px;
	height:30px;
	width:30px;
}

/*****************
Footer Link
*****************/
#footer li{list-style:none;}


/*****************
Footer Navigation
*****************/
#footerWrapper{
	background:#10355f repeat;
	clear:both;
	min-height:80px;
}
#footerNav{
	float:right;
	margin:12px 12px 10px 0px;
}
#footerNav li{
	display:inline;
	margin:0px 2px;
}


/*****************
Copyrights
*****************/
#copyright{
	clear:both;
	float:right;
	margin-top:5px;
	width:520px;
}


#copyright p{
	float:right;
	margin-top:12px;
	margin-right:10px;
}

/**TK Logo**/
/*#tkLogo span{display:none;}
#tkLogo img{border:none;}
#tkLogo{
	display:block;
	float:right;
	margin:3px 10px 3px 0px;
	width:43px;
}*/



/***SEO***/
#seo p{color:#FFF;
	 font-size:12px;
	 font-weight:normal;
	 }
#seo a{color:#FFF;
	font-size:12px;
	font-weight:normal;
	}
#seo a:hover{text-decoration:underline;}

#seo h1{
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	padding: 5px 0px;
}
#seo h2{
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	padding: 5px 0px;
}

/*-----------------------------------
Main Inner Elements
-----------------------------------*/
/*****************
Main Inner Content
*****************/
#innerContent{
	margin:0 auto;
	width:965px;
	min-height:450px;
}

#innerTitle{
	background:#16205d;
	padding:5px;
	margin-bottom:5px;
}


/*****************
Site Map
*****************/
#contentarea-sitemap{min-height:460px;}
#contentarea-sitemap a{
	display:block;	
	background-color:#ededed;
	padding:4px;
	margin: 1px 0px;
}
#contentarea-sitemap a:hover{background-color:#E1E1E1;}

#contentarea-sitemap #subLink16{display:none;}

/*****************
Inventory
*****************/
#mainSearchTable{margin: 0 auto;}




/*-----------------------------------
Inner Pages
-----------------------------------*/
/********************************
Digital Brochures & Build A Car
********************************/
.buildDigi{text-align:center;}
.buildDigi iframe{
	overflow:hidden;
	height:450px;
	width:780px;
}


/*************************************
PII Fixes
*************************************/
/**Results Container**/
#mainSearchTable{margin-top:10px;}

/**Details Container**/
#mousemovehandler{
	padding-top:10px;
	width:745px;
	margin: 0 auto;
}
#VehicleDetailsPanel_WebPartAccordion_DealerContactInformationPlaceHolder a{word-wrap:break-word;}

/**Sitemap Container**/
#piisitemapcontainer{
	padding-left:20px;
}

#piitable{
	text-align:left;
	padding-left:30px;
}
#piitable ul{padding-right:100px;}
.listingPager{
	text-align:right;
	float:right;
}

/**PII Text-Center Fix**/
#dt_vehicle_tbl, #dt_Info, #mainSearchContent {
text-align:left;
}
