a.btn .left
{
	background: url("images/button-left-right.png") left -66px no-repeat;
}

a.btn .right
{
	background: url("images/button-left-right.png") right -66px no-repeat;
}

a.btn .center
{
	background: url("images/button-center.png") left -66px  repeat-x;
}

.header .main-menu
{
	background: url("images/menu-bg.png") top left repeat-x;
}

.header .main-menu a.active .center, a.btn.active .center
{
	background: url("images/button-center.png") left center repeat-x !important;
}

.header .main-menu a.hover .left, a.btn.hover .left
{
	background: url("images/button-left-right.png") left 2px no-repeat;
}

.header .main-menu  a.hover .right, a.btn.hover .right
{
	background: url("images/button-left-right.png") right 2px no-repeat;
}

.header .main-menu  a.hover .center, a.btn.hover .center
{
	background: url("images/button-center.png") 0px 2px repeat-x;
}

.header .main-menu  a.active .right, a.btn.active .right
{
	background: url("images/button-left-right.png") right center no-repeat;
}

.header .main-menu a.active .left, a.btn.active .left
{
	background: url("images/button-left-right.png") left center no-repeat;
}

.footer-content td.want-it a
{
	background: url("images/want-it-btn.png") top left no-repeat;
}

.products .top-line .specials-btn:hover
{
	color: #EC1B23;
}

.products .top-line .specials-btn:active, .products .top-line .specials-btn.active
{
	color: #FF7705;
}

.sort a:hover
{
	color: #10840D;
}

h2.banner-title
{
	color: #C32500;
}