* {
	margin:0;
	padding:0;
	border:0;
}
body {
	background:#F7FFFF url(images/bg_body.jpg) 0 0 repeat-x;
	color:#000;
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
}
:focus {
	outline:0;
	}
a {
	text-decoration:none;
	color:#000;
}
a:hover {
	text-decoration:underline;
}
ul, li {
	list-style:none;
}
.clear {
	clear:both;
}
.noBorder {
	border:none !important;
	background:none !important;
}
.buttons {
	border:none !important;
	background:none !important;
	padding:0 !important;
}
div.left {
	float:left;
	width:430px;
	display:block;
}
div.right {
	float:left;
	width:350px;
	display:block;
	margin-left:0px;
}
.hide {
	display:none;
}






/* wrapper */
#wrapper {
	width:980px;
	margin:5px auto 20px auto;
	background:#FFFAC2;
	border:1px solid #000;
	position:relative;
}

/* header */
#header {
	width:100%;
	height:152px;
	display:block;
	background:url(images/bg_header_2.jpg) 0 0 no-repeat;
	position:relative;
}
#logo a{
	width:269px;
	height:112px;
	display:block;
	background:url(images/logo_2.png) 0 0 no-repeat;
	text-indent:-5000px;
	position:absolute;
	left:10px;
	top:2px;
}
ul#topNav {
	width:100%;
	height:30px;
	line-height:30px;
	background:#DB252C;
	border-top:5px solid #FFFAC4;
	position:absolute;
	left:0;
	bottom:0;
	color:#FFF;
	font-size:1.8em;
	font-weight:bold;
	overflow:hidden;
}
ul#topNav li {
	float:left;
}
#phone1 {
	display:none;

}
ul#topNav a {
	color:#FFF;	
	font-weight:normal;
	float:left;
	padding:0 63px;
	background:#DB252C;
}

ul#topNav a:hover {
	background-color:#8F181E;
	text-decoration:none;
}

#searchForm {
	position:absolute;
	right:5px;
	top:5px;
}
#searchField {
	width:221px;
	height:22px;
	line-height:22px;
	display:block;
	text-indent:8px;
	background:url(images/bg_search_2.gif) 0 0 no-repeat;
	float:left;
	margin:0 5px 0 0;
	font-size:1.4em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif !important;
	padding:4px 0 0 0;
}
#cartLink {
	position:absolute;
	right:10px;
	top:5px;
	font-size:1.6em;
	text-decoration:none;
	font-weight:bold;
	display:none;
}
a#cartLink:hover {
	text-decoration:underline;
}

/* content */
#content {
	margin:30px 30px 0 0;
	font-size:1.6em;
	display:block;
	width:780px;
	margin-left:170px;

}
#content input, #content textarea {
	border:1px solid #666;
	background:#FFF url(images/bg_field.gif) 0 0 no-repeat;
	padding:4px 8px;
}
#content select {
	border:1px solid #666;
}
#content h1 {
	width:780px;
	height:60px;
	display:block;
	float:left;
	font-size:2.0 em;
	margin-bottom:10px;
}
#content h1 span {
	display:none;
}
#content h3 {
	font-size:1.25em;
	font-style: italic;
	font-weight: normal;
	padding-bottom:5px;
	padding-top:10px;
}

#content h4 {
	font-size:30px;
	font-style: normal;
	font-weight: normal;
}



/* home nav */

#homeNav li {
	position:absolute;
	z-index:10000;
}
li#homeNav1 {
	left:681px;
	top:39px;
}
li#homeNav2 {
	left:532px;
	top:73px;
}
li#homeNav3 {
	left:387px;
	top:147px;
}
li#homeNav4 {
	left:260px;
	top:260px;
}
li#homeNav5 {
	left:167px;
	top:402px;
}

