
/* PAGE AND STRUCTURE STYLES */

body, html
            {
            margin: 0px;
            background-image: url(../images/core/bg_tile.jpg);
            background-repeat: repeat-x;
            background-attachment: scroll;
            background-color: #006633;
            font-size: 12px;
            line-height: 15px;
            font-family: Arial, san-serif;
            color: #002a0c;
            }

p
            {
            margin: 0px 0px 10px 0px;
            }

a:link
            {
            color: #006633;
            text-decoration:underline;
            }

a:hover
            {
            color: #006633;
            text-decoration: none;
            }

a:visited
            {
            color: #006633;
            text-decoration: underline;
            }

table
            {
            border: 0px;
            border-collapse: collapse;
            }

#page_top
            {
            width: 964px;
            height: 84px;
            margin: 0px;
            padding: 0px 8px 0px 8px;
            background-image: url(../images/core/bg_page_top.jpg);
            background-repeat: no-repeat;
            background-attachment: scroll;
            background-color: #ffffff;
            }

#page_body_main
            {
            width: 980px;
            margin: 0px auto;
            position: relative;
            background-color: transparent;
            }

#page_body_container
            {
            width: 972px;
            margin: 0px;
            padding: 0px 4px;
            background-color: #ffffff;
            }

#page_main_container
            {
            width: 948px;
            margin: 0px;
            padding: 2px 12px 10px 12px;
            background-image: url(../images/core/main_content_bg.gif);
            background-repeat: no-repeat;
            background-color: #ffffff;
            }


#page_main_content
            {
            width: 948px;
            margin: 0px;
            padding: 0px;
            background-color: #ffffff;
            }


table.main_content
            {
            width: 948px;
            }


/* END PAGE AND STRUCTURE STYLES */


/* BEGIN MAIN NAVIGATION STYLES */

#logo
            {
            position: absolute;
            left: 407px;
            top: 4px;
            z-index: 10;
            }

#nav_main_products
            {
            position: absolute;
            left: 63px;
            top: 42px;
            z-index: 20;
            }

#nav_main_recipes
            {
            position: absolute;
            left: 213px;
            top: 42px;
            z-index: 20;
            }

#nav_main_live_well
            {
            position: absolute;
            left: 615px;
            top: 42px;
            z-index: 20;
            }

#nav_main_store
            {
            position: absolute;
            left: 766px;
            top: 42px;
            z-index: 20;
            }

#popup_links
			{
            position: absolute; top: 123px; left: 752px;
            font-size: 10px;
            line-height: 16px;
            font-family: Tahoma,Arial, Verdana, san-serif;
            color: #006633;
            font-weight: bold;
            }

/* END MAIN NAVIGATION STYLES */


/* BEGIN SUB NAVIGATION STYLES */

#subnav_container
            {
            width: 948px;
            height: 33px;
            margin: 0px;
            padding: 0px 0px 0px 0px;
            }

#subnav_container ul
            {
            list-style: none;
            margin: 0px;
            padding: 0px 0px 0px 0px;
            }

#subnav_container li
            {
            display: inline;
            margin: 0px 0px 0px 0px;
            padding: 0px;
            }


/* END SUB NAVIGATION STYLES */


/* BEGIN FOOTER NAVIGATION STYLES */

#page_bottom
            {
            background-color: transparent;
            margin: 0px;
            padding: 14px 4px;
            font-size: 10px;
            line-height: 14px;
            color: #7abf37;
            font-family: Arial, Helvetica, sans-serif;
            }

#page_bottom  a:link
            {
            color: #7abf37;
            text-decoration: none;
            }

#page_bottom  a:visited
            {
            color: #7abf37;
            text-decoration: none;
            }

#page_bottom  a:hover
            {
            color: #7abf37;
            text-decoration: underline;
            }

#page_bottom ul
            {
            list-style: none;
            margin: 0px;
            padding: 0px;
            }

#page_bottom li
            {
            display: inline;
            margin: 0px;
            padding: 0px;
            }

#page_bottom li.divider
            {
            margin: 0px 2px 0px 2px;
            }


/* END FOOTER NAVIGATION STYLES */



.body_copy_white
			{
			font-size: 13px;
            line-height: 17px;
            font-family: Georgia, Times New Roman, Times, serif;
            color: #FFFFFF;
			}

.hints_indent
			{
			text-indent: 23px;
			}


.form_field
			{
			font-size: 11px;
            color: #666666;
            font-family: Arial, Helvetica, sans-serif;
            background-color: #ffffff;
            border: 1px #82c341 solid;
            padding: 2px;
            margin: 2px 0px 10px 0px;
			}

