@charset "UTF-8";
/* CSS Document */

body {
	background: url(images/static_bgimage.jpg) top center #1f1009;
	background-repeat: no-repeat;
	padding: 0px;
	color: #bbaa80;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	}

#background_repeat {
	background: url(images/middle.jpg) repeat-y;
	width: 984px;
	margin: 0px auto 0px auto;
	}
	
#background_top {
	background: url(images/live_bgimage.jpg) no-repeat top;
	background-position: 0px 0px;
	padding-top: 50px;
	}

#page_content {
	min-height: 300px;
	padding: 0px 68px 0px 67px;
	}
	
#home_page_content {
	background: url(images/bottom_img.jpg) no-repeat bottom;
	background-position: 0px 310px;
	min-height: 300px;
	padding: 0px 68px 0px 67px;
	}

#page_bottom {
	text-align:right;
	background: url(images/bottom_img2.jpg) no-repeat top;
	height: 65px;
	width:900px;
	padding-right: 84px;
	padding-top: 158px;
	}	

#header {
	margin: 0px 66px 0px 66px;
	}
	
#ie_img_fix {
	position: relative;
	top: 1px;
	}	

html>body #ie_img_fix {
	position: relative;
	top: 0px;
	}
	
input {
	float: right;
	background: url(images/field_bg.jpg) no-repeat;
	border: none;
	height: 23px;
	width: 241px;
	padding: 4px 0px 0px 5px;
	margin: 0px;
	}

textarea {
	background: #fcf1d0;
	padding: 3px;
	float: right;
	}
	
form {
	float:right;
	}
	
a.send_btn, a.send_btn:active {
	display: block;
	width: 86px;
	height: 32px;
	background:url(images/btn_send.jpg);
	float: right;
	margin: 20px 52px 0px 0px;
	}

a.send_btn:hover {
	background:url(images/btn_send_r.jpg);
	}
	
/* Roll Over Tab Menu */

#home-active { display: block; width: 68px; height: 50px; background-image: url(images/nav_home_c.jpg); background-repeat: no-repeat; }
#home-active:hover { background-image: url(images/nav_home_r.jpg); } 

#home { display: block; width: 68px; height: 50px; background-image: url(images/nav_home_o.jpg); background-repeat: no-repeat; }
#home:hover { background-image: url(images/nav_home_r.jpg); }

#about { display: block; width: 119px; height: 50px; background-image: url(images/nav_about_o.jpg); background-repeat: no-repeat; }
#about:hover { background-image: url(images/nav_about_r.jpg); } 

#about-active{ display: block; width: 119px; height: 50px; background-image: url(images/nav_about_c.jpg); background-repeat: no-repeat; }
#about-active:hover { background-image: url(images/nav_about_r.jpg); } 

#chocolate { display: block; width: 155px; height: 50px; background-image: url(images/nav_choco_o.jpg); background-repeat: no-repeat; }
#chocolate:hover { background-image: url(images/nav_choco_r.jpg); } 

#chocolate-active { display: block; width: 155px; height: 50px; background-image: url(images/nav_choco_c.jpg); background-repeat: no-repeat; }
#chocolate-active:hover { background-image: url(images/nav_choco_r.jpg); } 

#enertaining { display: block; width: 129px; height: 50px; background-image: url(images/nav_ent_o.jpg); background-repeat: no-repeat; }
#enertaining:hover { background-image: url(images/nav_ent_r.jpg); } 

#enertaining-active { display: block; width: 129px; height: 50px; background-image: url(images/nav_ent_c.jpg); background-repeat: no-repeat; }
#enertaining-active:hover { background-image: url(images/nav_ent_r.jpg); } 

#products { display: block; width: 128px; height: 50px; background-image: url(images/nav_products_o.jpg); background-repeat: no-repeat; }
#products:hover { background-image: url(images/nav_products_r.jpg); } 

