﻿/* --------- Main Content ---------*/
div#hm_Logo
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 209px;
	width: 195px;
	background: url(../../Images/Home/MS_Logo.gif) no-repeat 0 0;
	z-index: 5;
}
div#LogoStraight
{
	position: absolute;
	top: 64px;
	right: 30px;
	height: 30px;
	width: 185px;
	background: url(../../Images/Logo/MacrobioticShop_LogoStraight.gif) no-repeat 0 0;
}
div.PageName
{
	position: absolute;
	top: 69px;
	left: 246px;
	color: #9DC200;
	font-size: 1.7em;
	letter-spacing: 2px;
}
div.MainContent
{
	position: absolute;
	top: 130px;
	left: 180px;
	margin-right: 210px;
	padding-right: 10px;
	padding-bottom: 25px;
	z-index: 20;
	min-width: 580px;
}
/* --------- Home Page ---------*/
div.hm_Intro
{
	padding: 0 10% 25px 221px;
	line-height: 170%;
}
div.hm_Intro p
{
	padding-bottom: 5px;
}
/* --------- Boxes -------------*/
.hm_BoxCategories
{
	float: left;
	border: none;
	margin-top: 7px;
	padding: 12px 10px 12px 25px;
	width: 60%;
	_width: 58%;
}
.hm_Boxes
{
	float: right;
	width: 36%;
	_display: inline;
	_width: 25%;
}
.hm_BoxFeatured
{
	margin: 10px 15px 15px 10px;
	padding: 0 25px 6px 25px;
	border: dashed 1px #9DC200;
	_padding-top: 10px;
	_float: right;
	_width: 100%;
}
.hm_BoxFeatured img
{
	float: right;
	padding: 0 10px 25px 26px;
}
.hm_BoxFeatured a,a:visited
{
	color:#9DC200;
}
/* --------Category Boxes -------------*/
.hm_CategoryColumn
{
	float: left;
	width: 50%;
}
.hm_Category
{
	height: 38px;
	margin: 0 26px 0 0;
	text-align: right;
	font-size: 1.2em;
}
.hm_CategoryHolder a
{
	display: block;
	color: #999;
	font-weight: normal;
	padding: 0px 8px 14px 0;
	margin-top: 4px;
}
.hm_CategoryHolder a:hover
{
	text-decoration: none;
	color: Black;
	background-color: #fafafa;
}
.hm_CategoryHolder span
{
	float: right;
	padding: 32px 6px 0 0;
}
.hm_Category img
{
	float: left;
	margin-left: 37px;
	background-color: White;
	_margin-top: 15px;
}
/* IE6 security warning */
.warningIE6
{
	background: #ffffdf url(../../Images/Home/icon_warning.gif) no-repeat 5px 3px;
	padding: 5px 5px 5px 30px;
	border: 1px solid #CFA840;
	font-weight: bold;
	font-size:0.85em;
}
/* ------- category Colours (Dark) ------ */
.catGrains a { color:#D4B500 !important; }
.catWholefoods a { color:#A6C11F !important; }
.catKitchenEssentials a { color:#E84C7B !important; }
.catVegetables a { color:#D78B07 !important; }
.catSnacks a { color:#C26CA7 !important; }
.catDrinks a { color:#F0862A !important; }
.catNonFood a { color:#4DB0BF !important; }
