﻿/* DIV tags */
body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

body.typography {
	background: #FFFFFF;
}

body.Storage {
	background: #253A01;
}

body.Seafood {
	background: #6A0000;
}

body.Store {
	background: #29555A;
}

#container {
	width: 900px;
	margin: 0px auto 0 auto;
	padding: 0;
	border: 0;
	background-color: #fff;
}
/* Masthead */
#masthead {
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: right;
	background-color: #FFFFFF;
	background-image: url('../images/banner.gif');
	background-position: top;
	background-repeat: no-repeat;
	height: 125px;
	width: 900px;
}
#mastheadSeafood {
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: right;
	background-color: #FFFFFF;
	background-image: url('../images/seafood-banner.gif');
	background-position: top;
	background-repeat: no-repeat;
	height: 200px;
	width: 900px;
}

#mastheadStore {
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: right;
	background-color: #FFFFFF;
	background-image: url('../images/store-banner.gif');
	background-position: top;
	background-repeat: no-repeat;
	height: 200px;
	width: 900px;
}

#mastheadStorage {
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: right;
	background-color: #FFFFFF;
	background-image: url('../images/storage-banner.gif');
	background-position: top;
	background-repeat: no-repeat;
	height: 200px;
	width: 900px;
}


/* Navigation */
#navigation {
	height: 28px;
	width: 880px;
	margin: 20px 0 0 0;
	padding: 10px 10px 0 10px;
	font-size: .8em;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 5px 10px 5px 10px;
}
#navigation li a:hover, li a.current {
	font-weight: bold;
	text-decoration: none;
	color: #800000;
	display: block;
	background-color: #FFFFFF;
}
/* InsideNavigation */
#inside-navigation {
	width: 180px;
	float: left;
	position: relative;
	padding: 5px 5px 5px 0;
	font-style: normal;
	color: #333333;
	margin-top: 20px;
	margin-left: 10px;
	font-size: .8em;
}
#inside-navigation p {
	padding: 10px 0 0 10px;
	line-height: 15px;
}
#inside-navigation ul {
	list-style: none;
	color: #000000;
	margin: 0;
	padding: 5px;
}
#inside-navigation li {

}
#inside-navigation li a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 2px 0 2px 0;
}
#inside-navigation a:hover, {
	background: #666666;
	font-weight: normal;
	text-decoration: underline;
	color: #800000;
}
#inside-navigation li a:active {
	font-weight: bold;
	text-decoration: none;
	color: #3A787F;
}

.uplevel {
	background-color: #FFFFFF;
	border: 1px #666666 dotted;
}

#content {
	float: left;
	position: relative;
	margin: 20px 10px 0 10px;
	width: 880px;
}
#inside {
	float: left;
	position: relative;
	margin: 20px 10px 0 10px;
	width: 675px;
}
#page {
	margin: 0;
	border: 0;
	width: 100%;
}
#page-short {
	margin: 0;
	border: 0;
	padding-left: 10px;
}

/* Footer */
#footer {
	border-top: 2px #5a3c0a dotted;
	width: 880px;
	clear: both;
	margin: 0;
	padding: 10px;
	border: 0;
	text-align: center;
	font-size: .8em;
}
#footer a, a:link {
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
	display: inline;
	padding: 0 5px 0 5px;
	border: 0;
}
#footer a:hover, a:active {
	font-weight: normal;
	text-decoration: underline;
	color: #800000;
	background-color: #ffffff;
}
a {
	color: #3A787F;
    text-decoration:none;
}
a:hover {
	color: #473c2a;
	text-decoration: underline;
}
