@charset "utf-8";
/*------------------------------------------------------------------ 
	[Master Stylesheet] 
	TKCarsites - CSS Document
	Website: http://www.tkcarsites.com/
	Developer: Jimmy Phan
	Last Update: 08/25/2009
-------------------------------------------------------------------*/
/*-----------------------------------
Reset
-----------------------------------*/
*, html, body{
	margin:0;
	padding:0;
	text-align:left;
}

/**Links**/
a{
	text-decoration:none;
	outline:none;
}


li{
	margin:0;
	padding:0;
}

/**Clearing**/
.clear{clear:both;}


/*-----------------------------------
Typography
-----------------------------------*/
/*****************
Body
*****************/
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/*********************
Phone, Title, Address
*********************/
#phoneNum li, #title li{
	color:#fff;
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
}

#address li{
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
#title li{text-transform:uppercase;}

/*****************
Bullets
*****************/
#bullets{
	font-size:13px;
	font-weight:bold;
}
#bullets a{
	color:#fff;
	background:top left no-repeat;
	height:21px;
}
#bullets a:hover{
	color:#be0000;
	background:bottom left no-repeat;
	height:21px;
}

/*****************
Main Navigation
*****************/
#mainNav a{
	color:#000;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
#mainNav a:hover, #mainNav .on a{color:#fff;}

/********************
Sub Navigation Links
********************/
#subNavLinks li{
	color:#FFF;
	margin-top:6px;
}
#subNavLinks a{
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;	
}
#subNavLinks a:hover{color:#000;}

#subNavLinks #subLink1 span{margin-left:14px;}
#subNavLinks #subLink4 span{margin-left:14px;}
/*****************
Footer Navigation
*****************/
#footerNav li{color:#000;}
#footerNav a{
	color:#000;
	font-size:12px;
}
#footerNav a:hover{
	/*color:#8db3e2;*/
	text-decoration:underline;
}

/*****************
Copyrights
*****************/
#copyright p{color:#000;}

/*****************
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;
}


/*-----------------------------------
Basic Elements
-----------------------------------*/
/*****************
Body
*****************/
body{background:url(../images/background.jpg) top left repeat-x #b9b9b9;}

/*****************
Wrapper
*****************/
#wrapper{
	margin: 0 auto;
	padding-top:5px;
	width:990px;
}

/*****************
Header
*****************/
#header{width:990px;}

/*****************
Sub Navigation
*****************/
#subNav{
	clear:left;
	float:left;
	width:220px;
	background: #be0000;
}

/*****************
Main Content
*****************/
#mainContent{
	background:#fff;
	float:left;
	margin-bottom:5px;
}

/*******************
Main Inner Content
*******************/
#mainInnerContent{
	background:#FFF;
	margin:0px;
	padding:10px 0px;
	text-align:center;
	min-height:525px;
	width:100%;
	
}

/*****************
Footer
*****************/
#footer{clear:both;}


/*-----------------------------------
Header Elements
-----------------------------------*/
/*****************
Logo
*****************/
#logo{
	float:left;
	height:70px;
	width:260px;
	padding-bottom:5px;
}

/*****************
Logo Text
*****************/
#logo h1{display:none;}

/*****************
Logo Image
*****************/
#logo a{
	background:top left no-repeat;
	display:block;
	float:left;
	margin: 0 auto;
	height:70px;
	width:260px;
}

/*****************
Make
*****************/
#makeImage span{display:none;}
#makeImage{
	float:left;
	/*background:#F00;*/
	height:70px;
	width:100px;
}


/*****************
Phone
*****************/
/**Phone Title/Number**/
#phone{
	float:left;
	margin-top:5px;
	margin-left:10px;
}
#phone li{list-style:none;}
#phone #title, #phone #phoneNum{float:left;}
#phone #phoneNum{margin-left:10px;}

#title{margin-left:20px;}


/*****************
Address
*****************/
#address{
	float:left;
	margin-left:100px;
	margin-top:18px;
}
#address li{list-style:none;}

/*****************
Bullets
*****************/
#bullets{
	float:right;
	margin-top:5px;
	margin-right:10px;
}
#bullets a{
	background:top left no-repeat;
	display:block;
	padding-left:25px;	
}
#bullets li{
	list-style:none;
	height:21px;
	margin-top:7px;
}
#bullets li:hover{background-position:bottom left;}

/*****************
Main Navigation
*****************/
#mainNavWrapper{
	clear:both;
	float:left;
	height:35px;
	width:100%;
}
#mainNav{	
	float:right;
	height:35px;
	width:990px;
}
#tab1{
	float:left;
	list-style:none;
	height:35px;
	width:220px;
}
#tab1 a{
	background:no-repeat;
	display:block;
	float:right;
	height:35px;
	width:220px;
}
#tab2{
	float:left;
	list-style:none;
	height:35px;
	width:209px;
}
#tab2 a{
	background:no-repeat;
	display:block;
	float:right;
	height:35px;
	width:209px;
}
#tab3{
	float:left;
	list-style:none;
	height:35px;
	width:169px;
}
#tab3 a{
	background:no-repeat;
	display:block;
	float:right;
	height:35px;
	width:169px;
}
#tab4{
	float:left;
	list-style:none;
	height:35px;
	width:182px;
}
#tab4 a{
	background:no-repeat;
	display:block;
	float:right;
	height:35px;
	width:182px;
}
#tab5{
	float:left;
	list-style:none;
	height:35px;
	width:210px;
}
#tab5 a{
	background:no-repeat;
	display:block;
	float:right;
	height:35px;
	width:210px;
}
#mainNav a:hover, #mainNav .on a{background-position:bottom left;}
#mainNav span{
	position:relative;
	top:10px;
}

