/* Aqua Biotope CSS Document */

html, body, p, a, td, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}

body {
	background-color: #E1E1E1;
}


#mainContainer p {
	margin: 4px 0 4px 0;
	padding: 4px 0 4px 0;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
}


#content h1 {
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 15px 0;
	display: block;
	width: 354px;
	height: 26px;
	color: #000;
	padding: 0px 5px 2px 0px;
	border-bottom: 1px solid #000;
}

#headerLower {
	border-top: 1px solid #000;
}

#searchArea {
	width: 155px; 
	height: 50px;
	background: #DDBC94 url(../images/searchBg.gif) top left no-repeat; 
}

#topNav {
	width: 595px; 
	height: 16px; 
	background: #FFF url(../images/topnavBg.jpg) top left no-repeat;
	font-size: 12px;
	text-align: right;
	border-bottom: 1px solid #000;
	color: #000;
	margin-bottom: 10px;
	padding: 3px 10px 3px 0;
}

#topNav a:link, #topNav a:visited {
	color: #C03;
	text-decoration: none;
	font-weight: bold;
}

#topNav a:hover, #topNav a:active {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}



#left {
	width: 158px;
	vertical-align: top;
	background: #FFF;
	border-right: 1px solid #000;
}

#leftFooter {
	background-color: #FFF;
	height: 105px;

}

#leftFooter p {
	color: #FFF;
	font-weight: bold;
	font-size: 10px;
	line-height: 14px;
	padding-left: 10px;
}

#content {
	width: 595px;
	vertical-align: top;
	background-color: #FFF;
	color: #000;
	padding: 0 10px 20px 10px;
}

#content a:link, #content a:visited {
	color: #FF0000;
	text-decoration: none;
}

#content a:hover, #content a:active {
	color: #FF0000;
	text-decoration: underline;
}

#mainContainer
{
	padding: 0px 10px 10px 10px;
	margin: 0;
	background-color: #FFF;
}



#footer {
	border-top: 7px solid #FFF;
}

#footnav {
	width: 750px;
	height: 15px;
	background-color: #FFF;
	color: #36C;
	margin: 0;
	padding: 4px 0 0 0px;
	clear: both;
	text-align: center;
	border-top: 1px solid #000;
	font-size: 9px;
}

#footnav a:link, #footnav a:visited {
	color: #36C;
	text-decoration: none;
}

#footnav a:hover, #footnav a:active {
	color: #000;
	text-decoration: none;
}

#extreme {
	width: 750px;
	height: 15px;
	text-align: center;
	background-color: #FFF;
	color: #000;
	margin: 0;
	padding: 4px 0 4px 0;
	float: none;
	clear: both;
	background-image: none;
	font-size: 9px;
}

#extreme a:link, #extreme a:visited {
	color: #515151;
	text-decoration: none;
	vertical-align: top;
}

#extreme a:hover, #extreme a:active {
	color: #000;
	text-decoration: none;
	vertical-align: top;
}


/***********************************************************************/

.productHeader {
	background-color: #E1DBA9; 
	color: #993333; 
	height: 20px;
	width: 100%;
	padding: 3px 3px 3px 10px;
}

.productDecription {
	color: #993333;
	height: 20px;
	width: 100%;
	border-top: 1px solid #993333;
	border-bottom: 1px solid #993333;
	padding: 0 10px 10px 10px;
}

.productInfo {
	padding-left: 10px;
	color: #993333;
}