#products-active { display: block; width: 128px; height: 50px; background-image: url(images/nav_products_c.jpg); background-repeat: no-repeat; }
#products-active:hover { background-image: url(images/nav_products_r.jpg); } 

#prom { display: block; width: 145px; height: 50px; background-image: url(images/nav_promises_o.jpg); background-repeat: no-repeat; }
#prom:hover { background-image: url(images/nav_promises_r.jpg); } 

#prom-active { display: block; width: 145px; height: 50px; background-image: url(images/nav_promises_c.jpg); background-repeat: no-repeat; }
#prom-active:hover { background-image: url(images/nav_promises_r.jpg); } 

/* END Roll Over Tab Menu */

/* Sub-Navigation */
	
a.submenu, a.submenu:link, a.submenu:visited   {
	color: #d5b68d;
	font-size: 11px;
	text-decoration: underline;
	}
	
a.submenu:hover {
	color: #ffe7c7; 
	}

.submenu {
	color: #ead2b2;
	font-size: 11px;
	}
	
#subnav {
	background-image:url(images/subnav_bg.jpg); 
	text-align: left;
	padding-left: 36px;
	width:814px; 
	height:24px; 
	line-height: 23px;
	}

/* END Sub-Navigation */

a img {
	border: none;
	}

a, a:link, a:active {
	text-decoration: underline;
	color: #dad0b9;
	}

a:hover {
	color: #f6efde;
	}
	
#main {
	float: left;
	width: 650px;
	margin-top: 22px;
	}
	
#section {
	padding: 0px 10px 10px 50px;
	line-height: 1.5;
	}
	
#contact_section {
	background:url(images/contact_bg.jpg) repeat-x top;
	margin: 0px 0px 0px 79px;
	padding: 0px 30px 30px 30px;
	width: 451px;
	height: 350px;
	}
	
p {
	margin: 0px;
	padding: 20px 5px;
	line-height: 1.3;
	max-width: 550px;
	}
	
#highlight {
	text-transform:uppercase;
	color: #dfcda4;
	font-size: 14px;
	}
	
#contact_highlight {
	text-transform:uppercase;
	color: #dfcda4;
	font-size: 14px;
	float: left;
	margin: 10px 30px 10px 30px;
	}

#floatright {
	float:right;
	}
	
#floatleft {
	float:left;
	}

#clear {
	clear: both;
	}
	


/* Sidebar */
	
#sidebar_nav {
	float: right;
	background: url(images/sidebar_nav.jpg) no-repeat;
	width: 194px;
	height: 540px;
	margin-top: 40px;
	padding-top: 90px;
	}
	
#sidebar_facts {
	float: right;
	background: url(images/sidebar_facts.jpg) no-repeat;
	width: 144px;
	height: 650px;
	margin-top: 40px;
	padding: 20px 20px 0px 30px;
	font-size: 11px;
	}
	
p.sidebar {
	padding: 5px 0px 20px 5px;
	line-height: 1.2;
	text-transform: none;
	color: #928362;
	}	

h1.sidebar {
	margin: 0px;
	color: #ebd6ab;
	font-size: 18px;
	font-style:italic;
	text-transform: uppercase;
	font-weight: normal;
	}

h2.sidebar {
	margin: 0px;
	color: #ebd6ab;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	}
	
h3.sidebar {
	margin: 0px;
	color: #bbaa80;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
	}

a.sidebar_main {
	display: block;
	color: #ebd6ab;
	text-align: center;
	text-decoration: none;
	background: url(images/sidenav_hr.jpg) no-repeat bottom;
	padding: 20px 0px 20px 0px;
	}

a.sidebar_main:hover {
	color: #fff8eb;
	}
	
a.sidebar_secondary {
	display: block;
	text-align: right;
	margin: 0px 20px 0px 0px;
	color: #c49f7b;
	font-style: italic;
	text-decoration: none;
	text-transform: none;
	padding-right:10px;
	background: url(images/link_arrow.jpg) right  no-repeat;
	}
	
a.sidebar_secondary:hover {
	color: #e9ccb0;
	}

#sidebar_blank {
	float: right;
	background: url(images/sidebar_blank.jpg) no-repeat;
	width: 194px;
	height: 400px;
	margin-top: 33px;
	}
	
