body
{
	background-color: #ffffff;
	color: #4b4b4b;
	font-family: arial, sans;
	margin: 0;
}

#wrapper
{
	width: 100%;
	background: url("../images/bggrad.gif") repeat-x;
	height: 268px;
	text-align: center;
}

#mwrapper
{
	width: 800px;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #ffffff;
	text-align: left;
}

#banner
{
	width: 800px;
	height: 100px;
}

#header
{
	height: 114px;
	background: url("../images/headbggrad.gif") repeat-x;
}

#piccies
{
	height: 100px;
	border-top: 4px solid #ffffff;
	border-bottom: 4px solid #ffffff;
}

#orangebar
{
	border-top: 7px solid #f2b033;
	border-bottom: 2px solid #ffffff;
}

#menubar
{
	background-color: #589224;
	height: 20px;
}

#maincontent
{
	background-color: #ffffff;
}

#footer
{
	border-bottom: 2px solid #d0d0d0;
	font-family: times new roman, times, serif;
	font-size: 12px;
	padding-left: 0px;
	clear: both;
}

#footer>a,#footer>a:active,#footer>a:visited
{
	margin-top: 15px;
	text-decoration: none;
	color: #4b4b4b;
}

#footer>a:hover
{
	color: #000000;
}

#footer>a.bccs
{
	float: left;
}

#footer>a.tf
{
	float: right;
}

h1
{
	font-size: 14px;
	font-weight: bold;
}

h2
{
	font-size: 13px;
	font-weight: bold;
}

p
{
	font-size: 13px;
	text-align: justify;
}

.red
{
	color: #aa0000;
}

.bold
{
	font-weight: bold;
}

.prodgroup
{
	width: 100%;
	padding-left: 6px;
	padding-right: 6px;
}

.prodcatlist
{
	float: left;
	background-color: #b0d0b0;
	height: 200px;
}

.prodlist
{
	vertical-align: top;
	width: 600px;
	float: right;
}

.proditem
{
	float: right;
	width: 100%;
}

.prodpic
{
	float: left;
	width: 150px;
	padding-right: 6px;
	cursor: hand;
}

.prodname
{
	width: 200px;
	padding-left: 6px;
	padding-right: 6px;
}

.proddesc
{
	float: right;
	padding-left: 6px;
	padding-right: 6px;
	width: 250px;
}

.divider
{
	border-bottom: 1px solid black;
}

ul.recipe
{
	font-size: 13px;
}

.quote
{
	font-style: italic;
}

.caption
{
	font-style: italic;
	font-size: 13px;
}


#cartwrapper
{
	background: url("../images/bggrad.gif") repeat-x;
	text-align: center;
}

#cartmwrapper
{
	width: 655px;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #ffffff;
	text-align: left;
}

#cartheader
{
	height: 114px;
	background: url("../images/headbggrad.gif") repeat-x;
}

.homepic
{
	float: right;
	padding-left: 50px;
}

.idh
{
	width: 400px;
	height: 326px;
}

#guestbookwrap
{
	font-size: 13px;
}

.formleft
{
	float: left;
	width: 150px;
	font-family: arial, sans;
	font-size: 13px;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
	clear: left;
}

.formright
{
	padding-top: 4px;
	padding-bottom: 4px;
	float: left;
	width: 370px;
	padding-left: 10px;
	font-family: arial, sans;
	font-size: 13px;
}

.formerror
{
	color: #ff0000;
}

#mainnav
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainnav li
{
	float: left;
	display: block;
	position: relative;
	padding: 0px 16px 0px 6px;
}

#mainnav ul
{
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	top: 21px;
	left: 0px;
	z-index: 1000;
	background-color: #589224;
}

#mainnav ul li
{
	float: left;
	width: 100%;
}

#mainnav ul li ul
{
	position: absolute;
	top: 0px;
	left: 147px;
}

#mainnav ul a
{
	display: block;
	text-decoration: none;
	padding: 4px 0px 4px 0px;
	font-weight: bold;
	white-space: nowrap;
}

#mainnav a, #mainnav a:visited, #mainnav a:active
{
	color: #fff;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}

#mainnav a:hover
{
	color: #ff0;
}

@media print
{
	#menubar
	{
		display: none;
	}

	#mwrapper
	{
		width: 600px;
	}

	#banner
	{
		width: 600px;
		height: 75px;
	}

	#piccies
	{
		height: 75px;
	}

	#idh
	{
		width: 300px;
		height: 245px;
	}

	p.homepara
	{
		font-size: 13px;
		float: left;
		padding-bottom: 12px;
		text-align: left;
	}
}
