@charset "utf-8";
/* GLOBALS */
* {
	padding: 0;
	margin: 0;
	border: 0;
}
a { color: #735f37; text-decoration: underline; }
a:hover { color:#993300; }
a:visited { color:#663300; }
a img { text-decoration: none; }
body {
	font-family: Verdana , Arial, Helvetica, sans-serif;
	font-size: 75%; /* In % for IE bug - Set to 12px default */
	line-height: 18px; /* 18px default line-height */
	padding-top: 3px;
	text-align: center; /* This centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #ffffff;
	color: #333333;
	background-image:url(../images/bg_top_border.gif);
	background-position: top;
	background-repeat:repeat-x;
}
h1,h2,h3,h4,h5 {
	color: #a45209;
	font-weight: normal;
	line-height: 36px;
}
h1 {
	font-family: Tahoma;
	font-size: 36px;
}
h2 {
	margin-bottom: 18px;
	font-size: 24px;
	line-height: 34px;
	border-bottom: 2px solid #c9b39c;
}
h3 {
	margin-top: 6px;
	margin-bottom: 18px;
	font-size: 18px;
	line-height: 28px;
	border-bottom: 2px solid #c9b39c;
}
h4 {
	color: #533419;
	font-size: 14px;
	font-weight: bold;
}
h5 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}
form, h1,h2,h3,h4,h5,p,table,ul {
	margin-left: 10px; /* */
	margin-right: 10px; /* */
}
form, ol, p, table {
	margin-bottom: 18px;
}
img { vertical-align:top; }
ol {
	margin-left: 30px; /* */
	margin-right: 10px; /* */
}
ul {
	list-style: none;
}
/* END GLOBALS */

/* SECTIONS */
/* GENERAL SECTIONS */
#headerbox, #stripbox, #prefooter, #footer { margin: 0 auto; }
#headerbox, #stripbox, #content, #prefooter, #footer { width: 960px; }
#headerbox, #stripbox, #content, #prefooter { text-align: left; }
.col3, .col4, .col6, .col8, .col9 {
	display:inline;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}
.col3 { width: 230px; /*background-image:url(../images/grid.png) /* */ }  
.col4 { width: 310px; /*background-image:url(../images/grid.png) /* */ }  
.col6 { width: 470px; /*background-image:url(../images/grid.png) /* */ }
.col8 { width: 630px; /*background-image:url(../images/grid.png) /* */ }
.col9 { width: 710px; /*background-image:url(../images/grid.png)!important; /* */ }
.col6 img { margin: 0 10px 18px 10px; }
/* HEADER */
#headerbox .col3 img { margin: 0 10px; }/* LANGUAGE TABS STYLE */
#headerbox .col9 { background: url(../images/slogan_fr.gif) 10px 10px no-repeat; }/* LANGUAGE TABS STYLE */
form.search {
	margin: 0 0 65px 0;
	float: right;
	text-align: right; 
	background-color: #FFCC33;
	padding-bottom: 3px;
	padding-left: 10px;
}
form.search input {
	margin: 0 10px 0 0;
	border: 1px  solid gray;
}
#langtabs {
	font-family: Verdana , Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 90px;
}
#langtabs a {
	color: #827658;
	background-color:#FFCC33;
}
#langtabs a:hover { color: #ffffff; }
#langtabs li {
	display:inline; /* opera fix */
	float: right;
	margin-left: 1px;
	padding: 0px 10px;
	background-color: #FFCC33;
	color: #FFFFFF;
}
#langtabs li.selected {
	background-image:url(../images/lang_indicator.gif);
	background-repeat:no-repeat;
	background-position:center left;
}
/* END LANGUAGE TABS */
/* HORIZONTAL NAVIGATION */
.topnav {
	font-weight: bold;
	font-size: 13px;
}
.topnav a {
	display: block;
	text-decoration: none;
	padding: 9px 0 9px 0;
	margin-right: 12px;
}
.topnav a:hover {
	color:#333;
	padding: 6px 0 9px 0;
	border-top: 3px solid #ffcc33;
}
.topnav a:visited { color: #735f37; }
.topnav li {
	display: inline; /* opera fix */
	float: left;
}
.topnav ul { display: none; }
.topnav .sitemaplink {display: none;}
/* END HORIZONTAL NAVIGATION */
/* END HEADER */
/* STRIP */
/* These should have the id# before but ie6 doesn't support this */
.stripwide { background-image:url(../images/bg_strip_wide.png); background-repeat:repeat-x; }
.stripthin { background-image:url(../images/bg_strip_thin.png); background-repeat:repeat-x; }
#bctrail {
	padding-top: 36px;
	padding-bottom: 54px;
	margin-left: 255px;
}
#bctrail h1 {
	display: inline;
	margin-left: 0px;
	color: #ffffff;
}
#homepic {
	margin: 12px 4px 30px 4px;
	padding: 5px;
	background-color:#FFFFFF;
	border: 1px solid #b8b8b8; /* */
	height: 252px;
	width: 690px;
	display: block;
}
#introtext {
	font-family: Tahoma, Verdana , Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 36px;
	margin: 0 10px;
	margin-top:36px;
	margin-bottom: 54px;
	padding-bottom: 18px;
	background-image:url(../images/leaves.png);
	background-repeat:no-repeat;
	background-position: 95% 95%;
}
/* END STRIP */
/* CONTENT */
.cols363 { background-image:url(../images/bg_content_cols_363.png); }
.cols39 { background-image: url(../images/bg_content_cols_39.gif); }
.cols363, .cols39 {
	margin: 0 auto 18px auto;
	background-repeat: repeat-y;
	background-position: 240px top;
}
/* CONTACT FORM STYLES */
form.contact input, form.contact label, form.contact select, form.contact textarea { float: left; margin-bottom: 18px; }
form.contact textarea { border: 1px solid gray; }
form.contact input, form.contact select {
	border: 1px  solid gray;
	line-height: 1em;
	width: 294px;
	padding:0 2px;
	margin-bottom: 18px;
}
form.contact label {
	text-align: right;
	width: 186px;
	padding-right: 14px;
}
form.contact textarea {
	width: 488px;
	height: 268px;
}
form.contact input.sendbtn {
	clear: both;
	width:88px;
	height: 20px;
	margin: 0 0 16px 200px;
	cursor: pointer;
}
form.contact div { clear: both; }
/* END CONTACT FORM STYLES */
/* CONTENT */
/* PRE FOOTER */
#prefooter a img {
	vertical-align:bottom;
	margin-bottom: 6px;
	margin-left: 10px;
	margin-right: 10px;
}
.prefooterbg {
	background-image:url(../images/bg_pre_footer.png);
	background-position:bottom right;
	background-repeat:repeat-x;
	/*background-image:url(../images/grid.png) /* */
}
/* END CONTENT */
/* FOOTER */
#footer {
	padding-bottom: 18px;
	font-size: 10px;
	text-align: center;
	background-color: #533419;
	color: #ffffff;
}
#footer a { color: #ffffff; }
#footer a img {
	margin-left: 10px;
	margin-right: 10px;
}
.footerbg {
	background-color: #533419;
	background-image:url(../images/bg_footer.png);
	background-position: top left;
	background-repeat: repeat-x;
}
.bottomnav {
	padding: 18px 10px 36px 10px;
	font-weight: bold;
}
.bottomnav li {
	display:inline;
	padding: 0 6px 0 8px;
	background-image:url(../images/nav_separator.png);
	background-position:left;
	background-repeat:repeat-y;
}
.bottomnav li.first { background-image: none; }
.bottomnav ul { display: none; }
/* END FOOTER */
/* END SECTIONS */

