@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 #0e0f0f;*/
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/*****************
Left Navigation
*****************/
#leftNav{background-color:#fff;}

/*****************
Main Wrapper
*****************/
#mainWrapper{background-color:#fff;}

/*******************
Main Inner Content
*******************/
#mainInnerContent{background-color:#FFF;}


/*-----------------------------------
Header Elements
-----------------------------------*/
/*****************
Logo
*****************/
#logo{
	width:600px;
	height:42px;
	padding:0px;
	margin:0px;
	margin-top:27px;
	margin-right:63px;
	border:0px solid red;
}

/**Logo Image**/
#logo a{
	width:598px;
	height:18px;
	

}
#toplogo{
	width:245px;
	height:169px;
	padding:0px;
	margin:0px;
	margin-left:0px;
	
}

/**Logo Image**/
#toplogo a{
	width:245px;
	height:169px;
	border:0px solid red;
	

}


/*****************
Make Image
*****************/
#makeImage{
	height:70px;
	width:510px;
}


/*********************
Phone Title/Number
*********************/
/**Position**/
#phone{
	margin-top:5px;
	margin-left:30px;
}

/**Number Margin**/
#phone #phoneNum{margin-left:10px;}

/**Text Format**/
#phone li{
	color:#000;
	font-size:15px;
	font-weight:bold;
	list-style:none;
}


/*****************
Bullets
*****************/
/**Position**/
#bullets{
	margin-top:5px;
	margin-right:10px;
}

/**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:#be0000;}


/*****************
Main Navigation
*****************/
/**Navigation Wrapper Background**/
#mainNavWrapper{}

/**Main Navigation Width**/
#mainNav{
float:left; width:730px; margin:0px 0 0 0px;
border:0px solid red;

}



/**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:261px;}
#mainNav #tab2, #mainNav #tab2 .dropMenu{width:252px;}
#mainNav #tab3, #mainNav #tab3 .dropMenu{width:217px;}


/**********************************
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;}

/**Normal Link**/
#mainNav li .dropMenu li a{color:#FFF;}
/**Hover Link**/
#mainNav li .dropMenu li a:hover{color:#fef102;}



/*-----------------------------------
Left Navigation Elements
-----------------------------------*/
/**Bullets**/
.leftNavLinks li{
	color:#000;
	list-style:square inside;
	margin-left:5px;
}

/**Text Format**/
.leftNavLinks a{
	color:#000;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;	
}
/**Hover Text Format**/
.leftNavLinks a:hover{color:#d80006;}


/*-----------------------------------
Main Content Elements
-----------------------------------*/

/*****************
SOBA
*****************/
#soba{}

/*****************
Right Content
*****************/
/**Margin**/
#rightContent{margin-bottom:5px; margin-left:5px;}


/*****************
Right SOBA
*****************/
/**Margin**/
#rightSoba{margin-top:6px;}


/*-----------------------------------
Footer Elements
-----------------------------------*/
#footerWrapper{/*background:url(../images/footer-background.png) top left repeat-x;*/}

/*****************
Footer Navigation
*****************/
#footerNav {
	color:#fff;
}
/**Text Format**/
#footerNav a{
	color:#fff;
	font-size:11px;
	font-weight:bold;
}

/**Hover Text Format**/
#footerNav a:hover{text-decoration:underline;}


/********************
Social Network/Icon
********************/
/**Container Width**/
#socialNet{width:240px; padding-left:10px;}

/**Icons Width**/
#socialNet #net1 a{width:30px;}
#socialNet #net2 a{width:30px;}
#socialNet #net3 a{width:30px;}
#socialNet #net4 a{width:30px;}
#socialNet #net5 a{width:30px;}

#footerBg{
float:left;
width:100%;
/*background:url(../images/footer-bg.png) top left repeat-x;*/
}



/*****************
Address
*****************/
.address{
	width:100%;
	float:left;
	text-align:center;
}
/**Text Format**/
.address li{
	color:#000;
	font-size:15px;
}


/*****************
Copyrights
*****************/
/**Text Format**/
#copyright p{color:#000;}


/***********
SEO Area
***********/
/**Text Format**/
#seo{
	color:#FFF;
	font-size:12px;
}

/**Link Format**/
#seo a{color:#fff;}
#seo a:hover{text-decoration:underline;}




