/*-----------------------------------------------------------------------------
Odyssey - Walsh Designs - Screen Stylesheet

version:	2.0
date:		8/11/08
author:		Ryan J. Salva
email:		ryan at capitolmedia dot com
website:	http://www.ody.bz
history:	N/A
-----------------------------------------------------------------------------*/


/* Default Font Styles
-----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Tahoma, Verdana, Sans-Serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	position: relative;
	color: #000;
}

p, ul, ol, blockquote, dl, h1, h2, h3, h4, h5, h6 {
	line-height: 1.3em;
	margin-bottom: 14px; 
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 7px;
}

li {
	margin-bottom: 7px;
}

li ul, li ol {
	margin-top: 7px; /* keeps the line spacing even */
	margin-bottom: 7px;
}

h1, h2, h3, h4, h5 {
	line-height: 1.1em;
}

h1 {
	font-size: 1.8em;
	font-weight: bold;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;    
}

h5 {
	font-size: 1em;    
}

h6 {
	font-size: 1em;
	font-style: italic;
}

ul, ol, blockquote, code {
	padding-left: 30px;
}

img {
	border: none;
}

a:link {
	color: #0000ff; 
}

a:hover {
	color: #ff0000;
}

a:active {
	color: #ff0000;
}

a:visited {
	color: #660099;
}


/* Tables
-----------------------------------------------------------------------------*/

table, td, th {
	border-collapse: collapse;
	font-family: Arial, Tahoma, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

th, thead td {
	font-weight: bold;
	padding: 3px;
}

td {
	padding: 3px;
	vertical-align:top;
}


/* Convenience Classes
-----------------------------------------------------------------------------*/

.Hidden {
	display: none;
	visibility: hidden;
}

.Visible {
	display: block;
	visibility: visible;
}

.Clear {
	clear: both; 
	float: none;
	padding-bottom: 1px; /* for Gecko based browsers */
	margin-bottom: -1px; /* for Gecko based browsers */
}

.Padding {
	padding: 25px;
}


/* Canvas
-----------------------------------------------------------------------------*/

div#Wrapper {
	margin: 0 auto;
	width: 849px;
	position: relative;
	z-index: 2;
	background: url(/site/bg_wrapper.png) repeat-y 0 0;
	_background: transparent;
}

* html div#Wrapper {
	background: #fff;
	
}

div#Canvas {
	padding-top: 45px;
}

p#Ancestors, p#Ancestors a {
	font-size: .9em;
	color: #666;
	text-transform: uppercase;
	letter-spacing: .1em;
	text-decoration: none;
}

P#Ancestors A:hover {
	color: #ff0000;
	text-decoration: underline;
}


/* Left Column - Contains Secondary Links
-----------------------------------------------------------------------------*/

div.Left {
	margin-left: 195px;
}

div#Left {
	position: absolute;
	top: 0;
	left: 0;
	width: 195px;
}

/* - - - - - - - - - - - - - Secondary Navigation - - - - - - - - - - - - - */

div#Secondary {
	font-size: 1.05em;
}

div#Secondary ul {
	padding: 0;
	margin: 45px 0 0 0;
	list-style: none;
}

div#Secondary ul li {
	/* first level list items are always visible */
	display: block;
	position: relative;
	padding: 0;
	margin: .5em 0 0 0;
	width: 165px;
	float: left;
}

div#Secondary ul li a {
	display: block;
	width: 165px;
	line-height: 1.3em;
	font-family: Arial, Tahoma, Verdana, Sans-Serif;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	color: #000;
}

div#Secondary ul li a:hover {
	text-decoration: underline;
	background: #fff;
}

div#Secondary ul li ul {
	/* second level unordered lists appear off-page until mouseover */
	margin: 0;
}

div#Secondary ul li ul li {
}

div#Secondary ul li ul li a {
	/* make second level menu items more narrow and allow 1px height for li border */
	font-weight: normal;
}

div#Secondary li.Active a {
	color: #000000 !important;
}


/* Right Column
-----------------------------------------------------------------------------*/

div.Right {
	margin-right: 420px;
}

div#Right {
	position: absolute;
	top: 0;
	right: 0;
	width: 420px;
}


/* Header
-----------------------------------------------------------------------------*/

div#Header {
	margin: 0 auto;
	width: 849px;
	height: 178px;
	position: relative; /* necessary to position primary navigation correctly */
	z-index: 10;
	position: relative;
	border-bottom: 6px #fff solid;
}
	