.form_field_error
			{
			font-size: 11px;
            color: #FF0000;
            font-family: Arial, Helvetica, sans-serif;
            background-color: #ffffff;
            border: 1px #82c341 solid;
            padding: 2px;
            margin: 2px 0px 10px 0px;
			}

textarea
			{
			font-size: 11px;
            color: #666666;
            font-family: Arial, Helvetica, sans-serif;
            background-color: #ffffff;
            border: 1px #82c341 solid;
            padding: 2px;
            margin: 2px 0px 2px 0px;
			}














/* BEGIN HOME PAGE STYLES */

#home_main_content
            {
            width: 972px;
            height: 357px;
            margin: 0px;
            background-image: url(/images/home/main_content_bg.gif);
            background-repeat: no-repeat;
            }

#home_main_callout
            {
            width: 288px;
            height: 338px;
            margin: 9px 4px 0px 0px;
            background-image: url(/images/home/main_callout_bg.jpg);
            background-repeat: no-repeat;
            }

#home_main_callout div.content
            {
            padding: 20px 0px 0px 15px;
            font-weight: bold;
            font-size: 11px;
            line-height: 13px;
            color: #6f481e;
            }

#home_main_callout div.content p.head, table.home_callout td div.content p.head
            {
            font-size: 14px;
            line-height: 15px;
            color: #006633;
            margin: 0px 0px 9px 0px;
            }

#home_main_callout div.content p
            {
            margin: 0px 0px 9px 0px;
            }

#home_main_callout div.content a:link
            {
            color: #d97103;
            text-decoration: none;
            }

#home_main_callout div.content a:hover
            {
            color: #d97103;
            text-decoration: underline;
            }

#home_main_callout div.content a:visited
            {
            color: #d97103;
            text-decoration: none;
            }

table.home_callout
            {
            width: 972px;
            }

table.home_callout td
            {
            width: 324px;
            background-image: url(/images/home/callout_bg.jpg);
            background-repeat: no-repeat;
            background-attachment: scroll;
            background-color: #ffffff;
            }

table.home_callout td div.content
            {
            height: 164px;
            background-position: 4px 28px;
            background-repeat: no-repeat;
            background-attachment: scroll;
            background-color: transparent;
            padding: 0px 0px 0px 25px;
            font-size: 11px;
            line-height: 13px;
            color: #6f481e;
            }

table.home_callout td div.content p.head
            {
            float: left;
            font-weight: bold;
            font-size: 13px;
            line-height: 14px;
            color: #006633;
            margin: 9px 0px 18px 0px;
            }

table.home_callout td div.content .head_button
            {
            float: right;
            padding: 9px 14px 0px 0px;
            }

table.home_callout div.content p.callout_copy
            {
/*             height: 94px; */
            height: 84px;
            }

table.home_callout div.content p.callout_link
            {
            margin: 0px 0px 16px 0px;
            }

table.home_callout div.content a:link
            {
            font-weight: bold;
            color: #d97103;
            text-decoration: none;
            }

table.home_callout div.content a:hover
            {
            font-weight: bold;
            color: #d97103;
            text-decoration: underline;
            }

table.home_callout div.content a:visited
            {
            font-weight: bold;
            color: #d97103;
            text-decoration: none;
            }

/* END HOME PAGE STYLES */








/* BEGIN COMMON CONTENT ELEMENT STYLES */


#page_header
            {
            width: 752px;
            height: 19px;
            background-color: #ffffff;
            background-repeat: no-repeat;
            padding: 87px 0px 0px 0px;
            margin: 0px 0px 8px 0px;
            }

.rule
            {
            line-height: 4px;
            font-size: 4px;
            margin: 4px 0px 14px 0px;
            border-bottom: 1px #b2b2b2 solid;
            }

.rule_grad
            {
            width: 752px;
            height: 23px;
            background-image: url(/images/misc/rule_grad_bg.jpg);
            background-repeat: no-repeat;
            background-attachment: scroll;
            background-color: #ffffff;
            line-height: 4px;
            font-size: 4px;
            margin: 12px 0px 1px 0px;
            }


.body_copy
            {
            font-weight: normal;
            font-size: 11px;
            line-height: 15px;
            color: #6f481e;
            margin: 0px 0px 0px 0px;
            }

.body_copy a:link
            {
            color: #6f481e;
            text-decoration: underline;
            }

