body {
	background-color: #FFF;
	margin: 0;
	padding: 0 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: none;
}
/* header spec */

#footer {
	text-align: left;
}

#header {
	float: left;
	text-align: left;
	width: 950px;
	
}

#headertop {
	background-image: url(../images/poem_background.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #247;
}

#logo {
	position:absolute;
	top:0;
	right:0;

}

#headerbottom {
	float: left;
	left:0;
	width: 938px;
	top: 95px;
	height: 40px;
	background-color: #DFF;
	border-bottom: 2px solid #699;
	padding: 0px 0px 0px 12px;
}

#headerbottom a {
	display: block;
	float: left;
	text-decoration: none;
	font-size: 10px;
	text-align: center;
	line-height: 10px;
	padding: 10px 10px 0px 10px;
}

#headerbottom a:hover {
	color: #000;
	}
	
.otherpage {
		color: #699;
		}
	
.thispage {
	color: #D80;
}

#searchbox {
	position: relative;
	float: right;
	top: 10px;
	right: 12px;
	margin: 0;
	padding: 0;
}

#searchbox form {
	margin: 0;
	padding: 0;
}

#wrapper {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 950px;
}


/* search facility */

#search {
	height: 75px;
	padding-left: 10px;
}


/* footer */

#footer {
	float: left;
	height: 70px;
	width: 100%;
	background-color: #FFF;
}

#footer img {
	margin: 0px 0px 0 8px;
}

#footer p {
	color: #333333;
	font-size: 10px;
	padding: 10px 0 20px 10px;
	margin: 0px;
}

#footer a, #footer a:link, #footer a:visited {
	color: #333333;
	text-decoration: none;
}

/* content is the main section */

#content {
	float: left;
	border-left: 2px dotted #699;
	border-right: 2px dotted #699;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	width: 560px;
	}
	
#content.full {
	width: 748px;
	border-left: none;
	padding: 0px 0px 0px 8px;
	}

/* contentcontent is the div included in content and bigcontent */


#contentcontent {
	margin: 0px 15px 0px 15px;
	}
	
	
#contentcontent p {
	font-size:12px;
	padding: 0 10% 0 0;
	}
	
	
#contentcontent p.home, #contentcontent h2.home {
	padding: 0 220px 0 0;
	}
	
.alignRight {
	float: right;
}

#contentcontent li {
	font-size:12px;
	padding: 0 10% 0 0;
	color: #000000;
	}

#contentcontent h1 {
	font: Arial, sans-serif, helvetica;
	color: #D80;
	font-size: 18px;
	padding-left: 0;
	margin-top: 0px;
}

#contentcontent h1.heading {
	font-size: 28px;
}

#contentcontent h2 {
	font: Arial, sans-serif, helvetica;
	color: #D80;
	font-size: 14px;
	padding-left: 0;
}

#contentcontent a {
	color: #699;
	text-decoration: none;
	}
	
#contentcontent a:hover {
	color: #000;
}

#contentcontent img {
	padding-left: 0;
	}
	
	
	
	
/*---- Gallery styling ---*/
	
	
.row {
	display: block;
	float: left;
	width: 670px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

.col {
	display: block;
	float: left;
	width: 126px;
	height: 120px;
	margin: 10px 0px 0px 0px;
}

.col a, .col a:link, .col a:visited {
	display: block;
	border: 1px solid #ffffff;
	width: 119px;
	height: 119px;
	margin: 0px 0px 0px 2px;
}

.col a:hover {
	display: block;
	border: 1px solid #eeeeee;
	width: 119px;
	height: 119px;
}

/*---- Supplier styling ---*/

	
.floatright {
	float: right;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 20px;
}

.supplierBox {
	float: left;
	background: #eeeeee url(../images/supplier_bg.gif) repeat-y;
	width: 530px;
}

.supplierBox img {
	float: left;
}

#supplierHead {
	float: left;
	background: #ffffff;
	width: 522px;
	margin: 12px 0px 0px 0px;
}

#supplierHead H1 {
	float: left;
	margin: 35px 0px 35px 15px;
}