/* START CUSTOM GLOBAL */
.col3hr {
	padding-bottom: 18px!important;
	background-image:url(../images/col3_hr.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.ibox {
	float: right;
	padding-bottom: 18px;
	font-size: 10px;
	font-style: italic;
	margin-left: 15px;
	margin-right: 5px;
	text-align: center;
	
}
.ibox img {
	display: block;
	padding: 4px;
	width: 460px;
	background-color: #FFFFFF;
	border: 1px solid #E1E1E1;
	margin-bottom: 3px;
}
.nutritionfacts {
	float: right;
	font-size: 11px;
	margin: 0 10px;
	border:1px gray solid;
}
.nutritionfacts .indent { margin-left: 18px; }
.nutritionfacts table {
	margin: 0 5px;;
	width:278px;
}
.nutritionfacts div {clear: both;}
.nutritionfacts h2 {
	color:#333333;
	border: 0;
	margin: 0;
	line-height: 36px;
}
.nutritionfacts h5 {
	color:#333333;
	font-size: 10px;
	margin: 0;
	line-height: 18px;
}
.nutritionfacts .fatline {
	border-bottom:3px solid #555555;
	line-height: 15px;
}
.nutritionfacts .line {
	border-bottom:2px solid #555555;
}
.nutritionfacts .line h5{
	line-height: 16px;
}
.nutritionfacts .thinline {
	line-height: 17px;
	border-bottom:1px solid #555555;
}
.productbox {
	display: inline; /* Stupid ie bug */
	margin: 0 8px;
	float: left;
	width: 220px;
	background-color: #FFFFFF;
}
.productbox p {
	margin: 0;
	text-align:right;
}
.productbox a {
	position: relative;
	top: -18px;
	left: -20px;
}
.qibox {
	font-family: Tahoma, Verdana , Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
}
.qibox img {
	padding: 4px;
	float: right;
	background-color: #FFFFFF;
	border: 1px solid #E1E1E1;
}
.quicknav {
	background: url(../images/bg_top_border.gif) top left repeat-y;
	padding-bottom: 0;
	margin-bottom: 0;
}
.quicknav h4 {
	color: #a45209;
	margin-left: 2px;
	padding-left: 8px;
	line-height: 36px;
	border-bottom:1px #DDDDDD dotted;
	background-color: #F6F6F6;
	margin-bottom: 18px;
}
.quicknav h5 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
}
.quicknav ul {
	margin-left: 30px;
	padding-bottom: 0;
	margin-bottom: 0;
	list-style: outside disc;
}
.quicknav ul li { padding-bottom: 18px; }
.quicknav ul#catalog {
	margin-top: 0;
	line-height: 36px;
	font-weight: bold;
}
.quicknav ul#catalog  ul {
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	list-style: none;
	margin-left: 0;
	border-left: 1px solid #ffcc33;
}
.quicknav ul#catalog ul li {
	padding-bottom: 0;
	padding-left: 10px;
}
.quicknav p.last {
	margin-bottom: 0;
	padding-bottom: 18px;
}
ul.recipe {
	list-style-type: disc;
}
.recipe {
	margin-bottom: 18px;
}
ol.recipe li {
	margin-left: 20px;
}
ul.recipe li {
	margin-left: 30px;
}
/*.quicknav ul li a { padding-bottom: 18px; }*/
.showcase { text-align: center; }
.showcase a img { text-decoration:none; }
.sitemap {
	font-size: 11px;
	list-style:disc inside;
	font-weight: bold;
}
.sitemap ul { list-style:circle inside; }
.sitemap li { margin-left: 30px; }
.sitemap li li { font-weight: normal; }
.storeslist { font-size: 11px; }
.storeslist tr:hover { background-color: #F3F3F3; }
.storeslist td { vertical-align: top; }
.storeslist td.c1 { width: 160px; font-weight: bold;}
.storeslist td.c2 {
	padding-left: 10px;
	width: 440px;
}
.storeslist td.c3 {
	width: 100px;
	text-align: right;
}
/* END LAYOUT CLASS OBJECTS */

/* GENERIC CLASSES */
.bold { font-weight: bold; }
.bulletlist {
	list-style: inside;
	list-style-type: disc;
	margin-left: 40px;
	margin-bottom: 18px;
}
.centertext { text-align: center; }
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0;
}
.dropcap {
	float:left;
	color:#333;
	font-size:36px;
	line-height:34px;
	padding-top:2px;
	padding-right:2px;
	font-family: Times, serif, Georgia;
	font-weight: bold;
}
.footnote {
	font-size: 11px;
	font-style: italic;
}
.hide { display: none!important; }
.italic { font-style: italic; }
.toplink {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-align:right; }
.textgreen { color: #336600;; }
.textred { color: #FF0000; }
.textwhite { color: #FFFFFF; }
/* END GENERIC CLASSES */
/*.newsitecloud {
	margin: 0 40px 0 0;
	text-align: right;
	clear:both;
}*/