@charset "utf-8";
/* CSS Document */

body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #bed99a;
	background-image: url(assets/gui/bggrad.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	padding-top: 16;
	padding-right: 0;
	padding-bottom: 6;
	padding-left: 0;
	margin-top: 16;
	margin-right: 0;
	margin-bottom: 6;
	margin-left: 0;
}

h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #c1a200;
	line-height: 18px;
	font-weight: normal;
}

.twoColFixLtHdr #container { 
	width: 925px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-color: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	height:200px;
	background-image: url(assets/gui/gui.jpg);
	background-repeat: no-repeat;
	background-position: left top;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 { 
	float: left; /* since this element is floated, a width must be given */
	width: 188px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 0;
}
.twoColFixLtHdr #mainContent {
	margin-top: -100px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 24px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	top: 0px;
	width: 450px;
	float:left;
	z-index:100;
	
} 
.twoColFixLtHdr #footer {
	background-image: url(assets/gui/bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:21px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mailorder {
	text-align: center;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #52A03B;
	border-left-color: #52A03B;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding-right: 4px;
	padding-left: 4px;
	width: 130px;
	margin-left: 16px;
}
#photos {width:263px; float:right; margin-top:0px; }
#whitebg {background-color:#FFFFFF;}
#nav {
	background-image: url(assets/gui/navbar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
	width: 925px;
	padding-top: 11px;
	padding-left: 20px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.phone {
	font-size: 14px;}
	
	.logo {
	padding-top: 20px;
	padding-bottom: 20px;}
	
		
p {
	font-size:13px;
	color:#6d6e71;
	line-height: 18px;
}
a.mainnav:link {color:#f5fbd1; padding-left:26px; padding-right:26px; text-decoration:none;}
a.mainnav:visited {color:#f5fbd1; padding-left:26px; padding-right:26px; text-decoration:none;}
a.mainnav:hover {color:#FFFFFF; padding-left:26px; padding-right:26px; text-decoration:none;}
a.mainnavshop:link {color:#f5fbd1; padding-left:10px; padding-right:10px; text-decoration:none; margin-left:100px;}
a.mainnavshop:visited {color:#f5fbd1; padding-left:10px; padding-right:10px; text-decoration:none; margin-left:100px;}
a.mainnavshop:hover {color:#FFFFFF; padding-left:15px; padding-right:10px; text-decoration:none; margin-left:100px;}
a.mainnavhome:link {color:#f5fbd1; padding-left:0px; padding-right:26px; text-decoration:none;}
a.mainnavhome:visited {color:#f5fbd1; padding-left:0px; padding-right:26px; text-decoration:none;}
a.mainnavhome:hover {color:#FFFFFF; padding-left:0px; padding-right:26px; text-decoration:none;}
#copyright {
	color: #F4F9D0;
	font-size: 10px;
	background-color:#bed99a;  
	text-align:center
}


.recipeCard {background-image:url(assets/recipe-images/box.jpg); background-repeat:no-repeat; background-position:top;padding-left:25px; padding-top:1px; padding-right:15px;}

.small {font-size:11px;}

#newsletterbox {
	background-image: url(assets/gui/newsletter.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 159px;
	width: 234px;
	padding-top:120px;
	padding-left:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.newsletterfield {
	width:120px;
	padding-left: 4px;
	padding-right: 4px;
	border: 1px solid #000000;
	background-color: #FDFDF2;
}
.newsletterbutton {
	font-size: 14px;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FDFDF2;
}