body {
	margin:0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:100%;
	color:#666666;
	background-color:#62c6ce;
	text-align: center;
}

/* Fix table problems */
table {
	font-size:100%;
	border-collapse: collapse;
}
table td,
table tr {
	vertical-align: top;
}
input.checkbox { vertical-align:middle }
input.radio { vertical-align:middle }

/* Fixes alignment and spacing problems for embedded media */
object {
	margin:0;
	padding:0;
	border:0;
	display:block;
}
embed {
	margin:0;
	padding:0;
	border:0;
	display:block;
}
iframe {
	margin:0;
	padding:0;
}

/* Clear Fix */
/* Apply the floatwrapper class to any element which acts as a container for floats. */

.floatwrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.floatwrapper {
    display:inline-block;
}
/* Hides from IE-mac \*/
.floatwrapper {display:block;}
* html .floatwrapper {height: 1px;}
/* End hide from IE-mac */

/* Old-fashioned float clear */
.clearfloat {
	clear: both;
}


/* Holly hack fix for IE 6 problems \*/
* html .hollyfix {height: 1%;}
/* */



/* General styles */
img { 
	display:block; 
	border:0; 
}
img.inline { 
	display:inline 
}
p { 
	margin:0;
	padding:0 0 1.5em 0; 
}
p.intro  {
	color:#6d4f38;
	line-height:1.25em;
	padding-bottom: 24px;
}
	p.intro span {
		float:left;
		display:inline;
		color:#ed1b2e;
		font-weight:bold;
		margin-right:-5px;
	}
h1,h2,h3 {margin:0; padding:0;}

h1 {font-size:1.7em}
h2 {font-size:1.4em}
h3 {font-size:1.1em}

ul {list-style:outside }
ol {list-style:outside decimal}

a {
	color:#ed1b2e;
	text-decoration:none;
}
	a:hover {
		color:#ed1b2e;
		text-decoration:underline;
	}

	a#skipnav {
		display: block;width: 0; height: 0; overflow: hidden;
	}
.printonly {
	display:none;
}

.centered {
	margin-left:auto;
	margin-right:auto;
}


/* Forms */
form {
	margin:0;
	padding:0;
}

#mastheadbackground {
	position:absolute;
	width:100%;
	height:150px;
	background:url("../images/bg_container.jpg") no-repeat top center;
	z-index:1;
	min-width:945px;
}

/* Structural IDs */
#container {
	font-size:12px;
	width:945px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	z-index:3;
	
}

/* Masthead area */
#masthead {
	height:107px;
	position:relative;
	margin-bottom:-5px;
}
	#masthead #logo {
		margin:18px 0 0 354px;
		position:relative;
		z-index:5;
	}
	
/* Main nav */
#mainnav {
	position:absolute;
	bottom:0;
	left:112px;
}
	#mainnav ul {
		margin:0;
		padding:0;
		list-style:none;
	}
		#mainnav ul li {
			padding:0;
			height:52px;
			float:left;
			display:inline;
		}
			#mainnav ul li#mnavproducts {
				width:93px;
				margin-right:42px;
			}
			#mainnav ul li#mnavrecipes {
				width:74px;
				margin-right:245px;
			}
			#mainnav ul li#mnavourhistory {
				width:116px;
				margin-right:41px;
			}
			#mainnav ul li#mnavwheretobuy {
				width:127px;
			}
				
				#mainnav ul li a {
					display:block;
					height:0;
					padding-top:52px;
					overflow:hidden;
					background-position:0 0;
					background-repeat:no-repeat;
				}
				#mainnav ul li#mnavproducts a {
					width:93px;
					background: url("../images/mnav_products.gif");
				}
				#mainnav ul li#mnavrecipes a {
					width:74px;
					background: url("../images/mnav_recipes.gif");
				}
				#mainnav ul li#mnavourhistory a {
					width:116px;
					background: url("../images/mnav_history.gif");
				}
				#mainnav ul li#mnavwheretobuy a {
					width:127px;
					background: url("../images/mnav_wheretobuy.gif");
				}
				
					/* Rollover states */
					#mainnav ul li a:hover {
						background-position:0 -52px !important;
					}
					
					/* Selected states */
					.products #mainnav ul li#mnavproducts a,
					.recipes #mainnav ul li#mnavrecipes a,
					.history #mainnav ul li#mnavourhistory a,
					.wheretobuy #mainnav ul li#mnavwheretobuy a {
						background-position:0 -52px !important;
					}
	
				
#contentcontainer {
	width:945px;
}	
	

#breadcrumb {
	font-size: .85em;
	font-family: Arial, Helvetica, sans-serif;
	color: #9A9A9A;
	margin-bottom: 16px;
}	
	#breadcrumb a {
		color: #9A9A9A;
		font-weight: normal;
	}
	
#subnav {
	
}
#pagetools {
	
}

/* Footer */
#footer {
	position:absolute;
	width:100%;
	height:67px;
	padding-top:350px;
	background:url("../images/bg_body.jpg") no-repeat bottom center #62c6ce;
	text-align:left;
	min-width:945px;
	margin-top:-106px;
	z-index:1;
}

	#footerinner {
		margin-left:auto;
		margin-right:auto;
		width:937px;
		padding-left:8px;
		position:relative;
	}
a#cheflink {
    position:absolute;
    right:10px;
    top:-30px;
    width:90px;
    height:70px;
    overflow:hidden;
    text-indent:-5000em;
    z-index:5;
}
#footernav {
	color:#ed1b2e;
	padding-bottom:2px;
	position:relative;
	z-index:1;
}
	#footernav a {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size:10px;
		color:#ed1b2e;
		font-weight:bold;
		text-decoration:none;
	}
		#footernav a:hover {
			text-decoration:underline;
		}
	#footer p.copyright {
		color:#5d5552;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		position:relative;
	    z-index:1;
	}

/* Trees */
#treeright {
	position:absolute;
	top:0;
	right:0;
	z-index:2;
}
#treeleft {
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}