img#Logo { 
	margin: 26px 0px 0px 40px;
}


/* Primary Navigation
-----------------------------------------------------------------------------*/

div#Primary {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 849px;
}

div#Primary ul {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	height: 33px;
}

div#Primary ul li {
	/* first level list items are always visible */
	display: block;
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
}

div#Primary ul li ul {
	/* second level unordered lists appear unless Active */
	position: absolute;
	top: 36px;
	left: -2000em;
	height: 28px;
	width: 650px;
}

div#Primary ul li ul li {
	float: left;
	border-left: 2px #fff solid;
	
}

div#Primary ul li ul li ul {
	/* third level list items are always hidden */
	display: none;
}

div#Primary ul li a {
	display: block;
	padding: 0 13px;
	height: 33px;
	line-height: 33px;
	font-family: Arial, Verdana, Tahoma, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background: none;
	color: #fff;
	float: left;
}

div#Primary ul li a:hover {
	color: #000;
}

div#Primary ul li ul li a {
	color: #000;
	padding: 0;
	height: 28px;
	line-height: 28px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0 10px;
	background: #d5e5f4;
}

div#Primary > ul > li.Active > a {
	/* only the first level anchor tags */
	background: #fff;
	color: #000;
}

div#Primary ul li.Active ul {
	left: auto;
}

div#Primary ul li ul.Alternate {
	left:auto;
	right: 0;
}

div#Primary ul li ul.Alternate li {
	float: right;
}

body.Retail div#Primary ul li ul li a {
	background: #eaf1e6 !important;
}

body.ClubPacks div#Primary ul li ul li a {
	background: #d5e5f4 !important;
}

body.FoodService div#Primary ul li ul li a {
	background: #fbead2 !important;
}

body.Processing div#Primary ul li ul li a {
	background: #facdbb !important;
}

body.About div#Primary ul li ul li a {
	background: #fadac9 !important;
}


/* Footer
-----------------------------------------------------------------------------*/

div#Footer {
	position: relative;
	margin: 0 auto;
	width: 849px;
	z-index: 2;
}

* html div#Footer {
	background-color: #fff;
}

div#Footer p{
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
}

div.Reflect { /* Fade Out Effect on Footer */
	margin-top: 2px;
	background: url(/site/bg_reflect.png) repeat-x 0 0;
	_background: transparent;
	height: 160px;
}

p#Copyright {
	border-top: 2px #064586 solid;
	border-bottom: 2px #064586 solid;
	color: #000;
	line-height: 26px;
	font-size: 11px;
	bottom: 30px;
}

p#Credits {
	font-size: 10px;
	bottom: 8px;
	color:#064586;
}

p#Credits a:link, p#Credits a:visited, p#Credits:active{
	color:#064586;
	text-decoration: none;
}

p#Credits a:hover{
	text-decoration: underline;
}


/*Page Properties (edit mode)
-----------------------------------------------------------------------------*/

div#PageProperties {
	position: relative;
	padding: 1em;
	color: #000;
	background: #FFF;
	font-family: "lucida grande", "lucida sans", tahoma, verdana, arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

div#PageProperties a {
	color: #0000FF !important;
}

div#PageProperties a:hover {
	color: #0000FF !important;
}

div#MetaData {
	margin-right: 24em;
	padding: 1em;
	background: #DEDEDE;
	border: 1px solid #ccc;
}

dl#MetaKeywords {
	padding-left: 20px;
	background: url(../admin/tag_blue.png) no-repeat 0 50%;
}
dl#MetaDescription {
	padding-left: 20px;
	background: url(../admin/tag_red.png) no-repeat 0 50%;
}

div#InternalComments {
	position: absolute;
	top: 1em;
	right: 1em;
	width: 22em;
}

div.Note {
	padding: .5em .5em .5em 3.5em;
	background: #F3E5A1 url(../admin/note.png) no-repeat 10px 6px;
	border: 1px solid #FFCC00;
}

div.Block {
	position: relative;
}