/*-----------------------------------
Main Inner Elements
-----------------------------------*/
/*****************
Inner Content
*****************/
/**Width**/
#innerContent{width:977px;}

/**Text Format**/
#innerTitle{color:#FFF;}

/**Title Background**/
#innerTitle{background:#7f7f7f;}


/*****************
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
-----------------------------------*/

/*****************
CONTAINER
*****************/
#container{ /* EXTRA WIDER TO CONTAIN DROP SHADOW EFFECT - OPTIONAL */
	margin: 0 auto;
	width:1000px;
	/*background: url(../images/background-shadow.png) center bottom no-repeat;*/
}
#headerbg{
	width:100%;
	background-color:#000;
}

/*****************
Wrapper
*****************/
#wrapper{
	margin: 0 auto;
	padding-top:5px;
	width:977px;
	/*background-color:#fff;*/
}

/*****************
Header
*****************/
#header{
	width:977px;
	min-height:400px;
	border:0px solid red;
	float:left;
}

/*****************
Left Navigation
*****************/
#leftNav{
	clear:left;
	float:left;
	width:164px;
	min-height:285px
}

/*****************
Main Wrapper
*****************/
#mainWrapper{/*padding-top:5px; padding-left:5px;*/}
#mainWrapper{
	
	float:right;
	
	width:977px;
	}


/*****************
Main Content
*****************/
#main{float:left; min-height:195px; width:100%;}

/*******************
Main Inner Content
*******************/
#mainInnerContent{
	margin:0px;
	min-height:525px;
	width:100%;

	
}
#mainInnerContentPII{
	/*margin-top:10px;*/
	text-align:left;
	min-height:525px;
	width:100%;	
	background-color:#fff;
	/*padding-top:10px;*/
	/*margin:0px;
	text-align:left;
	min-height:525px;
	width:972px;	
	padding-top:10px;
	margin-left:9px;*/
	
}

/*****************
Footer
*****************/
#footer{clear:both;}



/*-----------------------------------
Header Elements DON'T TOUCH
-----------------------------------*/
/*****************
DEALER LOGO
*****************/
#logo{
	float:right;

	
}

/**Logo Image**/
#logo a{
	background:top left no-repeat;
	display:block;
	float:left;
	margin: 0 auto;
	
}
/**Logo Text**/
#logo span{
	display:none;

}

/**Logo Text**/
#toplogo span{
	display:none;
}

#toplogo{
	float:right;
}

/**Logo Image**/
#toplogo a{
	background:top left no-repeat;
	display:block;
	float:left;
	margin: 0 auto;
}


/*****************
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, #phone #phoneNum{float:left;}


/*********************
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:730px;
}
#mainNav{
	position:relative;
	height:35px;
}
#mainNav li{
list-style:square inside;
color:#fff;
text-transform:none;
font-weight:bold;
}
#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:#55565a;}

/**Padding/Margin**/
#mainNav li .dropMenu{padding:5px 0px;}
#mainNav li .dropMenu li{margin-left:10px; line-height:22px;}
#mainNav li .dropMenu{
	position: absolute;
	display:none;
}
#mainNav li:hover .dropMenu{display:block;}





/*-----------------------------------
Main Content Elements DON'T TOUCH
-----------------------------------*/
/*****************
SOBA
*****************/
#soba{float:right;margin:0px 0 0 5px;border:0px solid red;padding-left:10px;}


/*****************
Right Content
*****************/
#rightContent{float:left;margin-top:6px;}



/*****************
Video
*****************/
#rightContent #video{
	width:235px;
	height:185px;
}


/*****************
Scrolling Buttons
*****************/
#scrollingButtons{
	clear:both;
	padding:5px 10px;
	width:925px;
	height:100px;
}


/********************
Custom Page Wrapper
********************/
#customPageWrapper{
	width:100%;
	min-height:275px;
	background:#FFF;
}

#customPage{
	float:left;
	width:690px;
	min-height:275px;
}


#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:10px;
}
#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;
}

/*****************
Address
*****************/
.address{
	height:30px;
}
.address li{
	display:inline;
	list-style:none;
}


/*****************
Copyrights
*****************/
#copyrightWrapper{
	float:right;
	margin-top:5px;
	margin-right:10px;
}
#copyright{
	float:left;
	margin-top:10px;
}
#copyright li{
	color:#fff;
	list-style:none;
	text-align:right;
}