/* Homepage */
.home #feature {
	height:404px;
	background:url("../images/wood_homepage.gif") no-repeat top left;
	position:relative;
}
#feature img#homechefsbest {
    left:219px;
    position:absolute;
    top:20px;
}

/* Products on homepage */
#homeproducts {
    left:23px;
    position:absolute;
    top:80px;
    width:302px;
    z-index:2000;
}
	#homeproducts img {
		float:left;
		display:inline;
	}
	#homeproducts img#homeprod_em5 {
		margin-top:38px;
	}
	#homeproducts #homeprod_link {
		margin-left:40px;
        margin-top:6px;
	}
		
#homeproducts_all {
	width:332px;
	height:193px;
	background:url("../images/home_all_products.png") no-repeat top left;
}
    #homeproducts_all .can1 {
        height:170px;
        left:0;
        position:absolute;
        top:0;
        width:100px;
    }
    #homeproducts_all .can2 {
        height:185px;
        left:105px;
        position:absolute;
        top:5px;
        width:120px;
    }
    #homeproducts_all .can3 {
        height:145px;
        left:228px;
        position:absolute;
        top:20px;
        width:100px;
    }

/* Hero on homepage */
#hero {
    position:absolute;
    right:3px;
    top:22px;
    width:598px;
}

/* Callouts on homepage */
#callouts {
	height:169px;
	width:842px;
	position:relative;
	margin-top:-12px;
	margin-left:53px;
}
	#callouts #calloutinner {
		height:169px;
		width:842px;
		background:url("../images/bg_callouts.png") no-repeat top left;
	}

	#callouts .callout {
		position:relative;
		float:left;
		display:inline;
		width:402px;
		margin-top:33px;
		color:#444;
	}
		#callouts .left {
			margin-left:20px;
			margin-right:5px;
		}
		#callouts .callout .calloutcontent {
			width:310px;
			height:119px;
			background:url("../images/bg_callout.png") no-repeat top left;
			float:right;
			display:inline;
		}
		#callouts .callout img.calloutimage {
			position:absolute;
			left:0;
			top:-7px;
		}
		#callouts .callout .header,
		#callouts .callout p {
			width:242px;
			margin-left:46px;
		}
		#callouts .callout .header {
			border-bottom:1px solid #444;
			padding-bottom:10px;
			position:relative;
			padding-top:18px;
			text-align:center;
			margin-bottom:16px;
		}
			#callouts .callout .header h2 {
				color:#ed1b2e;
				font-size:13px;
				text-transform:uppercase;
			}
		#callouts .callout .header img.ornament {
			position:absolute;
			left:50%;
			margin-left:-29px;
			bottom:-8px;
		}
		
		/* MTMF 2009 callout */
		#callouts .mtmfcallout .header {
		    margin-bottom:8px;
		}
		#callouts .mtmfcallout p {
		    letter-spacing:-1px;
		}

/* Subpages */
.subpage #contenttop {
	width:945px;
	height:29px;
	background:url("../images/subpage_content_top.png") no-repeat top left;
}
.subpage #contentcontainer {
	position:relative;
	z-index:2;
}
.subpage #content {
	padding:0 47px 0 44px;
	background:url("../images/subpage_content_mid.png") repeat-y top left;
	margin-bottom:-5px;
	line-height:1.5em;
}
	.subpage #content h1 {
		position:relative;
		margin-left:-44px;
		margin-right:-47px;
		height:0;
		padding-top:95px;
		overflow:hidden;
		margin-bottom:14px;
	}
		.products #content h1 {
			background:url("../images/h1_products.png") no-repeat top left;
		}
		.contact #content h1 {
			background:url("../images/h1_contactus.png") no-repeat top left;
		}
		.history #content h1 {
			background:url("../images/h1_history.png") no-repeat top left;
		}
		.recipes #content h1 {
			background:url("../images/h1_recipes.png") no-repeat top left;
		}
		.wheretobuy #content h1 {
			background:url("../images/h1_wheretobuy.png") no-repeat top left;
		}
		.privacy #content h1 {
			background:url("../images/h1_privacy.png") no-repeat top left;
		}
		.sitemap #content h1 {
			background:url("../images/h1_sitemap.png") no-repeat top left;
		}
		.error #content h1 {
			background:url("../images/h1_error.png") no-repeat top left;
		}
		.ideasubmissions #content h1 {
		    background:url("../images/h1_ideasubmissions.png") no-repeat top left;
		}
.subpage #contentbot {
	width:945px;
	height:65px;
	background:url("../images/subpage_content_bot.png") no-repeat top left;
}
#maincol {
	width:579px;
	float:left;
	display:inline;
	margin-right:16px;
}
#sidebar {
	width:255px;
	float:left;
	display:inline;
	position:relative;
}


/* Products page */
.products p.intro  {
	font-size: 14px;
}
	.products p.intro span {
		float:left;
		display:inline;
		color:#ed1b2e;
		font-weight:bold;
	}
.products h2#faqheader {
	color:#76593f;
	margin-bottom:14px;
	font-weight:normal;
}
.products img.illo {
	float:right;
	display:inline;
	position:relative;
	margin-right:-25px;
}
#productlist {
	margin-bottom:33px;
}
#productlist .producttype {
	width:274px;
	float:left;
	display:inline;
	margin-right:16px;
	position:relative;
	padding-bottom:5px;
	border-bottom:1px solid #9c8775;
}
	#productlist .producttype .productcontent {
		width:272px;
		position:relative;
		border:1px solid #9c8775;
		background:url("../images/bg_products_list.jpg") no-repeat 0 46px #f9f6f1;
	}
		#productlist .producttype .ornament {
			position:absolute;
			left:50%;
			margin-left:-33px;
			bottom:-12px;
		}
	#productlist .last {
		margin-right:0;
	}
	#productlist .producttype h2 {
		height:34px;
		width:260px;
		background:url("../images/bg_product_header.png") no-repeat top left;
		position:relative;
		margin-left:-3px;
		margin-right:-3px;
		padding:13px 6px 0 12px;
		color:#fff;
		font-size:16px;
		font-weight:normal;
	}
	#productlist .producttype h3 {
		position:absolute;
		top:33px;
		right:0;
		width:39px;
		height:39px;
		background:url("../images/bg_product_size.png") no-repeat top left;
		color:#fff;
		font-size:13px;
		padding:10px 0 0 0;
		text-align:center;
	}
	#productlist .producttype img#product_em5 {
		margin-top:63px;
	}
	#productlist .producttype img#product_em12 {
		margin-top:19px;
	}
	#productlist .producttype img#product_fatfree {
		margin-top:21px;
	}
	#productlist .producttype a.nutritional {
		display:block;
		padding:9px 9px 7px 28px;
		background:url("../images/icon_link.png") no-repeat 7px 9px;
		color:#72543c;
		font-size:11px;
	}
