@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;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/*****************
Left Navigation
*****************/
#leftNav{}

/*****************
Main Content
*****************/
#mainContent{background-color:#fff;}

/*******************
Main Inner Content
*******************/
#mainInnerContent{
	background-color:#FFF;
	padding:10px 0px;
}
#mainInnerContent2{
	background-color:#FFF;
	padding:10px 0px;
}




/*-----------------------------------
Header Elements
-----------------------------------*/
/*****************
Logo
*****************/
#logo{
	padding-bottom:5px;
	width:260px;
	height:70px;	
}

/**Logo Image**/
#logo a{
	width:260px;
	height:70px;
}


/*****************
Make Image
*****************/
#makeImage{
	height:70px;
	width:100px;
	display:none;
}


/*********************
Phone Title/Number
*********************/
/**Position**/
#phone{
	margin-top:18px;
	margin-left:15px;
}

/**Number Margin**/
#phone #phoneNum{margin-left:10px;}

/**Text Format**/
#phone li{
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

/*****************
Address
*****************/
/**Position**/
#address{
	margin-left:110px;
	margin-top:18px;
}

/**Text Format**/
#address li{
	text-align:right;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}


/*****************
Bullets
*****************/
/**Position**/
#bullets{
	margin-top:5px;
	margin-right:10px; 
	background-color:#CCC;
	display:none;
}

/**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:#3b5a81;}


/*****************
Main Navigation
*****************/
/**Navigation Wrapper Background**/
#mainNavWrapper{}

/**Main Navigation Width**/
#mainNav{width:770px;}

/**Tabs Width**/
#tab1, #tab1 a{width:134px;}
#tab2, #tab2 a{width:124px;}
#tab3, #tab3 a{width:244px;}
#tab4, #tab4 a{width:154px;}
#tab5, #tab5 a{width:114px;}

/**Text Format**/
#mainNav a{
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
}

/**Hover Text Format**/
#mainNav a:hover, #mainNav .on a{color:#fff;}




/*-----------------------------------
Left Navigation Elements
-----------------------------------*/
/**Background**/
#leftNavLinks{
	padding-left: 15px;	
}

/**Bullets**/
#leftNavLinks li{
	color:#FFF;
	list-style:inside;
}

/**Text Format**/
#leftNavLinks a{
	color:#FFF;
	font-size:11px;
	line-height:16px;
	font-weight:bold;
	text-transform:uppercase;	
}
/**Hover Text Format**/
#leftNavLinks a:hover{color:#00ccff;}

.tab1 #leftLink1{list-style:none; }
.tab1 #leftLink1 a{cursor:text;padding:none; font-size:13px;padding-bottom:5px;}
.tab1 #leftLink1 a:hover{color:#FFF;}

.tab1 #leftLink7{list-style:none; padding-top:10px;}
.tab1 #leftLink7 a{cursor:text;padding:none; font-size:13px;padding-bottom:5px;}
.tab1 #leftLink7 a:hover{color:#FFF;}


/**********************
Left Buttons
**********************/
/**Height/Margin**/
#leftButtons a{
	height:90px;
	margin-bottom:5px;
}
/**Resetting Last Button Margin**/
#leftButtons #leftButton3 a{margin-bottom:0px;}




/*-----------------------------------
Main Content Elements
-----------------------------------*/
/*****************
Custom Page
*****************/
/**Background**/
#customPage{}

/*****************
Right Content
*****************/
/**Background**/
#rightContent{}

/*****************
Right Buttons
*****************/
/**Margin Buttom**/
#rightContent #rightBtn{margin-bottom:10px;}





/*-----------------------------------
Footer Elements
-----------------------------------*/
/*****************
Footer Navigation
*****************/
/**Text Format**/
#footerNav a{
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}
/**Hover Text Format**/
#footerNav a:hover{text-decoration:underline;}

#footerNav{
	color:#FFF;
}

/********************
Social Network/Icon
********************/
/**Container Width**/
#socialNet{width:240px; display:none;}

/**Icons Width**/
#socialNet #net1 a{width:30px;}
#socialNet #net2 a{width:30px;}
#socialNet #net3 a{width:30px;}


/*****************
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;}

 
#seo p{padding-top:10px;}

#seo h1, #seo h2 {font-size: 16px;padding-top:15px;}


/*-----------------------------------
Main Inner Elements
-----------------------------------*/
/*****************
Inner Content
*****************/
/**Width**/
#innerContent{width:970px;}

/**Text Format**/
#innerTitle{color:#FFF;}

/**Title Background**/
#innerTitle{background:#3b5a81;}


/*****************
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;
}














/*---------------------------------------------------------------------------------------------------------------------
												DO NOT TOUCH BELOW
---------------------------------------------------------------------------------------------------------------------*/

/*-----------------------------------
Reset DON'T TOUCH
-----------------------------------*/
*, 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;}




