body {font: 12px arial; background-color: #CFCECE; color:#000; margin:0;}

img{
	border:none;	
}

h1 {font-size: 20px; margin:10px 0;}
h2 {font-size: 17px; margin:2px 0;}
h3 {font-size: 14px; margin:2px 0;}
h4 {font-size: 12px; margin:2px 0;}
h5 {font-size: 11px; margin:1.5px 0;}
h6 {font-size: 0.85em; margin:1px 0;}

/* Page layout styles */
div#main {
	width:960px; 
	margin:0 auto;
	background-image:url(/webimgs/Bg2.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	border:1px solid #a3a2a2;
}
div#headerPane {
	height:131px; 
	padding-top:25px;
	position:relative;
	float:left;
}
#headerPane #logo{
	float:left;	
	border:none;
	margin-left:20px;
}
#headerPane #recipeIcon{
	position:absolute;
	right:261px;
	top:11px;
}
#topShadow{
	background-image:url(/webimgs/interiorTopShadow.png);
	background-repeat:repeat-x;
	height:3px;
	width:960px;
	font-size:.01em;
}
*html #topShadow{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/webimgs/interiorTopShadow.png", sizingMethod="scale");
} 
div#tagLinePane {}

div#leftPane {width:150px; padding:5px; float:left; background:#ccc;}
div#noLeftPane {display:none; height:0;}

div#centerPane {
	padding:10px 0px 10px 0px;
	clear:left;
	width:800px;
	margin:0 auto;
}
div#centerPaneWithLeftPane {width:780px; padding:10px; float:right;}
div#centerPaneWithRightPane {width:780px; padding:10px; float:left;}
div#centerPaneWithLeftRightPanes {padding:10px; float:right;}

div#rightPane {
	width:150px; 
	padding:5px; 
	float:right; 
	background:#ccc;
}
div#noRightPane {
	display:none;
}

#tagLinePane2 {
	display:none;
}
.pencilBorderHorz{
	height:3px;
	width:958px;
	background-image:url(/webimgs/pencilBorder.png);
	background-repeat:repeat-x;
	clear:both;
	font-size:.01em;
	margin:0 auto;
}
*html .pencilBorderHorz{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/webimgs/pencilBorder.jpg", sizingMethod="scale");
} 
#footerPane {
	text-align:center; 
	background-image:url(/webimgs/interiorFooterBg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	font-size:11px;
	height:110px;
	padding-top:10px;	
	color:#737373;
}
#footerPane a{
	color:#737373;
}
#footerPane img {
	margin-top:4px;	
}
.leadIn{
	color:#949494;
}
.minPriceUs, .minPrice{
	font-weight:bold;
}
.salePriceUs, .salePrice{
	font-weight:bold;
	color:#ec1d25;
}
.oldPrice{
	text-decoration:line-through;	
}
.pageTitle{
	color:#949494;
	padding-bottom:10px;
}
/* End Page layout styles */

/* Menu Style overrides */

.menuContainerHead ul#headNav{
	width:792px;
	margin:0 auto;
	padding:0px;
	position:relative;
	left:15px;
	bottom:16px;
}
.menuContainerHead ul#headNav li{
	display:block;
	float:left;
	margin-right:35px;
	position:relative;
	padding-right:0px;
}
.menuContainerHead ul#headNav li.MenuItemlast, .menuContainerHead ul#headNav li.MenuItemlastselected{
	margin-right:0px;
}
.menuContainerHead ul#headNav li.MenuItemselected, .menuContainerHead ul#headNav li.MenuItemlastselected{
	background-image:url(/webimgs/ActiveMenuItem.png);
	background-repeat:no-repeat;
	width:152px;
	height:56px;
}
*html .menuContainerHead ul#headNav li.MenuItemselected, .menuContainerHead ul#headNav li.MenuItemlastselected{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/webimgs/ActiveMenuItem.png", sizingMethod="image");
} 
.menuContainerHead{
	clear:both;
	padding-top:25px;
}
*html .menuContainerHead{
	overflow:hidden;
}
.menuContainerHead img{
	position:relative;
	top:10px;
}
*html .menuContainerHead{
	clear:both;
}
.menuContainerFooter ul{
	margin:20px 0px 5px 0px;	
}
/* Menu Style overrides */

p.normal{
	color: #5c5c5c;
	line-height: 150%;
	text-align: justify;
	display: run-in;
}
ul.normal {
	color: #5c5c5c;
	line-height: 150%;
	text-align: justify;
	display: run-in;
}