*
{
	padding: 0;
	margin: 0;
	border: 0;
}

body, html 
{
	text-align: center; /*** Centers the design in old IE versions ***/
	height: 100%;
	color:#006937;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	background-color: #dbcfae; 
}


#TabContainer1_ctl001 {
	display:block;
	visibility:visible;
	width:100%;
	position:absolute;
	left:100px;
	top:100px;
}

#TabContainer1_ctl002 {
	display:block;
	visibility:visible;
	width:100%;
	position:absolute;
	left:100px;
	top:100px;
}

#TabContainer1_ctl003 {
	display:block;
	visibility:visible;
	width:100%;
	position:absolute;
	left:100px;
	top:100px;
}

body 
{
	font-size: 75%;
}
textarea
{
	border-top-color:#006937;
	border-top-style:solid;
	border-top-width:1px;
	border-right-color:#006937;
	border-right-style:solid;
	border-right-width:1px;
	border-bottom-color:#006937;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-left-color:#006937;
	border-left-style:solid;
	border-left-width:1px;
}
input 
{
	border-top-color:#006937;
	border-top-style:solid;
	border-top-width:1px;
	border-right-color:#006937;
	border-right-style:solid;
	border-right-width:1px;
	border-bottom-color:#006937;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-left-color:#006937;
	border-left-style:solid;
	border-left-width:1px;
}
input[type=checkbox]
{
	border-top-width:0px;
	border-right-width:0px;
	border-bottom-width:0px;
	border-left-width:0px;
	color:#FFFFFF;
}
td p
{
	padding:5px 0px 5px 0px;
}


H1
{
	font-family: Tahoma Geneva, Arial, Helvetica, sans-serif;
	font-size: 25px;
	color:#006937;
}
H2
{
	font-family: Tahoma Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#006937;
}
ol
{
	list-style-type:decimal;
	list-style-position: outside;
	padding-left:25px;
}

.clear 
{ 
	clear: both; 
}

#mainContainer 
{
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	
	width: 1003px;
	margin: 0 auto; /*** Centers the design ***/
	
	background: #dddddd url("/uploadedimages/Shared_Content/content-bg.gif") repeat-y; /*** This is our faux columns ***/
	text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/	
}

form 
{
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

* html #mainContainer 
{
	height: 100%;  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}

a
{
	color:#a29061;
}
a:hover
{
	color:#006937;
}

/**************************
HEADER
**************************/
#header-print
{
	display:none; 
}

#tab-print
{
	display:none; 
}

#header 
{
	position: relative;
	height: 110px;
}

#header-logo 
{
	position: absolute;
	top: 0px;
	left: 0px;
}
#header-housekeeping
{
	position:absolute;
	text-align:right;
	top: 25px;
	right: 25px;
	color: #006937;
}
#header-housekeeping a
{
	color:#006937;
}

/**************************
CONTENT AND COLUMNS
**************************/
#outer 
{
	padding-left: 200px; 
	min-height: 100%;	
}

* html #outer 
{
	padding-right: 175px; /* Normally this shouldn't be in this hack, it should be in .outer, but because of IE7 I had to */
	height: 100%;
}

#outer-full 
{
	padding-left: 1px; 
	min-height: 100%;	
}

* html #outer-full 
{
	padding-right: 1px; /* Normally this shouldn't be in this hack, it should be in .outer, but because of IE7 I had to */
	height: 100%;
}

#inner 
{
	width: 775px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
	padding-bottom: 92px;
	min-height: 100%;
}
* html #inner 
{
	width: 100%;
	height: 100%;
}
#inner-full
{
	width: 949px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
	padding-bottom: 92px;
	min-height: 100%;
}
* html #inner-full
{
	width: 100%;
	height: 100%;
}


/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
#float-wrap 
{
	float: left;
	width: 828px;
	margin-left: -200px; /*** Same length as .outer padding-left but with negative value ***/
	min-height: 100%;	
}
* html #float-wrap 
{
	/*** No need for hacking IE on this layout ***/
	height: 100%;
}



#float-wrap-full 
{
	float: left;
	width: 1002px;
	margin-left: -1px; /*** Same length as .outer padding-left but with negative value ***/
	min-height: 100%;	
}
* html #float-wrap-full 
{
	/*** No need for hacking IE on this layout ***/
	height: 100%;
}

#content 
{
	float: right;
	width: 583px;
	min-height: 100%;
}
#content H1
{
	font-family: Tahoma Geneva, Arial, Helvetica, sans-serif;
	font-size: 25px;
	color:#006937;
}
#content H2
{
	font-family: Tahoma Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#006937;
}

#content p
{
	padding:5px 0px 5px 0px;
	/*padding-left: 35px;*/
}

#content ul {
	list-style-type: square;
	list-style-position: outside;
	margin-left:15px;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:5px;
}

