/* $Date: 2010-05-30 15:55:42 +1000 (Sun, 30 May 2010) $ $Revision: 52 $ */
body {
	font: 16px Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	background: rgb(255,255,255);
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: center left;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: rgb(0,0,0);
}

.recipetext {
	font-size: 14px;
	}

.menutable {
	width: 95%;
	}

.oneColFixCtrHdr #footer a:link {
	font-weight: bold;
	color: rgb(0,43,115);
}

.oneColFixCtrHdr #footer a:visited {
	font-weight: bold;
	color: rgb(0,43,115);
}

.oneColFixCtrHdr #footer a:active {
	font-weight: bold;
	color: rgb(224,0,36);
}

.oneColFixCtrHdr #footer a:hover {
	font-weight: bold;
	color: rgb(224,0,36);
}

a:link {
	color: rgb(224,0,36);
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: rgb(224,0,36);
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: rgb(186,0,0);
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	color: rgb(186,0,0);
	text-decoration: underline;
	font-weight: bold;
}

#links {
	margin-top: 20px;
	padding: 0px 10px 10px 10px;
	border: 1px solid rgb(225,225,225);
	font-size: 12px;
	text-align: center;
	line-height: normal;
}

#links a:link, #links a:visited {
	color: rgb(0,43,115);
	text-decoration: none;
	font-weight: bold;
}

#links a:active, #links a:hover {
	color: rgb(186,0,0);
	text-decoration: underline;
	font-weight: bold;
}

#MostSearchedTerms {
	margin-top: 5px;
	line-height: normal;
	font-size: 8px;
	color: rgb(0,43,115);
}

h1 {
	color: rgb(0,43,115);
	line-height: 1em;
	font-size: 20px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #333333;
	padding: 0px 0px 5px 0px;
	letter-spacing: .1em;
}

h1 a:link {
	color: rgb(0,43,115);
	}
h1 a:visited {
	color: rgb(0,43,115);
	}
h1 a:hover {
	color: rgb(224,0,36);
	}
h1 a:active {
	color: rgb(224,0,36);
	}


h2 {
	color: rgb(0,43,115);
	line-height: 1.3em;
	font-size: 18px;
	padding: 0px 0px 0px 0px;	
	letter-spacing: .1em;
}

h2 a:link {
	color: rgb(0,43,115);
	}
h2 a:visited {
	color: rgb(0,43,115);
	}
h2 a:hover {
	color: rgb(224,0,36);
	}
h2 a:active {
	color: rgb(224,0,36);
	}


h3 {
	color: rgb(0,43,115);
	line-height: 1.3em;
	font-size: 17px;
	padding: 0px 0px 0px 0px;	
	letter-spacing: .1em;
	margin: 0px;
}

h3 a:link {
	color: rgb(0,43,115);
	}
h3 a:visited {
	color: rgb(0,43,115);
	}
h3 a:hover {
	color: rgb(224,0,36);
	}
h3 a:active {
	color: rgb(224,0,36);
	}

.LeftColumn {
	font-size: 14px;
	font-weight: bold;
	width:100%;
	overflow:hidden;
	line-height: 1.3em;
}

.menuproducts a:link {
	color: rgb(0,0,0);
	text-decoration: none;
	font-weight: normal;
	}
.menuproducts a:visited {
	color: rgb(0,0,0);
	text-decoration: none;
	font-weight: normal;
	}
.menuproducts a:hover {
	color: rgb(224,0,36);
	text-decoration: underline;
	font-weight: normal;
	}
.menuproducts a:active {
	color: rgb(224,0,36);
	text-decoration: underline;
	font-weight: normal;
	}

.featurebox {
	border: 1px solid rgb(212,225,224);
	background-color: rgb(235,240,240);
	padding: 20px 20px 20px 20px;
	margin: 0px 0px 0px 0px;
}
	
.featurebox img {
	border: 1px solid #000000;
}

.normal		{
	font-size: 17px;
	}

.highlight {
	color: rgb(224,0,36);
}

.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-width: 0px 1px 0px 2px;
	border-style: solid;
	border-color: rgb(225,225,225);
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #ffffff; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
}
.oneColFixCtrHdr #footer {
	padding: 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:rgb(225,225,225);
	color: rgb(0,43,115);
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: .1em;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.maincontentimageRHS {
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-left: 20px;
}

