*
{
	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;
}

h3
{
padding:5px 0px 5px 0px;
}




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;
	border-top-color:#FFFFFF;
	border-right-color:#FFFFFF;
	border-bottom-color:#FFFFFF;
	border-left-color:#FFFFFF;
}
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;
}


#TabContainer-nopad p
{
	padding:0px 0px 0px 0px;
}
.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;
	font-weight:bold;
	top: 25px;
	right: 25px;
	color: #FFF;
}
#header-housekeeping a
{
	color:#FFF;
}


/**************************
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: 803px; /*** 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;/*** 949px;FLAG 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; /*** FLAG 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%;
}

/*
#float-wrap-full 
{
	float: left;
	width: 828px;
	margin-left: -25px;
	min-height: 100%;
}*/

#content 
{
	float: right;
	width: 583px;
	min-height: 100%;
	padding-left: 45px;
}
#content h1
{
	font-family: Tahoma Geneva, Arial, Helvetica, sans-serif;
	font-size: 25px;
	padding-left: 0px;
	color:#006937;
}
#content h2
{
	font-family: Tahoma Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding-left: 0px;
	color:#006937;
}
#content-full
{
	float: right;
	width: 748px;
	min-height: 100%;
	padding-left: 54px;
}
#content-full h1
{
	font-family: Tahoma Geneva, Arial, Helvetica, sans-serif;
	font-size: 25px;
	padding-bottom: 5px;
}
#content-full h2
{
	font-family: Tahoma Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding-bottom: 5px;
}
#content-full-freezer
{
	float: right;
	width: 800px;
	background-color:#fff;
	min-height: 100%;
	padding-left: 0px;
}
#content-full-freezer h1
{
	font-family: Tahoma Geneva, Arial, Helvetica, sans-serif;
	font-size: 25px;
	padding-bottom: 5px;
	padding-left:55px;
}
#content-full-freezer h2
{
	font-family: Tahoma Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding-bottom: 5px;
	padding-left:55px;
}
#content-home
{
	float: right;
	width: 623px;
	background: #fff;
	min-height: 100%;
	padding-left: 5px;
}
#content-home H1
{
	font-family:Tahoma Geneva, Arial, Helvetica, sans-serif;
	padding: 0px 30px 10px 30px;
	font-size: 24px;
}
#content-home H2
{
	font-family: Tahoma Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding: 0px 30px 10px 30px;
}
#content-home p
{
	padding: 0px 30px 0px 30px;
}
#content-brand-introduction
{
	position: relative;
	float:left;
	width:250px;
	padding-right:30px;
	padding-top:20px;
}
#content-brand-introduction H1
{
	font-family:Tahoma Geneva, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:22px;
	color:#006937;
}
#content-brand-featured
{
	position: relative;
	float:right;
	width:468px;
	padding-top:20px;
}

#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;
	margin-left:15px;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:5px;
}
#content li
{
	padding: 5px;
	list-style: outside;
	margin: 0px;
}
#content ol li
{
	padding: 5px;
	list-style: outside;
	margin: 0px;
}
#content-full ul {
	list-style-type: square;
	list-style-position: outside;
	margin-left:15px;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:5px;
}

#content-full ol {
	list-style-type: decimal;
	list-style-position: outside;
}
#content ul li, ol li
{
	padding: 5px;
	list-style: outside;
	margin: 0px;
}


#map
{
	float:right;
}
#map p
{
	padding:5px 0px 5px 0px;
}

/*
#content ul, ol
{
	padding-left: 5px;
}
#content ul li
{
	padding: 5px;
	list-style: outside;
	margin: 10px;
	
}
#content-full ul
{
	padding-left: 35px;
	list-style:square;
}
#content ol li
{
	padding: 5px;
	list-style: outside;
	margin: 10px;
	list-style:decimal;
}
#content-full ol
{
	padding-left: 35px;
	list-style:decimal;
	
}

#content-full ul li
{
	padding: 0px;
	list-style: outside;
	margin: 0px;
	list-style:square;
}
#content-full ol li
{
	padding: 0px;
	list-style: outside;
	margin: 0px;
	list-style:decimal;
}


ul
{
list-style:square;
}
ol
{

}
*/

* 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/bg-left-navigation.jpg");
	background-repeat: no-repeat;
	float: left;
	width: 199px;
	min-height: 125px;
	padding: 0px;
	padding-bottom: 150px;
	padding-top: 30px;	
}
* html #left 
{
	position: relative;  /*** IE needs this  ***/
	height: 100%;
}
#left-full
{
	background-image: url("/uploadedimages/Shared_Content/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%;
}


/*************************
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: 190px;
	top: -120px;
	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;
	vertical-align: bottom;
	text-align:left;
	width: 675px;
	height: 25px;
	padding-top:65px;
	left:50px;
	top: 0px;
	z-index: 30;
	font-weight:bold;
	color:#FFF;
}
#footer-navigation a
{
	color:#FFFFFF;
}
#footer-copyright
{
position:absolute;
	vertical-align: bottom;
	text-align:right;
	width: 250px;
	height: 25px;
	padding-top:65px;
	top: 0px;
	left: 730px;
	z-index: 40;
	font-weight:bold;
	color:#FFF;
}


div#nutritional-wrapper {
	float:left;
	border: 1px solid #000000;
	/*width: 225px;*/
	width: 275px;
	text-align:center;
	margin-left:auto;
	margin-right:5px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	color:#000000;
}
div#nutritional-wrapper td {
	border-bottom: 1px solid #000000;
	padding-bottom:2px;
	padding-top:2px;
	color:#000000;
}
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;
	color:#000000;
}

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:90%;
}

