#headerdefault {
	position:absolute;
	left:0px;
	width: 100%;
	height:88px;
	top: 23px;
	z-index: 2;
	background-image: url('/assets/assets.layout/header/NewHead/full-repeat.gif');
	background-repeat: repeat-x;
}

#header_banner {
	position: relative;
}

#home_link
{
	position: absolute;
	top: 15px;
	left: 0px;
	width: 425px;
	height: 55px;
	z-index: 1000;
}

#hdr_search {
	position: absolute;
	top: 59px;
	left: 7px;
	z-index: 50;

}

#hdr_search .button
{
	border-width: 0;
	background: none;
	color: white;
	font-weight: bold;
	cursor: pointer;
	font-size: 16px;
}

#redbar {
	width: 100%;
	position: absolute;
	top: 58px;
}

#header_container
{
	width: 100%;
	height: 120px;
}

#header_logo
{
	position: absolute;
	top: 0px;
	left: 100px;
	width: 425px;
	height: 55px;
	z-index: 1000;
}

#cart_button {
	position: absolute;
	top: 58px;
	left: 290px;
}

#checkout_button {
	position: absolute;
	top: 58px;
	left: 295px;
}


/**********3 tabs menu***********/
#return, #customerservice, #tollfree {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	z-index: 2;
	font-size: 12px;
	font-weight: bold;
	color: #A6390E;
	text-align: center;
	line-height: 12px;
}

#return {
	position:absolute;
	left:655px;
	top:86px;
	width:60px;
	height:30px;
}

#customerservice {
	position:absolute;
	left:567px;
	top:80px;
	width:80px;
	height:30px;
}

#tollfree {
	position:absolute;
	left:453px;
	top:80px;
	width:100px;
	height:30px;
}

a.return:link, a.return:visited, a.return:active, a.customerservice:link, a.customerservice:visited, a.customerservice:active, a.tollfree:link, a.tollfree:visited, a.tollfree:active
{
	color: #A6390E;
	text-decoration: none;
}

a.return:hover, a.customerservice:hover, a.tollfree:hover
{
	color: #6B82A4;
	text-decoration: none;
}

/**********green bar menu***********/
#greenmenu {
	position: absolute;
	left: -4px;
	top: 110px;
	width: 100%;
	height: 17px;
	background: url(/assets/newhome/green-bar-up.jpg) repeat;
}

#greenmenu tr {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

a.rollover:link, a.rollover:visited
{
	color: #FFF3B9;
	text-decoration: none;
}


a.rollover:hover
{
	background-color: #6B82A4;
	display:block;
	background: url(/assets/newhome/green-bar-over.jpg) repeat;
}

/********** Penny Swatch Offer ***************/
#swatchoffer
{
	position: relative; 
	top: 0px; 
	padding-left: 260px; 
	font-size: 20px; 
	font-weight: bold;
}

#swatchoffer a
{
	color: #7373D8;
}

#swatchoffer a:hover
{
	color: #9FBDE5;
}

/********** price-menu ***************/
#price-menu
{
	position: relative;
	top: 0px;
	padding-left: 200px;
	font-size: 20px;
	font-weight: bold;
}
/********** price-menu-end ***************/