.body_copy a:hover
            {
            color: #6f481e;
            text-decoration: underline;
            }

.body_copy a:visited
            {
            color: #6f481e;
            text-decoration: underline;
            }

.body_copy p
             {
             margin: 0px 0px 8px 0px;
             }


ul.body_copy
            {
            list-style: none;
            margin: 0px 0px 8px 0px;
            padding: 0px 0px 0px 0px;
            }

ul.body_copy li
            {
            background-image: url(/images/misc/bullet_orange.gif);
            background-repeat: no-repeat;
            background-attachment: scroll;
            background-position: 0px 5px;
            margin: 0px 0px 5px 0px;
            padding: 0px 0px 0px 8px;
            }

h2
            {
            font-weight: bold;
            font-size: 12px;
            line-height: 14px;
            color: #ea861c;
            margin: 0px 0px 4px 0px;
            }

table.white_callout
            {
            width: 760px;
            }

table.white_callout td
            {
            width: 376px;
            background-image: url(/images/misc/callout_bg.gif);
            background-repeat: no-repeat;
            background-attachment: scroll;
            background-color: #ffffff;
            }

table.white_callout td div.content
            {
            height: 124px;
            background-position: 13px 13px;
            background-repeat: no-repeat;
            background-attachment: scroll;
            background-color: #transparent;
            padding: 28px 0px 0px 183px;
            font-size: 11px;
            line-height: 13px;
            color: #6f481e;
            }

table.white_callout td div.content p.head
            {
            font-weight: bold;
            font-size: 12px;
            line-height: 13px;
            color: #d97103;
            margin: 0px 0px 10px 0px;
            }

table.white_callout div.content div.callout_copy
            {
            height: 73px;
            }

table.white_callout div.content div.callout_copy p
            {
            margin-bottom: 6px;
            }

table.white_callout div.content p.callout_link
            {
            margin: 0px 0px 28px 0px;
            }

table.white_callout td.spacer
            {
            width: 8px;
            background: none;
            }

table.white_callout div.content a:link
            {
            color: #6f481e;
            text-decoration: underline;
            }

table.white_callout div.content a:hover
            {
            color: #6f481e;
            text-decoration: underline;
            }

table.white_callout div.content a:visited
            {
            color: #6f481e;
            text-decoration: underline;
            }

/* END COMMON CONTENT ELEMENT STYLES */


/* BEGIN LANDING PAGE STYLES */

#page_header_landing
            {
            width: 752px;
            height: 19px;
            background-color: #ffffff;
            background-repeat: no-repeat;
            padding: 161px 0px 0px 0px;
            margin: 0px 0px 8px 0px;
            }

#landing_main_callout
            {
            float: right;
            width: 372px;
            height: 219px;
            background-color: #ffffff;
            background-repeat: no-repeat;
            padding: 0px 0px 0px 0px;
            margin: 0px 0px 0px 0px;
            }

#landing_main_callout div.content
            {
            padding: 43px 0px 0px 15px;
            font-weight: bold;
            font-size: 11px;
            line-height: 13px;
            color: #6f481e;
            }

#landing_main_callout div.content p.head
            {
            font-weight: bold;
            font-size: 13px;
            line-height: 14px;
            color: #006633;
            margin: 2px 0px 12px 0px;
            }

#landing_main_callout div.content a:link
            {
            color: #d97103;
            text-decoration: none;
            }

#landing_main_callout div.content a:hover
            {
            color: #d97103;
            text-decoration: underline;
            }

#landing_main_callout div.content a:visited
            {
            color: #d97103;
            text-decoration: none;
            }

.intro_copy
            {
            float: left;
            width: 364px;
            font-size: 14px;
            line-height: 17px;
            color: #6f481e;
            padding: 8px 0px 0px 0px;
            }

.intro_copy p
            {
             margin: 0px 0px 12px 0px;
            }

.intro_copy a:link
            {
            color: #6f481e;
            text-decoration: underline;
            }

.intro_copy a:hover
            {
            color: #d97103;
            text-decoration: underline;
            }

.intro_copy a:visited
            {
            color: #d97103;
            text-decoration: underline;
            }



table.landing_callout
            {
            width: 760px;
            }


/* END LANDING PAGE STYLES */


/* TEXT STYLES */



sup
             {
             font-size: 8px;
             vertical-align: text-top;
             }


/* END TEXT STYLES */



/* BEGIN IMAGE STYLES */

a img, img
             {
             border: 0px;
             margin: 0px;
             }