h2#faqheader {
	width:581px;
}
#faqlist {
	width:581px;
}
	#faqlist h3 {
		font-weight:normal;
		font-size:12px;
		padding-left:26px;
		padding-top:8px;
		padding-bottom:8px;
		border-top:1px solid #e4e4e4;
	}
		#faqlist h3.first {
			border-top:none;
		}
		#faqlist h3.ui-state-default {
			background:url("../images/icon_accordion_closed.gif") no-repeat 10px 10px;
			color:#70533b;
			cursor:pointer;
		}
		#faqlist h3.ui-state-active {
			background:url("../images/icon_accordion_open.gif") no-repeat 10px 10px;
			color:#ed1b2e;
		}
		#faqlist p {
			margin-bottom:0;
			padding-bottom:.7em;
		}
	#faqlist div.ui-accordion-content {
		padding-left:26px;
	}
	
/* Contact Us landing */
.contact img.illo {
	position:absolute;
	bottom:65px;
	right:22px;
}
#contactlist {
	padding-bottom:40px;
}
#maincol #contactlist .contacttype {
	width:184px;
	float:left;
	display:inline;
	margin-right:13px;
	position:relative;
	padding-bottom:29px;
	border-bottom:1px solid #9c8775;
	min-height:162px;
}
		#maincol #contactlist .contacttype .ornament {
			position:absolute;
			left:50%;
			margin-left:-33px;
			bottom:-12px;
		}
		#maincol #contactlist .contacttype strong {
			color:#6d4f38;
		}
		#maincol #contactlist .contacttype p {
			padding-bottom:0;
			padding-left:12px;
		}
	#maincol #contactlist .last {
		margin-right:0;
	}
	#maincol #contactlist .contacttype h2 {
		height:29px;
		width:160px;
		background:url("../images/bg_contact_header.jpg") no-repeat top left;
		padding:13px 12px 0 12px;
		color:#fff;
		font-size:16px;
		font-weight:normal;
		margin-bottom:20px;
	}
	
/* Contact forms */
.contactform #maincol {
    padding-bottom:20px;
}
.contact #maincol h2 { 
	color:#fff;
	width:557px;
	height:30px;
	padding-top:12px;
	padding-left:20px;
	background:url("../images/bg_contactmaincol_header.jpg") no-repeat top left;
	margin-bottom:13px;
	margin-top:1px;
	font-size:16px;
}
.contact #sidebar h2 { 
	color:#fff;
	width:241px;
	height:30px;
	padding-top:12px;
	padding-left:20px;
	background:url("../images/bg_contactsidebar_header.jpg") no-repeat top left;
	margin-bottom:13px;
	margin-top:1px;
	font-size:16px;
}
.contact #sidebar p {
    margin-left:19px;
}
.contact p.required {
    color:#ed1b2e;
}
.contact #formcontainer {
    position:relative;
    border-bottom:1px solid #9c8775;
    padding-bottom:10px;
    margin-bottom:15px;
}
    .contact #formcontainer .ornament {
		bottom: -12px;
    left: 50%;
    margin-left: -33px;
    position: relative;
    top: 21px;
	}
.formrow {
	padding-bottom:10px;
}
.formrow label {
	float:left;
	display:inline;
	width:136px;
	text-align:left;
	margin-top:.25em;
}
    .formrow table td {
        vertical-align:middle;
    }
    .formrow table label {
        margin-top:0;
        vertical-align:middle;
    }
    .formrow table td input {
        margin-top:0;
        vertical-align:middle;
    }
.formrow input.text {
	float:left;
	display:inline;
	margin-left:10px;
	font-size:1em;
	padding-top:2px;
	padding-bottom:2px;
	width:221px;
}
    .formrow input.zipcode {
        width:92px;
    }
.formrow select {
    float:left;
	display:inline;
	margin-left:10px;
}
 .formrow textarea {
    float:left;
    display:inline;
 }
.formrow span.error {
    float:left;
    display:inline;
    margin-left:10px;
    color:red;
    margin-top:.25em;
    width:200px;
}
.contactus_spr span.error {

    margin-left:96px;

}
.contactus_spr .last span.error 
{
    margin-left:70px;
}
.checkbox label {
	float:none;
	display:inline;
	margin-left:3px;
	width:auto;
}
.checkbox input {
	display:inline;
    vertical-align:middle;
}
div.dateofbirth {
    margin-top:10px;
    margin-bottom:-8px;
}
.fonterror 
{
    margin-left:96px;
}
    .dateofbirth input.dobmonth,
    .dateofbirth input.dobday {
        width:30px;
    }
    .dateofbirth input.dobyear {
        width:45px;
    }
.formrow a.formhelp {
    float:left;
    display:inline;
    margin-left:15px;
    margin-top:.25em;
}
    .checkbox a.formhelp {
        float:none;
    }
div.submit {
    margin-top:30px;
}
.contact div.radio label {
    width:auto;
    float:none;
    margin-left:3px;
    margin-right:20px;
}
    .formrow label.toplabel,
    .contact .formrow label.toplabel {
        width:auto;
        float:none;
        display:block;
        margin-bottom:5px;
    }


