body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	background-color: #EDCAA6;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin: 0 0 10px 0;
}
#container {
	background-image: url(images/container-bg.gif);
	background-repeat: repeat-y;
	width: 892px;
	margin: 0 auto;
}
#container-inner {
	background-image: url(images/container-inner-bg.gif);
	background-repeat: no-repeat;
	width: 860px;
	padding: 0 16px;
}
#seo-header {
	float: left;
	width: 860px;
	height: 40px;
}
#seo-header h1 {
	font-size: 10px;
	font-weight: normal;
	color: #E0A162;
	margin: 5px 0 0 10px;
	border: none;
}
#header {
	float: left;
	width: 860px;
	height: 80px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}
#logo {
	float: left;
	width: 420px;
	height: 80px;
}
#top-nav {
	float: left;
	width: 415px;
	margin: 30px 25px 0 0;
	font-size: 11px;
	color: #E5DDD4;
	text-align: right;
}
#top-nav a {
	color: #E5DDD4;
	text-decoration: none;
}
#top-nav a:hover {
	color: #fff;
	text-decoration: underline;
}
#banner-container {
	float: left;
	width: 860px;
	height: 182px;
}
#banner {
	float: left;
	width: 587px;
	height: 182px;
}
#note {
	float: left;
	width: 235px;
	height: 182px;
}

/*--------------------- Menu ---------------------*/

#nav-container {
	width: 860px;
	height: 60px;
	position: relative;
	z-index: 100;
}
#nav, #nav ul{
	height: 60px;
	margin: 0;
	position: relative;
	padding: 0px;
	list-style-type: none;
	float: left;
	display: inline;
	width: 860px;
}
#nav li a {
	display: block;
	height: 60px;
}

#nav #link-home { left: 0px; width: 102px; background: url(images/nav.gif) 0 0 no-repeat;}
#nav #link-ingredients { left: 102px; width: 153px; background: url(images/nav.gif) -102px 0 no-repeat;}
#nav #link-recipes { left: 255px; width: 120px; background: url(images/nav.gif) -255px 0 no-repeat;}
#nav #link-contented-websites { left: 375px; width: 231px; background: url(images/nav.gif) -375px 0 no-repeat;}
#nav #link-pantry { left: 606px; width: 135px; background: url(images/nav.gif) -606px 0 no-repeat;}
#nav #link-coffee { left: 741px; width: 119px; background: url(images/nav.gif) -741px 0 no-repeat;}

#nav #link-home a:hover { background: url(images/nav.gif) 0 -60px no-repeat;}
#nav #link-ingredients a:hover { background: url(images/nav.gif) -102px -60px no-repeat;}
#nav #link-recipes a:hover { background: url(images/nav.gif) -255px -60px no-repeat;}
#nav #link-contented-websites a:hover { background: url(images/nav.gif) -375px -60px no-repeat;}
#nav #link-pantry a:hover { background: url(images/nav.gif) -606px -60px no-repeat;}
#nav #link-coffee a:hover { background: url(images/nav.gif) -741px -60px no-repeat;}

#nav a span {display: none;}

/*--------------------- Drop Downs ---------------------*/

#nav a {
	display: block;
	text-decoration: none;
	margin: 0px;
	color: #CC6600;
	font-weight: normal;
	font-size: 12px;
}

#nav li a:hover {
	text-decoration: none;
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
}

#nav li {
	float: left;
	padding: 0;
}

#nav li ul{
	position: absolute;
	left: -999em;
	width: 118px;
	font-weight: normal;
	margin: 0;
	background-image: none;
}

#nav li li {
	width: 128px;
}

#nav li ul a {
	width: 130px;
	height: 16px;
	margin: 0 0 0 -1px;
	padding: 6px 12px 3px 18px;
	font-size: 11px;
	background-image:none;
	background-color: #F7F2EE;
	border: 1px solid #EBDFD4;
	border-top: none;
	line-height: 12px;
}
#nav #link-recipes ul li a:hover, #nav #link-pantry ul li a:hover {
	background-image: url(images/sub-nav.gif);
	background-color: #EBDFD4;
	background-repeat: no-repeat;
	background-position: 7px 10px;
}
#nav #link-recipes

#nav li ul ul {
	margin: -25px 0 0 130px !important;
	margin: -25px 0 0 129px; /* IE6 fix */
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	display: block;  /* Important */
}

#nav li:hover, #nav li.sfhover {
	background-image: none;
}

/*--------------------- Body ---------------------*/

