﻿body 
{
	margin: 0;
	padding: 0;
	font-family: Helvetica, Verdana, Arial, Sans-Serif; 
	font-size: 8pt;
	background-color: #0066A6;
	line-height: 1.7em;
}
a
{
	color: #0066A6;
}
a:hover
{
	color: #009DFF;
}
#Footer
{
	height: 60px;
	font-size: .8em;
	color: #999;
	clear: both; 
	min-height: 60px; 
	background-image: url(/images/footer_bg.gif); 
	background-repeat: no-repeat; 
	background-color: #e6f0f6; 
	padding: 5px;
}
#Footer a
{
	text-decoration: none;
	padding: 0px 5px 0px 5px;
}
#Footer a:hover
{
	text-decoration: underline;
}
/* ------------------------------------------
Start Menu Styles
------------------------------------------ */
#AquaStarMenu
{
	font-weight: bold;
}
#AquaStarMenu a
{
	text-decoration: none;
}
#AquaStarMenu .MenuItem
{
	background-color: White;
	text-align: right;
	padding: 3px;
}
#AquaStarMenu .MenuItem a
{
	color: #0066A6;
	padding-right:10px;
}
#AquaStarMenu .SelectedItem
{
	background-color: #0066A6;
	text-align: right;
	padding: 3px;
}
#AquaStarMenu .SelectedItem a
{
	color: White;
	padding-right:10px;
}
#AquaStarMenu .SubMenuItem
{
	text-align: right; 
	padding: 3px 3px 3px 3px;
	background-color: #408CBD;
}
#AquaStarMenu .SubMenuItem .SelectedSubItem a
{
	color: White;
}
#AquaStarMenu .SubMenuItem .UnselectedSubItem a
{
	color: #B0D0E4;
}
#AquaStarMenu .SubMenuItem .UnselectedSubItem a:hover
{	
	color: White;	
}
/* ------------------------------------------
End Menu Styles
------------------------------------------ */
/* ------------------------------------------
Start Product Category Styles
------------------------------------------ */
.tableCategory
{
	border: solid 1px #ffffff;
}
.tableCategory td table tr td
{
	padding:6px 24px 6px 8px;
	color: #ffffff;
}
/* ------------------------------------------
End Product Category Styles
------------------------------------------ */
/* ------------------------------------------
Start Consumer Styles
------------------------------------------ */
.consumerSidebar
{
	color: #FFFFFF;
	line-height:1.5em;
	background:url('/images/sidebar_beach.jpg') no-repeat #acb0ab;
}
.consumerSidebar a, .consumerSidebar a:visited
{
	color: #0066A6;
}
.consumerSidebar a:hover
{
	color: #009DFF;
}
/* ------------------------------------------
End Consumer Styles
------------------------------------------ */
