@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 #0059a6; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/*****************
Left Navigation
*****************/
#leftNav{background:url(../images/left-nav-bg.png) top left no-repeat;}

/*****************
Main Wrapper
*****************/
#mainWrapper{background-color:#fff;}

/*******************
Main Inner Content
*******************/
#mainInnerContent{background:url(../images/maininner-bg.png) top left repeat-y;}


/*-----------------------------------
Header Elements
-----------------------------------*/
/*****************
Logo
*****************/
#logo{
	width:320px;
	height:90px;
	margin-top:10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float:left;
}

/**Logo Image**/
#logo a{
	background:top left no-repeat;
	display:block;
	float:left;
	margin: 0 auto;
	margin-left: 10px;
	width:320px;
	height:90px;
}

/**Logo Text**/
#logo span{
	display:none;
}

/*****************
Make Image
*****************/
#makeImage{
	height: 65px;
	width: 275px;
	margin-top: 28px;
	margin-left: 5px;
	/* display: none; */
	/* visibility: hidden; */
	background: no-repeat;
	float: left;
}

#makeImage span{
	display: none;
	visibility: hidden;
}


/*****************
Header Info Section
*****************/

#info{
	width: 600px;
	height: 90px;
	float: right;
}

/*********************
Phone Title/Number
*********************/
/**Position**/
#phone{
	margin-top:10px;
	margin-right:0px;
	padding-right:10px;
}

/**Number Margin**/
#phone #phoneNum{margin-left:0px;}

#phoneNum {float:right; text-align:right;}

#phoneNum li{display:inline; }

/**Text Format**/
#phone li{
	color:#fff;
	font-size:17px;
	font-weight:bold;
	text-transform:capitalize;
}


/*****************
Bullets
*****************/
/**Position**/
#bullets{
	margin-top:10px;
	margin-right:0px;
	margin-left:0px;

	
	
}

/**Spacing**/
#bullets a{
padding:0px 10px 0px 30px;
}
#bullets li{margin-bottom:0px;}

/**Placement Side**/
#bullets{float:right;}

/**Text Format**/
#bullets a{
	color:#fff;
	font-size:11px;
	font-family:tahoma;
	text-transform:uppercase;
	font-weight:bold;
}
#bullets a:hover{color:#ff0000}


/*****************
Main Navigation
*****************/
/**Navigation Wrapper Background**/
#mainNavWrapper{}

/**Main Navigation Width**/
#mainNav{width:945px;}

/**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:193px;}
#mainNav #tab2, #mainNav #tab2 .dropMenu{width:255px;}
#mainNav #tab3, #mainNav #tab3 .dropMenu{width:238px;}
#mainNav #tab4, #mainNav #tab4 .dropMenu{width:140px;}
#mainNav #tab5, #mainNav #tab5 .dropMenu{width:119px;}


/**********************************
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;z-index:1000;}

/**Normal Link**/
#mainNav li .dropMenu li a{color:#FFF;}
/**Hover Link**/
#mainNav li .dropMenu li a:hover{color:#a10004;}


/*-----------------------------------
Left Navigation Elements
-----------------------------------*/

#leftPhone{
	color:#332f79;
	font-size:14px;
	font-weight:bold;
	height:12px;
	text-align:center;
	padding-top:8px;
}

/**Bullets**/
.leftNavLinks {
	padding:10px 7px 0px 7px;
}
.leftNavLinks li{
	background:url(../images/sub-nav-div.png) bottom left repeat-x;
	color:#fff;
	list-style:none;
	text-indent:8px;
	padding-bottom:2px;
}

/**Text Format**/
.leftNavLinks a{
	color:#fff;
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:20px;	
}
/**Hover Text Format**/
.leftNavLinks a:hover{color:#f6ef83;}


/*-----------------------------------
Main Content Elements
-----------------------------------*/

/*****************
SOBA
*****************/
#soba{/*float:left;width:542px;*/}

/*****************
Right Content
*****************/
/**Margin**/
#rightContent{margin-bottom:5px;}


/*****************
Right SOBA
*****************/
/**Margin**/
#rightSoba{margin-top:0px; height:90px;}

/*****************
Scrolling Buttons
*****************/
/**Background/Margin**/
#scrollingButtons{background:url(../images/scrolling-btnbg.jpg) top left no-repeat;}

/*-----------------------------------
Footer Elements
-----------------------------------*/
#footerWrapper{
background:url(../images/footernav-bg.jpg) top left repeat-x;
}

/*****************
Footer Navigation
*****************/
/**Text Format**/
#footerNav a{
	color:#ffffff;
	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:260px;
padding-left:10px;
}

/**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;}
#socialNet #net5 a{width:32px; height:32px;}
#socialNet #net6 a{width:32px; height:32px;}

/*****************
Address
*****************/
#address{
	Margin-right:10px;
	float:right;
	text-align:right;
}
/**Text Format**/
#address li{
	color:#fff;
	font-size:12px;
	font-family:tahoma;
	font-weight:bold;
	}


