body {
	background-color: #000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #fff;
	background-image: url(../styleImages/backgrounds/aquatic_body_bg.gif);
	background-repeat: repeat;
}
* {
	padding: 0;
	margin: 0;
}
p {	margin: .5em 0;
}
td {
	padding: 3px;
}
textarea {
	font-size: 1.1em;

	}
#pageSurround {
	width: 960px;
	margin: 10px auto;
	border: 1px solid #9FA9AD;
	background-color: #000;	
	text-align: left;
}
#topHeader {
	text-align: left;
	height: 100px;
	margin: 0;
	padding: 10px 0 0 0;	
	background-image: url(../styleImages/backgrounds/aquatic_header_tropical_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #000;
	color: #fff;
	overflow: hidden;
}
#topHeader div {
	float: left;
	}

#topHeader p {
	color: #009900;
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 0 175px; 
}
#topHeader h1 {
	color: #fff;
	font-size: 1.8em;
	font-weight: bold;
	margin-left: 175px;
	padding: .1em 0;
}
#topHeader h1 span { 
	color: #07D1F7;
}
#topHeader h2 {
	color: #07D1F7;
	font-size: 1.1em;
	font-weight: bold;
	margin-left: 175px;
}
#topHeader img { 
	position: relative;
	top: 6px;
}
#menubar {
	background-color: #CCC;
        color: #000;
	height: 19px;
	padding-top: 5px;
	padding-right: 20px;
	background-image: url(../styleImages/backgrounds/aquatic_menubar_bg.gif);
	background-repeat: repeat-x;
	text-align: right;
	margin-bottom: 15px;
	border-top: 1px solid #000;
	font-weight: bold;
}
#bottom_menu {
        clear: both;
	text-align: center;
        padding: 0;
        margin-bottom: 5px;
}
#footer {
        clear: both;
	text-align: center;
	height: 36px;
        padding-top: 10px;
	background-color: #CCC;
	background-image: url(../styleImages/backgrounds/aquatic_footer_bg.gif);
	background-repeat: repeat-x;
        color: #000;
}

.boxTitleLeft, 
.boxTitleRight {
	font-size: .9em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #626262;
	background-image: url(../styleImages/backgrounds/aquatic_boxTitleBg.gif);
	height: 18px;
	border-top: 1px solid #767676;
	border-left: 1px solid #767676;
	border-right: 1px solid #767676;
	padding-left: 5px;
	padding-top: 3px;
}
.boxContentLeft, 
.boxContentRight {
	font-size: .9em;
	border: 1px solid #767676;
	background-color: #696969;	/* box background color */
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left:  5px;
	padding-right: 5px;
	float: left;	
}
.colMid {
	position: relative;
	width: 620px;
	float: left;
	border: 0;
}
.colRight {
	position: relative;
	right: 0px;
	width: 160px; 
	padding-left: 5px;
	padding-right: 5px;
	float: right;
}
.boxContent {
	padding: 3px;
	color: #FFFFFF;
	background-color: #000000;
	margin-bottom: 5px;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 620px;
        min-height: 400px;
	float: left;

}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	padding: 0;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #767676;
	text-align: center;
	border: 1px solid #515151;
	margin: 0 0 5px 0;
	padding: 3px;
	float: left;
	width: 604px;
}
.subCat {	
	text-align: center;
	padding: 14px;
	float: left;
	width: 120px;
	height: 50px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.latestProds {
	float: left;
	text-align: center;
	width: 140px;
	height: 135px;
        margin-left: 5px;
        margin-right: 5px;
        border: 0;
}
/* FIX FOR IE6 \*/
* html .latestProds {
        margin-left: 4px;
        margin-right: 4px;
}
/* END FIX FOR IE6 */

