/* GLOBAL STYLES
========================================================================*/
html {
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
body {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.6em;
	margin: 0px;
	min-width: 955px;
	padding: 0px;
	text-align: center;
}
a {
	color: #056d6d;
	text-decoration: none;
}
a:hover { text-decoration: underline }
form {
	margin: 0;
	padding: 0;
}
form ul, form ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4 {
	color: #056d6d;
	font-family: Arial;
	font-size: 24px;
	font-weight: normal;
	margin: .5em 0;
	padding: 0;
}
h2 { font-size: 22px }
h3 { font-size: 18px }
h4 { font-size: 16px }
img { border: 0 }
fieldset { border: 0 }
caption, th { text-align: left }
.right { float: right; }
.left { float: left; }
img.left, img.right { margin: 0 10px 10px; }
img.left {
	margin-left: 0;
}
img.right {
	margin-right: 0;
}
.hide { display: none; }
.no-js .hide { display: block; }
.ui-tabs .ui-tabs-hide { display: none; }
input[type=text],
input.text,
input[type=password],
select,
textarea {
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2) inset;
	padding: 5px;
}
input[type=text]:focus,
input.text:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
	outline: 1px #0080a3 solid;
}
input.button, .button {
	background: #FFCB00;
	background-image:-moz-linear-gradient(center bottom , rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 36%, rgba(255, 255, 255, .3) 100%);
	background-image: -webkit-gradient( linear,left bottom,left top,color-stop(0, rgba(255,255,255,0)),color-stop(.36, rgba(255,255,255,.2)),color-stop(1, rgba(255,255,255,.3)));
	border: 1px solid #225da6;
	border-color: rgba(0,0,0,0.1);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.4) inset, 0 1px 3px rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.4) inset, 0 1px 3px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.4) inset, 0 1px 3px rgba(0,0,0,.3);
	color: #36C;
	font-size: 18px;
	padding: 3px 5px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.7);
}
input.small {
	padding: 3px;
	text-align: right;
	width: 20px;
}
input.button:hover, .button:hover {
	background-color: #FFCB00;
	cursor: pointer;
}
.images {
	float: left;
	margin: 0 -2px;
	padding: 0;
	width: 100%;
}
.images li {
	float: left;
	list-style: none;
	margin: 2px;
}
.images img {
	float: left;
}