#body-container {
	width: 860px;
}
#side-bar {
	float: left;
	width: 200px;
	margin: 35px 0 0 20px;
}
#side-nav-container {
	float: left;
	width: 200px;
	margin-bottom: 20px;
}
#side-nav-container ul {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #B2A8A0;
}
#side-nav-container ul ul {
	border-bottom: none;
}
#side-nav-container li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#side-nav-container li a {
	font-size: 12px;
	height: 17px;
	line-height: 14px;
	color: #B55B01;
	font-weight: bold;
	border-top: 1px dotted #B2A8A0;
	text-decoration: none;
	display: block;
	padding: 4px 0 3px 8px;
}
#side-nav-container li li a {
	font-weight: normal;
	background-image: url(images/sub-nav.gif);
	background-repeat: no-repeat;
	background-position: 9px 9px;
	padding: 4px 0 3px 22px;
}
#side-nav-container li a:hover {
	text-decoration: none;
	background-color: #F7F2EE;
}
#cta {
	float: left;
	clear: left;
	width: 117px;
	height: 66px;
	padding: 12px 17px 17px 66px;
	margin-bottom: 20px;
	background-image: url(images/cta.gif);
	background-repeat: no-repeat;
}
#cta h2 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}
#cta p, #cta a, #cta a:hover {
	color: #fff;
	font-size: 11px;
	line-height: 16px;
	margin: 0;
}
#testimonials-container {
	float: left;
	clear: left;
	width: 200px;
	margin-bottom: 10px;
	background-image: url(images/testimonials-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #665242;
}
#testimonials {
	float: left;
	width: 166px;
	padding: 12px 17px 32px 17px;
	background-image: url(images/testimonials-top.gif);
	background-repeat: no-repeat;
}
#testimonials p {
	color: #fff;
	font-size: 11px;
	line-height: 16px;
	margin: 0;
}
#testimonials a, #testimonials a:hover {
	color: #AA9B86;
}
#quote-container {
	float: left;
	clear: left;
	width: 200px;
	margin-bottom: 10px;
	background-image: url(images/quote-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #E8DEC5;
}
#quote {
	float: left;
	width: 166px;
	padding: 12px 17px 32px 17px;
	background-image: url(images/quote-top.gif);
	background-repeat: no-repeat;
}
#quote p {
	color: #665242;
	font-size: 11px;
	line-height: 16px;
	margin: 0;
}
.quote-author {
	color: #665242;
	font-weight: bold;
}
#body {
	float: left;
	width: 585px;
	margin: 35px 0 0 35px;
}
h1 {
	border-bottom: 1px dotted #B2A8A0;
	color: #665242;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 12px 0;
	padding: 0 0 8px 0;
	width: 100%;
}
h2 {
	color: #CC6600;
	font-size: 18px;
	font-weight: normal;
	margin: 18px 0 2px 0;
}
h3 {
	color: #665242;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	padding: 0;
}
h4 {
	color: #665242;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	margin: 15px 0 10px 0;
	padding: 0;
	width: 100%;
}
p {
	margin: 8px 0 10px 0;
}
#body ul {
	list-style: none;
	margin-left: 0;
	padding-left: 2em;
}
#body ul li {
	background-image: url(images/bullet.gif);
	background-position: 0 6px;
	background-repeat: no-repeat;
	line-height: 14px;
	padding: 3px 0 3px 15px;
}
a {
	color: #CC6600;
	text-decoration: underline;
}
a:hover {
	color: #CC6600;
	text-decoration: none;
}
.orange-text {
	color: #D59351;
	margin-top: 0;
}
.small-text {
	font-size: 11px;
}
#testimonials-brown-container {
	float: left;
	clear: left;
	width: 585px;
	margin-bottom: 10px;
	background-image: url(images/testimonials-brown-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #665242;
}
#testimonials-brown {
	float: left;
	width: 551px;
	padding: 12px 17px 32px 17px;
	background-image: url(images/testimonials-brown-top.gif);
	background-repeat: no-repeat;
}
#testimonials-brown p {
	color: #fff;
	font-size: 11px;
	line-height: 16px;
	margin: 0;
}
#testimonials-brown a, #testimonials-brown a:hover {
	color: #AA9B86;
}
#testimonials-light-brown-container {
	float: left;
	clear: left;
	width: 585px;
	margin-bottom: 10px;
	background-image: url(images/testimonials-light-brown-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #E8DEC5;
}
#testimonials-light-brown {
	float: left;
	width: 551px;
	padding: 12px 17px 32px 17px;
	background-image: url(images/testimonials-light-brown-top.gif);
	background-repeat: no-repeat;
}
#testimonials-light-brown p {
	color: #665242;
	font-size: 11px;
	line-height: 16px;
	margin: 0;
}
#testimonials-light-brown a, #testimonials-light-brown a:hover {
	color: #CC6600;
}
.caption {
	font-size: 10px;
	color: #665242;
	line-height: 12px;
	font-style: italic;
	text-align: center;
}
.pic-left {
	float: right;
	border: 1px solid #B2A8A0;
	margin: 0 15px 15px 0;
}
.pic-right {
	float: right;
	border: 1px solid #B2A8A0;
	margin: 0 0 15px 15px;
}
table.pic-right, table.pic-left {
	border: none;
}
table.pic-right img, table.pic-left img {
	border: 1px solid #B2A8A0;
}

/*--------------------- Footer ---------------------*/

#footer {
	clear: both;
	width: 892px;
	height: 57px;
	margin: 15px 0 0 0;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	color: #E5DDD4;
}
#footer a {
	color: #E5DDD4;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
#copyright {
	float: left;
	display: inline;
	width: 250;
	margin: 2px 0 0 36px;
}
#footer-links {
	float: right;
	display: inline;
	width: 250;
	text-align: right;
	margin: 2px 36px 0 0;
}
