html,body {
	width:100%;
	height:100%;
}
* {
	margin:0px;
	padding:0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #FFFFFF;
	background-image: url(/images/bg-main.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#mizMain {
	height: 100%;
	width: 100%;
	background-image: url(../images/bg-header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#mizTop {
	background-image: url(../images/bg-topmain.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#mizBottom {
	background-image: url(../images/bg-footer.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#logo {
	height: 66px;
	width: 785px;
	margin-bottom: 1px;
}
#nav {
	display:none;
}
#pageTitle {
	height: 47px;
	width: 785px;
	margin-bottom: 1px;
}
#mainImage {
	height: 131px;
	width: 785px;
	margin-bottom: 1px;
}
#mainArea {
	width: 727px;
	padding-left: 50px;
}
.featureContent {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 1em;
	line-height: 1.4em;
	color: #000000;
}
.featureContent a {
	color: #8F470B;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 1em;
}
.featureContent a:hover {
	color: #5A2D00;
}
.rightDotted {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #B2B2B2;
}
#recipeofWeek {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B2B2B2;
}
#rightColumn {
	float: right;
	width: 279px;
}
#footer {
	background-image: url(../images/bg-bottommain.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 52px;
	width: 800px;
}
#footerFeatures {
	height: 21px;
}
#footerlinks {
	color: #CCCCCC;
	padding-right: 80px;
	padding-left: 65px;
	font-size: 0.9em;
	height: 31px;
	line-height: 31px;
}
#footerlinks a {
	color: #CCCCCC;
	text-decoration: none;
}
#footerlinks a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#bodyContent {
	float: left;
	width: 150mm;
	margin-top: 30px;
	padding-bottom: 30px;
}
#bodyContent a {
	color: #007F23;
	text-decoration: none;
}
#bodyContent a:hover {
	color: #094411;
}
#bodyContent p, .brandTbl p {
	color: #333333;
	line-height: 1.5em;
	font-size: 1.1em;
	margin-bottom: 1.4em;
}
#bodyContent h1, .brandTbl h1 {
	color: #333333;
	line-height: 1.4em;
	font-size: 1.4em;
	margin-bottom: 1.4em;
	font-weight: normal;
}
#bodyContent li {
	font-size: 1.1em;
	color: #333333;
	margin-bottom: 1em;
	margin-left: 10px;
	line-height: 1.4em;
}
#bodyContent ul, #bodyContent ol  {
	margin-bottom: 1.8em;
	margin-left: 10px;
	list-style-position: outside;
}
#bgSub {
	top: 96px;
	left: 102px;
}
#recipesSub {
	top: 96px;
	left: 192px;
}
#brandsSub {
	top: 96px;
	left: 351px;
}
.subs {
	position: absolute;
	visibility: hidden;
	background-color: #007F23;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 2em;
	font-size: 1em;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #333333;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	-khtml-opacity: 0.85;
}
.subs a{
	color: #FFFFFF;
	text-decoration: none;
}
.subs a:hover {
	color: #FFCC00;
	text-decoration: none;
}
.dataTable {
	line-height: 1.2em;
	font-size: 1em;
	color: #333333;
}
.dataTable td{
	padding: 2px;
}
.dataTableHeading td {
	color: #FFFFFF;
	background-color: #007F23;
	font-weight: bold;
	font-size: 1.1em;
}
#enquiryForm td {
	color: #666666;
	font-size: 1em;
}
#enquiryForm input {
	color: #007F23;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
#enquiryForm textarea {
	color: #007F23;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