#content ol {
	list-style-type: decimal;
	list-style-position: outside;
}
#content ul li, ol li
{
	padding: 5px;
	list-style: outside;
	margin: 0px;
}
/*
#content ul, ol
{
	padding-left: 35px;
}

#content ul li, ol li
{
	padding: 0px;
	list-style: outside;
	margin: 0px;
}
*/

#content 
{
	float: right;
	width: 583px;
	min-height: 100%;
}
#content-full
{
	float: right;
	width: 803px;
	min-height: 100%;
}



#content-brand 
{
	float: right;
	width: 603px;
	min-height: 100%;
	padding-left: 25px;
}
#content-brand table
{
	border-bottom-width: 2px;
	border-bottom-color: #939ca1;
	border-bottom-style: solid;
	border-left-width: 2px;
	border-left-color: #939ca1;
	border-left-style: solid;
	border-right-width: 2px;
	border-right-color: #939ca1;
	border-right-style: solid;
}
#content-brand H1
{
	font-size: 15px;
	font-weight:bold;
	padding-left: 15px;
	height:20px;
	background: #939ca1 url("/uploadedimages/Shared_Content/foodservice/H-brand-bg.jpg") repeat-y;
}
#content-collection
{
	float: right;
	width: 753px;
	background-color:#ffffff;
	min-height: 100%;	
	margin:0px;
	padding:0px;
}

#recipe
{
	clear:both;
	float:left;
	width:750px;
	padding:0px 0px 50px 50px;
	margin:0px;
	min-height: 100%;
}
#recipe-col
{
	clear:both;
	padding:0px;
	margin:0px;
}
#recipe-col ul {
	list-style-type: square;
	list-style-position: outside;
	margin-left:15px;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:5px;
}
#recipe-col ol {
	list-style-type: decimal;
	list-style-position: outside;
}
#recipe-col ul li, ol li
{
	padding: 5px;
	list-style: outside;
	margin: 0px;
}

#recipe p
{
	padding:5px 0px 5px 0px;
}
#ImageRecipe
{
	padding:5px 20px 5px 20px;
}

#recipe h1
{
	padding:0px 0px 5px 0px;
}

#map
{
	padding-left:45px;
}
#map p
{
	padding:5px 0px 5px 0px;
}

* html #content 
{
	position: relative;  /*** IE needs this  ***/
	height: 100%;
}

/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left 
{
	background-image: url("/uploadedimages/Shared_Content/foodservice/bg-left-navigation.jpg");
	background-repeat: no-repeat;
	float: left;
	width: 199px;
	min-height: 125px;
	padding: 0px;
	padding-top: 30px;
	padding-bottom:150px;	
}
* html #left 
{
	position: relative;  /*** IE needs this  ***/
	height: 100%;
}
#left-full
{
	background-image: url("/uploadedimages/Shared_Content/foodservice/bg-left-navigation.jpg");
	background-repeat: no-repeat;
	float: left;
	width: 199px;
	min-height: 125px;
	padding: 0px;
	padding-top: 30px;
	padding-bottom:150px;	
}
* html #left-full
{
	position: relative;  /*** IE needs this  ***/
	height: 100%;
}


