body
{
	background: white;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: center;
}

.PageContainer
{
	width: 1001px;
	text-align: left;
	margin: 0 auto;
	font-size: 12px;
	position: relative;
}

p.ErrorMessage
{
	color:#cc0000;
	font-weight:bold;
}

h2
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: 16px;
	color: #0079BF;
	/*margin: 25px 0 12px 0;*/
	text-transform:uppercase;
	padding: 0;
}

h3
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	color:#0079BF;
	font-size: 14px;
	text-transform:uppercase;
	/*margin: 25px 0 12px 0;*/
	margin:25px 0 0 0 ;
	padding: 0;
}

h4
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	color:#0079BF;
	font-size: 12px;
	margin:25px 0 0 0 ;
	padding: 0;
}

hr
{
	height:1px;
	border:0px;
	color:#D9E1E9;
	background:#D9E1E9;
}

a
{
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	text-decoration: underline;
	color:#0079bf;
}

a:hover
{
	text-decoration: none;
	color:#2b9adb;
}

.Clear
{
	clear: both;
}

/*************************************************************************** Header Pictures */

.EcomistLogo
{
	margin: 0;
	position: absolute;
	top: 32px;
	left: 13px;
}

.EcomistLogo img
{
	border: 0;
}

.TopLeaf
{
	position: absolute;
	top: 0;
	left: 650px;
	background: url(Images/TopLeafHeader.jpg);
	width: 278px;
	height: 115px;
}

/*************************************************************************** Nav Bar */

.MainNavBar
{
	background: #4ba924 url(Images/NavBackgroundTop.jpg) no-repeat top;
	width: 218px;
	position: absolute;
	top: 115px;
}

.MainNavBar .NavInternal
{
	background: url(Images/NavBackgroundBottom.jpg) no-repeat bottom right;
	padding-bottom:165px;
	padding-top:14px;
}

.MainNavBar ul
{
	padding:0 0 1px 0;
	margin: 0 0 0 43px;
	list-style: none;
}

.MainNavBar ul li
{
	background: url(Images/NavItemBackground.gif) repeat-y bottom;
	list-style: none;
	margin: 0;
	display: block;
	vertical-align:bottom;
}

.MainNavBar ul li a
{
	vertical-align: bottom;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
	display: block;
	height: 24px;
	padding: 0 0 0 15px;
	margin: 1px 0 0 0;
	border-left: solid 8px #90d375;
	line-height: 24px;
}

.MainNavBar li a:hover
{
	border-left: solid 8px white;
}

.MainNavBar li.On{ padding: 0 0 1px 0; }
.MainNavBar li a.On, .MainNavBar li a.On:hover
{
	border-left: solid 8px white;
	background: white url(Images/NavItemBackgroundOn.gif) repeat-y;
	margin: 0;
	height: 26px;
	color: #0079bf;
}

.MainNavBar li a.OnFollower
{
	margin: 0;
}

/* Sub Nav */

.MainNavBar ul li div
{
	padding:3px 0 4px 8px;
	background: #429b1d;
	border-left: none;
	position:relative;
}

.MainNavBar ul li div ul
{
	vertical-align: bottom;
	background:none;
	margin: 0;
	padding:0 0 1px 0;
	border-left:none;
	position:relative;
}

.MainNavBar ul li div ul li
{
	background:none;
	vertical-align: bottom;
}


.MainNavBar ul li div ul li a
{
	vertical-align: bottom;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
	height:auto;
	display: block;
	padding: 5px 0 5px 15px;
	margin: 0;
	border-left: none;
	line-height: 12px;
}

.MainNavBar ul li div ul li a:hover
{
	border-left: none;
	color:#aed9f0;
}


.NavJumper
{
	display: none;
}

/*************************************************************************** Banners */

.BannerSpace
{
	position:absolute;
	top: 115px;
	left: 218px;
	height: 162px;
	width: 784px;
}

.BannerLeft
{
	margin: 0 1px 0 1px;
	background: url(Images/NaturalKillingPower.jpg) no-repeat;
	width: 506px;
	height: 162px;
	float: left;
}

.BannerRight
{
	background: url(Images/BannerRight.jpg) no-repeat;
	width: 275px;
	height: 162px;
	float: left;
}

/*************************************************************************** Main Content */

.MainContent
{
	background: white;
	width: 758px;
	padding: 277px 0 0 243px;
	margin: 0;
	min-height:300px;
	height:auto !important;
	height:300px;
}

.MainContent:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*
.MainContent ul
{
	padding: 0;
	margin: 0 0 20px 0;
	list-style: none;
}

.MainContent li
{
	list-style: none;
	padding: 0;
	margin: 6px 0 6px 0;
	padding: 0 0 0 16px;
	background: url(Images/ListSquarePic.gif) no-repeat;
}*/


.MainContent ul
{
	list-style-position:outside;
	padding-left:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:20px;
}

.MainContent ul li
{
	list-style-image:url(Images/ListItemBlue.gif);
	padding-top:3px;
	padding-bottom:3px;
	line-height:20px;
}

.MainContent ul, 
.MainContent ol, 
.MainContent p, 
.MainContent table { margin:0 0 1em 0 ;	}


/*************************************************************************** Sub Main Content */

.SingleColumn
{
	width: 735px;
	padding-right: 23px;
}

/*************************************************************************** Title */

.Title
{
	margin: 0 0 25px 0;
	position: relative;
}

.Title h1
{
	border-bottom: solid 1px #d9e1e9;
	font-size: 20px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #0079bf;
	padding: 16px 0 8px 0;
	margin: 0;
	font-weight: normal;
}

.Title h1 span
{
	font-size: 14px;
}

.SubTitles
{
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #8d9aa7;
	padding: 8px 0 0 0;
}

.SubTitles a
{
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #8d9aa7;
	text-decoration: underline;
}

.SubTitles a:hover
{
	color: #8d9aa7;
	text-decoration: none;
}

/*************************************************************************** Fragrance Page */

.ContentBox
{
	line-height: 20px;
	color:Black;
}

.ContentBox p
{
	text-align:justify;
}

/*.ContentBox p.Signature
{
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #48a621;
	margin: 0;
	padding: 0;
}*/

.TreatImages img
{
	float: right;
	margin-left: 30px;
}

/*************************************************************************** Input Table */

table.InputForm 
{
	margin: 0 0 25px 0;
}

table.InputForm th
{
	vertical-align:top;
	line-height:20px;
	text-align:left;
	padding-right:10px;
	padding-bottom:4px;
	color:#0079bf;
	width:175px;
}

table.InputForm th span
{
	color:#999999;
	font-size:10px;
	font-style:italic;
	line-height:normal;
}

table.InputForm td
{
	vertical-align:top;
	line-height:20px;
	padding-bottom:4px;
}


/*************************************************************************** Footer */

.Footer
{
	margin: 20px 0 10px 0;
	padding: 12px 0 0 0;
	border-top: solid 1px #d9e1e9;
	color: #8d9aa7;
	text-align: center;
	line-height: 20px;
}

.Footer a
{
	padding: 0 5px 0 5px;
	color: #8d9aa7;
	text-decoration: none;
}

.Footer a:hover
{
	color: #7c8690;
	text-decoration: underline;
}