.pad {
	padding:1em;	
}
.center {
	text-align:center;	
}
.t_r {
	text-align:right;	
}
/* HEADER 
========================================================================*/
#header {
	background-color: #0c4c81;
	float: left;
}
#header .non-form-options a {
	: ;
	color: #4f8cb9;
	text-decoration: none;
}
#header .yellow_btn { font-weight: bold }
#header #topNav {
	color: #333333;
	float: right;
	font-family: Arial;
	font-size: 9px;
	margin-bottom: .5em;
	padding-right: 7px;
	padding-top: 70px;
}
#header #topNav a {
	color: #FFF;
	text-decoration: none;
}
#header #topNav a:hover { text-decoration: underline }
#header #login {
	background-color: transparent;
	color: #4f8cb9;
	font-size: 10px;
	position: absolute;
	right: 7px;
	top: 7px;
	width: 560px;
}
#header #login.logged-in {
	width: 540px;
}
#header #login .non-form-options {
	clear: both;
	float: right;
	width: 215px;
}
#header #login .non-form-options li {
	float: left;
	margin: 0 2px 0 6px;
}
#header #login h5 {
	float: left;
	font-size: 11px;
	margin: 2px 4px 0 0;
}
#header #login ul { float: right }
#header #logo {
	color: #FFF;
	float: left;
	margin: 27px 0 -31px;
}
#login ul {
	margin: 0;
	padding: 0;
}
#login ul li {
	float: left;
	list-style: none;
}
.yellow_btn {
	background: #ffcb00;
	color: #0c4c80;
	display: block;
	margin: 0 2px;
	padding: 3px 7px;
	text-decoration: none;
	width: 205px;
}
#nav {
	border-top: 1px solid #b0cde2;
	float: right;
	margin-top: 1px;
	position: relative;
	width: 895px;
	z-index: 1;
}
#nav li.first { }
#nav > ul { float: left }
#nav ul {
	/* all lists */: ;
	float: right;
	line-height: 1;
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
#nav li {
	/* all list items */: ;
	/* width needed or else Opera goes nuts */: ;
	float: left;
	text-align: center;
}
#nav li:hover ul, #nav li.hover, #nav li.over ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	/* lists nested under hovered list items */: ;
	display: block;
	left: auto;
	margin-left: 1px;
	margin-left: -7em !ie;
	position: fixed;
}
#nav li ul {
	/* second-level lists */: ;
	/* using left instead of display to hide menus because display: none isn't read by screen readers */;
	border-top: 1px solid #0c4c81;
	left: -999em;
	margin: -1px 0 0;
	position: absolute  !important;
	width: 261px;
}
#nav li ul li {
	background-color: #b0cde2;
	border-bottom-color: #859FBA;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: none;
	margin: 0px;
	padding-left: 0px;
	padding-right: 10px;
	text-align: left;
	width: 251px;
}
#nav li ul li.careers {
	width: 180px;
}
#nav li ul a {
	border-left: 1px solid #b0cde2 !important;
	color: #036;
	display: block  !important;
	font-size: 10px;
	height: 10px !important;
	padding: 8px !important;
}
#nav li ul a:hover {
	border-color: #b0cde2;
	color: #FFF;
	display: block  !important;
	height: 10px !important;
	padding: 8px !important;
}
#nav li a {
	color: #afcce2;
	font-weight: bold;
}
#nav li a:hover {
	background-color: #b0cde2 !important;
	border-color: #0c4c81;
	color: #036;
}
#nav a {
/*	background-image: url(/images/navbar_wood.jpg); */
	border-left: 1px solid #b0cde2;
	color: #FFFFFF;
	display: block;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	height: 10px;
	padding: 9px 30px 10px 30px;
	text-decoration: none;
}
#headerImage {
	background-color: #efefef;
	padding: 50px;
}
#home .home a, #about .about a, #contact .contact a, #products .products a, #associations .associations a, #resources .resources a, #wave-properties .wave-properties a {
	background-color: #b0cde2 !important;
	border-color: #0c4c81;
	color: #036;
}
#nav li.home > a {
	background: url(/images/home_port_icon.png) 7px 0 no-repeat;
}
#home #nav .home > a,
#nav .home:hover > a {
	background-position: 7px -53px;
}
/* STRUCTURE
========================================================================*/
#wrapper {
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	position: relative;
	text-align: left;
	width: 1000px;
}
#banner {
	background: #fff;
	color: #fff;
	margin-top: -16px;
	position: relative;
	min-height: 50px;
}
#banner h1 { color: #fff; }
.sup #banner {
	margin-bottom: 30px;
}
.sup #banner h1 {
	bottom: 6px;
	left: 25px;
	position: absolute;
	font-weight: bold;
	font-size: 25px;
	line-height: normal;
	text-shadow: 0 0 8px black;
	color: #fff;
}
.small_banner { height: 120px }
.lrg_banner { height: 240px; }
.no_bg {
	background: transparent !important;
	margin-bottom: 25px !important;
}
.no_bg h1 {
	color: #0080a3 !important;
	margin: 25px 0 0 14px !important;
	position: static !important;
	text-indent: 0 !important;
	text-shadow: none !important;
}
.sup #mainContent { padding-bottom: 40px }
.sup #mainContent h1 {
	margin: 20px 14px;
}
.sup #mainContent h1.lightSerif {
	color: #c8deee;
	font-size: 52px;
	margin: 12px 0 0;
	font-weight: bold;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	letter-spacing: -5px;
	line-height: 0.8em;
}
.sup .col2_left {
	float: left;
	width: 308px;
	margin-right: 21px;
}
.sup .col2_right {
	float: left;
	width: 656px;
	margin-right: 0 !important;
}
.sup .sidenav img {
	margin: 10px 0;
}
.sup .sidenav ol,
.sup .sidenav ul {
	list-style: none;
	padding: 0;
	margin: 0 0 15px;
}
.sup .sidenav li {
	background: #D3E2E5;
	color: #056D6D;
	padding: 8px 5px;
	font-size: 11px;
	margin-bottom: 3px;
	font-weight: bold;
}
.social {
	display: block;
	margin:6px 10px 20px;
	text-align: right;
}
.social img {
	position: relative;
	top: 4px;
}
.col {
	float: left;
	margin-right: 3%;
}
.col3, .col2 {
	float: left;
	width: 100%;
}
.col2 .col_right,
.col3 .col_right {
	margin-left: 3%;
	margin-right: 0;
}
.col3 .col {
	margin-right: 3%;
	width: 30%;
}
.col2 .col { width: 47% }
.article { margin: 0 14px 20px }
.article h3 { margin-top: 0; }
.article .more i {
	display: block;
	font-style: normal;
}
.col3_sidenav .col {
	width: 36%;
}
#sidenav {
	margin-right: 0;
	width: 19%;
}
#sidenav ul {
	border-left: 2px solid #c7d3db;
	margin: 0;
	padding: 5px 0;
}
#sidenav li { list-style: none; }
#sidenav a {
	display: block;
	padding: 5px 0 5px 35px
}
#sidenav .career a {
	background: url(/images/sidenav_career.png) no-repeat 8px 3px;
}
#sidenav .sidenav_contact a {
	background: url(/images/sidenav_contact.png) no-repeat 8px 4px;
}
.ui-tabs-nav {
	border-bottom: 10px solid #095a5a;
	float: left;
	margin-bottom: 20px;
	padding: 0 0 0 1px;
	width: 999px
}
.ui-tabs-nav li {
	float: left;
	list-style: none;
	margin: 0 0 0 1px !important;
	width: 165px;
}
.ui-tabs-nav li:first-child {
	/*margin-left: 2% !important;*/
}
.ui-tabs-nav a {
	background: #a1c1dc;
	border: 1px solid #a1c1dc;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	display: block;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(255,255,255,.2);
}
.ui-tabs-nav .ui-state-hover a {
	background: #c7dbeb;
	border-color: #c7dbeb;
	text-decoration: none;
}
.ui-tabs-nav .ui-state-active a {
	background: #095a5a;
	border-color: #095a5a;
	box-shadow: inset 0 1px 1px rgba(255,255,255,.4);
	-moz-box-shadow: inset 0 1px 1px rgba(255,255,255,.4);
	-webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.4);
	color: #fff;
	display: block;
	text-shadow: 0 1px 0 rgba(0,0,0,.6);
}

