
/*******************************************  BLANK SLATE  ********************************************/

body,div,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,hr { 
	margin: 0px;
	padding: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
fieldset,img,hr,abbr,acronym  { 
	border: 0px;
}
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
ul,ol {
	list-style-type: none;
}
a,input {
	outline: none;
}
.clearFloat {
	clear: both;
}
* {
    text-shadow: #000000 0 0 0px;
}


/**********************************************  HEADER  **********************************************/

#headerWrapper {
	background-image: url('/images/header-bg.gif');
	background-repeat: repeat-x;
}
#header {
	height: 87px;
	width: 962px;
	margin: 0px auto;
	background-image: url('/images/header.jpg');
	background-repeat: no-repeat;
	padding: 210px 0px 0px 13px;
}
#headerWrapper #homeLink {
	margin: 0px auto;
	width: 962px;
	position: relative;
	text-align: center;
}
#headerWrapper #homeLink a {
	width: 256px;
	height: 120px;
	left: 352px;
	top: 166px;
	position: absolute;
	text-indent: -9999em;
}


/**********************************************  FOOTER  **********************************************/

#footer {
	background-image: url('/images/footer.jpg');
	background-repeat: no-repeat;
	width: 945px;
	height: 195px;
	margin: 0px auto;
	color: #838383;
	padding: 55px 15px 0px 15px;
}
#footer p {
	line-height: 1.9em;
	color: #838383;
	font-size: .7em;
}
#footer ul {
	margin: 2px 0px 0px 0px;
	font-size: .7em;
}
#footer li {
	border-left: 1px #b4b4b4 solid;
	padding: 0px 0px 0px 6px;
	margin: 0px 6px 0px 0px;
	float: left;
}
#footer a {
	text-decoration: none;
	color: #838383;
	text-indent: -9999em;
}
#footer li a {
	text-indent: 0em;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .firstItem {
	border: none;
	padding: 0px;
}
#footer .signup {
	width: 329px;
	height: 33px;
	float: right;
	background-image: url('/images/footer-signup.gif');
	position: relative;
	top: -17px;
	right: 35px;
	text-ident: -9999em;
}
#footer .signup:hover {
	background-position: center bottom;
}

/***********************************************  MENU  ***********************************************/

#header ul {
	padding: 0px 0px 0px 8px;
}
#header ul li {
	float: left;
	position: relative;
	z-index: 1000;
}
#header ul a {
	display: block;
	height: 38px;
	background-repeat: no-repeat;
	background-position: top;
	padding: 0px 10px 0px 10px;
	text-indent: -9999em;
}
#header li:hover a, #header .menuLiOver a {
	background-position: bottom;
}
#header li:hover div, #header .menuLiOver div {
	display: block;
}
#header .menuItemHome a {
	background-image: url('/images/menu/header-menu-home.gif');
	width: 46px;
}
#header .menuItemProducts a {
	background-image: url('/images/menu/header-menu-products.gif');
	width: 79px;
}
#header .menuItemProducts {
	margin-left: 30px;
}
#header .menuItemRecipes a {
	background-image: url('/images/menu/header-menu-recipes.gif');
	width: 59px;
}
#header .menuItemRecipes {
	margin-left: 26px;
	margin-right: 15px; /* ie6 fix */
}
#header .menuItemNutrition a {
	background-image: url('/images/menu/header-menu-nutrition.gif');
	width: 77px;
}
#header .menuItemNutrition {
	margin-left: 300px;
}
#header .menuItemAbout a {
	background-image: url('/images/menu/header-menu-about.gif');
	width: 51px;
}
#header .menuItemAbout {
	margin-left: 28px;
}
#header .menuItemContacts a {
	background-image: url('/images/menu/header-menu-contacts.gif');
	width: 83px;
}
#header .menuItemContacts {
	margin-left: 20px;
}


/********************************************** SUB MENU  *********************************************/