a.Create, a.Edit {
	width: 85px;
	height: 35px;
	text-indent: -2000em;
	display: block;
	background: url(../admin/button_edit.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: -25px;
	z-index: 1000;
	text-align: left !important;
}


/* Forms
-----------------------------------------------------------------------------*/

fieldset {
	padding: 1em;
	border: none;
	border-top: 1px solid #0000ff;
}

legend { 
	font-size: 1.4em;
	color: #0000FF;
}

div.LabelInput, span.LabelInput {
	margin-bottom: 7px;
	display: block;
}

input[type='text'], input[type='password'], select, textarea {
	width: 20em;
	font-size: 1em;
	font-family: Lucida Sans, Verdana, Arial, Tahoma, Sans-Serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	padding: 3px;
	border: 1px solid #666;
	
}

select.Select {
	width: 20.7em;
}

textarea {
	height: 200px;
}

label {
	line-height: 2em;
	width: 12em;
	float: left;
	display: block;
}

div.FormControls {
	display: block;
	padding: 14px 0 14px 12em; /* right padding for label width plus label padding */
}

div.FullWidth label {
	width: auto;
	float: none;
	display: block;
	text-align: left;
	padding: 0;
}

div.FullWidth input[type='text'], div.FullWidth input[type='password'], div.FullWidth select, DIV.FullWidth textarea {
	width: 32em;
	font-size: 1em;
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}


/* ----------------------- Info, Error & Succuss Messages ---------------------- */

.Info, .Error, .Success, .ErrorInline, .Help {
	margin-bottom: 14px;
	padding: 5px 5px 5px 35px;
	display: block;
	line-height: 1.6em;
	position: relative;
}
.ErrorInline {
	margin-top: 14px;
	clear: both;
}
.Info a, .Error a, .Success a, .ErrorInline a {
	color: #000;
	text-decoration: underline;
}
.Info {
	background: #BFC8F1 url(/site/icon_info.gif) no-repeat 10px 6px;
	border: 1px solid #4574AE;
}
.Error, .ErrorInline {
	background: #F3E5A1 url(/site/icon_error.gif) no-repeat 10px 6px;
	border: 1px solid #FFCC00;
}
.Success {
	background: #B5E1AE url(/site/icon_success.gif) no-repeat 10px 6px;
	border: 1px solid #3B9E2B;
}
.Help {
	background: #BFC8F1 url(/site/icon_info.gif) no-repeat 10px 6px;
	border: 1px solid #4574AE;
}


/* Tool Tips
-----------------------------------------------------------------------------*/

div.FormTip {
	/* the floating tooltip */
	background: #BFC8F1 url(/site/icon_info.gif) no-repeat 10px 6px;
	border: 1px solid #4574AE;
	margin: 0 0 0 10px;
	padding: 5px 5px 5px 35px;
	display: block;
	line-height: 1.6em;
	position: absolute;
	width: 240px;
}

/* Modal Dialog Box
-----------------------------------------------------------------------------*/

.modalBox {
	background: #fff url(../site/loading.gif) 50% 50% no-repeat; 
	position: relative; 
	border: 10px solid #fff; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px; 
	border-radius: 5px; 
	-moz-box-shadow: 0 0 10px #000; 
	-webkit-box-shadow: 0 0 10px #000;
}

.modalMessage { 
	overflow: hidden; 
	background: #fff; 
}

.modalClose { 
	position: absolute; 
	top: -16px; 
	right: -27px; 
	display: block; 
	width: 32px; 
	height: 32px; 
	overflow: hidden; 
	text-indent: 40px; 
	color: #fff; 
	font-size: 10px; 
	letter-spacing: .1em; 
	text-transform: uppercase; 
	line-height: 2em; 
	background: url(../site/close.gif) no-repeat 0 0; 
}

.modalNext { 
	position: absolute; 
	bottom: 0; 
	right: 0; 
	padding: 0 10px; 
	color: #fff; 
	font-size: 10px; 
	letter-spacing: .1em; 
	text-transform: uppercase; 
	line-height: 35px; 
	text-decoration: none; 
}

.modalPrevious { 
	position: absolute; 
	bottom: 0; 
	left: 0; 
	padding: 0 10px; 
	color: #fff; 
	font-size: 10px; 
	letter-spacing: .1em; 
	text-transform: uppercase; 
	line-height: 35px; 
	text-decoration: none; 
}


/* JavaScript Debug Log
-----------------------------------------------------------------------------*/

DIV#Debug { 
	height: 200px; 
	overflow: auto; 
	padding: 1em; 
	background: #000;
}


/* Homepage
-----------------------------------------------------------------------------*/

body.Home{
	background: url(/site/bg_bodybottom_home.jpg) 50% 236px;
}

body.Home div#Page {
	background: url(/site/bg_bodytop_home.jpg) repeat-x 50% 0;
}