#freezer-core
{
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
}
.freezer
{
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
}
#freezer-popups p
{
	padding:0px 0px 0px 0px;
}



#navigation
{
font-family:verdana, tahoma, helvetica;
font-size:11px;
float:left;
}
#navigation a
{
color: #fff;
background: #80898b url('/uploadedimages/Shared_Content/Recipes/left_grey.gif') left top no-repeat;
text-decoration: none;
padding-left: 10px;
height:22px;				
}

#navigation a span
{
background: url('/uploadedimages/Shared_Content/Recipes/right_grey.gif') right top no-repeat;
padding-right: 10px;
height:22px;
}

#navigation a, #navigation a span
{
display: block;
float: left;
}

/* Hide from IE5-Mac \*/
#navigation a, #navigation a span
{
float: none;
}
/* End hide */

#navigation a:hover
{
color: #fff;
background: #056a37 url('/uploadedimages/Shared_Content/Recipes/left_green.gif') left top no-repeat;
padding-left: 10px;
}

#navigation a:hover span
{
background: url('/uploadedimages/Shared_Content/Recipes/right_green.gif') right top no-repeat;
padding-right: 10px;
}

#navigation ul
{
list-style: none;
padding: 0;
margin: 0;					
}

#navigation li
{
list-style: none;
float: left;
margin: 0;
}
/*on*/
#navigation-on
{
font-family:verdana, tahoma, helvetica;
font-size:11px;
float:left;
}
#navigation-on a
{
color: #fff;
background: #056a37 url('/uploadedimages/Shared_Content/Recipes/left_green.gif') left top no-repeat;
text-decoration: none;
padding-left: 10px;
height:22px;				
}

#navigation-on a span
{
background: url('/uploadedimages/Shared_Content/Recipes/right_green.gif') right top no-repeat;
padding-right: 10px;
height:22px;
}

#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 a:hover
{
color: #fff;
background: #056a37 url('/uploadedimages/Shared_Content/Recipes/left_green.gif') left top no-repeat;
padding-left: 10px;
}

#navigation-on a:hover span
{
background: url('/uploadedimages/Shared_Content/Recipes/right_green.gif') right top no-repeat;
padding-right: 10px;
}

#navigation-on ul
{
list-style: none;
padding: 0;
margin: 0;					
}

#navigation-on li
{
list-style: none;
float: left;
margin: 0;
}


#recipe
{
	float: right;
	width: 745px;
	min-height: 100%;	
	margin:0px;
	padding:0px;
}
#recipe p
{
	padding:5px 0px 5px 0px;
}
#ImageRecipe
{
	padding:5px 20px 5px 20px;
}
#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 H1
{
	font-family: Tahoma Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding:0px 0px 5px 0px;
}
#recipe H2
{
	font-family: Tahoma Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding:0px 0px 5px 0px;
}

#TabBarRecipe
{
	border-top-color:#FFFFFF;
	border-top-style:solid;
	border-top-width:1px;
	clear:both;
	background-color:#056a37;
	height:20px;
}
#navigation
{
font-family:verdana, tahoma, helvetica;
font-size:11px;
}
#navigation a
{
background: #80898b url('/uploadedimages/Shared_Content/Recipes/left_grey.gif') left top no-repeat;
text-decoration: none;
padding-left: 10px;
height:22px;				
}

#navigation a span
{
background: url('/uploadedimages/Shared_Content/Recipes/right_grey.gif') right top no-repeat;
padding-right: 10px;
height:22px;
}

#navigation a, #navigation a span
{
display: block;
float: left;
}

/* Hide from IE5-Mac \*/
#navigation a, #navigation a span
{
float: none;
}
/* End hide */

#navigation a:hover
{
color: #fff;
background: #056a37 url('/uploadedimages/Shared_Content/Recipes/left_green.gif') left top no-repeat;
padding-left: 10px;
}

#navigation a:hover span
{
background: url('/uploadedimages/Shared_Content/Recipes/right_green.gif') right top no-repeat;
padding-right: 10px;
}

#navigation ul
{
list-style: none;
padding: 0;
margin: 0;					
}

#navigation li
{
list-style: none;
float: left;
margin: 0;
}
/*on*/
#navigation-on
{
font-family:verdana, tahoma, helvetica;
font-size:11px;
}
#navigation-on a
{
color: #fff;
background: #056a37 url('/uploadedimages/Shared_Content/Recipes/left_green.gif') left top no-repeat;
text-decoration: none;
padding-left: 10px;
height:22px;				
}

#navigation-on a span
{
background: url('/uploadedimages/Shared_Content/Recipes/right_green.gif') right top no-repeat;
padding-right: 10px;
height:22px;
}

#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 a:hover
{
color: #fff;
background: #056a37 url('/uploadedimages/Shared_Content/Recipes/left_green.gif') left top no-repeat;
padding-left: 10px;
}

#navigation-on a:hover span
{
background: url('/uploadedimages/Shared_Content/Recipes/right_green.gif') right top no-repeat;
padding-right: 10px;
}

#navigation-on ul
{
list-style: none;
padding: 0;
margin: 0;					
}

#navigation-on li
{
list-style: none;
float: left;
margin: 0;
}
#TabLayerI {
	display:block;
	position:absolute;
}

#TabLayerN {
	display:none;
	position:absolute;
}


#TabLayerP {
	display:none;
	position:absolute;
}

#TabLayerR {
	display:none;
	position:absolute;

}

#TabLayerCI {
	display:none;
	position:absolute;
}

#TabLayerW {
	display:none;
	position:absolute;
}
