
body {
	margin: 0px;
	padding: 0px;
	background-position: center top;
	background-image:url(/images/repeatable_wood_grain.jpg);
	background-repeat:repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	/* call hover behaviour file */
	behavior: url(/csshover.htc);
}
#bodyC2{
	padding:10px;
}

#letter{
	font-size:16px; 
	color:#870028; 
	font-weight:bold;
}

#title{
	font-size:18px;
	color:#653300;
	font-weight:bold;
}

img{
	padding:0;
	margin:0;
	border:0;
}

a{
	color:#000000;
	text-decoration:none;
}
#main_container{
	padding-top:50px;

}	
#main{
	width:1000px;
	background-color: #EED6B6;;
	margin:0 auto;
}
#header{
	width:1000px;
}
#headerNav_container{
	padding-left:30px;
}
#headerNav{
	background-image:url(/images/header_topbox.jpg);
	background-repeat:no-repeat;
	height:84px;
}

#accountinfo td a{
	font-weight:bold;
	font-size:10px;
	color:#663300;
}
#page_title{
	font-size:14px;
	font-weight:bold;
	}

#body{
	width:932px;
	border-left: 4px  solid  #663300; 
	border-right: 4px  solid  #663300; 
	border-bottom: 4px  solid  #663300; 


	margin-left:30px
}

#nav_specials{
  float: right;
  width: 165px;
  padding-top:15px;
}

#onsale a{
	color:#FF0000;
}

.recipeListHeader{
	color:#FFFFFF;
}


#success{
font-size:14px;
}


#footer{
	padding:5px 0px 5px 0px;
	clear:both;
	width:1000px;
	text-align:center;
}
#footer ul{
	padding:0;
	margin:0;
	}

#footer li{
display: inline;
list-style-type: none;
padding-left:15px;
}
.li_border{
	border-left: 2px  solid  #000000; 
	border-right: 2px  solid  #000000; 
	border-top: 2px  solid  #000000;
	background-color:#eed6b6; 
}

.li_border_last{
	border-left: 2px  solid  #000000; 
	border-right: 2px  solid  #000000; 
	border-top: 2px  solid  #000000;
	border-bottom: 2px  solid  #000000;
	background-color:#eed6b6;
}

/* Begin CSS Drop Down Menu */


.menuh-container
	{
	}

.menuh
	{
	font-size: 14px;
	width:100%;
	}

.menuh ul li
	{
	font-size: 9px;
	}
	
		
.menuh a
	{
	text-align: left;
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
.menuh a:link, .menuh a:visited, .menuh a:active	/* menu at rest */
	{
	color: #663300;
	text-decoration:none;
	}
	
.menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: #32418c;
	text-decoration:none;
	}	
	
.menuh a.top_parent, .menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(/images/navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
.menuh a.parent, .menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(/images/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

.menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:150px;	/* width of all menu boxes */
	}

.menuh li
	{
	position:relative;
    min-height: 1px; 			
    vertical-align: bottom; 
	}

.menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

.menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div.menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div.menuh li:hover ul ul,
div.menuh li li:hover ul ul,
div.menuh li li li:hover ul ul,
div.menuh li li li li:hover ul ul
{display:none;}

div.menuh li:hover ul,
div.menuh li li:hover ul,
div.menuh li li li:hover ul,
div.menuh li li li li:hover ul
{display:block;}

.hoverli:hover ul{
display:block;
}


/* End CSS Drop Down Menu */