body.Home div#Header {
	height: 230px;
	background: #fff url(/site/bg_header_home.jpg) repeat-x 0 0;
}

div#LeftFader, div#RightFader {
	height: 193px;
	width: 286px;
	position: absolute;
	top: 0px;
}

div#RightFader{
	right: 0px;
}

div#LeftFader{
	right: 291px;
}

body#Home div#Canvas{
	width: 445px;
}

body#Home div#Canvas div.Padding{
	padding: 40px 50px;
}

div#HomeNavBG{
	width: 100%;
	height: 236px;
	background: url(/site/bg_bodytop_home.jpg) repeat-x 50% 0;
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
}

body#Home div#Header div#Primary ul {
	height: 37px !important;
}

img#LogoHome {
	position: relative; 
	margin: 60px 0px 0px 62px;
}

div#Treasures{
	background:url(/site/home_right_bg.jpg) repeat-y top;
	width: 288px;
	float: right;
}

div#Treasures div.Padding {
	background: url(/site/home_righttop.jpg) no-repeat 0 0;
	padding: 177px 35px 0 35px;
}

div#Treasures div.Clear {
	background: url(/site/home_rightbottom.jpg) no-repeat 0 0;
	height: 78px;
	margin: 0;
}




ul#HomeButtons{
	list-style: none;
	margin: 0;
	left: -8px;
	top: 115px;
	padding: 0;
	position: absolute;
	height: 132px;
	width: 98px;
}

ul#HomeButtons li{
	margin: 12px 0px 0px 0px;
	padding: 0;
	height: 36px;
	width: 98px;
	display: block;
}

ul#HomeButtons li a{
	display: block;
	width: 98px;
	height: 36px;
}

ul#HomeButtons li#ButtonEnEspanol a{
	background:url(/site/button_inenglish.gif);
}

ul#HomeButtons li#ButtonRecipes a{
	background:url(/site/button_recipes.gif);
}

ul#HomeButtons li#ButtonContactUs a{
	background:url(/site/button_contactus.gif);
}

div#HomeShadow{
	background: url(/site/bg_shadow_home.png) no-repeat 50% 0;
	_background: transparent;
	height: 430px;
	z-index: 1;
	position: absolute;
	width: 100%;
}

img.RotatingHeaderImages{
	float: right;
}


/* Retail
-----------------------------------------------------------------------------*/

body.Retail {
	background: url(/site/bg_bodybottom_retail.jpg) 50% 0px no-repeat;
}

body.Retail div#Header, body div#Header {
	background: #fff url(/site/bg_header_retail.jpg) repeat-x;
}

body.Retail div#Page {
	background: url(/site/bg_bodytop_retail.gif) repeat-x 50% 0;
}

body.Retail div#Primary {
	background: url(/site/bg_bodytop_retail.gif) repeat-x 50% 0;
}

body.Retail div#Secondary ul li a, body.Retail div#Secondary ul li ul li a {
	color: #668453;
}

table.PhotosTable tr td {
	padding: 7px;
}

div.Thumbnail {
	margin: 1em;
	float: left;
}

/* ClubPacks
-----------------------------------------------------------------------------*/

body.ClubPacks {
	background: url(/site/bg_bodybottom_clubpacks.jpg) 50% 0px no-repeat;
}

body.ClubPacks div#Header {
	background: #fff url(/site/bg_header_clubpacks.jpg) repeat-x;
}

body.ClubPacks div#Page {
	background: url(/site/bg_bodytop_clubpacks.gif) repeat-x 50% 0;
}

body.ClubPacks div#Primary {
	background: url(/site/bg_bodytop_clubpacks.gif) repeat-x 50% 0;
}

body.ClubPacks div#Secondary ul li a {
	color: #57839a;
}

div#ProductRecipes {
	float: right;
	width: 85px;
	height: 69px;
	text-align: center;
	background: url(/site/bg_productrecipes.gif) no-repeat 0 0;
}

div#ProductRecipes a {
	display: block;
	padding-top: 14px;
}


/* FoodService
-----------------------------------------------------------------------------*/

body.FoodService {
	background: url(/site/bg_bodybottom_foodservice.jpg) 50% 0px no-repeat;
}

body.FoodService div#Header {
	background: #fff url(/site/bg_header_foodservice.jpg) repeat-x;
}

body.FoodService div#Page {
	background: url(/site/bg_bodytop_foodservice.gif) repeat-x 50% 0;
}