#ProductTable 
{
	
	border-top-color:#00703c;
	border-top-width:2px;
	border-top-style:solid;
	border-left-color:#00703c;
	border-left-width:2px;
	border-left-style:solid;
	
}

#ProductCollection 
{
	width:135px;
	background-color:#c7d3da;
	border-right-color:#00703c;
	border-right-width:2px;
	border-right-style:solid;
	border-bottom-color:#00703c;
	border-bottom-width:2px;
	border-bottom-style:solid;
	text-align:center;
}

#ProductCollection p
{
	display:block;
	background-color:#c7d3da;
	padding:10px 10px 10px 10px;
	margin:0px;
	color:#00703c;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}

#ProductCollection p a
{
	color:#00703c;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}

/*************************
RIGHT COLUMN
**************************/
#right 
{
	float: right; 
	width: 175px;
	padding: 0px;
	min-height: 100%;	
}

* html #right 
{
	position: relative;  /*** IE needs this  ***/
	margin-right: -175px; /*** IE gets this margin. ***/
	height: 100%;
}
#right-full
{
	float: right; 
	width: 1px;
	padding: 0px;
	min-height: 100%;
}

* html #right-full
{
	position: relative;  /*** IE needs this  ***/
	margin-right: -1px; /*** IE gets this margin. ***/
	height: 100%;
}


/**************************
FOOTER
**************************/
#footer 
{
	position:relative;
	width: 1003px;
	height: 92px; /*** The drawback with this solution is that the height of the footer can't be flexible. If you add so much content to the footer that it extends 30px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
	margin: 0 auto;
	margin-top: -92px; /*** By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. ***/	 
}

#footer-image 
{
	position:absolute;
	vertical-align: bottom;
	width: 200px;
	height: 150px;
	top: -100px;
	left: 0px;
	z-index: 10;
}

#footer-background
{
	position:relative;
	width: 1003px;
	height: 92px; /*** The drawback with this solution is that the height of the footer can't be flexible. If you add so much content to the footer that it extends 30px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
	z-index: 20;
}
#footer-navigation
{
	position:absolute;
	text-align:left;
	padding-left: 230px;
	padding-top:65px;
	width: 550px;
	height: 25px; /*** The drawback with this solution is that the height of the footer can't be flexible. If you add so much content to the footer that it extends 30px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
	z-index: 30;
	color:#FFF;
	font-weight:bold;
}
#footer-navigation a
{
	color:#FFFFFF;
}
#footer-copyright
{
position:absolute;
	vertical-align: bottom;
	text-align:right;
	width: 165px;
	height: 25px;
	padding-top:65px;
	top: 0px;
	left: 810px;
	z-index: 40;
	color:#FFF;
}


.ajax__myTab .ajax__tab_header 
{
	clear:both;
	font-family:verdana, tahoma, helvetica;
	font-size:11px;
	border-bottom:solid 2px #ffffff;
	height:20px;
}

.ajax__myTab .ajax__tab_outer {
background-color:#80898b;
background-image: url("/uploadedimages/Shared_Content/ajax__tab_left_grey.gif");
background-repeat: no-repeat;
padding-left:10px;
margin:0px;
}

.ajax__myTab .ajax__tab_inner {
background-color:#80898b;
color:#ffffff;
background-image: url("/uploadedimages/Shared_Content/ajax__tab_right_grey.gif");
background-repeat: no-repeat;
background-position:right;
margin:0px;
border-right:solid 1px #ffffff;
}

.ajax__myTab .ajax__tab_tab {
height:13px;
padding:4px 10px 4px 2px;
margin:0;
}

.ajax__myTab .ajax__tab_hover .ajax__tab_outer {
background-color:#056a37;
background-image: url("/uploadedimages/Shared_Content/ajax__tab_left_green.gif");
background-repeat: no-repeat;
color:#ffffff;
}

.ajax__myTab .ajax__tab_hover .ajax__tab_inner {
background-color:#056a37;
background-image: url("/uploadedimages/Shared_Content/ajax__tab_right_green.gif");
background-repeat: no-repeat;
background-position:right;
}

.ajax__myTab .ajax__tab_hover .ajax__tab_tab {}
.ajax__myTab .ajax__tab_active .ajax__tab_outer {
background-color:#056a37;
background-image: url("/uploadedimages/Shared_Content/ajax__tab_left_green.gif");
background-repeat: no-repeat;
}

.ajax__myTab .ajax__tab_active .ajax__tab_inner {
background-color:#056a37;
background-image: url("/uploadedimages/Shared_Content/ajax__tab_right_green.gif");
background-repeat: no-repeat;
}

.ajax__myTab .ajax__tab_active .ajax__tab_tab {}
.ajax__myTab .ajax__tab_body {
font-family:verdana, tahoma, helvetica;
font-size:10pt;
/*border:2px solid #056a37;*/
border-top:0;
padding:0px;
}
#TabContainer-nopad 
{
	position:inherit;
	float:left;
	width:746px;
	border:2px solid #ffffff;/*#056a37;*/
}
#TabContainer 
{
	position:inherit;
	float:left;
	width:736px;
	border:2px solid #ffffff;/*#056a37;*/
	padding: 10px 5px 10px 5px;
}

/*#TabContainer ul li, ol li
{
	padding: 0px;
	list-style: inside;
	margin: 0px;
}*/

#TabBar
{
	clear:both;
	border-top-color:#FFFFFF;
	border-top-style:solid;
	border-top-width:1px;
	background-color:#056a37;
	height:20px;
	width:750px;
}
#PackagingTable td
{
	BORDER-BOTTOM: #dddddd 1px solid;
}
#PackagingTable td p
{
	padding:0px 0px 0px 0px;
}

#CookInsContainer {
	float:left;
	width:373px;
	height:150px;
}
#CookInsContainer p
{
	padding:0px 0px 0px 0px;
}
#half
{
	font-size:5px;
}
#CookInsContent {
	float:left;
	width:190px;
	height:auto;
	text-align:left;
	
}
#CookInsPic {
	float:left;
	width:183px;
	height:auto;
}
#preferred-method
{
font-size:10px;
}