/**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:965px;
	float:left;
	clear:right;
	margin:6px 0 0 6px;
}

/**Title Background**/
#innerTitle{
	padding:5px;
	margin-bottom:5px;
	font-size:12px;

}

#innerContentPII{
	margin:10px auto;
	float:left;
	margin-left:20px;
	clear:right;
	min-height:525px;
	border:1px solid #d0d0d0;
}
#innerContentPII{width:934px;}



/*****************
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; 
}

#contentBottom{
	margin:0px auto; text-align:center;	 
	width:100%;
	clear:both; 
}
#contentContainer{
	min-height:200px;
	margin:auto;
	width:977px; 
	background:url(../images/box-bg.png) repeat-x;
}


.numberBox{
	color:#FFF;
	font-size:21px;
	padding:35px 0px 5px 10px;
	font-weight:bold;
}
.numberAddress{
	width:310px;
	margin:33px 0px 0px 0px;
	font-size:11px;
	font-weight:bold; 
	float:left;
	color:#FFF;
	text-align:center;
}
#leftBox1{
	background:url(../images/chrysler-bt.png) no-repeat;
	margin:23px 0px 0px 13px;
	width:117px;
	height:152px;
	float:left;
}


#leftBox2{
	background:url(../images/jeep-bt.png) no-repeat;
	margin: 23px 0px 0px 4px;
	width:96px;
	height:152px;
	float:left;
}
#leftBox3{
	background:url(../images/dodge-bt.png) no-repeat;
	margin:23px 0px 0px 4px;
	width:102px;
	height:152px;
	float:left;
}

#leftBox4{
	background:url(../images/bmw-bt.png) no-repeat;
	margin: 23px 0px 0px 4px;
	width:98px;
	height:152px;
	float:left;
}
#leftBox5{
	background:url(../images/mazda-bt.png) no-repeat;
	margin: 23px 0px 0px 4px;
	width:103px;
	height:152px;
	float:left;
}
#leftBox6{
	background:url(../images/chevrolet-bt.png) no-repeat;
	margin:23px 0px 0px 4px;
	width:100px;
	height:152px;
	float:left;
}
#leftBox7{
	background:url(../images/kia-bt.png) no-repeat;
	margin: 23px 0px 0px 4px;
	width:96px;
	height:152px;
	float:left;
}
#leftBox8{
	background:url(../images/orginalusedcar-bt.png) no-repeat;
	margin: 12px 0px 0px 15px;
	width:193px;
	height:165px;
	float:left;
}


/*****************
SITE MAP
*****************/
#contentarea-sitemap{
	min-height:460px;
}

#contentarea-sitemap a{
	display:block;	
	padding:4px;
	margin: 1px 0px;	
}

#contentarea-sitemap ul{
	list-style:none;
}


#left {
float:left;
width:246px;
height:400px;
border:0px solid red;
}
#rightmenu{
float:right;
width:730px;
height:332px;
}


/*****************
Main Navigation
*****************/
/**Navigation Wrapper Background**/
#bottomNavWrapper{background:url(../images/box-bg.png) top left repeat-x;border:0px solid red;}

/**Main Navigation Width**/
#bottomNav{
float:left;margin:0;
border:0px solid red;

}



/**Tab Text Format**/
#bottomNav li .tabHeader{
	font-size:13px;
	font-weight:bold;
	text-align:center;
}

/**Text Format**/
#bottomNav li .tabHeader{color:#000;}
/**Hover Text Format**/
#bottomNav li .tabHeader:hover, #bottomNav .hover .tabHeader{color:#FFF;}


/**********************************
Main Menu and Drop Down Width
**********************************/
#bottomNav #make1, #bottomNav #make1 .dropMenu{width:117px;}
#bottomNav #make2, #bottomNav #make2 .dropMenu{width:117px;}
#bottomNav #make3, #bottomNav #make3 .dropMenu{width:117px;}
#bottomNav #make4, #bottomNav #make4 .dropMenu{width:117px;}
#bottomNav #make5, #bottomNav #make5 .dropMenu{width:117px;}
#bottomNav #make6, #bottomNav #make6 .dropMenu{width:117px;}
#bottomNav #make7, #bottomNav #make7 .dropMenu{width:117px;}
#bottomNav #make8, #bottomNav #make8 .dropMenu{width:150px;}


/**********************************
Main Menu
**********************************/
/**Text Format**/
#bottomNav li .tabHeader{
	color:#000;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}
