/* CSS Stylesheet */

/*================================================*/
/*	STYLE FOR PAGE DROPDOWN												*/
/*================================================*/

/* sliding shelf */
#Shelf {
	width: 100%;
	height: 60px;
	background: #09203e;
	background: transparent url(../images/bg_slider.png) repeat-x bottom center;
	position: relative;
	z-index: 1000;
}



#ShelfWrapper{
	width: 100%;
	height: 30px;
	overflow: hidden;
	background: #09203e;
	margin: 0 0 0 auto;
	text-align: left;
	font-size: 12px;
	color: #fff;
}

#shelfmain {
	width: 6000px;
	height: 30px;
	background: #09203e;
	margin: -7px 0px 0px -1000px;
	padding: 0;
	position: absolute;
	z-index: 20000;
}




#products {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	margin:-7px 0px 0 1310px;
	padding:10px 0 0 0;
}

#products a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#products a:hover {
	color: #1e90ff;
	text-decoration: none;
}


#products.marine a {
	width: 106px;
	height: 60px;
	display: block;
	text-indent: -5000px;
	background: transparent url(images/subnav_marine.png) no-repeat top left;
}

#products.marine a:hover {
	background-position: bottom left;
}

#products#close {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #ccc;
	position: relative;
	margin: 0 0 0 0px;
	padding-bottom: 10px;
}