/* END Sidebar */

/* Products */

#product_feature {
	background: url(images/product_feature_bg.jpg);
	width: 406px;
	height: 317px;
	padding: 0px;
	text-align: center;
	margin-right: 15px;
	margin-bottom: 15px;
	}

img.product_feature {
	margin-top: 30px;
	}

.feature_txt {
	background: url(images/product_feature_txt_bg.jpg);
	font-size: 11px;
	padding-top: 4px;
	display: block;
	width: 200px;
	height: 28px;
	margin: 0px auto 0px auto;
	}

#product,
.product {
	background: url(images/product_bg.gif) no-repeat;
	display: block;
	width: 195px;
	min-height: 149px;
	_height: 149px;
	font-size: 10px;
	text-align: center;
	padding-top: 1px;
	margin-right: 15px;
	}
	
.product_txt_1 {
	display: block;
	width: 150px;
	background: url(images/product_txt_bg.jpg) repeat-x;
	font-size: 10px;
	line-height: 1.1;
	margin: 0 auto;
	vertical-align: bottom;
	padding-top: 7px;
	line-height: 22px;
	text-decoration: none;
	}
	
.product_txt_2 {
	display: block;
	width: 155px;
	background: url(images/product_txt_bg.jpg) repeat-x;
	font-size: 10px;
	line-height: 1.1;
	margin: 0 auto;
	padding-top: 7px;
	vertical-align: bottom;
	height: 22px;
	text-decoration: none;
	}	
	
#pagination {
	float: right;
	margin: 20px 15px;
	display: inline;
	}
	
a#pagelink {
	font-size: 14px;
	text-decoration: none;
	position: relative;
	top: -7px;
	margin: 0px 4px 0px 4px;
	}

/* END Products */

/* Recipes */

#recipe,
.recipe {
	background: url(images/recipe_bg.gif) no-repeat;
	display: block;
	width: 195px;
	min-height: 149px;
	_height: 149px;
	font-size: 10px;
	text-align: center;
	padding-top: 1px;
	margin-right: 15px;
	}
	
#recipe_img {
	margin-top: 0px;
	}
	
#recipe_feature {
	margin-top: 8px;
	}
	
.recipe_txt_1 {
	display: block;
	width: 140px;
	background: url(images/recipe_txt_bg.gif) repeat-x;
	font-size: 10px;
	line-height: 1.1;
	margin: 0 auto;
	padding-top: 0;
	vertical-align: bottom;
	line-height: 36px;
	text-decoration: none;
	}
	
.recipe_txt_2 {
	display: block;
	width: 140px;
	background: url(images/recipe_txt_bg.gif) repeat-x;
	font-size: 10px;
	line-height: 1.1;
	margin: 0 auto;
	padding-top: 7px;
	vertical-align: bottom;
	height: 30px;
	text-decoration: none;
	}
	
a.thickbox, a.product_link{
	text-decoration: none;
	}

a#product_link {
	color: #bbaa80;
	}

a#product_link:hover {
	color: #dfcda4;
	cursor: pointer;
	}
	
/* END Recipes */	

/* Press */

#press_img {
	float: left;
	margin-right: 40px;
	margin-bottom:10px;
	}

#press_clip {
	clear: both;
	margin: 20px 50px 20px 80px;
	}
	
#press_section {
	margin: 10px 0px 0px 80px;
	}

a.press_item {
	text-decoration: none;
	}
	
#basic-accordian{
	z-index:2;
}

.accordion_headings{
	padding:0px;
	cursor:pointer;
}

.accordion_headings:hover{
	color: #dfcda4;
}

.accordion_child{
	color: #a08e68;
	padding: 10px 0px 20px 20px;
}

a.press_material {
	text-decoration: none;
	display: block;
	color: #bbaa80;
	}