#header ul div {
	background-image: url('/images/menu/header-submenu-bg-header.gif');
	background-position: center 2px;
	background-repeat: no-repeat;
	padding: 9px 0px 0px 0px;
	margin: 0px 0px 0px 16px;
	position: absolute;
	z-index: 1000;
	top: 38px;
	left: -31px;
	display: none;
}
#header ul .menuItemRecipes div {
	left: -90px;
	background-image: url('/images/menu/header-submenu-bg-header-right.gif');
}
#header ul ul {
	background-image: url('/images/menu/header-submenu-bg-footer.gif');
	padding: 0px 0px 18px 0px;
	background-repeat: no-repeat;
	background-position: bottom;
}
#header ul ul li {
	float: none;
}
#headerWrapper #header ul ul a {
	width: 146px;
	margin: 0px;
	background-image: url('/images/menu/header-submenu-bg.gif');
	background-repeat: no-repeat;
	background-position: top;
	background-color: #5b830c;
	height: auto;
	color: #ffffff;
	text-decoration: none;
	font-size: .8125em;
	padding: 7px 24px 7px 24px;
	text-indent: 0;
}
#headerWrapper #header ul ul a:hover {
	color: #f9daba;
	background-image: url('/images/menu/header-submenu-bg-hover.gif');
	background-color: #c8121d;
}


/***********************************************  BODY  ***********************************************/

body {
	background-color: #dedede;
	font-family: arial;
}
#contentWrapper {
	background-image: url('/images/body-bg.gif');
	background-repeat: repeat-y;
	background-color: #ffffff;
	width: 949px;
	margin: 0px auto;
	padding: 0px 13px 0px 13px;
}

/*******************************************  CONTACT PAGE  *******************************************/

.loc {
	margin: 20px 0px 20px 0px;
}
.loc iframe, .loc .mapCanvas{
	border: 1px #CDD5AF solid;
	margin: 0px 20px 0px 0px;
	float: left;
	width: 315px;
	height: 190px;
}
.loc .larger {
	display: block;
	font-size: .7em;
	clear: both;
}
.loc h2 {
	padding: 0px;
}
.loc p {
	margin: 15px 0px 0px 0px;
}


/*******************************************  SEARCH PAGE  ********************************************/

.searchBoxContainer {
	border: 1px #cdd5af solid;
	background-color: #f4f7ef;
	margin: 0px 5px 30px 30px;
	min-height: 90px;
	height: auto !important;
	height: 90px;
}
.searchBox {
	background-image: url('/images/searchbox-deco.gif');
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	top: -20px;
	padding: 40px 20px 0px 20px;
	margin: 0px 0px -15px 0px;
}
.searchBox img {
	float: right;
	position: relative;
	top: 26px;
}
.searchBox label {
	font-size: .8em;
	color: #222222;
	display: block;
}
.searchBox input {
	margin: 7px 0px 7px 0px;
	padding: 1px 0px 1px 3px; 
}
.searchBox #q {
	background-color: #d0d6b8;
	color: #5a8508;
	border: 0px;
	height: 1.35em;
	width: 210px;
	padding: 6px 0px 5px 10px;
	border: 1px #9db055 solid;
}
.searchBox #search {
	background-color: transparent;
	padding: 0px;
	margin: 16px 0px 0px 1px;
	width: auto;
	vertical-align: top;
}
.searchBox .centerCol {
	padding: 0px 15px 0px 15px;
	width: 239px;
}


/*******************************************  SIGNUP PAGE  ********************************************/

