body {
	background-color: #041822;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	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 #D5D7A5;
	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: 70px;
	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: #4D4D4D;
}
/* 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;
}
.LogoInukshuk {
	position: absolute;
	height: 101px;
	width: 167px;
	left: 22px;
	top: 0px;
}

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


#menu_top{
	position:relative;
	margin:0;
	padding:0;
	list-style-type:none;
}

.ie7 #menu_top {
	margin-top: 10px;
}

.ie #menu_top {
	margin-top: 10px;
}


#menu_top li {
	position:relative;
	float:left;
	padding-left:2px;
	/*background-color:black;
	background-repeat:repeat-y;*/
	background: transparent;
	list-style-type: none;
}

/* the menu headings with the mouse off */

#menu_top li a, #menu_top_right li a {
	display:block;
	float:left;
	height:22px;
	margin-top: 0px;
	padding:24px 6px 0 6px;
	font-size:11px;
	font-weight:normal;
	color:#000;
	text-decoration:none;
	white-space:nowrap;
}

.gecko #menu_top li a {
	padding:23px 6px 0 6px;
}

/* menu headings with mouse on */
#menu_top li a:hover {
	height:21px;
	padding:24px 6px 0 6px;
	color: #333;
	/*background-color:#4e4d4e;*/
}

.gecko #menu_top li a:hover {
	padding:23px 6px 0 6px;
}

/* the actual drop down menu */
#menu_top ul {
	position:absolute;
	display:block;
	float:none;
	top:41px;
	left:1px;
	width:220px;
	margin:0;
	margin-top: 0;
	padding:0;
	border-style: none;
	border-width:1px;
	border-color:black;
	background-color:#fff;
	-moz-opacity:0.85;
	opacity:0.85;
	filter:alpha(opacity=85);
	overflow:hidden;
}

.gecko #menu_top ul {
	top: 48px;
	padding-top: 0;
}

#menu_top ul li {
	display:block;
	float:none;
	margin:0;
	top: 0;
	margin-top: 0;
	padding:0.2em 6px 0 6px;
	padding-top: 0;
	background-color:#fff;
	background-image:none;
}
.gecko #menu_top ul li {
	margin: 0em;
	padding: 0.2em;
}

#menu_top ul li a {
	display:block;
	float:none;
	margin-top:0;
	top: 0;
	color:#000;
	height:auto;
	padding:0.2em 5px;
	/*padding-top: 0;*/
	font-weight:normal;
}

.gecko #menu_top ul li a {
	margin: 0em;
	padding: 0.2em;
}

#menu_top ul li a:hover {
	height:auto;
	margin-top: 0;
	padding:0.2em 5px;
	color:#d2d5d5;
	background-color: #000;
}

.gecko #menu_top ul li a:hover {
	margin: 0em;
	padding: 0.2em;
}

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) }