/* FOOTER
========================================================================*/
#footer {
	clear: both;
	position: relative;
}
#footer #copyright {
	border-top-color: #ccc;
	border-top-style: solid;
	border-top-width: 1px;
	clear: both;
	color: #333;
	font-size: 0.8em;
	line-height: 133%;
	margin-top: 8px;
	padding-top: 0;
	text-align: center;
}
#footer #copyright a {
	color: #333333;
	text-decoration: none;
}
#footer #copyright a:hover { text-decoration: underline }
#phone_number {
 	background: url(/images/phone_number_bg.png) no-repeat 0 -2px;
	color: #fff;
	display: block;
	font-size: 24px;
	font-weight: bold;
	height: 30px;
	padding: 4px 0 0 36px;
	position: absolute;
	right: 10px;
	top: 52px;
}
.clear { clear: both }
.float_left { float: left }
.float_right { float: right }
.CTML_01 {
	border: 1px solid #E8E8E8;
	padding-bottom: 24px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 12px;
}
.CTML02 { }
.CTML02 dd {
	color: #666666;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 0px;
	margin-top: 0px;
}
.CTML02 dl {
	font-size: 80%;
	width: 330px;
}
.CTML02 dt {
	float: right;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	width: 190px;
}
.CTML02 { float: left }
.blue_Section_Header {
	background-color: #D3E2E5;
	color: #008080;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 3px 5px 3px 10px;
}
#sitemap h3 {
	background-color: #D3E2E5;
	color: #008080;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 3px;
}
#sitemap_blocks {
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: 150%;
	padding-bottom: 15px;
	padding-top: 5px;
	position: relative;
}
#sitemap_blocks  li {
	margin: 0px;
	padding: 0px;
}
#sitemap_blocks ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sitemap_blocks ul li strong a {
	color: #056d6d;
	text-decoration: none;
}
#sitemap_blocks ul li strong a:hover {
	color: #008080;
	text-decoration: underline;
}
#sitemap_blocks ul ul {
	list-style-type: none;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 0px;
}
#sitemap_blocks ul a {
	color: #6d6d6d;
	display: block;
	text-decoration: none;
}
#sitemap_blocks ul a:hover {
	color: #666;
	text-decoration: underline;
}
.sitemap_block_seperator {
	background-color: #CCC;
	float: left;
	height: 120px;
	width: 1px;
}
.sitemap_block_item {
	border-right: 1px solid #ccc;
	float: left;
	height: 120px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	width: 135px;
}
.sitemap_block_search {
	float: left;
	margin-left: 0px;
	padding: 10px;
	width: 260px;
}
#search_button {
	background-color: #D3E2E5;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	color: #008080;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 15px;
	position: relative;
	top: 0;
}
.sitemap_block_item_short {
	float: left;
	height: 80px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	width: 130px;
}
#footer_translation {
	bottom: 13px;
	float: left;
	left: 624px;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	width: 310px;
}
#footer_translation strong { color: #900 }
#footer_translation ul a {
	display: inline !important;
	margin-right: 1px;
}
#footer_translation li { display: inline }
#footer_translation a {
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	margin-right: 5px;
}
#col2_left {
	float: left;
	width: 750px;
}
#col2_right {
	float: right;
	width: 230px;
}
#col2 {
	background-image: url(/images/shadow_bg_col2.gif);
	background-position: right;
	background-repeat: repeat-y;
}
#col3_left {
	float: left;
	padding-right: 15px;
	width: 308px;
}
#col3_mid {
	float: left;
	width: 434px;
}
#col3_right {
	float: left;
	padding-left: 15px;
	width: 200px;
}
#logins {
	background-color: #E0E0E0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
}
#fishOnLine, #customerConnection {
	background: #fdc300;
	font-family: Arial;
}
#fishOnLine a, #customerConnection a {
	color: #0f396e;
	display: block;
	font-weight: bold;
	padding: 3px;
	text-decoration: none;
}
#customerConnection { margin-top: 2px }
.lightbox_overlay {
	background: rgba(255,255,255,0.7);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9;
}
.lightbox {
	background: #fff;
	border: 1px solid #0c4c81;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.5);
	height: 400px;
	left: 50%;
	margin-left: -320px;
	padding: 30px 40px 40px;
	position:fixed;
	top: 10%;
	width: 600px;
	z-index: 10;
}
#login_title {
	color: #EEB416;
	font-weight: bold;
}
#fp_accordion {
	background-color: #FFFFFF;
	font-size: 9px;
}
#fp_accordion div { padding: 4px 10px 5px }
#fp_accordion ul {
	margin: 0px;
	padding-bottom: 0em;
	padding-left: 0em;
	padding-right: 0em;
	padding-top: 0em;
}
#fp_accordion li {
	list-style-type: none;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-top: 1em;
}
#fp_accordion li {
	border-bottom-color: #EBEBEB;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #999999;
	list-style-type: none;
	margin: 0px;
	padding-bottom: 0.75em;
	padding-left: 0.15em;
	padding-right: 0.15em;
}
#fp_accordion li a {
	color: #04ABF2;
	padding-left: .6em;
	text-decoration: none;
}
#fp_accordion li a:hover { text-decoration: underline }
#fp_accordion h3 {
	background-color: #D3E2E5;
	color: #666666;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 3px;
}
#fp_accordion h3 a {
	color: #056d6d;
	display: block;
	font-weight: bold;
	padding: 8px 5px;
	text-decoration: none;
}
#fp_accordion h3 a:hover { text-decoration: none }
.fp_flash {
	background-color: #e4e4e4;
	height: 385px;
	margin-bottom: 15px;
}
/* HOMEPAGE
========================================================================*/
.hp .col2 { float: left }
.hp .col2_left {
	border-bottom: 1px solid #c7d3db;
	float: left;
	width: 314px;
}
.hp .col2_right {
	float: left;
	margin-left: 35px;
	width: 650px;
}
.hp cta img {
	width:650px;
}
.hp .cta a {
	background: transparent;
	color: #fff;
	display: block;
	margin-bottom: 10px;
	width: 100%;
}
.hp .cta a[title="Go Blue!"] {
	position: relative;
	top: -7px;
}

.hp .cta .banners-inner {
	height: 68px;
	width: 446px;
	padding: 2px 0 0 210px;
	margin-bottom: 5px;
}
.hp .cta .banners-inner * {
	color: #fff;
}
.hp .cta .banners-inner h4 {
	margin: 2px 0;
}
.hp .cta .banners-inner ul {
	padding-left: 2px;
	margin: 4px 0 0;
	list-style-position: inside;
}
.hp .cta .banners-inner ul li {
	margin-top: -2px;
}
.hp .cta .banners-inner ul li a{
	margin: 0 0 0 0;
}


#price_changes {
	border-bottom: 1px solid #c7d3db;
	float: left;
	width: 65%;
}
#price_changes ul {
	border-right: 1px solid #c7d3db;
	float: left;
	margin-right: 15px;
	padding: 0;
	width: 46%;
}

#price_changes #last {
	border: none;
}

#price_changes li {
	background: transparent none no-repeat 5px 5px;
	list-style: none;
	padding-left: 20px;
}
#price_changes .increase {background-image: url(/images/price_increase.png); 
	background-repeat: no-repeat;
    background-position: left top;
    padding-top:0px;
    padding-left:15px;
}
#price_changes .decrease {background-image: url(/images/price_decrease.png);
	background-repeat: no-repeat;
    background-position: left top;
    padding-top:0px;
    padding-left:15px;
}
#price_changes h2 {
	border-bottom: 1px solid #c7d3db;
	padding: 5px 0 10px;
}
.hp .login {
	background: #d3e2e5;
	float: right;
	height: 152px;
	margin-left: 0;
	padding: 1%;
	width: 30%;
}
.hp #login_title { color: #056d6d }
.hp .non-form-options {
	float: left;
	margin: 3px 0 0;
	padding: 0;
}
.hp .non-form-options li {
	display: block;
	float: left;
	list-style: none;
	margin-right: 4px;
}
.hp .non-form-options a {
	color: #4c4c4d;
	float: left;
	text-decoration: none;
}
.hp .col3 { margin: 20px 0 40px }
.hp .col3 #content {
	margin-right: 0;
	text-align: left;
	width: 656px;
}
.hp .col3 #content .col { width: 27%; }
.hp .col3 #content h3 { margin-top: 20px; }
.hp .col3 #content p { margin: 0 0 15px }
.hp .col3 #poster { width: 314px; margin-bottom: -20px; }
#poster a img {
	border: 5px solid #d3e2e5;
}
#poster a:hover img {
	border-color: #ccc;
}
.sup #poster {
	margin: 10px 0 40px;
}
.hp .col3 .col {
	text-align: center;
	width: 25%;
}