.signUp {
	margin: 0px 0px 30px 0px;
}
.signUp ol input, .signUp ol textarea {
	background-color: #d0d6b8;
	color: #5a8508;
	border: 1px solid #9db055;
	width: 230px;
	padding: 4px 0px 3px 6px;
}
.signUp ol input{
	height: 1.35em;
}
.signUp ol textarea{
	height: 5.4em;
	font-family: arial;
}
.signUp ol label {
	width: 100px;
	float: left;
	margin: 1px 0px 0px 0px;
	font-weight: bold;
	font-size: .9em;
	vertical-align: bottom;
}
.signUp label {
	font-size: .8em;
	color: #474747;
}
.dbContent .chkOff {
	background-image: url('/images/icons/checkbox-off.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding: 6px 0px 1px 25px;
}
.dbContent .chkOn {
	background-image: url('/images/icons/checkbox-on.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding: 6px 0px 1px 25px;
}
.dbContent .chkOff:hover {
	background-image: url('/images/icons/checkbox-off-hover.gif');
}
.dbContent .chkOn:hover {
	background-image: url('/images/icons/checkbox-on-hover.gif');
}
.signUpGrp {
	margin: 0px 0px 0px 117px;
}
#signUpSubmit {
	margin: 0px 0px 0px 120px;
}


/********************************************  HOME PAGE  *********************************************/

#homeTop {
	background-color: #f4f7ef;
	background-image: url('/images/divider.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px 0px 33px 0px;
	margin: 0px 0px 5px 0px;
}
.homeBlock {
	width: 296px;
	float: left;
	display: inline;
	padding: 0 0 0 20px;
}
#homeBottom .homeBlock {
	width: 290px;
	float: left;
	display: inline;
	padding: 0;
}
#homeBottom .homeBlock.centerBlock {
	width: 335px;
	text-align: center;
	margin-right:0px;
}
#homeCenterBlock {
	padding: 0px 20px 0px 0px;
	margin: 0px 0px 0px 20px;
	text-align: center;
	width: 276px;
}
#homeBottom .homeBlock {
	margin: 0 6px 0 6px;
}
#homeBottom h1 {
	margin-left: 10px;
}
.homeBlock span.homeRecipeTitle {
	margin: 0px 8px 15px 8px;
	font-size: .8em;
	display: block;
}
.homeBlock span.homeRecipeTitle a {
	text-decoration: underline;
	color: #5a810e;
}
.homeBlock span.homeRecipeTitle a:hover {
	text-decoration: none;
}
.homeBlock #ratingBoxContainer {
	padding: 5px 0px 5px 0px;
	border-top: 1px #cdd5af solid;
	border-bottom: 1px #cdd5af solid;
	width: 196px;
	margin: 0px auto;
}
.homeBlock #ratingBox {
	margin: 0px auto;
	width: 125px;
	height: 21px;
	background-image: url('/images/rating.gif');
	background-repeat: no-repeat;
}
.homeBlock #ratingBox.zeroStar {
	background-position: center 0px;
}
.homeBlock #ratingBox.oneStar {
	background-position: center -126px;
}
.homeBlock #ratingBox.twoStar {
	background-position: center -147px;
}
.homeBlock #ratingBox.threeStar {
	background-position: center -168px;
}
.homeBlock #ratingBox.fourStar {
	background-position: center -189px;
}
.homeBlock #ratingBox.fiveStar {
	background-position: center -210px;
}
#homeTop #recipeFinder {
	background-image: url('/images/mint-leaves.jpg');
	background-repeat: no-repeat;
	background-position: 200px top;
}
#homeTop #recipeFinder a {
	font-size: .7em;
	color: #5a8508;
	float: left;
	margin: 10px 0px 0px 10px;
}
#homeTop label {
	font-size: .8em;
	color: #222222;
}
#homeTop input {
	margin: 7px 0px 7px 0px;
	display: block;
	padding: 1px 0px 1px 3px; 
}
/* Firefox Inconsistency */
#homeTop input[type="hidden"] {
	display: none;
}
#homeTop select {
	width: 237px;
	display: block;
}
#homeTop input {
	width: 230px;
}
#homeTop #q {
	background-color: #d0d6b8;
	color: #5a8508;
	border: 0px;
	height: 1.35em;
	width: 227px;
	padding: 6px 0px 5px 10px;
	border: 1px #9db055 solid;
}
#homeTop #search {
	background-color: transparent;
	padding: 0px;
	width: auto;
	float: right;
	display: inline;
	margin-right: 57px;
}
#flashBlock {
	width: 309px;
}


/**********************************************  COMMON  ***********************************************/

.imageBorderWhite {
	background-image: url('/images/img-shadow-white.gif');
	width: 257px;
	height: 148px;
	padding: 13px;
}
.imageBorderGreen {
	background-image: url('/images/img-shadow-green.gif');
	width: 198px;
	height: 180px;
	padding: 13px;
	/*margin: 0px 0px 0px 27px;*/
}
#tvcWrapper{
	width: 948px;
	margin: 0px auto;
	padding: 30px 0px 10px 0px;
	text-align:center;
	background-image: url('/images/parsley-bg.jpg');
	background-repeat: no-repeat;
}
#tvcLoader {
	background-image: url('/images/icons/ajax-loader.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

#flash-promo {
	margin:20px 20px 0 20px;
}
.promo-conditions {
	margin: 5px 0 20px 50px;
	width:190px;
}
.promo-img img{
	padding:2px;
	border:solid 1px #ddd;
}
.promo-img {
	float:left;
	margin:0 20px 15px 0;
	text-align:center;
	font-size:11px;
	width:178px;
}