/* CSS Document */

/* background div definitions */

body {
	margin: 0;
	padding: 0;
	background-color: #DDDDDD;
	border: 0;
	text-align: center;
}

/* main definitions for layout divs */

#page {
	margin: 10px auto;
	width: 760px;
	text-align: left;
	background-color: white;
	border: 1px solid #999999;
}

#headerContainer {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	border-bottom: #FFFFFF solid 5px;
	height: 143px;
	background: url(../images/bg-header-top3.gif) no-repeat left center;
}

#menuContainer {
	width: auto;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 97px;
	left: 160px;
}

#mainContainer {
	clear: both;
	margin: 0 5px;
	padding: 10px 20px 25px 20px;
	border: 0;
	background: #FFFFCC url(../images/bg-main-top.gif) no-repeat top left;
}

#footerContainer {
	display: block;
	margin: 0 5px;
	min-height: 3em;
	padding: 0;
	border: 0;
	font-size: 80%;
	clear: both;
	background: #DA4D24 url(../images/bg-footer-bottom.gif) no-repeat left bottom;
}

/* master text definitions */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.5em;
	text-align: left;
	color: #663300;

}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
	text-align: left;
	color: #663300;

}

p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	text-align: left;
	color: #663300;
	margin: 10px 0 0 0;
	padding: 0;
}





/* menu container definitions */
/* Code for clean and compatible CSS menu dropdowns guided by HTML Dog: HTML and CSS tutorials, references, and articles. See http://www.htmldog.com */

#menuContainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 0.7em;
}

#menuContainer, #menuContainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 0.9em;
}

#menuContainer a {
	display: block;
	width: auto;
	_width: 60px;
	text-decoration: none;
}

#menuContainer li {
	float: left;
	width: auto;
	_width: 60px;
	margin: 0 0 0 4px;
	line-height: 0.9em;
}

#menuContainer li ul {
	position: absolute;
	width: 14em;
	left: -999em;
}


#menuContainer li:hover ul, #menuContainer li.sfhover ul  {
	left: auto;
}


#menuContainer li a {
	display: block;
	margin: 0;
	background: #DA4D24 url(../images/menu-noarrow.gif) center bottom no-repeat;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	height: 3em;
	padding: 3px 9px;
}

#menuContainer a:link, a:visited {
	text-decoration: none;
	color: white;
}

#menuContainer li a:hover, #menuContainer li a:active {
	background: #DA4D24 url(../images/menu-arrow.gif) center bottom no-repeat;
}

#menuContainer li li {
	width: 14em;
	margin: 0;
}

#menuContainer li li a {
	display: block;
	text-align: left;
	background-image: none;
	font-weight: normal;
	text-indent: 0.2em;
	border: 0;
	border-bottom: 1px solid #663300;
	width: 14em;
	padding: 0.6em 0;
	height:auto;
}

#menuContainer li li a:hover {
	background-image: none;
	background-color: #FF5525;
	color: #FFFFFF;
}


/* text column definitions */

#mainContainer p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #663300;
	line-height: 150%;
	text-align: left;
}

#mainContainer ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	list-style: square;
	font-size: 85%;
	color: #663300;
	line-height: 150%;
	text-align: left;
}

#mainContainer h1 {
	font-family: "Cooper Black", "Cooper Std Black", Verdana, Arial, Helvetica, sans-serif;
	color: #663300;
	font-size: 150%;
	line-height: 120%;
	text-align: left;
	
}

#mainContainer h2 {
	font-family: "Cooper Black", "Cooper Std Black", Verdana, Arial, Helvetica, sans-serif;
	font-size: 125%;
	color: #DA4D24;
	line-height: 120%;
	text-align: left;
}

#mainContainer h3 {
	font-family: "Cooper Black", "Cooper Std Black", Verdana, Arial, Helvetica, sans-serif;
	font-size: 115%;
	color: #DA4D24;
	line-height: 115%;
	text-align: left;
}

#mainContainer h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bolder;
	color: #663300;
	line-height: 115%;
	text-align: left;
}

#mainContainer a,
#mainContainer a:link,
#mainContainer a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #663300;
	color: #DA4D24;
}

#mainContainer a:hover {
	text-decoration: none;
	border-bottom: 1px solid #663300;
}

#mainContainer a.external {
	background: url(../images/icon-link-external.png) right top no-repeat;
	padding-left: 10px;
}

.textColLeft550px {
	width: 550px;
}

.textColLeft400px {
	width: 400px;
}

.indent150 {
	margin-left: 150px;
}


/* story graphic menu styles */

#story {
	clear: both;
	width: 710px;
	height: 145px;
	margin: 40px 0px 0px 0px;
	position: relative;
}

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

#story ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#story a .hotspot {
	position: absolute;
}

#story .producers a .hotspot {
	top: 10px;
	left: 30px;
	width: 235px;
	height: 120px;
}

#story .products a .hotspot {
	top: 10px;
	left: 280px;
	width: 160px;
	height: 130px;
}

#story .retailers a .hotspot {
	top: 10px;
	left: 450px;
	width: 90px;
	height: 120px;
}

#story .recipes a .hotspot {
	top: 5px;
	left: 545px;
	width: 135px;
	height: 130px;
}

#story a .link {
	position: absolute;
	width: 150px;
	color: #663300;
}

#story .producers a .link {
	top: 150px;
	left: 80px;
}

#story .products a .link {
	top: 150px;
	left: 235px;
}

#story .retailers a .link {
	top: 150px;
	left: 390px;
}

#story .recipes a .link {
	top: 150px;
	left: 545px;
}

#story a:hover .hotspot {
	border: 1px dotted #DA4D24;
}

#story a:hover {
	border: none;
} /* fix for IE Windows to allow nested hover state */

#story a:hover .link {
	color: #DA4D24;
}


/* footer section styles */

#footerContainer p {
	margin: 0;
	border: 0;
	padding: 4px 16px 0 16px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

#footerContainer a,
#footerContainer a:link,
#footerContainer a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #663300;
	color: #FFFFFF;
}

#footerContainer a:hover {
	text-decoration: none;
	border-bottom: 1px solid #663300;
}


/* some general content area definitions and positioning styles */

.branding {
	color: #DA4D24;
	font-weight:bolder;
}

.photo {
	border: 2px solid #CC9900;
	margin-right: 15px;
	margin-bottom: 10px;
}

.smallerText {
	font-size: smaller;
}


.floatLeft  { float: left; }

.floatRight { float: right; }

.alignLeft  { text-align: left; }

.alignRight { text-align: right; }

.alignCentre { text-align: center; }

.clear { clear: both; }

.block { display: block; }

.hide { display: none; }

.show { display: block; }

