/****************************
HTML STYLES
*****************************/
body {
	margin: 0;
	padding: 0;
	font: 12px "Times New Roman", Times, serif;
	color: #000000;
	background: #cdcabb url(/images/home-bg.gif) repeat-x;
	text-align: center;
}
a {
	color: #f7f7e0;
}
a:hover {
	color: #E9E9A9;
}
form {
	padding: 0;
	margin: 0;
}
img {
	border: none;
}
p {
	margin: 0;
	padding: 0;
}

/****************************
UNIVERSAL STYLES
*****************************/
.noShow {
	display: none;
}
.submit {
	background: #3e1dcbf;
	color: #000000;
}
#mailingListSignup {
	font-size: 10px;
}

/****************************
LAYOUT STYLES
*****************************/
#container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	color: #FFFFFF;
	background: url(/images/home-content-bg.jpg) repeat-y;
}
#logo {
	width: 265px;
	height: 147px;
	float: left;
}
#topMenu {
	width: 485px;
	height: 92px;
	float: left;
	background: url(/images/home-topmenu-bg.jpg) no-repeat;
	text-align: right;
	padding: 55px 30px 0 0;
}
#topMenu a {
	padding: 0 10px;
	text-decoration: none;
}
#menu {
	width: 265px;
	height: 440px;
	float: left;
	clear: left;
	overflow: hidden;
}
#menu a {
	display: block;
	width: 230px;
	height: 45px;
	padding: 40px 5px 0 30px;
	text-decoration: none;
	overflow: hidden;
	color: #FFFFFF;
}
#menu a:hover {
	color: #E9E9A9;
}
#menu span {
	display: none;
}
#menuShop a {background: url(/images/home-menu-shop.jpg) no-repeat;}
#menuFavorites a {background: url(/images/home-menu-favorites.jpg) no-repeat;}
#menuCooking a {background: url(/images/home-menu-cooking.jpg) no-repeat;}
#menuEvents a {background: url(/images/home-menu-events.jpg) no-repeat;}
#menuFAQ a {background: url(/images/home-menu-faq.jpg) no-repeat; height: 90px;}
#menuShop a:hover {background: url(/images/home-menu-shop-on.jpg) no-repeat;}
#menuFavorites a:hover {background: url(/images/home-menu-favorites-on.jpg) no-repeat;}
#menuCooking a:hover {background: url(/images/home-menu-cooking-on.jpg) no-repeat;}
#menuEvents a:hover {background: url(/images/home-menu-events-on.jpg) no-repeat;}
#menuFAQ a:hover {background: url(/images/home-menu-faq-on.jpg) no-repeat;}
#spruce {
	width: 515px;
	height: 303px;
	float: left;
	margin: -10px 0 0 0;
}
#about {
	width: 215px;
	height: 125px;
	float: left;
	padding: 20px;
}
#monthlyFeature,#specialFeature,#specialSale {
	width: 255px;
	height: 165px;
	float: left;
}
#monthlyFeature a,#specialFeature a {
	width: 125px;
	height: 115px;
	display: block;
	padding: 50px 30px 0 105px;
	background: url(/images/home-monthly.jpg) no-repeat;
	font-size: 17px;
	text-decoration: none;
	color: #FFFFFF;
}
#specialFeature a {
	width: 195px;
	padding: 35px 30px 0 32px;
	background: url(/images/home-special-on.jpg) no-repeat;
font-size: 12px
}
#specialFeature a h2{
font-size:1.4em;
text-align:left;
}
#specialSale{
text-align:center;
}
#specialSale h1{
	font-size:2.5em;
	text-transform:capitalize;
	font-style:italic;
border:5px solid;
width:60%;
margin:.3em auto;
}
#specialSale h2{
margin:.3em auto;
font-size:1.4em;
}
#monthlyFeature a:hover {
	background: url(/images/home-monthly-on.jpg) no-repeat;
	color: #E9E9A9;
}
#specialFeature a:hover {
	background: url(/images/home-special.jpg) no-repeat;
	color: #E9E9A9;
}
#monthlyFeature span, #specialFeature span {
	display: none;
}
#feature1 {
	width: 265px;
	height: 115px;
	float: left;
	clear: both;
	background: url(/images/home-feature1.jpg) no-repeat;
}
#feature2 {
	width: 235px;
	height: 80px;
	padding: 35px 10px 0 10px;
	float: left;
	background: url(/images/home-feature2.jpg) no-repeat;
	text-align: center;
}
#feature2 span {
	display: none;
}
#feature3 {
	width: 260px;
	height: 115px;
	float: left;
	background: url(/images/home-feature3.jpg) no-repeat;
}
#feature3 h1 {
	font-size: 18px;
	padding: 7px 15px;
	margin: 0;
}
#feature3 ul {
	padding: 0;
	margin: 0 25px;
}
#footer {
	clear: left;
	background: #cdcabb url(/images/home-footer-bg.jpg) no-repeat;
	padding: 60px 0 0 0;
	text-align: center;
	color: #000000;
	height: 100px;
}
#footer a {
	color: #900505;
}
.slogan {
	font-family: "Edwardian Script ITC", Georgia, "Times New Roman", serif;
	color: #000000;
	font-size: 40px;
	margin: 0;
	padding: 0;
}
.copyright {
	color: #97958c;
	font-size: 10px;
	padding: 15px;
}