#supplierHead img {
	float: right;
	margin: 12px 15px 12px 0px;
}

#supplierDescription {
	float: left;
	width: 365px;
	margin: 12px 0px 12px 0px;
}

#supplierDescription p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 12px 15px;
}

#supplierImages {
	float: right;
	width: 145px;
	margin: 12px 0px 12px 12px;
}

#supplierImages img {
	margin: 0px 0px 8px 0px;
}


/* supplier listing styles */

.supplierHolder {
	float: left;
	width: 530px;
	border-bottom: 1px dotted #ccc;
	margin: 0px 0px 10px 0px;
}

.localExport {
	display: block;
	float: left;
	width: 70px;
	
	color: #D80;
	font-size: 80%;
	font-weight: bold;
}

.supplierDetails {
	float: left;
	width: 280px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
	font-size:12px;
}

.supplierDetails p {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


.extraImages {
	float: left;
	width: 180px;
}

.extraImages img {
	vertical-align: middle;
	margin: 5px 5px 0px 0px;
}


/* long photo div is for photos at top of content div in suppliers section */

#longphoto {
	margin: 0 0 20px 0;
	padding: 0;
	height: 120px;
	width: 100%;
	overflow: hidden;
}

.whitefish {
	background-color: #D8D8EB;
		}
		
.pelagic {
	background-color: #A3CBE0;
}

.salmon {
	background-color: #F7D57A;
}

.wild_shellfish {
	background-color: #EC7E46;
}

.shellfish {
	background-color: #7C7B95;
}

.fishmeal {
	background-color: #AA5D5A ;
}
	
/* bigcontent is for the pages where no left hand column appears */

#bigcontent {
	padding: 0 0 0 20px;
	border-top: 2px solid #699;
	border-right: 2px solid #699;
	margin: 0;
	margin-left: 0;
	margin-right: 160px;
}



/* flanking columns */

#left, #right {
	/*position: absolute;*/
	float: left;
}


/* left column */

#left {
	left: 0px;
	margin: 15px 0px 0px 0px;
	width: 196px;
}

#left img {
	margin: 0px 10px 5px 10px;
}

#left a, #left a:link, #left a:visited {
	font-size:11px;
	text-decoration: none;
}

#left a:hover {
	color: #000;
}

#left p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

#left h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D80;
}

#leftlinks {
	margin: 5px 20px 20px 20px;
	padding: 0px;
	}
	
#leftlinks p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

/* right column */

#right {
	position: relative;
	float: left;
	width: 180px;
	left: 5px;
	top: 15px;
}

#right table, #right img {
	margin: 0px;
}

#right p {
	padding: 0 10px 0 10px;
	margin: 0px 0px 10px 0px;
	font-size: 10px;
	}
	
#right h1, #right h2 {
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
}
	
#right h1 {
	font-size: 14px;
	color: #D80;
}
	
#right h2 {
	font-size: 12px;
	color: #224477;
}

#right .date {
	font-size: 11px;
	font-weight: normal;
	color: #D80;
}

#right a, #right a:link, #right a:visited {
	color: #D80;
	text-decoration: none;
	margin: 0 0 10px 0;
	padding: 0;
}

#right a:hover {
	color: #000;
	}
	
	
/* suppliers table */

#leftcolumn {
	width:56px;
}

#leftcolumn img {
	vertical-align: top;
}

#rightcolumn {
	width: 325px;
	vertical-align: top;
}

h3 {
	color: #D80;
	font-size: 80%;
}


/* gallery table */

.gallery {
	font-size: 65%;
	
}

.gallery td {
	width: 140px;
	vertical-align: top;
	padding: 0 10px 0 0;
}


/* Supplier Search */

.supplier_search_label
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.supplier_search_box
{
	width: 140px;
}

/*lb stuff*/
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url('../images/lbox/loading.gif') no-repeat center;
}

#lbImage {
	border: 20px solid #fff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url('../images/lbox/prevlabel.gif') no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url('../images/lbox/nextlabel.gif') no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 20px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url('../images/lbox/closelabel.gif') no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}