.contact .formrow label {
    width:85px;
}
.contact .introquestions .formrow {
    margin-left:0;
    margin-bottom:20px;
}
.contact .introquestions {
    padding-bottom:10px;
}
.contact .writeabout label,
.contact .productquestion label,
.contact .commentarea label {
   width:auto;
   margin-right:10px;
   margin-top:0;
}
 

.formrow input.phonepre,
.formrow input.phonemid {
    width:35px;
}
.formrow input.phoneend {
    width:65px;
}
.contact div.submit {
    margin-bottom:30px;
}
.contact #contactinfo h3 {
    font-size:12px;
    margin-bottom:10px;
}
.contact #contactinfo #mailinginfo {
    margin-bottom:15px;
}
.contact #contactinfo .column {
    float:left;
    display:inline;
    width:260px;
    margin-right:40px;
}
    .contact #contactinfo .column .formrow {
        margin-bottom:4px;
    }
    .contact #contactinfo .column input {
        width:156px;
    }
    .contact #contactinfo .column label {
        width:85px;
    }
    .contact #contactinfo .last {
        margin-right:0;
    }
        .contact #contactinfo .last label {
            width:58px;
        }
    
/* Contact Confirmation */
.contactconfirmation img.illo {
    bottom:45px;
}
.contactconfirmation #content {
    min-height:495px;
}	
    .contactconfirmation p.intro {
        font-weight:bold;
        margin-left:15px;
        padding-top:5px;
        padding-bottom:45px;
    }
.contactconfirmation #contactthanks .column {
    width:283px;
    float:left;
    display:inline;
    margin-right:11px;
    border-bottom:1px solid #9c8775;
    padding-bottom:2px;
    position:relative;
    min-height:150px;
}
    .contactconfirmation #contactthanks .column .ornament {
		position:absolute;
		left:50%;
		margin-left:-33px;
		bottom:-12px;
	}
    .contactconfirmation #contactthanks .last {
        margin-right:0;
    }
    .contactconfirmation #contactthanks h3 {
      color:#fff;
	    width:263px;
	    height:30px;
	    padding-top:12px;
	    padding-left:20px;
	    background:url("../images/bg_contactthanks_header.jpg") no-repeat top left;
	    margin-bottom:13px;
	    margin-top:1px;
	    font-size:16px;
    }
    .contactconfirmation #contactthanks p {
        margin-left:20px;
    }
   
    
/* History page */
.history h2 {
	background:url("../images/bg_header_history.jpg") no-repeat top left;
	width:840px;
	height:31px;
	color:#fff;
	position:relative;
	margin-left:-7px;
	font-size:20px;
	padding:16px 12px 0 15px;
	margin-bottom:27px;
}
#historylist #imagecolumn {
	width:217px;
	float:left;
	display:inline;
	position:relative;
	margin-left:-5px;
}
	#historylist #imagecolumn img {
		padding-bottom:27px;
	}
#historylist #historyitems {
	width:616px;
	float:right;
	display:inline;
	position:relative;
}
	#historylist #historyitems p {
		padding-bottom:35px;
	}
	
/* Recipes landing */
.recipes h1 {
	position:relative;
	z-index:2;
}
.recipes img.illo {
	position:absolute;
	bottom:55px;
	right:22px;
}
.recipes #subnav {
	height:52px;
	width:901px;
	position:relative;
	margin:-20px -23px 0 -22px;
	background:url("../images/bg_subnav.jpg") no-repeat top left;
	z-index:1;
}
	.recipelanding #subnav {
		margin-bottom:37px;
	}
	.recipes #subnav ul {
		position:absolute;
		bottom:0;
		right:50px;
		margin:0;
		padding:0;
		list-style:none;
	}
		.recipes #subnav ul li {
			float:left;
			display:inline;
			margin-left:1px;
			position:relative;
		}
			.recipes #subnav ul li a {
				display:block;
				padding:3px 10px;
				border-left:1px solid #6c4e36;
				border-top:1px solid #6c4e36;
				border-right:1px solid #6c4e36;
				border-bottom:1px solid #6c4e36;
				background-color:#a59181;
				color:#fff;
				position:relative;
			}
				.recipes #subnav ul li a:hover {
					display:block;
					background-color:#e8e8e8;
					color:#6c4e36;
					text-decoration:none;
				}
	/* Recipe subnav selected states */
	.recipelanding #subnav ul li#snavrecipelanding a,
	.category1 #subnav ul li#snavappetizers a,
	.category2 #subnav ul li#snavmaincourses a,
	.category3 #subnav ul li#snavdesserts a {
		padding-top:5px;
		border-bottom:1px solid #fff;
		background-color:#fff;
		color:#6c4e36;
		position:relative;
		margin-top:-2px;
	}


#recipecategorylist .recipecategory {
	padding-bottom:17px;
}
	
/* Recipe images and ornaments */
.recipes .recipeimage {
	position:relative;
	float:left;
	display:inline;
	padding:11px;
}
	.recipeimage img.topleft,
	.recipeimage img.topright,
	.recipeimage img.botleft,
	.recipeimage img.botright {
		position:absolute;
	}
	.recipeimage img.topleft,
	.recipeimage img.topright {
		top:2px;
	}
	.recipeimage img.botleft,
	.recipeimage img.botright {
		bottom:2px;
	}
	.recipeimage img.topleft,
	.recipeimage img.botleft {
		left:2px;
	}
	.recipeimage img.topright,
	.recipeimage img.botright {
		right:2px;
	}
	
	.recipelanding .recipeimage {
		width:160px;
		height:160px;
		background:url("../images/bg_recipeimg_landing.jpg") no-repeat top left;
		margin-right:18px;
	}
	.recipecategorypage .recipeimage {
		width:118px;
		height:118px;
		background:url("../images/bg_recipeimg_category.jpg") no-repeat top left;
		margin-right:15px;
	}
	.recipedetail .recipeimage {
		width:244px;
		height:244px;
		background:url("../images/bg_recipeimg_detail.jpg") no-repeat top left;
	}
	.noimage .recipeimage {
		background:none !important;
	}
		.noimage .recipeimage img {
			display:none !important;
		}
	
