@charset "UTF-8";
/*** CSS for Healthelicious Foods ***/


/*******************************************************************************
	LAYOUT STYLES

	DON'T CHANGE THESE AS THEY DETERMINE HOW THE TEMPLATE WILL BEHAVE

	TO CHANGE TEXT & LINK COLOURS GO TO THE BOTTOM SECTION

	Attribute formats for 4 sided containers like margin or padding etc.
	are name: top right bottom left;

	Note:  IE6 and below will not render left-column transparent images.
********************************************************************************/
html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #600;
	background: url(Images/backGradient.jpg) top left repeat-x #e51a00;
}

img { border: none; }

div#wrap {
	position: relative;
	margin: 0 auto;
	width: 920px;
}

div#column {
	z-index: 10;
	position: absolute;
	top: 27px;
	left: 0px;
	background: url(Images/columnMiddle.png) 0px 30px repeat-y;
}
div#columnTop {
	position: relative;
	background: url(Images/columnTop.jpg) top left no-repeat;
}
div#columnBottom {
	position: relative;
	background: url(Images/columnBottom.jpg) bottom left no-repeat;
	width: 173px;
	min-height: 500px;
	padding: 36px 20px 20px 24px;
}


div#mainAreaWrap {
	z-index: 0;
	position: absolute;
	width: 800px;
	top: 0px;
	left: 140px;
}


div#topHead {
	position: relative;
	width: 100%;
	height: 120px;
	background: url(Images/topHead.jpg) top left no-repeat;
}
div#header {
	position: relative;
	width: 100%;
	height: 130px;
	background: url(Images/header.jpg) top left no-repeat;
}
div#content {
	position: relative;
	width: 100%;
	background: url(Images/contentMiddle.jpg) repeat-y;
}
div#contentTop {
	position: relative;
	width: auto;
	background: url(Images/contentTop.jpg) top left no-repeat;
}
div#contentBottom {
	position: relative;
	width: auto;
	padding: 20px 40px 40px 100px;
	min-height: 440px;
	background: url(Images/footer.jpg) bottom left no-repeat;
}
div#footer {
	position: relative;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0 0 20px 0;
}





/****************************************************

	TEXT & LINK STYLES & COLOURS CAN BE CHANGED HERE

*****************************************************/

/*** general font style for the template ***/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #600;
	text-align: justify;
}


/*** left menu ***/
/*** menu items need to be given a class like this: <a href="aboutus.html" class="menuItem">about us</a> ***/
.menuItem {
	background: url(Images/menuItemBack.png) top left no-repeat;
	height: 19px;
	width: 140px;
	padding: 0 0 0 34px;
	display: block;
	font-size: 16px;
	color: #600;
	text-decoration: none;
	margin: 0 0 2px 0;
}
.menuItem:hover {
	background: url(Images/menuItemHover.png) top left no-repeat;
	height: 18px;
	width: 136px;
	padding: 0 0 0 34px;
	display: block;
	font-size: 16px;
	color: #600;
	text-decoration: none;
	margin: 0 0 2px 0;
}


/*** headings ***/
h1 {
	margin: 0;
	padding: 0;
	color: #ca2a1f;
	font-weight: bold;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
h2 {
	margin: 0;
	padding: 0;
	color: #ca2a1f;
	font-weight: bold;
	font-size: 19px;
	margin-top: 10px;
	margin-bottom: 10px;
}
h3 {
	margin: 0;
	padding: 0;
	color: #f05406;
	font-weight: bold;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}


/*** internal page links ***/
/*** links need to be given a class like this: <a href="aboutus.html" class="generalLink">about us</a> ***/
.generalLink {
	color: #373904;
	font-weight: normal;
	font-size: 16px;
	display: inline;
	text-decoration: underline;
}
.generalLink:hover {
	color: #373904;
	background-color: #e3ed1a;
	font-weight: normal;
	font-size: 16px;
	display: inline;
	text-decoration: underline;
}


/*** footer links ***/
.footerLink {
	color: #600;
	font-weight: normal;
	font-size: 16px;
	display: inline;
	text-decoration: none;
}

/*** left column image styles ***/
img {
	border: none;
	margin: 10px 0 0 0;
	display: block;
}