img.inline_alpha_png
             {
             behavior: url("/js/png.htc");
             margin: 0px 4px 0px 0px;
             vertical-align: text-top;
             }

img.inline
             {
             margin: 0px 4px 0px 0px;
             vertical-align: text-bottom;
             }

/* img.head */
/*              { */
/*              border: 0px; */
/*              } */


img.alpha_png
      {
      behavior: url("/js/png.htc");
      }

/* END IMAGE STYLES */




/* BEGIN FORM STYLES */

#errorMessage {
  margin-top:-14px;
  color:#990000;
  font-size:11px;
  font-weight:bold;
  font-style:italic;
}

table.full_form
            {
            width: 760px;
            }

table.full_form td.full_width
            {
            width: 760px;
            background-image: url(/images/misc/yellow_grad_bg_full.jpg);
            background-repeat: no-repeat;
            background-attachment: scroll;
            background-color: #ffffff;
            }

table.full_form td div.content
            {
            padding: 0px 18px 0px 18px;
            font-size: 11px;
            line-height: 13px;
            color: #6f481e;
            }

table.full_form td div.content p.head
            {
            float: left;
            font-weight: bold;
            font-size: 13px;
            line-height: 14px;
            color: #006633;
            margin: 9px 0px 21px 0px;
            }

.field_label
            {
            margin: 0px 0px 0px 2px;
            }

.text_field
            {
            font-size: 11px;
            color: #666666;
            font-family: Arial, Helvetica, sans-serif;
            background-color: #ffffff;
            width: 343px;
            border-top: 1px #bcbcbc solid;
            border-right: 1px #e3e3e3 solid;
            border-bottom: 1px #e3e3e3 solid;
            border-left: 1px #bcbcbc solid;
            padding: 1px;
            margin: 3px 15px 0px 0px;
            }

.form_fine_print
            {
            font-size: 10px;
            line-height: 12px;
            color: #ea861c;
            margin: 0px 0px 10px 2px;
            font-family: Arial, Helvetica, sans-serif;
            }

/* END FORM STYLES */




/* BEGIN PRODUCT PAGE STYLES */

.product_callout_248
            {
            float: left;
            width: 243px;
            height: 133px;
            background-repeat: no-repeat;
            background-attachment: scroll;
            background-color: transparent;
            padding: 17px 0px 0px 13px;
            font-weight: bold;
            font-size: 12px;
            line-height: 15px;
            color: #006633;
            }

.product_callout_248 a:link
            {
            color: #006633;
            text-decoration: none;
            }

.product_callout_248 a:hover
            {
            color: #006633;
            text-decoration: underline;
            }

.product_callout_248 a:visited
            {
            color: #006633;
            text-decoration: none;
            }

#page_header_product
            {
            width: 746px;
            background-position: 100% 0px;
            background-color: #ffffff;
            background-repeat: no-repeat;
            padding: 0px 0px 12px 14px;
            margin: 0px 0px 8px 0px;
            }

#page_header_product div.content
            {
            font-size: 14px;
            line-height: 17px;
            color: #6f481e;
            }

img.page_head_product
            {
            margin: 39px 0px 15px 0px;
            }

img.page_head_product_variant
            {
            margin: 39px 0px 60px 0px;
            }

table.product_content
            {
            width: 756px;
            }

table.product_content td.product_left
            {
            width: 248px;
            background-color: #ffffff;
            }

table.product_content td.product_right
            {
            width: 508px;
            background-color: #ffffff;
            }

.product_picture_container
             {
             margin: 0px 4px 27px 4px;
             font-size: 11px;
             line-height: 13px;
             color: #95774c;
             }

.product_picture_container img
            {
            margin: 0px 0px 5px 0px;
            }

.product_picture_container p.subhead
            {
            margin: 0px 0px 4px 0px;
            font-weight: bold;
            font-size: 12px;
            line-height: 15px;
            color: #6f481e;
            }


/* END PRODUCT PAGE STYLES */


.faq_question, .hint_heading
            {
            font-weight: bold;
            font-size: 12px;
            line-height: 15px;
            color: #d97103;
            padding: 0px 0px 4px 0px;
            }

.faq_answer
            {
            margin: 0px 0px 16px 8px;
            }

.hint_copy
            {
            margin: 0px 0px 16px 0px;
            }

.faq_answer p, hint_copy p
            {
            margin: 0px 0px 4px 8px;
            }


/* BEGIN HOLIDAY 2009 STYLES */