#content #newCatalog {
	background: url(/images/catalog_bg.png) top left no-repeat;
	height: 215px;
	padding: 25px 235px 0 20px;
	margin-top: 25px;
	position: relative;
}
#content #newCatalog h3 {
	color: #008080;
}
#content #newCatalog p {
	font-size: 12px;
	color: #636466;
}
#content #newCatalog a {
	display: block;
	height: 213px;
	width: 183px;
	position: absolute;
	top: -20px;
	right: 25px;
}
#freePosterBody {
	min-width: 1px;
}
#freePosterFull {
	width: 489px;
	background: white;
	padding: 28px;
	text-align: left;
}
#freePosterFull h3 {
	margin-top: 25px;
}
#freePosterFull p {
	font-size: 14px;
}
#freePosterFull img {
	border: 1px solid #555;
}
#freePosterFull label {
	display: block;
	margin-top: 10px;
	float: none;
}
#freePosterFull form input.text {
	display: block;
	width: 380px;
}
#freePosterFull form input.submit {
	padding: 5px 10px; 
	margin-top: 10px;
}


/* SPECIAL SUP PAGE STLYES
========================================================================*/
.sup .sidenav img#shrimpCouncil {
	margin-left: 45px;
}
.sup .sidenav img#seafoodHealth {
	margin: 20px 0 0 45px;
}
.sup .article dd {
	margin: 0 0 10px;
	border-bottom: 1px solid #CCC;
}


.sup.health #col3_left img {
	margin-bottom: 15px;
}
.sup.health #col3_left ul {
	list-style-type: none;
	width: 100%;
	padding: 0;
	margin: 0;
}
.sup.health #col3_left ul li {
	background: #fff;
	color: #008080;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 12px;
}
.sup.health #col3_left ul li:nth-child(odd) {
	background: #e6eef6;
}

.sup.wave p {
	color: #636466;
	font-size: 11px;
}
.sup.wave .col2_left img {
	margin-top: 30px;
}
.sup.wave .col2_right img {
	float: right;
}

.sup#associations .col2_left {
	width: 485px;
	margin: 0;
	padding-right: 15px;
}
.sup#associations .col2_right {
	width: 485px;
	margin: 0;
	padding-left: 15px;
}
.sup#associations #mainContent ul {
	padding: 0;
	list-style-type: none;
}
.sup#associations #mainContent ul li {
	border-top: 2px solid #d9e1e7;
	clear: both;
	padding-top: 5px;
}
.sup#associations #mainContent h3,
.sup#associations #mainContent ul li div {
	float: right;
	width: 325px;
	margin-bottom: 5px;
}
.sup#associations #mainContent ul li img {
	margin-top: 10px;
	float: left;
}
.sup#associations #mainContent ul li strong {
	color: #008080;
	font-style: italic;
	font-size: 11px;
}

.sup#team .col2_left {
	width: 485px;
	margin: 0;
	padding-right: 15px;
}
.sup#team .col2_right {
	width: 485px;
	margin: 0;
	padding-left: 15px;
}
.sup#team #mainContent ul {
	padding: 0;
	list-style-type: none;
}
.sup#team #mainContent ul li {
	border-top: 2px solid #d9e1e7;
	clear: both;
	padding-top: 5px;
}
.sup#team #mainContent h3,
.sup#team #mainContent ul li div {
	float: right;
	width: 325px;
	margin-bottom: 5px;
}
.sup#team #mainContent ul li img {
	margin-top: 10px;
	float: left;
}
.sup#team #mainContent ul li strong {
	color: #008080;
	font-style: italic;
	font-size: 11px;
}

.sup.career div.col {
	margin-top: 0;
}

#facebook {
	background: url(/images/facebook_bg.png) top left no-repeat;
	clear: both;
	height: 207px;
	width: 315px;
}
#facebook > p {
	float: right;
	width: 241px;
	margin-right: 13px;
	color: white;
	font-size: 10px;
	margin-top: 9px;
	line-height: 11px;
}
#facebook > div {
	margin-left: 5px;
}

/* JUST FOR SEAFOOD BUYERS
========================================================================*/
.buyers #banner {
	background: transparent url(/images/banner_justForBuyers.jpg) no-repeat;
	height: 225px;	
}
.buyers #top10Buy {
	background: url(/images/top10_bg.gif) top left repeat-x;
	border-radius: 4px;
	box-shadow: 2px 2px 8px #000;
	padding: 2px 11px;
}
.buyers #top10Buy ol {
	list-style-type: decimal;
}
.buyers #top10Buy ol li {
	background: none;
	font-weight: normal;
	font-size: 10px;
	padding: 0;
	margin: 0 0 8px 0;
	list-style-position: inside;
}
.buyers #top10Buy ol li p {
	display: inline;
	margin: 0;
	padding: 0;
}
.buyers #weeklySpecials {
	background: url(/images/c_flash.png) 142px no-repeat #D3E2E5;
}
.buyers #latestNews {
	background: url(/images/motion_ocean_small.png) 166px 7px no-repeat #D3E2E5;
}
.buyers .supplierAd a {
	display: block;
	height: 276px;
	width: 198px;
	position: absolute;
}

/* JUST FOR SEAFOOD CONSUMERS
========================================================================*/
.consumers #banner {
	background: url(/images/banner_justForConsumers.jpg) no-repeat;
	height: 226px;
}