/**Hover Text Format**/
#bottomNav li .tabHeader:hover, #mainNav .hover .tabHeader{color:#fff;}
#bottomNav a span{display:none;}


/**********************************
Drop Down Menu
**********************************/
/**Background Color**/
#bottomNav li .dropMenu{background-color:#000;}

/**Normal Link**/
#bottomNav li .dropMenu li a{color:#000;}
/**Hover Link**/
#bottomNav li .dropMenu li a:hover{color:#04771f;}



/**********************
Main Navigation
**********************/
#bottomNavWrapper{
	clear:both;
	float:left;
	height:200px;
	width:977px;
	background-color:#000;
}
#bottomNav{
	position:relative;
	height:165px;padding:21px 0px 0px 0px;

}
#bottomNav li{

color:#fff;
text-transform:uppercase;
font-weight:bold;padding:0px 0px 0px 0px;
}
#bottomNav .tabs{
	float:left;
	list-style:none;
}
#bottomNav li .tabHeader{
	display:block;height:165px; border:0px solid red;
	
}
#bottomNav li .tabHeader span{
	position:relative;
	top:8px;
}
#bottomNav li .tabHeader{background-position:top;background-repeat:no-repeat;}
#bottomNav li .tabHeader:hover, #bottomNav .hover .tabHeader{background-position:top;}

.tabs a {color:#000; }
.tabs a:hover {color:#04771f; }

/**********************************
Drop Down Menu
**********************************/
/**Background Color**/
#bottomNav li .dropMenu0{min-height:30px; background-color:#fff;opacity:0.9;filter:alpha(opacity=80);border:1px solid #6b6a6a;list-style-type:none;}

/**Padding/Margin**/
#bottomNav li .dropMenu0{padding:5px 0px;margin:-289px 0 0 -1px;}
#bottomNav li .dropMenu0 li{margin:0px 2px 0px 1px;line-height:16px;color:#000;text-transform:none;font-weight:bold;list-style-type:none;text-align:center;font-size:11px; font-family:Arial, Helvetica, sans-serif; }
#bottomNav li .dropMenu0{
	position:absolute;
	display:none;
}
#bottomNav li:hover .dropMenu0{display:block;}


/**Background Color**/
#bottomNav li .dropMenu{min-height:30px; background-color:#fff;opacity:0.9;filter:alpha(opacity=80);border:1px solid #6b6a6a;list-style-type:none;}

/**Padding/Margin**/
#bottomNav li .dropMenu{padding:5px 0px;margin:-290px 0 0 0px;}
#bottomNav li .dropMenu li{margin:0px 2px 0px 0px;line-height:16px;color:#000;text-transform:none;font-weight:bold;list-style-type:none;text-align:center;font-size:11px; font-family:Arial, Helvetica, sans-serif; }
#bottomNav li .dropMenu{
	position: absolute;
	display:none;
}
#bottomNav li:hover .dropMenu{display:block;}


/**Background Color**/
#bottomNav li .dropMenu1{min-height:30px; background-color:#fff;opacity:0.9;filter:alpha(opacity=80);border:1px solid #6b6a6a;list-style-type:none;}

/**Padding/Margin**/
#bottomNav li .dropMenu1{padding:5px 0px;margin:-273px 0 0 0px;}
#bottomNav li .dropMenu1 li{margin:0px 2px 0px 2px;line-height:16px;color:#000;text-transform:none;font-weight:bold;list-style-type:none;text-align:center;font-size:11px; font-family:Arial, Helvetica, sans-serif; }
#bottomNav li .dropMenu1{
	position: absolute;
	display:none;
}
#bottomNav li:hover .dropMenu1{display:block;}


/**Background Color**/
#bottomNav li .dropMenu2{height:232px; background-color:#fff;opacity:0.9;filter:alpha(opacity=80);border:1px solid #6b6a6a;list-style-type:none;}                                                                                                                         
#bottomNav li .dropMenu2 img{border:none;margin-top:5px;margin-bottom:5px;}

/**Padding/Margin**/
#bottomNav li .dropMenu2{padding:5px 0px;margin:-409px 0 0 0px;}
#bottomNav li .dropMenu2 li{margin:0px 2px 0px 1px;line-height:14px;color:#000;text-transform:none;font-weight:bold;list-style-type:none;text-align:center;font-size:11px; font-family:Arial, Helvetica, sans-serif; }
#bottomNav li .dropMenu2{
	position: absolute;
	display:none;
}
#bottomNav li:hover .dropMenu2{display:block;}