/**************************
Cooking Instrucitons
*************************
#CookInsContainer {
	float:left;
	width:373px;
	height:auto;
	background-image:url(/uploadedimages/Shared_Content/FoodService/ci-bg.gif);
}
#CookInsContent {
	float:left;
	width:190px;
	height:auto;
	text-align:center;
	
}
#CookInsPic {
	float:left;
	width:183px;
	height:auto;
}
*/
#product-holder
{
	clear:both;
	float:left;
	width:750px;
	padding:0px 0px 50px 50px;
	margin:0px;
}

#product-info
{
	height:34px;
	background-image:url(/uploadedimages/Shared_Content/FoodService/ttl-bg.jpg);
}
#product-ttl
{
	float:left;
	font-family: Tahoma Geneva, Arial, Helvetica, sans-serif;
	font-size:large;
	font-weight:bold;
	color:#006937;
	margin:8px 0px 2px 15px;
	
}
#product-upc
{
	text-align:right;
	float:right;
	font-weight:bold;
	color:#006937;
	margin:12px 15px 2px 0px;
}
#product-brand-Container
{
	float:left;
	width:746px;
	 /*border:2px solid#056a37;
	margin-bottom:2px;*/
	margin-bottom:10px;
}
#product-brand-Container-content
{
	float:left;
	padding: 0px 20px 0px 10px;
	bottom: 0;
}
#TabContainer p
{
	padding:5px 0px 5px 0px;
}
#TabContainer ol
{
	padding:5px 0px 5px 0px;
}

div#nutritional-wrapper {
	border: 1px solid #000000;
	color:#000000;
	width: 350px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	font-family: Arial, Helvetica, sans-serif;
}
div#nutritional-wrapper td {
	border-bottom: 1px solid #000000;
	padding-bottom:2px;
	padding-top:2px;
}
div#nutritional-wrapper .nutritional-noborder {
	border-bottom: none;
}