/* CUSTOMER CONNECTIONS
========================================================================*/
.loggedIn #banner {
	background: url(/images/banner_customerConnections.jpg) no-repeat;
	height: 145px;
}
.loggedIn #banner h1 {
	text-indent: -9999px;
}
.loggedIn #price_changes {
	width: 100%;
	margin-bottom: 15px;
}
.loggedIn #price_changes h2 {
	font-size: 16px;
}
.loggedIn #price_changes p {
	font-size: 9px;
}
.loggedIn #price_changes ul,
.loggedIn #price_changes ul li {
	width: 100%;
	border: none;
	margin-right: 0;
	padding: 0;
}
.loggedIn #price_changes ul li img {
	margin: 0;
}
.loggedIn #welcomeBanners {
	margin-bottom: 25px;
}
.loggedIn #welcomeBanners img {
	margin-bottom: 5px;
	width: 656px;
}
.loggedIn #welcomeBanners #c-splash-banner {
	background: url(/images/c_splash_banner.jpg) top left no-repeat;
	height: 68px;
	width: 446px;
	padding: 2px 0 0 210px;
	margin-bottom: 5px;
}
.loggedIn #welcomeBanners #c-splash-banner * {
	color: #fff;
}
.loggedIn #welcomeBanners #c-splash-banner h4 {
	margin: 2px 0;
}
.loggedIn #welcomeBanners #c-splash-banner ul {
	padding-left: 2px;
	margin: 4px 0 0;
	list-style-position: inside;
}
.loggedIn #welcomeBanners #c-splash-banner ul li {
	margin-top: -2px;
}
.loggedIn #catalogButton {
	margin: 35px 0 0 110px;
}

.loggedIn #welcomeBanners .welcome-banners-inner {
	height: 68px;
	width: 446px;
	padding: 2px 0 0 210px;
	margin-bottom: 5px;
}
.loggedIn #welcomeBanners .welcome-banners-inner * {
	color: #fff;
}
.loggedIn #welcomeBanners .welcome-banners-inner h4 {
	margin: 2px 0;
}
.loggedIn #welcomeBanners .welcome-banners-inner ul {
	padding-left: 2px;
	margin: 4px 0 0;
	list-style-position: inside;
}
.loggedIn #welcomeBanners .welcome-banners-inner ul li {
	margin-top: -2px;
}

/* MOTO PAGE
========================================================================*/
.moto #banner {
	background: transparent url(/images/banner_moto.jpg) no-repeat;
	height: 146px;
}
.moto #banner  h1 {
	text-indent: -9999px;
}
.moto .meta {
	color: #0080a3;
	margin-top: 0;
}
.moto #mainContent h2 {
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	background: #fdc300;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	color: #0c428b;
	display: block;
	padding: 10px 14px;
}
.moto #blogs ul,
.moto #industry_news ul {
	list-style: none;
	margin: 20px 0;
	padding: 0 14px;
}
.moto #blogs li {
	font-size: 18px;
	line-height: 1.2em;
	margin-bottom: 10px;
}
.moto #blogs a { display: block }
.moto #blogs a i {
	color: #333;
	display: block;
	font-size: 10px;
	font-style: normal;
}
.moto #industry_news ul {
	padding: 0;
}
.moto #industry_news .more li {
	background: #d3e2e5;
	margin: 2px;
	padding: 10px;
}
.moto #industry_news li {
	border-top: 1px solid #d3e2e5;
	font-size: 14px;
	line-height: 1.2em;
	padding: 7px 0;
}
.moto #industry_news li:first-child {
	border: none;
}
.moto #industry_news li a {
	display: block;
	padding: 0 14px;
	text-decoration: none;
}
.moto #industry_news li p {
	font-size: 10px;
	line-height: 1.6em;
	padding: 0 14px;
}
.moto #industry_news li p a {
	display: inline;
	margin: 0;
	padding: 0;
}
.moto #industry_news li p a:hover {
	text-decoration: underline;
}
.moto #industry_news .more li { border: none; }
.moto #industry_news .more a:hover { text-decoration: underline; }
.lightbox .article { margin: 0; }
.article #archives {
	border-top: 1px solid #d3e2e5;
	padding-top: 20px;
}
#archives h3 { color: #333; }
#archives ul {
	height: 50px;
	margin-bottom: 0;
	padding: 0;
}
#archives li {
	float: left;
	list-style: none;
	margin-right: 30px;
	width: 120px;
}
.col .article {
	margin: 20px 14px 40px;
}
/* GO BLUE PAGE
========================================================================*/
.go-blue #banner {
	background: transparent url(/images/banner_goblue.jpg) no-repeat 0 -1px;
	margin-bottom: 0;
	padding-bottom: 130px;
}
.go-blue #banner  h1 {
	background: url(/images/go_blue_logo_transparent.png) top left no-repeat;
	height: 220px;
	width: 220px;
	text-indent: -9999px;
}
.go-blue .col3 {
	padding: 0 4%;
	width: 92%;
}
.go-blue .col_left {
	text-align: left;
	width: 20%;
}
.go-blue .col_left p {
	color: #0080a3;
	margin: 0 0 20px;
}
.go-blue .col_mid {
	text-align: left;
	width: 53%;
}
.go-blue .col_right {
	margin-right: 0;
	text-align: left;
	width: 18%;
}
.go-blue .col .article {
	margin: 0 0 20px;
}
.go-blue #mainContent {
	background: url(/images/mainContent_bg.jpg) no-repeat center bottom;
	padding-bottom: 100px;
}
.go-blue #mainContent h2 {
	background: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	color: #0080a3;
	font-size: 18px;
	margin-bottom: -5px;
	padding: 0;
}
.go-blue #ad a {
	display: block;
	height: 276px;
	width: 198px;
	position: absolute;
}
/* ABOUT US PAGE
========================================================================*/
#about #banner {
	background: transparent url(/images/banner_about.jpg) no-repeat;
	margin-bottom: 0;
	padding-bottom: 40px;
}
#about #mainContent h1 {
	font-weight: bold;
	margin: 0;
}
#about #mainContent h2 {
	background: transparent;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	color: #056d6d;
	padding: 0;
}
#about #mainContent h3 {
	font-size: 17px;
}
#about #mainContent h4 {
	font-size: 14px;
}
#about #mainContent h3,
#about #mainContent h4 {
	font-weight: bold;
	margin: 6px 0px -6px;
}
#about #mainContent .col {
	width: 30%;
}
#about #mainContent .col_mid {
	width: 27%;
	margin-top: 25px;
}
#about #mainContent img {
	border: 1px solid #555;
}
#about #mainContent #noBorder {
	border: none;
}
#about #mainContent img.anniversary {
	margin: 100px 0 0 52px;
}
#about #banner {
	position: relative;
}
#about #banner #catchOurWave {
	position: absolute;
	top: 125px;
	left: 185px;
}
/* CONTACT US PAGE
========================================================================*/
#contact #banner {
	background: transparent url(/images/banner_contact.jpg) no-repeat;
	height: 296px;
	margin-bottom:20px;
	margin-top: -16px;
}
.career #banner {
	background: transparent url(/images/banner_career.jpg) no-repeat !important;
	height: 200px;
	margin-bottom:20px;
}
#contact #mainContent h2 {
	background: transparent;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	color: #056d6d;
	padding: 0;
}
#contact #mainContent h2 i {
	display: block;
	font-size: 18px;
	font-style: normal;
	margin-top: 3px;
}
#contact #locations {
	margin-top: 0;
}
#contact #locations h2 {
	margin-bottom: 10px;
}
#locations h3 { font-size: 16px; }
#locations p {
	color: #056d6d;
	font-size: 14px;
	margin-top: 0;
}
#locations p i {
	color: #333;
	display: block;
	font-size: 10px;
	font-style: normal;
}
#contact-us ul {
	margin: 10px 0;
	padding: 0;
}
#contact-us li { list-style: none; }
#contact-us a {
	color: #333;
	display: block;
}
#contact .col_mid p { margin-top: 5px; }
#contact .col_mid .article { margin-left: 0; }
#contact .col_mid .article strong {
	color: #056d6d;
	display: block;
	font-weight: normal;
}
#contact .col_mid .article a {
	display: block;
}
.no-js #contact_form {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.no-js #contact_form label {
	display: block;
}
.no-js #contact_form input.text,
.no-js #contact_form textarea,
.no-js #contact_form select {
	width: 70%;
}
.no-js #contact_form select { width: 74%; }
.no-js #contact_form textarea { height: 200px; }
.no-js #contact_form { position:static; }