/*****************
Copyrights
*****************/
/**Text Format**/
#copyright p{color:#ffffff;}


/***********
SEO Area
***********/
/**Text Format**/
#seo{
	color:#FFF;
	font-size:12px;
}
#seo p{
	line-height:1.4em;
	padding-bottom:10px;
}
#seo h1{
	padding-top:10px;
	padding-bottom:10px;
	font-size:18px;
}
#seo h2{
	padding-bottom:10px;
	font-size:16px;
}

/**Link Format**/
#seo a{color:#fff;}
#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;
width:753px;
}


/*****************
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;}

/**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:110px;
	background-color:#000;
	background:url(../images/header-bg.jpg) top left no-repeat;
}

/*****************
Left Navigation
*****************/
#leftNav{
	clear:left;
	float:left;
	width:168px;
	min-height:280px
	
}

/*****************
Main Wrapper
*****************/
#mainWrapper{}


/*****************
Main Content
*****************/
#main{float:left;background-color:#fff;}

/*******************
Main Inner Content
*******************/
#mainInnerContent{
	margin:0px;
/*	text-align:center;*/
	min-height:525px;
	width:100%;	
}

/*****************
Footer
*****************/
#footer{clear:both;}



/*-----------------------------------
Header Elements DON'T TOUCH
-----------------------------------*/
/*********************
Phone Title/Number
*********************/
#phone{float:right;}
#phone li{list-style:none;}
#phone #title {float:left;}

/*********************
Bullets
*********************/
/**Bullet Image**/
#bullets li{
	list-style:none;
	height:21px;
	padding-left:0px;
	float:right;
	
}

/**Bullet Text**/
#bullets a{
	background:top left no-repeat;
	display:block;
	height:18px;
	padding-top:3px;
}
#bullets a:hover{background:bottom left no-repeat;}



/**********************
Main Navigation
**********************/
#mainNavWrapper{
	clear:both;
	float:left;
	height:35px;
	width:100%;
}
#mainNav{
	position:relative;
	height:35px;
}
#mainNav li{list-style:none;}
#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:#000;}

/**Padding/Margin**/
#mainNav li .dropMenu{padding:5px 0px;}
#mainNav li .dropMenu li{
margin-left:10px;
line-height:18px;
/*z-index:1000;*/
}
#mainNav li .dropMenu{
	position: absolute;
	display:none;
}
#mainNav li:hover .dropMenu{display:block;}



/*-----------------------------------
Left Navigation Elements DON'T TOUCH
-----------------------------------*/



/*-----------------------------------
Main Content Elements DON'T TOUCH
-----------------------------------*/
/*****************
SOBA
*****************/
#soba{float:left;
padding:5px 5px 5px 5px; }


/*****************
Right Content
*****************/
#rightContent{
float:right;
background-color:#000000;
height:270px;
padding-top:0px;
}



/*****************
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:15px;
	
}
#customPage h1{
	font-size:16px;
	padding-bottom:15px;
}
#customPage p{
	font-size:12px;
	padding-bottom:10px;
	line-height:1.3em;
}
#customPage img{
	padding:0px 15px 15px 15px;
}


#bottomSoba{
	float:left;
	width:222px;
	height:239px;
	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:#ffffff;
	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:5px;
	
}
#address li{
	display:inline;
	list-style:none;
}


/*****************
Copyrights
*****************/

#copyrightWrapper{
	float:right;
	margin-top:5px;
}
#copyright{
	float:left;
	margin-top:10px;
}
#copyright li{
	color:#ffffff;
	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 10px 3px 10px;
	height:30px;
	width:43px;
}




/*-----------------------------------
Main Inner Elements DON'T TOUCH
-----------------------------------*/
/*****************
Inner Content
*****************/
#innerContent{
	width:760px;
	margin:0 auto;
	float:left;
	clear:right;
	padding-left:5px;
}
#innerContent iframe{
	padding-left:2px;
}

/**Title Background**/
#innerTitle{
	padding:5px;
	margin:5px 0 5px 2px;
}

/*****************
Inner Content PII
*****************/
#innerContentPII{
	width:760px;
	margin:0 auto;
	float:left;
	clear:right;
	padding-left:12px;
	padding-top:20px;
	padding-bottom:20px;
}


/*****************
Site Map
*****************/
#contentarea-sitemap{min-height:460px;}
#contentarea-sitemap a{
	display:block;	
	padding:4px;
	margin: 1px 0px;
}
#contentarea-sitemap ul{
	list-style:none;
}
#contentarea-sitemap ul li{
	list-style:none;
}

/*************************************
Build a Car & Digital Brochures Hack
*************************************/
.buildDigi{text-align:left;padding-top:10px;}
.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; 
}