body {
	margin:0;
}
.container,.tileContainer { display:none; }
/*--------------------------------------------------------------------------*/
                          /* STYLES FOR SLIDESHOW */
/*--------------------------------------------------------------------------*/
.arrows,.emailStrip {
	display:none;
}
#ftrFootNavTop{
	margin-top:0px !important;
}
#hb-wrapper{
	position:relative;
	width:960px;
    height:2250px;
    margin:0 auto;
}
#stripContainer {
	width: 960px;
	height:500px;
	position:absolute;
	top:0px;
}
#wrapper,#strip {
	margin:0px;
	padding:0px;
}

/*--------------------------------------------------------------------------*/
                              /* TILE STRIP */
/*--------------------------------------------------------------------------*/
#tileContainer {
	position:absolute;
	top:540px;
}
.tileBtn {
	display:inline-block;
	margin:0 24px 0 0;
	width: 304px;
	height: 400px;
	overflow:hidden;
}
.tileBtn:nth-child(3) {
	margin:0;
}

/*--------------------------------------------------------------------------*/
                          /* NEW ARRIVALS STRIP */
/*--------------------------------------------------------------------------*/
.newArrivals {
	position:absolute;
	top:985px;
	left:280px;
	height:26px;
	width:400px;
	opacity:0.0;
	filter: alpha(opacity=0.0);
	background-color:#FFF;
	cursor: hand;
	cursor: pointer;
	z-index:50;
}
#footerStrip {
	width: 960px;
	height:400px;
	position:absolute;
	top:440px;
}
#footerRollOver1 {
	position: absolute;
	top:35px;
	height:202px;
}
#footerRollOver2 {
	position: absolute;
	top:35px;
	height:202px;
}
#footerRollOver3 {
	position: absolute;
	top:35px;
	height:202px;
}
#footerRollOver4 {
	position: absolute;
	top:35px;
	height:202px;
}
#footerRollOver5 {
	position: absolute;
	top:35px;
	height:202px;
}
#footerRollOver6 {
	position: absolute;
	top:35px;
	height:202px;
}
#footerRollOver7 {
	position: absolute;
	top:35px;
	height:202px;
}
.footerRollOver {
	opacity:0.0;
	filter: alpha(opacity=0);
	background-color:#FFF;
}

/*--------------------------------------------------------------------------*/
                           	   /* GENERIC STYLES */
/*--------------------------------------------------------------------------*/
.bottomHeader {
	width: 960px;
	height:500px;
	position:absolute;
	top:280px;
}
#bottomTiles {
	width: 960px;
	height:400px;
	position:absolute;
	top:820px;
}
#bottomTilesRoll1 {
	position:absolute;
	top:0px;
	left:359px;
	height:42px;
	width:240px;
}
#bottomTilesRoll2 {
	position:absolute;
	top:880px;
	left:50px;
}
#bottomTilesRoll3 {
	position:absolute;
	top:880px;
	left:340px;
}
#bottomTilesRoll4 {
	position:absolute;
	top:880px;
	left:620px;
}
.bottomTilesRoll {
	height:325px;
	width:290px;
	opacity:0.0;
	filter: alpha(opacity=0);
	background-color:#FFF;
}
	

#strip,.tileBtn,.bottomHeader,.bottomTilesRoll,.newArrivals,.footerRollOver {
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	cursor: hand;
	cursor: pointer;
}
#strip:hover,.tileBtn:hover,.bottomHeader:hover,.bottomTilesRoll:hover,.newArrivals:hover,.footerRollOver:hover { opacity:0.5; filter: alpha(opacity=50); }