/**Background Color**/
#bottomNav li .dropMenu3{min-height:30px; background-color:#fff;opacity:0.9;filter:alpha(opacity=80);border:1px solid #6b6a6a;list-style-type:none;}

/**Padding/Margin**/
#bottomNav li .dropMenu3{padding:5px 0px;margin:-257px 0 0 0px;}
#bottomNav li .dropMenu3 li{margin:0px 2px 0px 1px;line-height:16px;color:#000;text-transform:none;font-weight:bold;list-style-type:none;text-align:center;font-size:11px; font-family:Arial, Helvetica, sans-serif; }
#bottomNav li .dropMenu3{
	position: absolute;
	display:none;
}
#bottomNav li:hover .dropMenu3{display:block;}



/**Background Color**/
#bottomNav li .dropMenu7{min-height:30px; background-color:#fff;opacity:0.9;filter:alpha(opacity=80);border:1px solid #6b6a6a;list-style-type:none;}

/**Padding/Margin**/
#bottomNav li .dropMenu7{padding:5px 0px;margin:-257px 0 0 0px;}
#bottomNav li .dropMenu7 li{margin:0px 2px 0px 1px;line-height:16px;color:#000;text-transform:none;font-weight:bold;list-style-type:none;text-align:center;font-size:11px; font-family:Arial, Helvetica, sans-serif; }
#bottomNav li .dropMenu7{
	position: absolute;
	display:none;
}
#bottomNav li:hover .dropMenu7{display:block;}





/**Background Color**/
#bottomNav li .dropMenu4{min-height:30px; background-color:#fff;opacity:0.9;filter:alpha(opacity=80);border:1px solid #6b6a6a;list-style-type:none;}

/**Padding/Margin**/
#bottomNav li .dropMenu4{padding:5px 0px;margin:-241px 0 0 0px;}
#bottomNav li .dropMenu4 li{margin:0px 2px 0px -2px;line-height:16px;color:#000;text-transform:none;font-weight:bold;list-style-type:none;text-align:center;font-size:11px; font-family:Arial, Helvetica, sans-serif; }
#bottomNav li .dropMenu4{
	position: absolute;
	display:none;
}
#bottomNav li:hover .dropMenu4{display:block;}


/*****************
Header
*****************/
#innerheader{
	width:977px;
	min-height:104px;
	border:0px solid red;
	float:left;background-color:#000;
}



/*****************
Innerpage new
*****************/

#innerlogo{
	width:257px;
	height:104px;
	padding:0px;
	margin:0px;
	margin-left:0px;
	
}

/**Logo Image**/
#innerlogo a{
	width:257px;
	height:104px;
	border:0px solid red;
	}

/**Logo Text**/
#innerlogo span{
	display:none;
}

#innerlogo{
	float:right;
}

/**Logo Image**/
#innerlogo a{
	background:top left no-repeat;
	display:block;
	float:left;
	margin: 0 auto;
}
#innerleft {
float:left;
width:245px;
height:104px;
border:0px solid red;
}

#innermenu{
float:right;
width:730px;
height:auto;
margin-bottom:5px;
}




/**************************
CUSTOM INNER PAGES AREA
**************************/
#custom-page{
	margin:10px;
	text-align:left;
}

#custom-page h1{
	color:#fff;
	font-size:18px;
	font-weight:bold;
	padding-bottom:10px;
}

#custom-page p{
	color:#fff;
	font-size:12px;
	padding-bottom:10px;
}

#custom-page a{
	color:#6e6e6e;
	font-size:12px;
}

#custom-page a:hover{
	text-decoration:underline;
}

#innerContentCustom{
	margin:0 auto;
	float:left;
	clear:right;
	padding:15px;
	background:#fff;
	min-height:525px;
}


#innerContentCustom h1{
	color:#000;
	font-size:18px;
	font-weight:bold;
	padding-bottom:10px;
}

#innerContentCustom p{
	color:#fff;
	font-size:12px;
	padding-bottom:10px;
}

#innerContentCustom a{
	color:#6e6e6e;
	font-size:12px;
}

#innerContentCustom a:hover{
	text-decoration:underline;
}