.recipecategoryinfo {
	float:left;
	display:inline;
	width:376px;
	border-bottom:1px solid #e4e4e4;
	padding-bottom:22px;
}
	.recipecategoryinfo h2 {
		color:#fff;
		width:356px;
		height:30px;
		padding-top:15px;
		padding-left:20px;
		background:url("../images/bg_recipelanding_header.jpg") no-repeat top left;
		margin-bottom:9px;
		margin-top:1px;
	}
	.recipecategoryinfo p,
	.recipecategoryinfo a {
		margin-left:22px;
	}
	.recipecategoryinfo a {
		display:block;
		height:0;
		padding-top:28px;
		overflow:hidden;
	}
		.recipecategoryinfo a#seeappetizers {
			width:246px;
			background:url("../images/bg_seeappetizers.gif") no-repeat top left;
		}
		.recipecategoryinfo a#seemaincourses {
			width:241px;
			background:url("../images/bg_seemaincourses.gif") no-repeat top left;
		}
		.recipecategoryinfo a#seedesserts {
			width:181px;
			background:url("../images/bg_seedesserts.gif") no-repeat top left;
		}
		
/* Recipe category page (e.g. Appetizers) */
.recipes #categorybanner {
	height:115px;
	width:901px;
	margin:0 -23px 25px -22px;
	padding-top:45px;
	position:relative;
}
	/* Background images for different categories */
	.category1 #categorybanner {
		background:url("../images/bg_banner_appetizers.jpg") no-repeat top left;
	}
	.category2 #categorybanner {
		background:url("../images/bg_banner_maincourses.jpg") no-repeat top left;
	}
	.category3 #categorybanner {
		background:url("../images/bg_banner_desserts.jpg") no-repeat top left;
	}
	
	.recipes #categorybanner a {
	    display:block;
	    position:absolute;
	    width:400px;
	    height:160px;
	    left:0;
	    top:0;
	    text-indent:-2000em;
	    font-size:1px;
	    overflow:hidden;
	}
	
	.recipes #categorybanner h2,
	.recipes #categorybanner p {
		margin-left:458px;
	}
	.recipes #categorybanner h2 {
		color:#6c4e36;
		margin-bottom:12px;
		font-size:18px;
	}
	.recipes #categorybanner p {
		margin-right:100px;
		font-size:14px;
	}
	
.recipecategorypage #recipelist {
	border-top:1px solid #9c8775;
	padding-top:24px;
	position:relative;
}
	.recipecategorypage #recipelist .recipeitem {
		height:140px;
		margin-bottom:30px;
		float:left;
		display:inline;
		margin-right:0;
	}
	.recipecategorypage #recipelist .even {
		margin-right:15px;
	}
	.recipecategorypage #recipelist img.ornament {
		position:absolute;
		left:50%;
		margin-left:-33px;
		top:-3px;
	}
	.recipecategorypage #recipelist h2 {
		color:#fff;
		width:237px;
		height:36px;
		padding-top:9px;
		padding-left:16px;
		padding-right:10px;
		background:url("../images/bg_recipecategory_header.jpg") no-repeat top left;
		margin-bottom:9px;
		margin-top:1px;
		font-size:14px;
		line-height:1em;
	}
	.recipecategorypage #recipelist .recipeinfo {
		float:left;
		display:inline;
		width:263px;
	}
	.recipecategorypage #recipelist .recipeinfo div {
		margin-left:17px;
		float:left;
		display:inline;
		width:114px;
		margin-bottom:5px;
	}
	.recipecategorypage #recipelist .recipeinfo div.yield {
		clear:left;
		width:245px;
		margin-bottom:10px;
	}
	.recipecategorypage #recipelist .recipeinfo a {
		clear:left;
		display:block;
		height:0;
		padding-top:28px;
		overflow:hidden;
		width:120px;
		background:url("../images/bg_viewrecipe.gif") no-repeat top left;
		margin-left:17px;
	}
	
/* Recipe detail page */
.recipedetail #subnav {
	margin-bottom:15px;
}
a#returntorecipes {
	display:block;
	height:0;
	padding-top:28px;
	overflow:hidden;
	width:151px;
	background:url("../images/bg_returntorecipes.gif") no-repeat top left;
	margin-bottom:15px;
}

.recipedetail #recipecontent {
	float:left;
	display:inline;
	width:549px;
	margin-right:29px;
}
.recipedetail #recipesidebar {
	float:right;
	display:inline;
	width:266px;
}
.recipedetail #recipecontent ul {
	margin:0 0 20px 20px;
	padding:0;
	list-style:none;
}
.recipedetail #recipecontent p,
.recipedetail #recipecontent h3 {
	margin-left:20px;
}
.recipedetail #recipecontent h2 {
	color:#fff;
	width:529px;
	height:33px;
	padding-top:12px;
	padding-left:20px;
	background:url("../images/bg_recipedetail_header.jpg") no-repeat top left;
	margin-bottom:13px;
	margin-top:1px;
	font-size:16px;
}
.recipedetail #recipecontent h3 {
	font-size:12px;
	text-transform:uppercase;
	color:#76593f;
	margin-bottom:8px;
}
.recipedetail .recipeimage {
	margin-bottom:10px;
}
.recipedetail .recipeinfo {
	clear:left;
	padding-top:17px;
	border-top:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;
	padding-bottom:7px;
	margin-bottom:10px;
}
.recipedetail .recipeinfo div {
	margin-left:10px;
	float:left;
	display:inline;
	width:110px;
	margin-bottom:5px;
}
.recipedetail .recipeinfo div.yield {
	clear:left;
	width:220px;
	margin-bottom:10px;
}
.recipedetail .recipetools {
	padding-left:6px;
	padding-bottom:10px;
	border-bottom:1px solid #e4e4e4;
}
a#printrecipe {
	float:left;
	display:block;
	height:0;
	padding-top:28px;
	overflow:hidden;
	width:120px;
	background:url("../images/bg_printrecipe.gif") no-repeat top left;
	margin-right:8px;
}
a#emailrecipe {
	float:left;
	display:block;
	height:0;
	padding-top:28px;
	overflow:hidden;
	width:126px;
	background:url("../images/bg_emailrecipe.gif") no-repeat top left;
}