/*-----------------------------------
Sub Navigation Elements
-----------------------------------*/
/*****************
Sub Navigation Links
*****************/
#subNavLinks{
	background:#be0000;
	min-height:235px;
	padding:5px 10px 0px 10px;
}
#subNavLinks li{list-style:inside;}

/**Links Numbers**/
#subNavLinks #subLink11{list-style:none;}
#subLink16{margin-bottom:0px;}

/**********************
Sub Navigation Buttons
**********************/
#subButtons span{display:none;}
#subButtons li{
	list-style:none;
	display:inline;
}

#subButtons a{
	background:top left no-repeat;
	display:block;
	height:90px;
	margin-bottom:8px;
}

#subButtons a:hover{background-position:bottom left;}


#subButtons #subButton3 a{margin-bottom:0px;}

/*-----------------------------------
Main Content Elements
-----------------------------------*/
/*****************
SOBA
*****************/
#soba{margin-bottom:5px;}

/*****************
Custom Page
*****************/
#customPage{
	background:#FFF;
	float:left;
	min-height:265px;
	width:500px;
	padding:5px 10px;
}

/*****************
Right Content
*****************/
#rightContent{
	float:right;
	margin:0px 5px 5px 0px;
}

/*****************
Right Buttons
*****************/
#rightContent #rightBtn span{display:none;}
#rightContent #rightBtn {
	display:block;
	margin-bottom:5px;
	height:70px;
	width:235px;
}

/*****************
Video
*****************/
#rightContent #video{clear:both;}


/*-----------------------------------
Footer Elements
-----------------------------------*/
/*****************
Social Network
*****************/
#socialNet span{display:none;}
#socialNet{
	float:left;
	margin:5px 0px 0px 0px;
	width:240px;
}
#socialNet li{display:inline;}
#socialNet .netIcon a{
	display:block;
	float:left;
	margin-right:10px;
	height:30px;
	width:30px;
}
#socialNet #net1 a{ 
	width:127px;
}
#socialNet #net2 a{ 
	width:42px;
}

/*****************
Footer Link
*****************/
#footer li{list-style:none;}


/*****************
Footer Navigation
*****************/
#footerWrapper{
	background:#b9b9b9 repeat;
	clear:both;
	height:40px;
}
#footerNav{
	float:right;
	margin:12px 0px 10px 0px;
}
#footerNav li{
	display:inline;
	margin:0px 5px;
}


/*****************
Copyrights
*****************/
#copyright{
	clear:both;
	float:right;
	margin-top:5px;
	min-width:400px;
}
#copyright p{
	float:right;
	margin-top:12px;
	margin-left:3px;
	clear:left;
}

/**TK Logo**/
#tkLogo span{display:none;}
#tkLogo img{border:none;}
#tkLogo{
	display:block;
	float:right;
	margin:3px 0px 3px 5px;
	height:30px;
	width:43px;
}

/*-----------------------------------
Main Inner Elements
-----------------------------------*/
/*****************
Main Inner Content
*****************/
#innerContent{
	margin:0 auto;
	width:970px;
}

#innerTitle{
	background:#be0000;
	padding:5px;
	margin-bottom:5px;
}

/*****************
Site Map
*****************/
#contentarea-sitemap{height:460px;}
#contentarea-sitemap a{
	display:block;	
	background-color:#ededed;
	padding:4px;
	margin: 1px 0px;
}
#contentarea-sitemap a:hover{background-color:#E1E1E1;}

#contentarea-sitemap #subLink11{display:none;}

/*****************
Inventory
*****************/
#mainSearchTable{margin: 0 auto;}

/*************************************
Build a Car & Digital Brochures Hack
*************************************/
.buildDigi{text-align:center;}
.buildDigi iframe{
	height:500px;
	width:780px;
	overflow:hidden;
}


.tradeIn{text-align:center;}
.tradeIn iframe{
	width:580px;
	height:500px;
}	

/*************************************
More Information Footer Area
*************************************/
#seo p{
	font-size:12px;
	color:#fff;
	padding-bottom:5px;
}
#seo h1{
	font-size:18px;
	color:#fff;
	padding-bottom:5px;
}
#seo h2{
	font-size:14px;
	color:#fff;
	padding-bottom:5px;
}
#seo a{
	text-decoration:none;
	color:#fff;
}
#seo a:hover{
	text-decoration:underline;
	color:#fff;
}

/*************************************
PII Fixes
*************************************/
/**Details Container**/
#mousemovehandler{
	width:750px;
	margin: 0 auto;
}

#VehicleDetailsPanel_WebPartAccordion_DealerContactInformationPlaceHolder a{word-wrap:break-word;}
#mainSearchTable .listingPager td{text-align:right;}

#piitable{padding-left:30px;}
#piitable ul{padding-right:60px;}
.listingPager{
	text-align:right;
	float:right;
}