/*-----------------------------------
Basic Elements DON'T TOUCH
-----------------------------------*/
/*****************
Wrapper
*****************/
#wrapper{
	margin: 0 auto;
	padding-top:5px;
	width:990px;
	background:url(../images/main_bg.jpg) no-repeat;
}

/*****************
Header
*****************/
#header{width:990px;}

/*****************
Left Navigation
*****************/
#leftNav{
	clear:left;
	float:left;
	width:220px;
}

/*****************
Main Content
*****************/
#mainContent{
	float:left;
	margin-bottom:5px;
}

/*******************
Main Inner Content
*******************/
#mainInnerContent{
	margin:0px;
	text-align:center;
	min-height:525px;
	width:100%;	
}
#mainInnerContent2{
	margin:0px;
	text-align:center;
	min-height:525px;
	width:100%;	
	height: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{float:left;}
#makeImage span{display:none;}

/*********************
Phone Title/Number
*********************/
#phone{float:left;}
#phone li{list-style:none;}
#phone #title, #phone #phoneNum{float:left;}

/*********************
Address
*********************/
#address{float:left;}
#address li{list-style:none;}

/*********************
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:35px;
	width:100%;
}
#mainNav{	
	float:right;
	height:35px;
}
#mainNav li{
	float:left;
	list-style:none;
	height:35px;
}
#mainNav a{
	background:top right no-repeat;
	display:block;
	float:left;
	height:35px;
}
#mainNav a:hover, #mainNav .on a{background-position:bottom right;}
#mainNav span{
	position:relative;
	top:10px;
}



/*-----------------------------------
Left Navigation Elements DON'T TOUCH
-----------------------------------*/
/***********************
Left Navigation Links
************************/
#leftNavLinks{min-height:240px;}

/***********************
Left Buttons
************************/
#leftButtons{height:280px;}
#leftButtons li{
	list-style:none;
	display:inline;
}
#leftButtons a{
	background:top left no-repeat;
	display:block;
	height:90px;
	margin-bottom:5px;
}
#leftButtons span{display:none;}
#leftButtons a:hover{background-position:bottom left;}




/*-----------------------------------
Main Content Elements DON'T TOUCH
-----------------------------------*/
/*****************
Custom Page
*****************/
#customPage{
	float:left;
	min-height:265px;
	width:515px;
	padding:10px 10px 5px 10px;
}

/*****************
Right Content
*****************/
#rightContent{float:right;}

/*****************
Right Buttons
*****************/
#rightContent #rightBtn span{display:none;}
#rightContent #rightBtn{
	display:block;
	height:70px;
	width:235px;
}
#rightContent a:hover{
	background-position: bottom left;
}

/*****************
Video
*****************/
#rightContent #video{clear:both;}




/*-----------------------------------
Footer Elements DON'T TOUCH
-----------------------------------*/
/*****************
Footer Navigation
*****************/
#footerWrapper{
	clear:both;
	height:40px;
}
#footerNav{
	/**float:right;**/
	text-align:center;
	padding-top:12px;
}
#footerNav li{
	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;
}

/*****************
Copyrights
*****************/
#copyright{
		float:right;
	margin-top:5px;
	margin-right:100px;
	width:350px;
	/*margin:0 auto;  */
}
#copyright p{
	float:right;
	margin-top:12px;
	margin-left:3px;
	clear:left; 
}
/*#copyrightCenter{
	margin:auto; 
	height:30px; 
	width:350px;	
}*/
/**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 DON'T TOUCH
-----------------------------------*/
/*****************
Inner Content
*****************/
#innerContent{margin:0 auto;}
#innerContent{height:100%;} 
/**Title Background**/
#innerTitle{
	padding:5px;
	margin-bottom: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:780px;
	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;}


.pii-newcars li{
	list-style:none;
	padding:0px;
	margin:0px;
	width:100%; 
	font-family:arial;
	font-size:12px;
}
.pii-usedcars li{
	list-style:none;
	padding:0px;
	margin:0px;
	width:100%; 
	font-family:arial;
	font-size:12px;
}
.pii-row-newcars a {
	color:#666;
	text-decoration:none;
	display:block;
	background:#dbd9d9;
	background:#e8e8e8;
	margin:1px;
	padding:2px;	
}
.pii-row-newcars a:hover { 
	display:block;
	background:#e8e8e8;
	background:#cacaca;
}
.pii-row-newcars span{
	color:#333;	
}



.pii-row-usedcars a {
	color:#666;
	text-decoration:none;
	display:block;
	background:#dbd9d9;
	background:#e8e8e8;
	margin:1px;
	padding:2px;	
}
.pii-row-usedcars a:hover { 
	display:block;
	background:#e8e8e8;
	background:#cacaca;
}
.pii-row-usedcars span{
	color:#333;	
}