.no-js #contact_form {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#contact_form label {
	display: block;
	float: left;
	font-size: 14px;
	margin-top: 5px;
	width: 120px
}
#contact_form input.text,
#contact_form textarea,
#contact_form select { width: 346px; }
#contact_form select { width: 360px; }
#contact_form textarea { height: 200px; }
#contact_form {
	height: 415px;
	left: 50%;
	margin-left: -320px;
	padding: 30px 40px 40px;
	top: 10%;
	width: 600px;
}
#contact_form .submit { margin-left: 120px; }
#contact_form input.submit { width: 200px; }
#contact_form h2 {
	font-weight: bold;
	margin-bottom: 20px;
	text-align:center;
}
#job_posting {
	width: 100%;
}
#job_posting h2 {
	margin-bottom: 20px;
}
.lightbox .close {
	position: absolute;
	right: 20px;
	top: 20px;
}
/* RESOURCES PAGES
========================================================================*/

#resourceButtons {
	list-style-type: none;
	padding-left: 0;
}
#resourceButtons li {
	float: left;
}
#resourceButtons li a {
	display: block;
	height: 299px;
	width: 324px;
	text-indent: -9999px;
}
#resourceButtons #sustainability a {
	background: url(/images/resource-buttons/sustainability.jpg) top left no-repeat;
}
#resourceButtons #seafood-health a {
	background: url(/images/resource-buttons/seafood-health.jpg) top left no-repeat;
}
#resourceButtons #recipes a {
	background: url(/images/resource-buttons/recipes.jpg) top left no-repeat;
}
#resourceButtons #seafood-glossary a {
	background: url(/images/resource-buttons/seafood-glossary.jpg) top left no-repeat;
}
#resourceButtons #favorite-links a {
	background: url(/images/resource-buttons/favorite-links.jpg) top left no-repeat;
}
#resourceButtons #catalog a {
	background: url(/images/resource-buttons/online-catalog.jpg) top left no-repeat;
}

.industry-links h2 {
	border-bottom: 2px solid #d3e2e5;
	padding: 0 14px 5px;
	margin: 0 -14px;
}
.industry-links #mainContent ul {
	margin: 10px 0 25px;
	padding: 0;
}
.industry-links #mainContent li {
	list-style: none;
	margin-bottom: 10px;
}
.industry-links #mainContent li strong {
	color: #0080a3;
	display: block;
}
.industry-links #mainContent li a {
	display: block;
}

/* GLOSSARY PAGES
========================================================================*/

.glossary #banner {
	background: transparent url(/images/banner_glossary.jpg) no-repeat;
	margin-bottom: 0;
	min-height: 103px;
	padding-bottom: 40px;
}
.glossary #mainContent h1 {
	font-weight: bold;
	margin: 0;
}
.glossary .article {
	margin-top: 50px;
}
.glossary .column {
	margin-right: 22px;
}
.glossary .column > div {
	margin-bottom: 50px;
	position: relative;
}
.glossary h5 {
	color: #008080;
	font-size: 12px;
	font-weight: bold;
	margin: 8px 0 0;
	position: relative;
	z-index: 1;
}
.glossary p {
	margin: 0 0 15px;
	position: relative;
	z-index: 1;
}
.glossary .letter {
	color: #D1E2EE;
	font-weight: bold;
	font-size: 72px;
	left: -10px;
	position: absolute;
	top: -8px;
	z-index: 0;
}

/* FORGOT PASSWORD PAGE
========================================================================*/
.sup.forgot-pass #mainContent h1 {
	font-weight: bold;
	margin: 0;
}
 