#holiday_body
            {
            width: 948px;
            margin: 0px;
            padding: 0px;
            background-image: url(../images/core/holiday_bg_tile.jpg);
            background-color: #771d1a;
            background-repeat: repeat-y;
            background-attachment: scroll;
            }

#holiday_landing_container
            {
            margin: 8px 75px 0px 75px;
            }

#holiday_landing_content
            {
            height: 283px;
            background-color: #000000;
            filter: alpha(opacity=30);
            opacity: 0.30;
            display: block;
            inherit: none;
            }

p.holiday_intro
            {
            margin: 0px 0px 12px 0px;
            text-align: center;
            font-size: 11px;
            line-height: 18px;
            font-family: Verdana, san-serif;
            color: #ffffff;
            }

.recipe_thumb
            {
            float: left;
            }

#trigger_recipe_container div.trigger_recipe
            {
            width: 53px;
            height: 60px;
            float: left;
            background-color: #ffffff;
            filter: alpha(opacity=1);
            opacity: 0.01;
            }

#trigger_home_container div.trigger_recipe
            {
            width: 89px;
            height: 72px;
            float: left;
            background-color: #ffffff;
            filter: alpha(opacity=1);
            opacity: 0.01;
            }


#holiday_container
            {
            margin: 38px 90px 0px 90px;
            }

#holiday_video_content
            {
            height: 326px;
/*             background-color: #000000; */
/*             filter: alpha(opacity=30); */
/*             opacity: 0.30; */
            }

#holiday_video_embed
            {
            position: absolute;
            top: 329px;
            left: 491px;
            width: 354px;
            height: 210px;
            z-index: 30;
            }

#holiday_head_container
            {
            height: 42px;
            margin: 0px 0px 20px 0px;
            padding: 0px 30px 0px 0px;
            background-image: url(../images/core/h1_bg.gif);
            background-repeat: repeat-x;
            }

.holiday_head
            {
            float: left;
            margin: 9px 0px 0px 0px;
            padding: 0px 0px 0px 12px;
            font-size: 21px;
            font-weight: bold;
            line-height: 25px;
            color: #f8eaaa;
            font-family: Georgia, Times New Roman, Times, serif;
            }

.holiday_head_button
            {
            float: right;
            margin: 8px 0px 0px 0px;
            padding: 0px 9px 0px 0px;
            }


#holiday_recipe_container
            {
            margin: 0px 0px 24px 0px;
            padding: 0px 0px 36px 2px;
            background-image: url(../images/core/solid_dots_horiz.gif);
            background-repeat: repeat-x;
            background-position: bottom;
            }

#holiday_ingredients
            {
            float: left;
            width: 270px;
            margin: 0px 0px 0px 0px;
            padding: 0px 46px 0px 9px;
            font-size: 11px;
            line-height: 14px;
            color: #f5e497;
            font-family: Arial, Verdana, Tahoma, san-serif;
            }

#holiday_ingredients ul
            {
            list-style: none;
            margin: 0px 0px 14px 0px;
            padding: 0px 0px 0px 0px;
            }

#holiday_ingredients li
            {
            margin: 0px 0px 6px 0px;
            padding: 0px;
            }


#holiday_directions
            {
/*             float: right; */
            margin: 8px 0px 0px 336px;
            padding: 0px 9px 0px 21px;
            font-size: 12px;
            line-height: 15px;
            color: #fbf2cc;
            font-family: Georgia, Times New Roman, Times, serif;
            background-image: url(../images/core/dots_vertical.gif);
            background-repeat: repeat-y;
            }

#holiday_directions p
            {
            margin: 9px 0px 0px 0px;
            }

#holiday_recipe_container h2
            {
            width: 176px;
            margin: 0px 0px 14px 0px;
            padding: 0px 0px 8px 2px;
            font-size: 14px;
            font-weight: bold;
            line-height: 18px;
            color: #f8eaaa;
            font-family: Georgia, Times New Roman, Times, serif;
            background-image: url(../images/core/dots_horiz.gif);
            background-repeat: repeat-x;
            background-position: bottom;
            }

#holiday_recipe_container div#ingredients_top
            {
            width: 176px;
            margin: 0px 0px 14px 0px;
            padding: 0px 0px 14px 2px;
            font-size: 13px;
            line-height: 16px;
            color: #f5e497;
            font-family: Arial, Verdana, Tahoma, san-serif;
            background-image: url(../images/core/dots_horiz.gif);
            background-repeat: repeat-x;
            background-position: bottom;
            }


/* END HOLIDAY 2009 STYLES */
