
a.button,a.button:hover{
	background-image: url('images/button_bg.png');
	background-repeat:no-repeat;
	width: 182px;
	height: 24px;
	display: block;
	border: 1px none black;
	margin-left: 5px;
	overflow: visible;
	padding-top:8px;
	padding-left: 28px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}




/*######################################################################*/
/*######################################################################*/
/*######################################################################*/
/*holds all of the page, keeps it center*/
#wrapper{
	margin: 0px auto;
	width: 838px;
	background-image: url('images/wrapper_bg.jpg');
	background-repeat:repeat-y;

}

#package{
	background-color: #666666;
	margin: 0px auto;
	z-index: 100;
	width:776px;
	

	
	
}
#header{
	padding-top:11px;
	background:transparent url('images/header_bg.jpg') no-repeat top left;
	height:36px;
	margin-bottom: 1px;
	color: #000;	
}
#header ul{
	float: right;
	margin-right:10px;
	list-style: none;
}

#header ul li{
	float: right;
	margin-right: 45px;

}
#header ul li#li_sitemap{
	margin-right: 20px;

}
#header ul li#li_contact{
	margin-right: 45px;

}
#header ul li#li_about{
	margin-right: 60px;

}
#header ul li#li_home{
	margin-right: 45px;

}
#header ul li a{
	color: #fff;
	font-variant: small-caps;
	text-decoration: none;
	font-weight: bold;
}
#header ul li a:hover{

	text-decoration: underline;
}
#leftNavWrapper{
	background:transparent url('images/left_nav_wrapper_bg_v2.png') repeat-y top left;
	width: 256px;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;

}
#leftNavTop{
	background:transparent url('images/left_nav_wrapper_top_bg.jpg') no-repeat top left;
	height: 163px;
}
#leftNavTop h2{
	display: none;
}
#leftNav{
	
	min-height: 330px;
	padding: 3px 0px 3px 0px;
	
	
	
	
}
#leftNav ul{
list-style: none;
padding-left:10px ;
display: block;
}

#leftNav  li{
	
	background: transparent  url('images/left_nav_li_bg.jpg') no-repeat;
	padding-left:20px;
	margin-bottom: 6px;
	display: block;
	height: 16px;
	
	
}

#leftNav ul a{
	font-size: 12px;
	height: 16px;
	color:#fff;
	text-decoration: none;
	font-weight: bold;
	
	
}
#leftNav ul a:hover{
	text-decoration: underline;
	
}
#leftNavBottom{
	background:transparent url('images/left_nav_wrapper_bottom_bg.jpg') no-repeat top left;
	height: 21px;
}

div.contentWrapper{
	width: 489px;
	float: left;
	background: #fff url('images/content_wrapper_bg.jpg') repeat-y;
	margin-bottom:15px;
		overflow: hidden;
}

div.contentWrapper div.ctop{
	height: 38px;
}
div.contentWrapper div.ctop h2{
	display: none;
}
div.contentWrapper div#products{
	background: transparent url('images/content_wrapper_top_products.jpg') no-repeat top left;
}
div.contentWrapper div#cart{
	background: transparent url('images/content_wrapper_top_cart.jpg') no-repeat top left;
}
div.contentWrapper div#aboutus{
	background: transparent url('images/content_wrapper_top_about_us.jpg') no-repeat top left;
}
div.contentWrapper div#contactus{
	background: transparent url('images/content_wrapper_top_contact_us.jpg') no-repeat top left;
}
div.contentWrapper div#faq{
	background: transparent url('images/content_wrapper_top_faq.jpg') no-repeat top left;
}
div.contentWrapper div#newsroom{
	background: transparent url('images/content_wrapper_top_newsroom.jpg') no-repeat top left;
}
div.contentWrapper div#sitemap{
	background: transparent url('images/content_wrapper_top_sitemap.jpg') no-repeat top left;
}
div.contentWrapper div#whyourtires{
	background: transparent url('images/content_wrapper_top_why_our_tires.jpg') no-repeat top left;
}
div.contentWrapper div#winningwithus{
	background: transparent url('images/content_wrapper_top_winning_with_us.jpg') no-repeat top left;
}
div.contentWrapper div#myaccount{
	background: transparent url('images/content_wrapper_top_my_account.jpg') no-repeat top left;
}
div.contentWrapper div#checkout{
	background: transparent url('images/content_wrapper_top_checkout.jpg') no-repeat top left;
}


div.contentWrapper div.cbottom{
	background: transparent url('images/content_wrapper_bottom_bg.jpg') no-repeat top left;
	height: 18px;
}







#content{
	
	min-height: 300px;
	padding: 5px 25px 10px 25px;
	background-color: transparent;
	color: black;
	width: 425px;

}
#content h2,#sideBar h2{
	margin-bottom: 10px;
}







#content table#album{
	width: 100%;
}
#content table#album tr td{
	vertical-align: top;
	text-align: center;
	padding: 3px;
}




#footer{
	text-align: center;
	height: 51px;
	clear:both;
	color: #fff;
	background: transparent url('images/footer_bg.jpg') no-repeat top left ;
	
z-index: 100;
}
#footer #links a{
	color: #fff;
}
#footer #links{
	text-align: center;
	margin-top: 8px;

	font-variant: small-caps;
}





#bottom{
background:transparent url('images/bottom_bg.jpg') no-repeat bottom left;
	height: 53px;
	z-index:-100;
	text-align: center;
		
	
}
#bottom a#link_ecg{
	padding-top: 8px;
	padding-left: 3px;
	display: block;
	color: #fff;
	font-size: 10px;
	
}