a.press_material:hover {
	color: #dfcda4;
	}
	
/* END Press */

/* Overlay */

body.overlay {
	background: none;
	}

#overlay_rep {
	background: url(images/thickbox_bg_repeat.gif) repeat-y;
	width: 644px;
	height: 550px;
	
	}

#overlay_top {
	background: url(images/thickbox_bg_top.gif) no-repeat;
	height: 440px;
	}
	
#overlay_bottom {
	display: block;
	clear: both;
	background: transparent url(images/thickbox_bg_bottom.gif) no-repeat;
	height: 50px;
	width: 644px;
}

#tb_img_bg {
	display: block;
	float: left;
	background:url(images/TB_img_bg.jpg) no-repeat;
	width: 224px;
	height: 166px;
	margin: 0px 0px 20px 30px;
	text-align: center;
	padding-top: 25px;
	}
* html #tb_img_bg { display: inline /* to fix double margin float bug */ }
	
#recipe_overlay_img {
	display: block;
	float: left;
	width: 213px;
	height: 165px;
	margin: 0px 0px 10px 30px;
	padding-top: 5px;
	}
	* html #recipe_overlay_img { display: inline; /* to fix double margin float bug */ }
	
p.overlay {
	margin: 5px 20px 10px 0px;
	padding: 0px;
	}

#overlay_content_box {
	width: 370px;
	margin-right: 20px;
	float: right;
	font-size: 11px;
	}
* html #overlay_content_box {
	display: inline /* to counteract double float bug in IE6 */
}

#small_link {
	display: block;
	text-align: left;
	color: #dfcda4;
	padding: 3px 10px;
	font-size: 10px;
	text-transform:uppercase;
	margin: 10px 0px;
	}
	
h4.infobox_head {
	text-transform:uppercase;
	color: #fcf1d0;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	}

#stats {
	color: #fcf1d0;
	text-align: right;
	}

#product_ingredients {
	text-transform:uppercase;
	}

.product-headers {
	float: left;
	width: 158px;
}

.overlay_headings { /* these wrap overlay_according_headings */
	float: left;
	width: 158px;
}

.overlay_accordion_headings{
	color: #dfcda4;
	padding: 3px 10px;
	font-size: 10px;
	text-transform:uppercase;
	margin: 10px 0px 10px 0px;
	cursor:pointer;
	width: 138px;
}

.overlay_accordion_headings:hover{
}

.overlay_body { /* these wrap overlay_accordion_child */
	float: right;
	width: 212px;
}

.overlay_accordion_child{
	float: right;
	background: #271004 url(images/overlay_infobox_top.jpg) no-repeat top ; 
	font-size: 9px;
	padding: 15px 15px 15px 15px;
	width: 160px;
	margin-right: 22px;
	min-height: 100px;
}
* html .overlay_accordion_child { display: inline; /* to counter double margin float bug */ }

#infobox_bottom {
	display: block;
	background: url(images/overlay_infobox_bottom.gif) no-repeat;
	height: 25px;
	}

#rule {
	background-color: #442705;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	width: 100%;
	}

.overlay_header_highlight{
	background:url(images/floaty_active.jpg) repeat-y;
	}

#recipe_bg {
	background: url(images/overlay_recipe_bg.jpg) no-repeat;
	width: 348px;
	height: 326px;
	padding: 10px 10px;
	}

#overlay_recipe {
	font-size: 10px;
	width: 298px;
	height: 275px;
	overflow:auto;
	padding: 15px 15px 15px 10px;
	}

#light {
	color: #f9e9c1;
	}
	
#ingredients {
	margin: 5px 0px 5px 10px;
	}

.clearfix { display: inline-block; }
.clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }

#footer{
	color:#523322;
	width: 835px;
	padding: 0px;
	margin-left: 65px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
}
#footer a:link, #footer a:visited {
	color: #523322;
}
#footer a:hover {
	color: #653F28;
}
