

#masthead {
	-moz-box-shadow: none;
	}
	
/* Title bubbles 

#title-designenhancing 	{	background: url(title.design-enhancing.png);	}
#title-brilliantcolor	{	background: url(title.brilliant-color.png);	}
#title-easycare	{	background: url(title.easy-care.png);	}
#title-enduring	{	background: url(title.enduring.png);	}
#title-crafted	{	background: url(title.crafted.png);	}
*/	

#page-header .title { background: url(page-header.title.png); }
	
/* Subnav - JS Version with sprites */

#subnav.active {
	width: 970px;
	background: url(subnav.png);
	position: relative;
	}

#subnav.active li {
	position: absolute;
	list-style: none;
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	} 
	
#subnav.active a {
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	height: 50px;
	text-indent: -9000px;
	background-image: url(subnav.png);
	}
	
#subnav.active li.selected a {
	-moz-box-shadow: none;
	-moz-border-radius: 0;
	background: url(subnav.png);
	}
	
	
/* Individual items */

#subnav.active #item-0 {	left: 255px; top: 0; }
#subnav.active #item-1 {	left: 395px; top: 0; }
#subnav.active #item-2 {	left: 550px; top: 0; }
#subnav.active #item-3 {	left: 650px; top: 0; }
#subnav.active #item-4 {	left: 745px; top: 0; }
#subnav.active #item-5 {	left: 880px; top: 0; }



#subnav.active #item-0 a	{	width: 140px; background-position: -255px 0;	}
#subnav.active #item-1 a	{	width: 155px; background-position: -395px 0;	}
#subnav.active #item-2 a	{	width: 100px; background-position: -550px 0;	}
#subnav.active #item-3 a	{	width: 95px; background-position: -650px 0;	}
#subnav.active #item-4 a	{	width: 90px; background-position: -745px 0;	}
#subnav.active #item-5 a	{	width: 90px; background-position: -880px 0;	}

#subnav.active #item-0 a:hover	{	width: 140px; background-position: -255px -50px;	}
#subnav.active #item-1 a:hover	{	width: 155px; background-position: -395px -50px;	}
#subnav.active #item-2 a:hover	{	width: 100px; background-position: -550px -50px;	}
#subnav.active #item-3 a:hover	{	width: 95px; background-position: -650px -50px;	}
#subnav.active #item-4 a:hover	{	width: 90px; background-position: -745px -50px;	}
#subnav.active #item-5 a:hover	{	width: 90px; background-position: -880px -50px;	}

#subnav.active #item-0.selected a	{	width: 140px; background-position: -255px -100px;	}
#subnav.active #item-1.selected a	{	width: 155px; background-position: -395px -100px;	}
#subnav.active #item-2.selected a	{	width: 100px; background-position: -550px -100px;	}
#subnav.active #item-3.selected a	{	width: 95px; background-position: -650px -100px;	}
#subnav.active #item-4.selected a	{	width: 90px; background-position: -745px -100px;	}
#subnav.active #item-5.selected a	{	width: 90px; background-position: -880px -100px;	}