/* CSS Document */

/* -----------------      */
/* Inside page CSS  */
/* -----------------      */

#page {
	position:relative;
	h\eight:410px;
	height:375px;
	margin:10px 0px 0px 0px;
	text-align:left;
	font:75.01%/100% Verdana, Arial, Helvetica, sans-serif;
	line-height:120%;
	color:#666666;
	padding:20px 30px 0px 30px;	
	overflow:auto;
	background-color:white;
}

#page.wetstuffBanner {
/*	padding:20px 400px 0px 30px;*/
	padding:20px 400px 0px 30px;
	background-image:url(./images/inside-page-background.gif);
	background-position:top right;
	background-repeat:repeat-y;
}
/*
#footer {
	position:relative;
	left:30px;
	text-align:left;
}	
*/
#footer {
	margin-top:45px;
}

/* -----------------      */
/* Top-right buttons CSS  */
/* -----------------      */
#sitebuttons {
	position:absolute;
	left:715px;
	top:105px;
	height:76px;
	width: 155px;
}

#sitebuttons UL {
	margin:0;
	padding:0;
}

#sitebuttons LI {
	list-style:none;
	margin:0px;
	margin-bottom:6px;
	height:33px;
}

#sitebuttons LI A {
	display:block;
	height:33px;
	width:156px;
}

#siteButtons LI A:hover,
#siteButtons LI A.selected {
	background-position:0px -1px;
}

LI#specials {
	background-image:url(./images/topbuttons-specials.gif);
}

LI#specials A:hover,
LI#specials A.selected {
	background-image:url(./images/topbuttons-specials-over.gif);
}

LI#products {
	background-image:url(./images/topbuttons-products.gif);
}

LI#products A:hover,
LI#products A.selected {
	background-image:url(./images/topbuttons-products-over.gif);
}

/* ----------------- */
/* CSS is active, so hide the no-css text */
/* ----------------- */
#sitebuttons H3, #sitebuttons LI SPAN {
	display:none;
}
