body {
	background-color: #284498;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(/coreyimages/background-water.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


.MIDDLECOLUMN {
	width: 748px;
}
.LanguageOptions {
	position: relative;
	height: 47px;
	width: 748px;
	text-align: right;
	color: #005E64;
	font-size: 10px;
}
.HEADER {
	position: relative;
	height: 128px;
	width: 748px;
	background-image: url(/coreyimages/headerbackground.gif);
	background-repeat: no-repeat;
}
.PhotoBoxHome {
	position: relative;
	height: 304px;
	width: 748px;
	background-image: url(/coreyimages/photo-boxes-home-backgrnd.jpg);
	background-repeat: no-repeat;
	z-index: 1;
}
.PhotoHome {
	position: absolute;
	left: 13px;
	height: 291px;
	width: 720px;
	border: 1px solid #F9D14B;
	z-index: 1;
}
.CONTENTBOX {
	background-image: url(/coreyimages/contentbackground.gif);
	background-repeat: repeat-y;
	position: relative;
	width: 748px;
}

.CONTENTBOXLeftColumn {
	width: 279px;
	text-align:center;
	
}
.CONTENTBOXRightColumn {
	width: 443px;
}

.CONTENTBOXRightColumnContainer {
	padding: 24px;
}

	
.FOOTERBar {
	background-image: url(/coreyimages/footerbar.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 44px;
	width: 748px;
}


.FOOTERTextLinks {
	position: relative;
	height: 62px;
	width: 748px;
}
.FOOTERCorporateLinks {
	position: absolute;
	top: 18px;
	z-index: 3;
	color: #FFFFFF;
}
.FOOTERPageLinks {
	position: absolute;
	top: 18px;
	width: 748px;
	text-align: right;
	color: #FFFFFF;
	font-size: 11px;
}
.FOOTERCopyright {
	position: absolute;
	top: 40px;
	color: #8E9FCC;
}
/* BUTTONS Defines the styles of the main navigation buttons */
.BUTTONS {
	position: absolute;
	height: 52px;
	width: 540px;
	left: 208px;
	z-index: 10;
	background-image: url(/coreyimages/buttonsbackground.jpg);
	background-repeat: repeat-x;
	top: -43px;

}

/* BUTTONS Shadow Draws a PNG transparent black shadow behind the main buttons */
.BUTTONSShadow {
	position: absolute;
	height: 15px;
	width: 536px;
	left: 212px;
	z-index: 9;
	background-image: url(/coreyimages/buttonsshadow.png);
	background-repeat: repeat-x;
	top: 9px;

}




.HeaderTextLinksandSearchBox {
	position: absolute;
	width: 432px;
	left: 310px;
	top: 45px;
	font-size: 10px;
	text-align: right;
	color: #B6D5D2;
}
.SearchBox {
	height: 15px;
	width: 146px;
}
.SearchForOurProducts {
	position: absolute;
	height: 133px;
	width: 184px;
	left: 34px;
	top: 157px;
	background-image: url(/coreyimages/searchforourproducts.png);
	background-repeat: no-repeat;
	z-index: 2;
}
.SEARCHByFishSpecies {
	position: absolute;
	height: 19px;
	left: 12px;
	top: 48px;
	font-size: 10px;
}

.SEARCHByFormula {
	position: absolute;
	height: 19px;
	left: 12px;
	top: 73px;
	font-size: 10px;
}
.SEARCHButtonForOurProducts {
	position: absolute;
	left: 114px;
	top: 74px;
}
.SEARCHButtonHeader {

	position: relative;
	top: 3px;
}
.LogoCoreyAqua {
	position: absolute;
	height: 93px;
	width: 141px;
	left: 36px;
	top: 9px;
}


# dd menu
# ---------------------------


#menu_top {	
	margin: 0;
	padding: 0;
	background: white;
	list-style: none;
	margin-top: 0px;
}

#menu_top li {	
	float: left;
	display: block;
	font: 12px Tahoma, Arial
	position: relative;
	z-index: 500;
}

#menu_top li a {
	display: block;
	/* background: #57abc6; */
	padding: 5px 6px;
	text-decoration: none;
	/* border-right: 1px solid white;*/
	width: auto;
	color: white;
	white-space: nowrap
}

#menu_top li a:hover {	
	background: #24313C;
	color: white;
}

#menu_top li ul {	
	margin: 0;
	padding: 0;
	position: absolute;
	display: none;
	border-top: 1px solid white;
	line-height: normal;
	background: red;
}

#menu_top li ul li {	
	float: none;
	display: inline
	line-height: normal;
}

#menu_top li ul li a {	
	width: 200px;
	background: #fff;
	color: black;
	display: block;
}

#menu_top li ul li a:hover {	
	/* background: #57abc6; */
}

.clear {	
	clear: both;
	overflow: hidden;
	height: 0;
}

form#searchform {
	position:relative;
}

div#search {
	position:relative;
	float:right;
	margin-right:3px;
}

input#Searchwords {
	width:5em;
}

label.overlabel, label.overlabel-apply {
	position:absolute;
	top:3px;
	left:5px;
	z-index:1;
	color:#999;
}

img, div { behavior: url(/iepngfix.htc) }

