.clearAll {
	clear: both;
}

#categories {
	background: none;
}

#categoriesHeading {
	display: none;
	background: none;
}

.leftBoxFooter {
	width: 179px;
	height: 24px;
	background-image: url('../images/sideBoxFoot.gif');
	background-repeat: no-repeat;
}

#categoriesFooter {
	display: none;
}
	
#upperNav {
	float: right;
}

#homeButton {
	float: left;
	width: 130px;
	height: 68px;
	background-image: url('../images/homeButtonOff.gif');
	background-repeat: no-repeat;
}

#homeButton:hover {
	float: left;
	width: 130px;
	height: 68px;
	background-image: url('../images/homeButtonOn.gif');
	background-repeat: no-repeat;
}

#aboutButton {
	float: left;
	width: 130px;
	height: 68px;
	background-image: url('../images/aboutButtonOff.gif');
	background-repeat: no-repeat;
}

#aboutButton:hover {
	float: left;
	width: 130px;
	height: 68px;
	background-image: url('../images/aboutButtonOn.gif');
	background-repeat: no-repeat;
}

#offersButton {
	float: left;
	width: 130px;
	height: 68px;
	background-image: url('../images/offersButtonOff.gif');
	background-repeat: no-repeat;
}

#offersButton:hover {
	float: left;
	width: 130px;
	height: 68px;
	background-image: url('../images/offersButtonOn.gif');
	background-repeat: no-repeat;
}

#faqButton {
	float: left;
	width: 130px;
	height: 68px;
	background-image: url('../images/faqButtonOff.gif');
	background-repeat: no-repeat;
}

#faqButton:hover {
	float: left;
	width: 130px;
	height: 68px;
	background-image: url('../images/faqButtonOn.gif');
	background-repeat: no-repeat;
}

#contactButton {
	float: left;
	width: 130px;
	height: 68px;
	background-image: url('../images/contactButtonOff.gif');
	background-repeat: no-repeat;
}

#contactButton:hover {
	float: left;
	width: 130px;
	height: 68px;
	background-image: url('../images/contactButtonOn.gif');
	background-repeat: no-repeat;
}

.leftBoxHeading {
	width: 179px;
	height: 35px;
	background: url('../images/sideBoxHead.gif');
	background-repeat: no-repeat;
	background-color: #f8ba34;
}

/* category image mod css */
/*display all cat box links as block*/
#categories a {
    background-repeat: no-repeat;
    display: block;
    }
	
/* example for  top category styling */
a.category-top-text {
	height: 38px;
	width: 179px;
	line-height: 36px;
	margin-top: 5px;
	margin: none;
	padding-left: 15px;
	color: #ffffff;
	font-weight: bold;
	background-image: url('../images/sideNavOff.gif');
    } 

/* uncomment for  top category hover effects (add ,  a.category-subs-text, a.category-products-text if desired) (use  background-image if desired)*/
a.category-top-text:hover {
    background-image: url(../images/sideNavOn.gif);
    }
	
.categoryBoxContent {
	border: none;
	width: 179px;
}

#searchContent a {
	color: #ffffff;
	text-decoration: none;
}

#searchContent a:hover {
	color: #000000;
}

#categoriesContent {
	background: none;
}

#informationContent li a{
	color: #ffffff;
	padding-left: 10px;
}

#informationContent li a:hover{
	color: #000000;
	padding-left: 10px;
}

#searchBox {
	float: left;
	width: 142px;
	height: 39px;
	background-image: url('../images/searchBoxBg.gif');
	background-repeat: no-repeat;
}

#searchBox input {
	background: none;
	border: none;
	margin-left: 15px;
	margin-top: 12px;
	color: #d6d6d6;
	font-size: 1.5em;
}

#searchButton {
	float: left;
	width: 37px;
	height: 39px;
	background-image: url('../images/searchButtonBg.gif');
	background-repeat: no-repeat;
}

#searchButton input {
	width: 37px;
	height: 39px;
	background: none;
	border: none;
	text-indent: -9999px;
}

#productMainImage img{
	margin-top: 25px;
	border: 3px solid #f8ba34;
}

.productListing-data {
	text-align: center;
}

#productListing li {
	list-style-image: url('../images/bullet2.gif');
	text-align: left;
}

.centerColumn {
	text-align: left;
}

#productDescription {
	text-align: left;
}

#productDescription li {
	list-style-image: url('../images/bullet1.gif');
	line-height: 20px;
}

.categoryIcon {
	text-align: center;
}

.navNextPrevWrapper {
	margin-bottom: 10px;
}

.navNextPrevCounter {
	text-align: center;
}

.productListing-data img.listingProductImage {
	border: 3px solid #f8ba34;
	margin-top: 10px;
	margin-bottom: 15px;
}

#navEZPagesTop a {
	float: right;
	width: 130px;
	height: 68px;
	background-image: url('../images/ezPagesButtonBg.gif');
	text-align: center;
	line-height: 68px;
	font-size: 1.8em;
	color: #ffffff;
	text-decoration: none;
	
}

#navEZPagesTop a:hover {
	background-image: url('../images/ezPagesButtonBgOn.gif');
}

.centerBoxContentsNew a img {
	border: 1px solid #f8ba34;
}

#featuredContent, #featuredContent a {
	color: #ffffff;
}

#navSupp ul li a {
	color: #000000;
}

#navSupp ul li a:hover {
	color: #f8ba34;
}

#productGeneral {
	text-align: center;
}

#productGeneral h1 {
	display: inline;
}

#productGeneral h2 {
	display: inline;
	margin-left: 25px;
}

#seo_links a {
	display: none;
}