/* RECIPES PAGES
========================================================================*/
.recipes .tabs {
	float: left;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.recipes .tabs > div {
	
}
.recipes .recipe_detail {
	float: right;
	margin-right:2%;
	width: 64%;
}
.recipes .recipe_detail .copy {
	float: right;
	width: 66%;
}
.recipes .recipe_detail img {
	float: right;
	margin-right: 20px;
	width: 160px;
}
.recipes .menu {
	border: 2px solid #d3e2e5;
	border-bottom: none;
	border-top: none;
	float: left;
	margin-left: 2%;
	position: relative;
	width: 30%
}
.recipes .menu h3 { margin: 0 5px 5px}
.recipes .menu ul {
	list-style: none;
	height: 200px;
	margin: 30px 5px 20px;
	padding: 0;
	width: 290px;
}
.recipes .menu li {
	border-bottom: 2px solid #d3e2e5;
	margin: 0;	
}
.recipes .menu li:first-child {
	border-top: 2px solid #d3e2e5;
}
.recipes .menu li.selected a {
	opacity: 1;
}
.recipes .menu li a {
	display: block;
	font-size: 12px;
	opacity: .5;
	padding: 5px;
}
.recipes #favorites {
	clear: both;
}
.recipes #favorites h2 {
	border-bottom: 2px solid #d3e2e5;
	padding-bottom: 5px;
}
.jcarousel-container {
}
.jcarousel-container-vertical {
    height: 245px;
	padding: 40px 5px;
    width: auto;
}
.jcarousel-clip-vertical {
    height: 245px;
}
.jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
.jcarousel-next-vertical,
.jcarousel-prev-vertical {
	position: absolute;
    bottom: 5px;
    left: 50%;
	margin-left: -16px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: url(/images/carousel_controller.jpg) no-repeat -88px -44px;
}
.jcarousel-next-vertical:hover {
    background-position: -88px 2px;
}
.jcarousel-prev-vertical {
    background-position: 0 -44px;
	top: 5px;
    cursor: pointer;
}
.jcarousel-prev-vertical:hover {
    background-position: 0 0;
}
.jcarousel-prev-disabled-vertical,
.jcarousel-prev-disabled-vertical:hover {
	background-position: 0 -89px;
    cursor: default;
}
.jcarousel-next-disabled-vertical,
.jcarousel-next-disabled-vertical:hover {
	background-position: -88px -89px;
    cursor: default;
}
.quicktabs-hide {
  position: absolute;
  left: -10000px;
  top: -10000px;
}

/* JUST FOR SEAFOOD CONSUMERS
========================================================================*/
.health #banner {
	background: url(/images/banner_seafoodHealth.jpg) no-repeat;
	height: 225px;
}
.health #banner h1 {
	text-indent: -9999px;
}

/* PRODUCTS PAGES
========================================================================*/
#products .ui-tabs-nav li {
	width: 198px;
}
#products .ui-tabs-nav a {
	font-size: 13px;
	letter-spacing: -.05em;
}
#products .prodContent > img {
	margin: 0 auto;
	display: block;
	width: 655px;
}
#products .prodContent > p {
	margin: 0 auto;
	width: 655px;
}
#products .pro_gen strong {
	background: url(/images/seaport_logo.jpg) no-repeat center center;
	display: block;
	float: left;
	height: 150px;
	margin: -50px 60px 0 0;
	text-indent: -9999px;
	width: 250px;
}
#products .pro_gen strong.ob {
	background-image: url(/images/ola_logo.jpg);
}
#products .pro_gen strong.cb {
	background-image: url(/images/cnami_logo.jpg);
}
#products .pro_gen {
	line-height: 1.3em;
	padding: 50px 120px 0 0;
}
ul.brand_img {
	margin: 0 10px 40px;
	width:111%;
	display: none;
}
ul.brand_img li {
	margin: 0;
}
ul.brand_img img {
	opacity: .8;
	width: 190px;
}
ul.brand_img a:hover img {
	opacity: 1;
}
.pro_pg #mainContent h1 {
	clear: both;
	font-size: 40px;
	font-weight: bold;
	margin-left: 20px;
}
.pro_pg .tabs {
	float: left;
	margin-bottom: 60px;
}
#product_nav ul {
	float: left;
	margin: 10px 0;
	padding: 0;
	width: 100%;
}
#product_nav li {
	float: left;
	list-style: none;
	margin: 0;
}
#product_nav img {
	opacity: .75;
	transition: .2s all;
	-moz-transition: .2s all;
	-webkit-transition: .2s all;
	width: 150px;
}
#product_nav .selected img,
#product_nav a:hover img {
	opacity: 1;
}
#products #productCta {
	clear: both;
	top: 20px;
	position: relative;
	padding: 20px 75px 10px;
	border-top: 1px solid #DDD;
}

/* FISH ONLINE PAGES
========================================================================*/
.col2_shopping .col_left {
	width: 24%;
}
.col2_shopping .col_right {
	width: 70%;
}
#cat_nav {
	margin:0px 0px 25px 0px;
	border-bottom:1px solid #859FBA;	
}
#cat_nav ul {
	margin:0;
	padding: 0;
}
#cat_nav li {
	list-style: none;
}
#cat_nav li a {
	background: #afcce2;
	border: 1px solid #859fba;
	border-bottom: none;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px;
	text-decoration: none;
}
#cat_nav li.selected a,
#cat_nav li a:hover {
	background: #0c4c81;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}
#cat_nav ul ul {
	border-top: 1px solid #859fba;
	margin: 0;
	padding-left: 0;
}
#cat_nav ul ul a {
	background: transparent;
	border-top: none;
	font-size: 12px;
	font-weight: normal;
	padding-left: 24px;
}
#cat_nav li.selected li a {
	background: transparent;
	color: #0c4c81;
	text-shadow: none;
}
#cat_nav li li.select a,
#cat_nav li.selected li a:hover {
	background: #d3e2e5;
	color: #0c4c81;
	text-shadow: none;
}
#product_listings h2 {
	margin-bottom: 20px;
}
.product_details {
	float: left;
	margin: 15px 1% 15px;
	width: 31%;
}
.product_details p {
	margin: 0;
}
.product_details table {
	border-collapse: collapse;
	clear: both;
	width: 90%;
}
.product_details td {
	padding: 5px;
}
.product_details tr:nth-child(even) {
	background: #d3e2e5;
}
.product_details .size {
	width: 50%;
}

