@charset "UTF-8";

/* General Setup */

body {
	margin:0px;
	background:transparent;
	font: 11px/17px "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #100f46;
	text-align: center;
}
body#about .about {
	background-position: bottom;
}
body#process .process {
	background-position: bottom;
}
body#process div#wrapper{
}
body#recipes .recipes {
	background-position: bottom;
}
body#buy .buy {
	background-position: bottom;
}
a {
	color: #9e0039;
	text-decoration: none;
}
img {
	border: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
p .tag {
	color: #9e0039;
	text-align: center;
}
h2 {
	font-size: 14px;
	margin-top: 0;
}
#bg_wrap {
	width: 100%;
	position: absolute;
	top: 233px;
	left: 0px;
	z-index: 4;
}
#bg {
	width: 960px;
	height: 35px;
	z-index: 4000;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 33px;
	text-align: left;
}
#wrapper {
	position:relative;
	z-index:3;
	width:100%;
	height: 600px;
	background: url(/images/about_bg.gif) no-repeat center top;
	margin: 25px 0 0 0;
}
#head {
	height:41px;
	z-index:3000;
	background-image: url(/images/header_bg.gif);
	background-position: bottom;
}
#logo_wrap {
	width:100%;
	height:68px;
	position: absolute;
	top: 33px;
	z-index: 5000;
}
#logo {
	height: 68px;
	width: 960px;
	margin: 0 auto 0 auto;
	background: url(/images/bh_logo.png) no-repeat;
}
#foot {
	width:420px;
	height:47px;
	margin: 0 0 0 0;
}
#content {
	position: relative;
	width: 420px;
	margin-right: auto;
	margin-left: auto;
}
#content .title {
	margin-bottom: 37px;
}
#content .copy {
	margin-bottom: 37px;
	text-align: left;
}
.clear {
	clear: both;
}

/* Fluff Setup */

#fluff_wrap {
	height: 126px;
	width: 100%;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#fluff_wrap .fluff {
	position: relative;
	height: 106px;
	width: 177px;
	float: left;
	font-size: 10px;
	line-height: normal;
	padding:10px;
	text-align: left;
	background: url(/images/bg_fluff.png) repeat-x;
}
.fluff.left {
	margin: 0 12px 0 0;
}
.fluff.right {
	margin: 0 0 0 13px;
}
.fluff div#divider {
	float:left;
	width: 1px;
}
.fluff h2 {
	position: relative;
	z-index: 1000;
}
.fluff p {
	position: relative;
	z-index: 1000;
	margin: 0;
	color: #4a4a4b;
	width: 130px;
}
.fluff img {
	position: relative;
	z-index: 1000;
	display: block;
	margin: 10px auto 0 auto;
}
.fluff .side_image {
	position: absolute;
	right: 10px;
	top:10px;
	z-index: 500;
}

/* Menu Setup */

#menu_wrap {
	background-image: url(/images/menu_bg.gif);
	background-repeat: repeat-x;
	background-position-x: 50%;
	background-position-7: 0%;
	height: 68px;
	min-width: 960px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	z-index: 1000;
}
.menu {
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	width: 376px;
	height: 41px;
	min-width: 376px;
	margin-right: auto;
	margin-left: auto;
}
.menu ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.menu ul a {
	width: auto;
	height: 41px;
	display:block;
	text-indent:-9000px;
	background-repeat: no-repeat;
	background-position: center top;
}
.menu ul li {
	list-style-type: none;
	float: left;
	margin-right: 15px;
}
.menu .active {
	background-position: -23px;
}
.menu ul a:hover {
	background-position: bottom;
}
.menu ul a.about {
	width: 76px;
	background-image: url(/images/menu_about.png);
}
.menu ul a.process {
	width: 83px;
	background-image: url(/images/menu_process.png);
}
.menu ul a.recipes {
	width: 85px;
	background-image: url(/images/menu_recipes.png);
}
.menu ul a.buy {
	width: 57px;
	background-image: url(/images/menu_buy.png);
}
/* News Reel Setup */

#news {
	background-color: #F4F3EB;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #D0CEBA;
	text-align: left;
}
#news_title {
	font-size: 14px;
	color: #999999;
	text-align: right;
}
#news .title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-size: 14px;
	text-align: right;
	font-weight: bold;
	color: #D0CEBA;
	margin: 0px;
	padding: 0px;
}
#news .post {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding: 0px;
	background-color: #F4F3EB;
	margin-bottom: 10px;
	min-height: 60px;
}
#news .post_title {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
#news .post .excerpt {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
.postdate {
	position: relative;
	width: 50px;
	height: 50px;
	float: right;
}
.month, .day, .year {
	position: absolute;
	text-indent: -1000em;
	background-image: url(/images/dates.png);
	background-repeat: no-repeat;
}
.month {
	top: 2px;
	left: 0;
	width: 32px;
	height: 24px;
}
.day {
	top: 25px;
	left: 0;
	width: 32px;
	height: 25px;
}
.year {
	bottom: 0;
	right: 0;
	width: 17px;
	height: 48px;
}
.m-01 {
	background-position: 0 4px;
}
.m-02 {
	background-position: 0 -28px;
}
.m-03 {
	background-position: 0 -57px;
}
.m-04 {
	background-position: 0 -90px;
}
.m-05 {
	background-position: 0 -115px;
}
.m-06 {
	background-position: 0 -144px;
}
.m-07 {
	background-position: 0 -173px;
}
.m-08 {
	background-position: 0 -202px;
}
.m-09 {
	background-position: 0 -246px;
}
.m-10 {
	background-position: 0 -278px;
}
.m-11 {
	background-position: 0 -310px;
}
.m-12 {
	background-position: 0 -340px;
}
.d-01 {
	background-position: -50px 0;
}
.d-02 {
	background-position: -50px -31px;
}
.d-03 {
	background-position: -50px -62px;
}
.d-04 {
	background-position: -50px -93px;
}
.d-05 {
	background-position: -50px -124px;
}
.d-06 {
	background-position: -50px -155px;
}
.d-07 {
	background-position: -50px -186px;
}
.d-08 {
	background-position: -50px -217px;
}
.d-09 {
	background-position: -50px -248px;
}
.d-10 {
	background-position: -50px -279px;
}
.d-11 {
	background-position: -50px -310px;
}
.d-12 {
	background-position: -50px -341px;
}
.d-13 {
	background-position: -50px -372px;
}
.d-14 {
	background-position: -50px -403px;
}
.d-15 {
	background-position: -50px -434px;
}
.d-16 {
	background-position: -50px -465px;
}
.d-17 {
	background-position: -100px 0;
}
.d-18 {
	background-position: -100px -31px;
}
.d-19 {
	background-position: -100px -62px;
}
.d-20 {
	background-position: -100px -93px;
}
.d-21 {
	background-position: -100px -124px;
}
.d-22 {
	background-position: -100px -155px;
}
.d-23 {
	background-position: -100px -186px;
}
.d-24 {
	background-position: -100px -217px;
}
.d-25 {
	background-position: -100px -248px;
}
.d-26 {
	background-position: -100px -279px;
}
.d-27 {
	background-position: -100px -310px;
}
.d-28 {
	background-position: -100px -341px;
}
.d-29 {
	background-position: -100px -372px;
}
.d-30 {
	background-position: -100px -403px;
}
.d-31 {
	background-position: -100px -434px;
}
.y-2006 {
	background-position: -150px 0;
}
.y-2008 {
	background-position: -150px -100px;
}
.y-2009 {
	background-position: -150px -150px;
}