/* Print version of the Recipe Detail (for screen only) */
.printrecipedetail {
    padding-top:35px;
}
.printrecipedetail #recipesidebar {
    clear:right;
    margin-left:35px;
}
.printrecipedetail #recipecontent {
    float:none;
    width:auto;
}
.printrecipedetail .recipeinfo {
    margin-bottom:30px;
}
.printrecipedetail .recipetools {
    display:none;
}
.printrecipedetail #recipecontent h2 {
    background:none;
    height:auto;
    width:auto;
    padding:0;
    color:#ed1b2e;
    font-size:22px;
    margin-left:20px;
}

/* Where to Buy */
.wheretobuy img.illo {
	float:right;
	display:inline;
	position:relative;
	margin-right:-25px;
}
.wheretobuy h2 {
	color:#fff;
	width:557px;
	height:30px;
	padding-top:12px;
	padding-left:20px;
	background:url("../images/bg_wheretobuy_header.jpg") no-repeat top left;
	margin-bottom:13px;
	margin-top:1px;
	font-size:16px;
}
.wheretobuy #searchform {
	border-bottom:1px solid #9c8775;
	position:relative;
	margin-bottom:10px;
}
	.wheretobuy #searchform p {
		padding-bottom:12px;
	}
	.wheretobuy #searchform div.formrow {
		margin-bottom:5px;
	}
	.wheretobuy #searchform fieldset {
		margin:0;
		padding:0;
		border:0;
		width:280px;
		float:left;
		display:inline;
		padding-bottom:15px;
	}
		.wheretobuy #searchform fieldset p {
			padding-bottom:10px;
		}
		.wheretobuy #searchform fieldset label {
			float:left;
			display:inline;
			width:100px;
			margin-top:0;
		}
		.wheretobuy #searchform fieldset select {
		    margin-left:0;
		}
		.wheretobuy #searchform fieldset.first {
			margin-right:19px;
		}
			.wheretobuy #searchform fieldset.first label {
				float:none;
				display:block;
				margin-bottom:10px;
				width:auto;
			}
		.wheretobuy #searchform fieldset input.text {
			float:left;
			display:inline;
			width:170px;
			margin-left:0;
		}
	.wheretobuy #searchform .ornament {
		position:absolute;
		left:50%;
		margin-left:-33px;
		bottom:-12px;
	}
	.wheretobuy #searchform span {
	    white-space:nowrap
	}

/* Where to Buy Results */
.wheretobuy #content {
    min-height:505px;
}
table.productlocator {
    width:579px;
}
    table.productlocator th {
        color:#ed1b2e;
        font-weight:normal;
        padding-left:8px;
				text-transform:uppercase;
    }
    table.productlocator td {
        padding:8px 8px 6px 8px;
    }
		table.productlocator td.store,
		table.productlocator th.store {
        padding-left:20px;
    }
    table.productlocator tr.odd td {
        background-color:#f7f3ed;
    }
    table.productlocator tr.even td {
        background-color:#fff;
    }

a#searchagain {
	display:block;
	height:0;
	padding-top:30px;
	overflow:hidden;
	width:125px;
	background:url("../images/btn_searchagain.gif") no-repeat top left;
	margin-bottom:20px;
	margin-top:20px;
}
p#cantfind {
	border-top:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;
	padding:15px 0;
}
.wheretobuyresults img.illo {
	float:none;
	display:block;
	margin-right:0;
	position:absolute;
	bottom:65px;
	right:22px;
}
.wheretobuyresults #searchform  {   
    padding-bottom:14px;
}

/* Privacy Policy */
.privacy #maincol h2 { 
	color:#fff;
	width:557px;
	height:30px;
	padding-top:12px;
	padding-left:20px;
	background:url("../images/bg_contactmaincol_header.jpg") no-repeat top left;
	margin-bottom:13px;
	margin-top:1px;
	font-size:16px;
	text-transform:uppercase;
}
.privacy img.illo {
	position:absolute;
	right:22px;
}
.privacy #maincol h3,
.privacy #maincol p {
	margin-left:20px;
}
.privacy #maincol h3 {
	color:#76593f;
	font-size:12px;
}
.privacy #maincol span.phone {
	color:#ed1b2e;
}

/* Sitemap */
.sitemap h2 {
	background:url("../images/bg_header_history.jpg") no-repeat top left;
	width:840px;
	height:31px;
	color:#fff;
	position:relative;
	margin-left:-7px;
	font-size:16px;
	padding:16px 12px 0 15px;
	margin-bottom:27px;
}
.sitemap img.illo {
	position:absolute;
	bottom:65px;
	right:22px;
}
.sitemap #sitemaplinks {
	padding-bottom:50px;
}
	.sitemap #sitemaplinks .column {
		float:left;
		display:inline;
		width:260px;
		margin-right:50px;
	}
		.sitemap #sitemaplinks .last {
			float:left;
			display:inline;
			width:538px;
			margin-right:0;
		}
		.sitemap #sitemaplinks .column .section {
			padding-left:20px;
			padding-bottom:20px;
			border-bottom:1px solid #9c8775;
			margin-bottom:20px;
			position:relative;
		}
		.sitemap #sitemaplinks .column .ornament {
			position:absolute;
			left:50%;
			margin-left:-33px;
			bottom:-12px;
		}
		.sitemap #sitemaplinks .column h3 {
			color:#76593f;
			text-transform:uppercase;
			font-size:12px;
		}
		.sitemap #sitemaplinks .column ul {
			margin:0;
			padding:0;
			list-style:none;
		}
			.sitemap #sitemaplinks .column ul ul {
				margin-left:11px;
			}
			.sitemap #sitemaplinks .column ul li.floated {
				float:left;
				display:inline;
				width:49%;
				margin-bottom:10px;
			}
			.sitemap #sitemaplinks .column ul li.maindishes {
				clear:left;
				width:49%;
			}
			
