@charset "UTF-8";
/* CSS Document */

ul#topnav {
	padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	position: relative;
	height: 47px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	z-index: 100;
}
ul#topnav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative; /*--Important--*/
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
ul#topnav li a {
	float: left;
	text-indent: -9999px; /*--Push text off of page--*/
	height: 48px;
	text-align: left;
}
ul#topnav li:hover a, ul#topnav li a:hover {
	background-position: left top;
} /*--Hover State--*/
ul#topnav a.home {
	width: 147px;
	z-index: 50;
	background-image: url(images/shop-apparel.png);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#topnav a.products {
	width: 152px;
	z-index: 50;
	background-image: url(images/shop-acc.png);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#topnav a.sale {
	width: 136px;
	z-index: 50;
	background-image: url(images/shop-brand.png);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#topnav a.community {
	background: url(images/whats-new.png) no-repeat;
	width: 103px;
	z-index: 1;
}
ul#topnav a.store {
	background: url(images/sale.png) no-repeat;
	width: 62px;
	z-index: 1;
}
ul#topnav a.hiddenjems {
	background: url(images/hidden-jems.png) no-repeat;
	width: 126px;
}

ul#topnav li .sub {
	position: absolute;
	top: 37px;
	left: 0px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
	background-color: #51B4C7;
	background-image: url(sub_bg.png);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	z-index: 999;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #E3F0F0;
}
ul#topnav li .row {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 5px;
	z-index: 100;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
ul#topnav .sub ul li {
	color: #fff;
}
ul#topnav .sub ul li h2 {
	padding: 0;
	margin: 0;
	font-size: 1em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #e2efef;
	font-size: 1em;
	font-weight: normal;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(navlist_arrow.png) no-repeat 5px 12px;
	display: block;
	text-decoration: none;
	color: #E1F0F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	text-align: center;
	width: auto;
}
ul#topnav .sub ul li a:hover {
	color: #FFFFFF;
	background-position: 5px 12px;
}






ul#topnav a:hover.hiddenjems {
	width: 126px;
	background-image: url(images/hidden-jems2.png);
	background-repeat: no-repeat;
}
ul#topnav a:hover.home {
	width: 147px;
	background-image: url(images/apparel2.png);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#topnav a:hover.products {
	width: 152px;
	background-image: url(images/accessories2.png);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#topnav a:hover.sale {
	width: 136px;
	background-image: url(images/brand2.png);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#topnav a:hover.community {
	width: 103px;
	background-image: url(images/whats-new2.png);
	background-repeat: no-repeat;
}
ul#topnav a:hover.store {
	width: 62px;
	background-image: url(images/sale2.png);
	background-repeat: no-repeat;
}


/*** set the width and height to match your images **/










#slideshow {
    position:relative;
    height:375px;
	margin-right: auto;
	margin-left: auto;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 375px;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 375px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}

