#header	a	{
	background-image: url(../images/logo.gif);
	display: block;
	height: 87px;
	overflow: hidden;
	text-indent: -9999px;
	width: 145px;
}

#mainnav	li	a	{
	background-image: url(../images/mainnav.gif);
	display: block;
	height: 40px;
	overflow: hidden;
	text-indent: -9999px;
}

#mainnav	li	.home	{
	background-position: 0 0;
	width: 94px;
}

	#mainnav	li	.home:hover	{
		background-position: 0 -40px;
	}

#mainnav	li	.products	{
	background-position: -94px 0;
	width: 96px;
}

	#mainnav	li	.products:hover	{
		background-position: -94px -40px;
	}

#mainnav	li	.about-us	{
	background-position: -190px 0;
	width: 98px;
}

	#mainnav	li	.about-us:hover	{
		background-position: -190px -40px;
	}

#mainnav	li	.customer-service	{
	background-position: -288px 0;
	width: 147px;
}

	#mainnav	li	.customer-service:hover	{
		background-position: -288px -40px;
	}

#mainnav	li	.contact-us	{
	background-position: -435px 0;
	width: 107px;
}

	#mainnav	li	.contact-us:hover	{
		background-position: -435px -40px;
	}

#mainnav	li	.my-account	{
	background-position: -542px 0;
	width: 112px;
}

	#mainnav	li	.my-account:hover	{
		background-position: -542px -40px;
	}

#mainnav	li	.view-cart	{
	background-position: -654px 0;
	width: 116px;
}

	#mainnav	li	.view-cart:hover	{
		background-position: -654px -40px;
	}

.product-list	li	h3	a:link, .product-list	li	h3	a:visited	{
	color: #333;
	text-decoration: none;
}

.product-list	li	h3	a:hover, .product-list	li	h3	a:active	{
	color: #e00336;
}

.description	a:link, .description	a:visited, .description	a:hover, .description	a:active	{
	color: #666;
	text-decoration: none;
}

.price	a:link, .price	a:visited, .price	a:hover, .price	a:active	{
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}


/* product page */
.short-product-list	a:link, .short-product-list	a:visited	{
	color: #E00336;
	text-decoration: none;
}

.short-product-list	a:hover, .short-product-list	a:active	{
	background-color: #ffdfe6;
}

.view-larger:link, .view-larger:visited	{
	background: url(../images/magnify.gif) top left no-repeat transparent;
	color: #666;
	font-size: 0.7em;
	line-height: 11px;
	padding-left: 14px;
	text-decoration: none
}

.view-larger:hover, .view-larger:active	{
	text-decoration: underline;
}
/* product page */


/* footer */
#footer	a:link, #footer	a:visited	{
	color: #666;
	text-decoration: none;
}

#footer	a:hover, #footer	a:active	{
	color: #333;
}
/* footer */