#homeNav li a{
	background:url(images/bg_homenav.png) 100px 0 no-repeat;
	width:294px;
	height:194px;
	display:block;
	font-size:1.8em;
	text-decoration:none;
	font-weight:bold;
	font-style: italic;
}
#homeNav li a:hover {
	background-position:100px -198px;
	font-size:2.0em;
	color:#DB252C;
}
#homeNav a span{
	width:278px;
	height:178px;
	display:block;
	position:relative;
	left:4px;
	top:4px;
	cursor:pointer;
	background-position:100px 0;
	background-repeat:no-repeat;
}
#homeNav1 a span{
	background-image: url(images/homenav2.gif);
	text-indent:4px;
}
#homeNav2 a span{
	background-image: url(images/homenav7.gif);
	text-indent:80px;
}
#homeNav3 a span{
	background-image: url(images/homenav4.gif);
	text-indent:73px;
}
#homeNav4 a span{
	background-image: url(images/homenav5.gif);
	text-indent:47px;
}
#homeNav5 a span{
	background-image: url(images/homenav6.gif);
	text-indent:46px;
}



/* left nav */
ul#leftNav {
	float:left;
	margin:10px 40px 102px 10px;
	width:120px;
}
#leftNav li a{
	width:100%;
	height:33px;
	line-height:33px;
	display:block;
	border-top:1px solid #625D52;
	font-size:1.6em;
	color:#625D52;
	text-indent:4px;
}
#leftNav li a.last {
	border-bottom:1px solid #625D52;
}
#leftNav li a:hover {
	text-decoration:none;
	background:#EDE8B6;
}



/* footer */
ul#footerNav {
	height:20px;
	width:100%;
	background:#C8D4AD;
	display:block;
	position:relative;
	clear:both;
	margin:20px 0 0 0;
	border-bottom:16px solid #6A8A22;
}
#footerNav li{
	float:left;
}
#footerNav li a {
	float:left;
	color:#000;
	height:20px;
	line-height:20px;
	font-size:1.4em;
	padding:0 60px;
	font-weight:bold;
	display:none;
	
}
#footerNav li a:hover {
	background:#B7C693;
	text-decoration:none;
}
	





/* page specific styles */
/* home page */
#pageHome #wrapper {
	background:#FFFAC2 url(images/circle.gif) 378px 212px no-repeat;
}
#pageHome #footer {
	display:none;
}

#pageHome #searchForm {
	left:5px;
	top:126px;
	z-index:1000;
}
#pageHome #topNav li {
	display:none;
}
#pageHome #topNav li#phone1 {
	display:none;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0 0 0 14px;
}
#pageHome #content {
	font-size:1.0em;
}
#pageHome ul#leftNav {
	margin-bottom:164px;
}
h2#tagline2 {
	height:70px;
	display:block;
	font-size:2.0em;
	color:#2E292C;
	background:url(images/footer_grapefruit.gif) 100% 100% no-repeat;
	position:absolute;
	bottom:20px;
	right:10px;
	font-weight:normal;
	text-align:right;
	padding:0 60px 0 0;
}
h2#tagline2 span{
	padding-top:45px;
	display:block;
}
/* Monthly Featured Item */
div#featured {
	position:absolute;
	bottom:80px;
	right:40px;
	width:285px;	
	display:block;
	font-size:2.6em;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
}
#featured img {
	border:none;
}
div#featured span {
	display:block;
	border-bottom:1px solid #000;
	text-align:center;
	width:240px;
	height:34px;
	margin:0 24px 4px auto;
	text-indent:-5000px;
	background: url(images/heading_featured.gif) 0 0 no-repeat;
}

/* signup page */
#pageSignup #content h1 {
	background:url(images/header_signup.jpg) 0 0 no-repeat;
}
#pageError #content h1 {
	background:url(images/header_error.jpg) 0 0 no-repeat;
}
#pageThanks #content h1 {
	background:url(images/header_thanks.jpg) 0 0 no-repeat;
}
#pageUnsubscribe #content h1 {
	background:url(images/header_unsubscribe.jpg) 0 0 no-repeat;
}