/* Product detail (Nutritional info - new) */
#product-info {
    width:260px;
    float:left;
}
#product-info p {
    margin-top:1.0em;
    font-size:11px;
}
			
/* Modal window (Nutritional info) */
.nutritionalinfocontainer {
	height:423px;
}

.nutritionalinfo {
	font-size:11px;
	text-align:left;
	padding-left:25px;
	padding-right:0 !important;
	height:387px;
	width:560px;
	*width:542px;
	overflow:auto;
}
	.nutritionalinfo h1,
	.nutritionalinfo h2 {
		width:270px;
	}
	
	.nutritionalinfo h1 {
		font-size:18px;
		color:#ed1b2e;
		font-weight:bold;
		padding-bottom:10px;
		padding-top:13px;
	}
	.nutritionalinfo h2 {
		font-size:16px;
		color:#70533b;
		font-weight:normal;
		padding-bottom:8px;
	}
	.nutritionalinfo p {
	    font-size:12px;
	    color:#70533b;
		line-height:1.5em;
		padding-bottom:20px;
	}

/* nutrition facts styles */
#nutrition-container {
	float:right;
}

#nutrition-facts {
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #000000;
	padding:9px;
	clear:both;
	margin:0;
	width:234px;
}

#nutrition-facts h1  {
	font-size:24px;
	color:#000000;
	line-height:24px;
	font-weight:bold;
	margin:0 0 5px;
	padding:0;
	width:215px;
}

#nutrition-facts p, #nutrition-facts ul li.serving-size {
	border-bottom:medium none;
	font-size:11px;
	line-height:1.4em;
	padding:1px 0;
}

#nutrition-facts ul {
	clear:both;
	margin:0;
	padding:0;
	text-indent:0px;
}
	#nutrition-facts ul.sub {
		border:0;
		float:right;
		width:88%;
	}
		
	#nutrition-facts ul li {
		background:none repeat scroll 0 0 transparent;
		border-bottom:1px solid #000000;
		height:15px;
		vertical-align:middle;
		list-style:none outside none;
		font-size:11px;
		margin:0;
		padding:3px 0 0;
	}
	
	    #nutrition-facts ul li.two-lines {
	        height:auto;
	        line-height:1.4em;
	        padding-bottom:3px;
	    }
	
		#nutrition-facts ul li.serving-size {
			margin:0;
			padding-bottom:3px;
			height:auto;
		}
	
		#nutrition-facts ul li.category {
			height:auto;
			padding-top:0;
		}
	
		#nutrition-facts ul li.last, #nutrition-facts ul li ul li.last {
			border:none;
		}
		
	#nutrition-facts ul.vitamins {
		clear:none;
		width:100%;
		
	}
	
		#nutrition-facts ul.vitamins li {
			width:48%;
			float:left;		
		}
		
		#nutrition-facts ul.vitamins li.one-line {
	        width:100%;
	        clear:both;
	    }
		
		#nutrition-facts ul.vitamins li.buffer {
			margin-right:8px;
		}
	
		#nutrition-facts ul.vitamins.first {
			border:0;
			padding-right:5px;
		}

#nutrition-facts p.disclaimer {
	border-top:1px solid #000000;
	font-size:11px;
	color:#000000;
	padding-top:5px;
	margin-top:0;
	clear:both;
}
	

#nutrition-facts .left {
	float:left;
}

#nutrition-facts .right {
	float:right;
	padding:0;
}

#nutrition-facts .daily  {
	font-size:10px;
}

#nutrition-facts .daily-value  {
	font-weight:bold;
}

.nutrition-module {
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #000000;
	padding:9px 9px 10px;
	margin-top:3px;
	clear:both;
	width:234px;
}

	.nutrition-module h2 {
		font-size:12px;
		color:#000000;
		width:215px;
		font-weight:bold;
		margin:0;
		padding:0 0 2px 0;
		width:215px;
	}
	
	.nutrition-module p {
		font-size:10px;
		color:#000000;
		margin:0;
		padding:0;
	}
	
	.nutrition-module img.symbol {
		vertical-align:text-top;
		float:left;
	}

#nutrition-facts .thick-separator {
	border-top:10px solid #000000;
	border-bottom:none;
	height:0;
	line-height:0;
	padding:0;
	margin:0;
	font-size:0;
}

#nutrition-facts .thin-separator {
	border-top:6px solid #000000;
	border-bottom:none;
	height:0;
	padding:0;
	line-height:0;
	font-size:0;
}

#nutrition-facts .no-line {
	border-bottom:none;
}

#nutrition-facts .top-line {
	border-top:1px solid #000000;
}

#nutrition-facts .clear {
	clear:both;
}
	
/* Error pages */
.error #content {
    min-height:505px;
}
.error img.illo {
	bottom:45px;
    position:absolute;
    right:22px;
}
.error h2 {
	color:#fff;
	width:557px;
	height:30px;
	padding-top:12px;
	padding-left:20px;
	background:url("../images/bg_wheretobuy_header.jpg") no-repeat top left;
	margin-bottom:23px;
	margin-top:1px;
	font-size:16px;
}
.error #maincol h3,
.error #maincol ul,
.error #maincol p {
    margin-left:20px;
}

/* Email Recipe to a friend */
#sharewithafriend {
    text-align:left;
    font-size:12px;
}
#sharewithafriend .formrow label,
#sharewithafriend .formrow input {
    width:auto;
    float:none;
    display:block;
}
#sharewithafriend .formrow input.text {
    width:300px;
    margin-left:0;
}
#sharewithafriend h3 {
    font-size:12px;
    color:#76593f;
    text-transform:uppercase;
    padding-bottom:15px;
}

/* Why Date of Birth modal window */
.whydateofbirth h3 {
    color:#ed1b2e;
    text-transform:uppercase;
    font-size:14px;
    padding-bottom:16px;
}
.whydateofbirth p.pop {
    font-size:11px;
    line-height:1.5em;
}

