#navcontainer{
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	height:42;	
	
}

#navcontainer ul
{
padding-left: 125px;
margin-left: 0;
color: White;
float: left;
width: 100%;
font-family: "century gothic", helvetica, arial, sans-serif;
font-size: 11px;
font-weight: bold;
text-transform:lowercase;


}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a
{

padding: 0.2em .5em;
color: White;
text-decoration: none;
float: left;
}

#navcontainer ul li a:hover
{
color: #49B5FD;
}

.soldout {
font-size: 120%;
text-transform: uppercase;
color: red;
}

.soldout2 {
color: red;
}.seasonalDecoration {
	z-index: 2;
}
.backgroundBlue {
	z-index: 1;
	position: absolute;
}