/* About page */
#pageAbout #content h1 {
	background:url(images/header_about.jpg) 0 0 no-repeat;
}

#pageAbout #content h1#personal {
	background:url(images/header_personal.jpg) 0 0 no-repeat;
}

/* Info page */
#pageInfo #content h1 {
	background:url(images/header_info.jpg) 0 0 no-repeat;
}
#pageInfo #content a {
	color:#8F181E;
	text-decoration:underline;
}
#pageInfo #content a:hover {
	color:#6A8A22;
}
/* Contact page */
#pageContact #content h1 {
	background:url(images/header_contact.jpg) 0 0 no-repeat;
	width:390px;
}
#pageContact #content div.right h1 {
	width:330px !important;
}
#pageContact #content h1#officeHours {
	background:url(images/header_hours.jpg) 0 0 no-repeat;
}
#pageContact #content h1#phone {
	background:url(images/header_phone.jpg) 0 0 no-repeat;
}
#pageContact #content h1#email {
	background:url(images/header_email.jpg) 0 0 no-repeat;
}
#pageContact #content h1#address {
	background:url(images/header_address.jpg) 0 0 no-repeat;
}

#contactForm .formField {
	width:155px;
}
#contactForm input, #contactForm select, #contactForm textarea {
	margin-bottom:20px;
	margin-top:5px;
}
#contactForm select  {
	width:155px;
	font-size:16px;
}
#contactForm textarea {
	width:340px;
	height:350px;
}
input#sendMessage {
	padding:0;
	background:none !important;
	border:none;
}


/* Send Email Page */
#pageSend #content h1 {
	background:url(images/header_thanks.jpg) 0 0 no-repeat;
}
#pageSend #content h1#tryAgain {
	background:url(images/header_error.jpg) 0 0 no-repeat;
}


/* Catalog page */
#pageCatalog #content h1 {
	background:url(images/header_catalog.jpg) 0 0 no-repeat;
}
/* Send Catalog page */
#pageSendCatalog #content h1 {
	background:url(images/header_thanks.jpg) 0 0 no-repeat;
}

/* Recipes page */





.pageNameRecipeQuote{
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #3366CC;
	line-height:24px;
	text-align: left;
	}

.pageNameRecipe{
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	line-height:34px;
	text-align: left;
	}

.prodinfoProdName{
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	line-height:34px;
	text-align: left;
	font-weight: bold;
	}

.prodinfoBullet{
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	line-height:34px;
	text-align: left;
	}

.prodinfoText{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height:18px;
	text-align: left;
	font-weight: bold;
	}

.prodinfoTextR{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height:18px;
	text-align: right;
	font-weight: bold;
	}

.prodinfoText2{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height:18px;
	font-weight: normal;
	text-align: right;
	}

.prodinfoText3{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height:14px;
	font-weight: normal;
	text-align: left;
	}

.bodyText {
	font:13px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:20px;
	margin-top:0px;
	text-align: justify;
	}


#pageRecipes #content h1 {
	background:url(images/header_recipes.jpg) 0 0 no-repeat;
}
#switchform {
	float:left;
	width:780px;
	margin:0 0 20px 10px;
}
#pageRecipes #content h2 {
	font-size:1.2em;
	padding:15px 0 0 0;
}
/* Shipping page */
#pageShipping #content h1 {
	background:url(images/header_shipping.jpg) 0 0 no-repeat;
}
/* Club page */
#pageClub #content h1 {
	background:url(images/header_club.jpg) 0 0 no-repeat;
}
/* Send Club request page */
#pageSendClub #content h1 {
	background:url(images/header_thanks.jpg) 0 0 no-repeat;
}
#pageSendClub #content h1.oops {
	background:url(images/header_error.jpg) 0 0 no-repeat;
}