/* GSA search tool box Aug 2010 */ 
#gsa-search {
	width:100%;
	height:10px;
	z-index: 1100;
	position: absolute;
	left: 0px;
	top: 0px;
}
#center-search {
	width:945px;
	height:10px;
	z-index: 1000;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
fieldset {
	margin:0;
	padding:0;
	border:none;
}
.txt-search {
	position:absolute;
	left:725px;
	top: 8px;
	z-index:10;
	width:120px;
	height:22px;
	border: 1px solid #c5c8c7;
	background: transparent url(../images/bg-search.png) no-repeat 0px 0px;
	padding: 0px 0px 0px 3px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.btn-search {
	position:absolute;
	left:855px;
	top10px;
	z-index:10;
	top: 9px;
	cursor:pointer;
}
/* GSA search results Aug 2010 */
img {
	border:none;
}
body .search_result_container {
	width:815px;
	margin-left:auto;
	margin-right:auto;
	font-family:Arial, Helvetica, sans-serif;
}
#search-wrap  {
/*	padding:0 47px 0 44px;*/
	background:url("../images/subpage_content_mid.png") repeat-y top left;
	margin-bottom:-5px;
}
#contenttop {
	width:945px;
	height:29px;
	background:url(../images/subpage_content_top.png) no-repeat left top;
	position: relative;
	z-index: 4;
}
#contentbot {
	width:945px;
	height:65px;
	background:url("../images/subpage_content_bot.png") no-repeat top left;
}
#h-search {
	width: 945px;
	height:96px;
	padding:0px;
	margin: 0px;
	background:url(../images/search_results/h_search.png) no-repeat left top;
	text-indent: -9999px;
	position: relative;
	z-index: 4;
}
#s-result {
	font-size:14px;
	margin:0px;
	padding-top:40px;
	padding-left:62px;
	padding-bottom: 25px;
	color: #72543c;
}
.search_result_category_tabs {
	width: 815px;
	height: 37px;
	margin-left:auto;
	margin-right:auto;
}
#tabs {
	width: 815px;
	height: 37px;
	margin:0px;
	list-style-type: none;
	padding: 0px;
	background: #ed1b2e;
}
#tabs li {
	margin:0px;
	float: left;
}
#tabs a{
	outline:none;
	display:block;
	height: 37px;
	text-indent: -9999px;	
	color:#000
}
#tabs #recipes a{
	height: 37px;
	width: 137px;
	background: url(../images/search_results/bg-tabs.png) no-repeat 0px 0px;
}
#tabs.recipes #recipes a{
	width:144px;
	margin-right:-7px;
	z-index:10;
	position:relative;
	cursor:default;
	background: url(../images/search_results/tab-recipes.jpg) no-repeat 0px 0px;
}
#tabs #products a {
	width: 130px;
	background: url(../images/search_results/bg-tabs.png) no-repeat -137px 0px;
}
#tabs.products #products a {
	width:141px;
	z-index:10;
	position:relative;
	cursor:default;
	background: url(../images/search_results/tab-products.jpg) no-repeat 0px 0px;
	margin: 0px -5px 0px -6px;
}
#tabs #more a {
	width: 120px;
	background: url(../images/search_results/bg-tabs.png) no-repeat -266px 0px;
}
#tabs.more #more a {
	width:120px;
	margin-left:-6px;
	z-index:10;
	position:relative;
	cursor:default;
	background: url(../images/search_results/tab-more.jpg) no-repeat 0px 0px;
}
.spelling_suggestion {
	padding: 30px 0px 10px 67px;
	font: 15px Arial, Helvetica, sans-serif;
}
.suggestion_term {
	font-weight:bold;
}
.search_result h2 {
	font-size:14px;
	font-weight:normal;
	margin: 0px;
	padding: 18px 0px 0px;
}
.search_result h2 a {
	text-decoration: none;
}
.search_result h2 a:hover {
	text-decoration: underline;
}
.search_result_title {
	font-size:14px;
	font-weight:normal;
	margin: 0px 0px 5px;
	padding: 18px 0px 0px;
}
.search_result h2 strong {
	font-size:14px;
	font-weight:bold;
	color: #ed1b2e;
}
.search_result p {
	margin-top: 0px;
}
.search_summary {
	clear: left;
	color: #6b6c6b;
	border-bottom: 1px solid #c3c3bf;
	padding: 18px 0px 10px 5px;
}
.search_result {
	height:114px;
	border-bottom: 1px solid #e0d3c5;
	padding: 6px 0px 6px 12px;
}
.search_result img {
	float:left;
	margin: 0px 15px 0px 0px;
	padding: 7px;
	background: url(../images/search_results/bg-thumb.png);
	border: none;
	height: 100px;
	width: 100px;
}
.search_result p span strong{
	width:110px;
	display:block;
	float:left;
}
.search_result_paging ul {
	list-style-type: none;
	height: 50px;
	margin: 0px;
	padding: 10px 0px 0px 350px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
}
.search_result_paging li {
	margin:0px;
	float: left;
}
.search_result_paging li a{
	border-right: 1px solid #000;
}
.search_result_paging li#search_results_paging_title {
	border:none;	
}
.search_result_paging li a.search_result_current_page  {
	color:#000;
	text-decoration:none;
}
.search_result_paging li a.prevnext {
	border:none;	
}
.search_result_paging li a{
	text-decoration: underline;
	padding: 0px 8px;
}
.search_terms {
	font-weight:bold;
	color: #ed1b2e;
}
.no-results {
	height:400px;
	padding-top:30px;
	padding-left: 67px;
	font-family: Arial, Helvetica, sans-serif;
}
#content {
	padding-top:20px;
}
.red
{
    color:Red;
}
.margintop20
{
    margin-top:20px;
}
.error
{
    margin-bottom: -6px !important;
    margin-top: -2px !important;
}
.fonterror
{
    margin-bottom: -6px !important;
    margin-top: -10px !important;
}
