body {
	margin: auto;
	padding: 0;
	background-color: #000000;
	text-align: center;
	overflow: none;
}

div {
	position: relative;
}

a { 
	color: #072D48;
}

a:visited {
	color: #CC0000;
}

a:active {
	color: #CC0000;
}

#layout {
	width: 1024px;
	height: 768px;
	margin: auto;
	background: url(../images/background.jpg) #000000 no-repeat;
}

#header {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 79px;
	background-color: #CC0000;
	z-index: 5000;
}

#logo {
	width: 180px;
	height: 46px;
	margin: auto;
	background: url(../images/logo.gif) no-repeat;
}

#pagelogo {
	width: 238px;
	height: 64px;
	background: url(../images/bioline.jpg) no-repeat;
}

#pagetitle {
	padding-top: 14px;
}

#fishgreen {
	position: absolute;
	width: 99px;
	height: 100px;
	right: 50px;
	top: 12px;
	z-index: 4000;
	background: url(../images/fishgreen.gif) no-repeat;
}

#fishgreenpage {
	position: absolute;
	width: 300px;
	height: 259px;
	right: -30px;
	top: -100px;
	z-index: 2000;
	opacity: 0.5;
	filter:alpha(opacity=50);
	background: url(../images/greenBackground.jpg) no-repeat;
}

#fishgreentext {
	position: absolute;
	width: 250px;
	height: 250px;
	right: -30px;
	top: -100px;
	z-index: 3000;
	padding: 20px;
}

#fishgreentext .title {
	font-size: 14pt;
	color: #00573D;
}


#faqpagelanding {
	position: absolute;
	background: url(../images/faqBackground.jpg) no-repeat;
	height: 557px;
	width: 699px;
	top: -15px;
	left: -26px;
}


#faqpage {
	position: absolute;
	width: 300px;
	height: 259px;
	right: -30px;
	top: -335px;
	z-index: 2000;
	opacity: 0.5;
	filter:alpha(opacity=50);
	background: url(../images/greenBackground.jpg) no-repeat;
}

#faqtext {
	position: absolute;
	width: 250px;
	height: 250px;
	right: -30px;
	top: -335px;
	z-index: 3000;
	padding: 20px;
}

#faqtext .title {
	font-size: 14px;
	color: #00573D;
}

#faqitems {
	top: 40px;
	height: 456px;
	width: 630px;
	padding: 10;
	overflow-y: scroll;
}


#contactpage {
	position: absolute;
	top: 288px;
	left: -25px;
	width: 393px;
	height: 195px;
	z-index: 2000;
	background: url(../images/contactBackground.jpg) no-repeat;
}

#contactblurb {
	position: absolute;
	top: 293px;
	left: -20px;
	width: 400px;
	height: 140px;
	z-index: 3000;
	padding: 20px;
}

#producttable {
	top: -17px;
	left: -10px;
}

#headernav {
	width: 650px;
	margin:auto;
}
#headernav ul.navmenu { list-style: none; margin: 0; padding: 0; }
#headernav ul.navmenu li a { font-family: arial; font-size: 11pt; font-weight: normal; color: #FFFFFF; }
#headernav ul.navmenu li a.selected { color: #072D48; }
#headernav ul.navmenu li { float:left; padding: 5px 19px 0px 19px; }

#content {
	top: 0px;
	left: 0px;
	width: 800;
	height: 600;
	margin-left: 182px;
	margin-top: 28px;
	margin-bottom: 50px;
	text-align: left;
}

#pagetext {
	font-family: arial;
	color: #072D48;
	font-size: 10pt;
	font-weight: bold;
	z-index: 3000;
}

#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 40px;
	left: 0px;
	margin: 0;
	padding: 0;
	text-align: left;
	background: url(../images/footerbackground.gif) repeat-x;
}

#footernav {
	width: 650px;
	height: 40px;
	left: 300px;
}
#footernav ul.navmenu { list-style: none; margin: 0; padding: 0; }
#footernav ul.navmenu li a { font-family: arial; font-size: 11pt; font-weight: normal; position: relative; color: #072D48; top: 12px; }
#footernav ul.navmenu li a.selected { color: #FFFFFF; }
#footernav ul.navmenu li { float:left; padding: 0px 20px 20px 0px; }


#newspage {
	position: absolute;
	background: url(../images/mediaBackground.jpg) no-repeat;
	height: 557px;
	width: 699px;
	top: -15px;
	left: -26px;
}

#newsitems {
	top: 40px;
	height: 456px;
	width: 630px;
	padding: 10;
	overflow-y: scroll;
}

.newstitle {
	font-size: 14pt;
}

.newstext {
}

#homegraphic {
	position: absolute; 
	top: 21px; 
	left: 349px;
	z-index: 100;
}

#productlink {
	position: absolute;
	top: 72px; 
	left: -5px;
}

#aboutlink {
	position: absolute;
	top: 352px; 
	left: -132px;
}

#medialink {
	position: absolute;
	top: 352px; 
	left: 150px;
}

