body {
	background-color: #EAE3CD;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	position: relative;
	width: 969px;
	height: 674px;
	margin-top: 31px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/new/images/frame1.jpg);
	background-position: 5px 0px;
	background-repeat: no-repeat;
	border: 0px dotted red;
}

a.zoe-logo {
	position: absolute;
	display: block;
	width: 118px;
	height: 145px;
	top: 85px;
	left: 144px;
	background-image: url(/new/images/logo_zoe.png);
	text-indent: -1000em;
	outline: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#content {
	border: 0px dotted red;
}	

#content h1.section, #content h3.section {
	position: absolute;
	width: 120px;
	height: 19px;
	top: 121px;
	left: 136px;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #b59a6a;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-style: normal;
	font-weight: lighter;
	margin-left: 6px;
	background-repeat: no-repeat;
	border: 0px dotted black;
	text-indent: -1000em;
}

body.products 	#content h1.section { background-image: url(/new/images/section_title_products.png); }
body.stores 	#content h1.section { background-image: url(/new/images/section_title_stores.png); }
body.about 		#content h1.section { background-image: url(/new/images/section_title_about.png); }
body.media 		#content h1.section { background-image: url(/new/images/section_title_media.png); }
body.recipes 	#content h1.section { background-image: url(/new/images/section_title_recipes.png); }
body.sitemap 	#content h1.section { background-image: url(/new/images/section_title_sitemap.png); }
body.blog 	    #content h3.section { background-image: url(/new/images/section_title_blog.png); }

#content h3.section {
	top: 113px;
}

#content .side {
	position: absolute;
	width: 133px;
	height: 275px;
	top: 138px;
	left: 135px;
	padding-top: 120px;
	background-image: url(images/template/zoeLogo2.jpg);
	background-repeat: no-repeat;
	background-position: 30px 50px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #DBDBDB;
	border: 0px dotted green;
}	

#content .main {
	position: absolute;
	width: 540px;
	height: 435px;
	top: 125px;
	left: 284px;
	overflow: auto;
	border: 0px dotted green;
}	

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#content .side ul {
	margin: 0;
	padding: 0;
	font-size: 10px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#content {
	height: 674px;
	background-image: url(images/recipes/cruet.jpg);
	background-repeat: no-repeat;
	background-position: 520px 130px; 
}

#content .main {
	font-size: 11px;
	color: #565656;
}	

#content .main .pad {
	padding: 15px 20px 20px 20px;
}

/* #content .main h1 {
	position: relative;
	width: auto;
	top: 0px;
	left: 0px;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #1A5683;
	text-align: left;
	text-transform: none;
	letter-spacing: 0px;
	font-style: normal;
	font-weight: lighter;
	margin: 0 -20px 0 -15px;
	padding: 10px 10px 10px 15px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #CD3222;
} */

#content .main p {
	line-height: 14px;
}

#content .main ul {
	margin-top: 18px;
	margin-left: 0px;
	padding-left: 0px;
	width: 250px;
} 

#content .main ul li {
	margin-bottom: 14px;
}

#content .main ul li a {
	color: #565656;
	font-weight: bold;
	text-decoration: none;
}

#content .main ul li a:hover {
	color: #900;
}

#content .main .spacer {
	display: block;
	width: 200px;
	height: 415px;
	float: right;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* Recipe Page */

.recipe #content {
	background-image: url(images/recipes/cruet2.jpg);
}

.recipe #content .main .pad {
	padding: 0 20px 20px 20px;
}

.recipe #content .main h4 {
	margin-bottom: 5px;
}

.recipe #content .main p {
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
}

.recipe #content .main ul {
	margin-top: 0px;
	width: auto;
}

.recipe #content .main ul li {
	margin-bottom: 5px;
}

.recipe #content .main ol {
	margin-top: 0px;
	width: auto;
	margin-left: 0px;
	padding-left: 15px;
}

.recipe #content .main ol li {
	margin-bottom: 5px;
}

.recipe #content .main .image {
	margin-top: 15px;
	margin-bottom: 15px;
}

.recipe #content .main .right {
	float: right;
	margin-left: 15px;
}

.recipe #content .main .left {
	float: left;
	margin-right: 15px;
}

#content .side ul li {
	margin-bottom: 10px;
}

#content .side ul li a {
	color: #565656;
	text-decoration: none;
}

#content .side ul li a:hover {
	color: #900;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#main-nav {
	position: absolute;
	top: 89px;
	left: 284px;
	padding: 3px 0 3px 0;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #CD3222;
}

#main-nav ul {
	margin: 0;
	padding: 0;
	height: 28px;
	width: 540px;
	background-color: #CD3222;
}

#main-nav ul li {
	float: left;
	margin: 0 0 0 6px;
	padding: 3px 0 3px 21px;
	background-image: url(/new/images/navIcon1.jpg);
	background-repeat: no-repeat;
}

#main-nav ul li.products	{ background-image: none; padding-left: 0px; margin-left: 10px; }
#main-nav ul li.stores		{ background-image: url(/new/images/navIcon1.jpg); }
#main-nav ul li.about		{ background-image: url(/new/images/navIcon2.jpg); }
#main-nav ul li.media		{ background-image: url(/new/images/navIcon3.jpg); }
#main-nav ul li.recipes		{ background-image: url(/new/images/navIcon4.jpg); }
#main-nav ul li.sitemap		{ background-image: url(/new/images/navIcon5.jpg); }
#main-nav ul li.blog		{ background-image: url(/new/images/navIcon6.jpg); }

#main-nav ul li a {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
}

#main-nav ul li a:hover {
	color: #FFCC00;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#footer {
	position: absolute;
	width: 969px;
	top: 675px;
	clear: left;
	font-size: 10px;
	text-align: center;
	color: #684E3A;
}

#footer span {
	padding: 5px;
}

#footer span a {
	color: #684E3A;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

ul {
	list-style: none;
}

hr {
	display: none;
}