.sup.fish-login #banner {
	margin-bottom: 0 !important;
}
.sup.fish-login #mainContent table {
	margin-left: 40px;
}
.sup.fish-login #mainContent label {
	text-align: right;
	margin: 4px 10px 0 0;
}
.sup.fish-login #mainContent input {
	margin: 0;
}
.sup.fish-login #mainContent input[type=submit] {
	margin: 5px 0 0 109px;
}

	/* Shopping Cart */
	.col2_cart .col {
		width: 70%;
	}
	.col2_cart .col_right {
		margin-left: 0;
		width: 27%;
	}
	#cart_contents {
		margin: 0 14px;
	}
	#cart_contents h2, #cart_aside .mod h2 {
		-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
		background: #ffcb00;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
		color: #0c4c80;
		display: block;
		margin: 0 -14px 20px;
		padding: 10px 14px;
	}
	.cart_contents_items {
		margin: 0;
		padding: 0;
	}
	.cart_contents_items h3 {
		font-size: 24px;
		margin-top: 30px;
		border-bottom:1px solid #ccc;
		padding:5px 0 10px 0;
	}
	.cart_contents_items li {
		list-style: none;
	}
	.cart_contents_items > li {
		margin-bottom: 10px;
		padding-bottom: 10px;
		position: relative;
	}
	.cart_contents_items table {
		float: right;
	}
	.cart_contents_items td {
		text-align: center;
		width: 50px;
	}
	.cart_contents_items .pack {
		width: 70px;
	}
	.cart_contents_items th {
		text-align: center;
	}
	.cart_contents_items .meta {
		color: #666;
		font-weight: bold;
		margin: 5px 0 0 0;
		padding: 7px 0 0 20px;
	}
	.cart_contents_items .meta i {
		float: left;
		font-weight: normal;
		font-style: normal;
		width: 50px;
	}
	.cart_contents_items .remove {
		position: absolute;
		right: 5px;
		top: 67px;
	}
	.cart_totals {
		background: #d3e2e5;
		overflow: hidden;
		position: relative;
	}
	.cart_totals span {
		clear: right;
		display: block;
		float: right;
	}
	#cart_aside .mod {
		background: #d3e2e5;
		margin: 0 0 30px;
		padding: 0 14px 15px;
	}
	#cart_aside .call h2 {
		background: #0c4c80;
		color: #fff;
	}
	#cart_aside ul {
		margin: 0;
		padding: 0;
	}
	#cart_aside li {
		list-style: none;
		margin-bottom: 10px;
	}
	#cart_aside .t_price, #cart_aside .t_weight {
		color: #000;
		float: left;
		font-size: 24px;
		width: 60%;
	}
	#cart_aside i, .cart_totals span .the_total {
		font-size: 16px;
		font-style: normal;
		font-weight: bold;
	}
	#cart_aside .t_weight {
		color: #333;
		width: 40%;
	}
	#cart_aside li .radio {
		margin-left: -10px;
	}
	#cart_aside .radio li {
		float: left;
		margin: 10px 0 20px;
		text-align: center;
		width: 120px;
	}
	#cart_aside .radio li:first-child {
		border-right: 1px solid #fff;
	}
	#cart_aside .radio li:last-child {
		border-left: 1px solid #056d65;
	}
	#cart_aside .radio li label {
		display: block;
	}
	.cart_totals span i, #cart_aside .t_price strong, #cart_aside .t_weight strong {
		color: #666;
		display: block;
		font-size: 16px;
		font-style: normal;
		font-weight: normal;
		margin-bottom: 5px;
	}
	#cart_aside .checkout {
		clear: both; 
		margin-top: 10px;
	}
	#cart_aside .checkout .button {
		display: block;
		height:30px;
		line-height:25px;
		text-align: center;
		text-decoration: none;
		width: 235px;
	}
	#cart_aside .mod p {
		font-size: 12px;
	}
	#cart_aside p.phone {
		color: #056d65;
		font-size: 24px;
		font-weight: bold;
	}
	
	
	
	
#seasonality {
	width:360px;
	height:75px;
	position:relative;
	z-index:100;
	margin-top:25px;
}
#season_bg {
	position:absolute;
	top:0px;
	left:0px;
	height:75px;
	width:365px;
	background:url(/images/seasonality.png) no-repeat;
	z-index:500;
}
#seasonality ul {
	margin:0;
	padding:0;
	z-index:100;
	position:relative;	
}
#seasonality ul li {
	width:29px;
	padding:43px 0 5px 0 ;
	margin:0;
	text-align:center;
	color:#fff;
	font-size:10px;
	float:left;
	list-style:none;
	border-left:1px solid #214f69;
}
#seasonality .Y {
	background:#10417b;	
}
#seasonality .N {
	background:#809ec6;	
}
#flavor {
	background:url(/images/flavor.png) no-repeat;
	position:relative;
	height:68px;
	width:358px;	
}
#texture {
	background:url(/images/texture.png) no-repeat;
	position:relative;
	height:69px;
	width:358px;	
}
#flavor .graph_dot, #texture .graph_dot {
	position:absolute;
	top:25px;
	left:39px;	
}
#pro_image {
	float:left;
	width:260px;	
}
#meta_info {
	width:190px;
	float:left;
}
#meta_info p {
	margin:0;
	padding:0;	
}
#meta_info .desc {
	color:#056D6D;	
	margin:0 0 7px 0;
	font-style:italic;
	font-weight:bold;
}
.col_left, .col_right {
	width:450px;
	margin-top:25px;
}
.col_mid {
	margin-top:25px;
}
.col_right h3 {
	margin:15px 0px;	
}
#sustainable_graph {
	background:url(/images/sustainable_graph_2.png) no-repeat;
	width:520px;
	height:75px;
	position:relative;
	z-index:100;	
}
#sustainable_marker {
	position:absolute;
	top:0px;	
	z-index:500;
}
#mainContent h2.yellowHeading {	
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	background: #fdc300;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	color: #0c428b;
	display: block;
	padding: 10px 14px;
}

/* ADMIN STYLES
========================================================================*/
form .field {
	position: relative;
}
form label {
	float:left;
	width:100px;
	display:block;	
}
form input[type="text"] {
	width:300px;	
}
form .field {
	margin:15px 0;	
}

.error {
	border:1px solid #ffcb00;
	background:#fff5cc;
	padding:10px;
	margin:15px 0px;
}