body.FoodService div#Primary {
	background: url(/site/bg_bodytop_foodservice.gif) repeat-x 50% 0;
}

body.FoodService div#Secondary ul li a {
	color: #eba332;
}


/* Recipes
-----------------------------------------------------------------------------*/

body.Recipe {
	background: url(/site/bg_bodybottom_recipes.jpg) 50% 0px no-repeat;
}

body.Recipe div#Header {
	background: #fff url(/site/bg_header_recipes.jpg) repeat-x;
}

body.Recipe div#Page {
	background: url(/site/bg_bodytop_recipes.gif) repeat-x 50% 0;
}

body.Recipe div#Primary {
	background: url(/site/bg_bodytop_recipes.gif) repeat-x 50% 0;
}

body.Recipe div#Secondary ul li a {
	color: #eba332;
}

body.Recipe div#Secondary ul li ul li {
	display: none;
}

body.Recipe div#Secondary ul li.Active ul li{
	display: block;
}

div#Recipe {
	padding-top: 60px;
	width: 509px;
	background: url(/site/bg_recipe_top.gif) no-repeat 0 0;
	position: relative;
	margin: 0 auto;
}

div#Recipe div.Padding {
	border: 6px solid #FCBC5F;
	border-top: none;
}

div#RecipeCategory {
	position: absolute;
	top: 10px;
	right: 45px;
	width: 200px;
	text-align: center;
	font-size: 1.2em;
	line-height: 2em;
	font-weight: bold;
}

/* SeafoodSafety
-----------------------------------------------------------------------------*/

body.SeafoodSafety {
	background: url(/site/bg_bodybottom_seafoodsafety.jpg) 50% 0px no-repeat;
}

body.SeafoodSafety div#Header {
	background: #fff url(/site/bg_header_seafoodsafety.gif) repeat-x;
}

body.SeafoodSafety div#Page {
	background: url(/site/bg_bodytop_seafoodsafety.gif) repeat-x 50% 0;
}

body.SeafoodSafety div#Primary {
	background: url(/site/bg_bodytop_seafoodsafety.gif) repeat-x 50% 0;
}

body.SeafoodSafety div#Wrapper div#Canvas div.Padding {
	padding-left: 96px;
	padding-right: 96px;
}


/* Processing
-----------------------------------------------------------------------------*/

body.Processing {
	background: url(/site/bg_bodybottom_processing.jpg) 50% 0px no-repeat;
}

body.Processing div#Header {
	background: #fff url(/site/bg_header_processing.gif) repeat-x;
}

body.Processing div#Page {
	background: url(/site/bg_bodytop_processing.gif) repeat-x 50% 0;
}

body.Processing div#Primary {
	background: url(/site/bg_bodytop_processing.gif) repeat-x 50% 0;
}

body.Processing div#Secondary ul li a {
	color: #dd845d;
}


/* FAQ
-----------------------------------------------------------------------------*/

body.FAQ {
	background: url(/site/bg_bodybottom_faq.jpg) 50% 0px no-repeat;
}

body.FAQ div#Header {
	background: #fff url(/site/bg_header_faq.jpg) repeat-x;
}

body.FAQ div#Page {
	background: url(/site/bg_bodytop_faq.gif) repeat-x 50% 0;
}



body.FAQ div#Page div#Wrapper {
 	border-top: #fff solid 2px;
}

body.FAQ div#Primary {
	background: url(/site/bg_bodytop_faq.gif) repeat-x 50% 0;
}

body.FAQ div#Canvas div.Padding {
	padding-left: 40px;
}

div#Question ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

div#Question ul li {
	margin-bottom: 1.5em;
}

div#Question ul li a {
	text-decoration: none;
	color: #000;
}

div#Question ul li a:hover {
	text-decoration: underline;
}
	
div#Answer {
	margin: 80px 20px 20px 20px;
	border: 4px #d5a102 solid;
}


/* AboutUs
-----------------------------------------------------------------------------*/

body.About {
	background: url(/site/bg_bodybottom_aboutus.jpg) 50% 0px no-repeat;
}

body.About div#Header {
	background: #fff url(/site/bg_header_aboutus.jpg) repeat-x;
}

body.About div#Page {
	background: url(/site/bg_bodytop_aboutus.gif) repeat-x 50% 0;
}

body.About div#Primary {
	background: url(/site/bg_bodytop_aboutus.gif) repeat-x 50% 0;
}

body.About div#Secondary ul li a {
	color: #dd845d;
}

* html div#Page{

}