div#nutritional-header {
	border-bottom: 5px solid #000000;
	/*width: 95%;*/
	margin:0px 8px 0px 8px;
	text-align:left;
	font-size:.9em;
}
div#nutritional-header h1 {
	font-size:1.5em;
	font-weight:bold;
}

div#nutritional-values {
	border-bottom: 4px solid #000000;
	/*width: 95%;*/
	margin:0px 8px 0px 8px;
}

div#nutritional-values .nutritional-table {
	border-bottom: 3px solid #000000;
}

div#nutritional-footer {
	/*width: 95%;*/
	margin:0px 8px 0px 8px;
}

.nutritional-smalltext, .nutritional-smalltext td {
	font-size:.80em;
}
#menu1 {
	font-size: 140%;
	}

#menu1 li {
	list-style: none;
	}

#menu1 li ul {
	font-size: 90%;
	}

#menu1 li ul li ul li {
	padding-left: 16px;
	background: url(bullet.gif) no-repeat 0 50%;
	}
#navigation
{
font-family:verdana, tahoma, helvetica;
font-size:11px;
float:left;
}
#navigation p
{
	padding-top:3px;
}
#navigation  li a
{
color: #fff;
background: #80898b url('/uploadedimages/Shared_Content/Recipes/left_grey.gif') left top no-repeat;
text-decoration: none;
height:22px;
width:100%;
cursor:pointer;
}

#navigation  li a span
{
background: url('/uploadedimages/Shared_Content/Recipes/right_grey.gif') right top no-repeat;
padding:2px 10px 0px 10px;
height:22px;
display: block;
}

#navigation a, #navigation a span
{
display: block;
float: left;
}

/* Hide from IE5-Mac \*/
#navigation a, #navigation a span
{
float: none;
}
/* End hide */

#navigation  li a:hover
{
color: #fff;
background: #056a37 url('/uploadedimages/Shared_Content/Recipes/left_green.gif') left top no-repeat;
}

#navigation  li a:hover span
{
background: url('/uploadedimages/Shared_Content/Recipes/right_green.gif') right top no-repeat;
}

#navigation ul
{
list-style:none;
margin:0px;
padding:0px;
	
}

#navigation li
{
list-style:none;
padding:0px;
margin:0px;
}
/*on*/
#navigation-on
{
font-family:verdana, tahoma, helvetica;
font-size:11px;
float:left;
}
#navigation-on p
{
	padding-top:3px;
}
#navigation-on li a
{
color: #fff;
background: #056a37 url('/uploadedimages/Shared_Content/Recipes/left_green.gif') left top no-repeat;
text-decoration: none;
height:22px;
width:100%;	
cursor:pointer;		
}

#navigation-on li a span
{
background: url('/uploadedimages/Shared_Content/Recipes/right_green.gif') right top no-repeat;
padding:2px 10px 0px 10px;
height:22px;
display: block;
}

#navigation-on a, #navigation-on a span
{
display: block;
float: left;
}

/* Hide from IE5-Mac \*/
#navigation-on a, #navigation-on a span
{
float: none;
}
/* End hide */

#navigation-on  li a:hover
{
color: #fff;
background: #056a37 url('/uploadedimages/Shared_Content/Recipes/left_green.gif') left top no-repeat;
}

#navigation-on  li a:hover span
{
background: url('/uploadedimages/Shared_Content/Recipes/right_green.gif') right top no-repeat;
}

#navigation-on ul
{
list-style: none;
padding: 0;
margin: 0;					
}

#navigation-on li
{
list-style: none;
padding:0;
margin: 0;
}

#TabLayerI {
	display:none;
	position:absolute;
	width:100%;
}

#TabLayerN {
	display:none;
	position:absolute;
	width:100%;
}


#TabLayerP {
	display:none;
	position:absolute;
	width:100%;
}

#TabLayerR {
	display:none;
	position:absolute;
	width:100%;

}

#TabLayerCI {
	display:block;
	position:absolute;
	width:100%;
}

#TabLayerW {
	display:none;
	position:absolute;
	width:100%;
}