* /* Remove browsers default padding, margin and borders for consistency. see Note 10 */
{
	padding: 0;
	margin: 0;
	border: 0;
}

body /* styles set here will effect everything inside the body tags. See Note 1 */
{
	font-family: Arial, Helvetica, sans-serif; /* the default font family for the website */
	font-size: 0.9em;
	background-color: #0e060b;
	color: #FFFFFF;
	margin-bottom: 10px; /* the mainBody div was missing the 10px margin in IE, this fixed it */
}

/* add a bottom margin to the elements that will need it througout the whole site. See Note 10 */
h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
	margin-bottom: 0.5em;
}

/* All font sizing will be relative, using em where default font size = 1em. See Note 2 */
h1 {
	font-size: 1.6em; /* 1.8 x default font size */
	letter-spacing: 0.1em;
	font-weight: bold;
	font-style: italic;
	margin: 5px 0px 15px 0px;
}

h2 {
	font-size: 1.4em; /* 1.5 x default font size */
	font-weight: bold;
	margin: 5px 0px 15px 0px;
}

h3 {
	font-size: 1.2em; /* 1.2 x default font size */
	font-weight: bold;
	margin: 2px 0px 12px 0px;
}

h4 {
	font-size: 1.0em; /* 1.2 x default font size */
	font-weight: bold;
	margin: 2px 0px 12px 0px;
}

p {
	font-size: 0.9em;
	line-height: 1.4em;
	text-align: justify;
	margin: 0px 20px 10px 10px;	
	font-weight: bold;	
}

a {
	font-size: 1.0em;
	font-weight: bold;
	color: #f7931e;
}
a:link {
	text-decoration: underline;
	color: #f7931e;
}
a:visited {
	text-decoration: underline;
	color: #f7931e;
}
a:hover {
	text-decoration: none;
	color: #a8b233;
}
a:active {
	text-decoration: underline;
	color: #a8b233;
}

img, div, a { behavior: url(iepngfix.htc) }

#main {
	width: 1200px;
	min-height: 960px;
	background: url('../images/background.jpg') top left no-repeat;
	margin: 5px auto;
	z-index: 0;
}

#header {
	width: 1200px;
	padding: 25px 0px 0px 25px;
	z-index: 3;
}

#flag {
	position: absolute;
	margin: -10px 20px 0px 1120px;
	z-index: 100;
}

#logo {
	position: relative;
	float: left;
	background: transparent url('../images/logo.png') top left no-repeat;
	width: 260px;
	height: 120px;
	z-index: 3;
}

#heading1 {
	position: relative;
	background: transparent url('../images/heading.png') top left no-repeat;
	width: 700px;
	height: 150px;
	margin-left: 380px;
	z-index: 3;
}

#contact {
	position: relative;
	float: left;
	background: transparent url('../images/nutrients.png') top left no-repeat;
	width: 171px;
	height: 111px;
	margin-left: 0px;
	margin-top: 30px;
	z-index: 3;
}

#bottles {
	position: relative;
	background: transparent url('../images/bottles.png') top left no-repeat;
	width: 787px;
	height: 150px;
	margin: 5px 0px 0px 380px;
	z-index: 3;
}

#bottles2 {
	position: relative;
	width: 787px;
	height: 150px;
	margin: 5px 0px 0px 380px;
	z-index: 3;
}

#bottles2 p {
	margin: 0px;
	padding: 0px;
}

#navigation {
	position: relative;
	z-index: 6;
		
}

#navigation ul {
	margin: 0px 0px 0px 405px;
}

#navigation ul li {
	float: left;
	list-style: none;
	display: inline;
	margin-right: 10px;
	text-align: center;
}

#navigation ul li a, #navigation ul li a.long {
	display:block;
	color: #000000;
	padding-top: 8px;
	font-size: 0.8em;
	text-decoration: none;
	background: transparent url('../images/button.png') top left no-repeat;
	width: 100px;
	height: 32px;
}

#navigation ul li a.long {
	padding-top: 1px;	
}

#navigation ul li a:hover, #navigation ul li.current a, #navigation ul li a:hover.long, #navigation ul li.current a.long {
	display:block;
	color: #000000;
	padding-top: 8px;
	font-size: 0.8em;
	text-decoration: none;
	background: transparent url('../images/button2.png') top left no-repeat;
	width: 100px;
	height: 32px;
	position: relative;
}

#navigation ul li a:hover.long, #navigation ul li.current a.long {
	padding-top: 1px;	
}

#navigation ul li ul {
	margin: 0;
	padding: 0px 0px 5px 0px;
	position: absolute;
	visibility: hidden;
	width: 110px;
	/*background: transparent url('../images/list_bg.png') top left repeat; */
	background: #0e060b none;
}

#navigation ul li ul li {
	margin: 0px;
	padding: 0px;
	float: none;
	display: inline;
	text-align: left;
	background: transparent none;
}

#navigation ul li ul li a, #navigation ul li.current ul li a, #navigation ul li ul li a.long, #navigation ul li.current ul li a.long {
	margin: 0px;
	padding: 5px 0px 0px 5px;
	color: #f7931e;
	background: transparent none;
	height: 20px;
	text-align: left;
}

#navigation ul li ul li a:hover, #navigation ul li ul li a:hover.long {
	margin: 0px;
	padding: 5px 0px 0px 5px;
	color: #cadb2a;
	background: transparent none;
	float: none;
	display: inline;
	height: 20px;
	padding: 5px;
}

#navigation ul li.current ul li a:hover, #navigation ul li ul li a:hover {
	display: block;
	padding: 5px 0px 0px 5px;
	color: #cadb2a;
	background-color: transparent;
	white-space: nowrap;
}


#navigation ul li ul li a:hover, #navigation ul li.current ul li a:hover{
	text-decoration: underline;
}

#leaves {
	position: absolute;	
	z-index: 2;
	background: transparent url('../images/leaves.png') top left no-repeat;
	width: 1200px;
	height: 900px;

}

#leaves2 {
	position: absolute;	
	z-index: 3;
	background: transparent url('../images/leaves.png') top left no-repeat;
	width: 1200px;
	height: 900px;

}

#homeContent {
	position: relative;
	z-index: 5;
	width: 1200px;
	padding: 25px 15px 25px 25px;	
	margin-top: 35px;
}

#leftHome {
	width: 860px;
	min-height: 400px;
	float: left;
}

#leftHome h1 {
	text-indent: -9999px;
	background: transparent url('../images/heading2.png') top left no-repeat;
	width: 740px;
	height: 80px;
}

#leftHome h2 {
	color: #cadb2a;
	margin-left: 10px;
}

#leftHome h3 {
	color: #f7931e;
	margin-left: 10px;
}

span.strong {
	font-size: 1.1em;	
}

#rightHome img {
	position: relative;
	z-index: 5;
	margin-left: -15px;
}

#mainContent {
	position: relative;
	z-index: 2;
	width: 1150px;
	padding: 25px;	
	margin: 55px 0px -50px 0px;
	background: #f79320 url('../images/gradient2.png') top left no-repeat;
	min-height: 509px;
	color: #0e060b;	
}

#fullMain {
	position: relative;
	z-index: 7;
	width: 1150px;

}

#mainContent #leftMain {
	position: relative
	z-index: 7;
	width: 320px;
	float: left;
}

#mainContent #leftMain img {
	position: relative;
	z-index: 8;
}

#mainContent #rightMain {
	position: relative
	z-index: 7;
	margin-left: 310px;
}

#mainContent h1, #mainContent #rightMain h1 {
	font-weight: bolder;
	font-size: 4.0em;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

#mainContent h2, #mainContent #rightMain h2 {
	color: #f2653b;
	font-weight: bold;
	font-size: 2.5em;
}

#mainContent #rightMain h4 {
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 1.2em;
}

#mainContent h1 {
	font-size: 3.0em;
}

#mainContent h2 {
	font-size: 1.8em;
}

#mainContent a {
	color: #006827;	
}

#mainContent a:hover {
	color: #0e060b;	
}

#mainContent ul, #mainContent ol {
	margin-left: 40px;
	line-height: 1.6em;
	font-weight: bold;
	font-size: 0.9em;
}

#mainContent input[type=text] {
	padding: 2px;
	border: 1px solid #006827;
	color: #006827;
}

#mainContent input[type=submit] {
	width: 100px;
	height: 32px;
	font-size: 0.8em;
	background: transparent url('../images/button2.png') top left no-repeat;
	font-weight: bold;
}

#mainContent table.schedule {
	margin: 10px 0px 10px 0px;
	width: 1150px;
	border: 1px solid #006827;
	border-collapse:collapse;
}

#mainContent table.schedule th {
	background-color: #006827;
	color: #FFFFFF;
	padding: 5px 3px;
	font-size: 1.2em;
	font-weight: bold;
	border-left: 1px solid #f79320;
}

#mainContent table.schedule td {
	padding: 5px;
	text-align: center;
	border-left: 1px solid #006827;

}

#mainContent table.schedule tr.table-top-heading td {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

#mainContent table.schedule tr.odd {
	
}

#mainContent table.schedule tr.even td {
	background-color: #cadb2a;
}

#mainContent table.schedule td.first-cell {
	text-align: left;
	font-weight: bold;
}

p.calc object {
	position: relative;
	z-index: 5;
	margin: 10px 0px 0px 25px;
}

#rightMain .distributor {
	margin-bottom: 2em;
	font-size: 13px;
	padding-left: 100px;
}

#rightMain .distributor strong {
	font-size: 14px;
}

#rightMain .australia {
	background: transparent url('../images/distributors-australia.png') top left no-repeat;
	
}

#rightMain .europe {
	background: transparent url('../images/distributors-europe.png') top left no-repeat;
}

#rightMain .japan {
	background: transparent url('../images/distributors-japan.png') top left no-repeat;
}

#rightMain .usa {
	background: transparent url('../images/distributors-usa.png') top left no-repeat;
}

#rightMain.links {
	width: 827px;
	margin-left: 20px;
	background: transparent url(../images/bg_links.jpg) top left no-repeat;
}

#rightMain ul.cool-links {
	margin: 150px 0 0 300px;
}

#rightMain ul.cool-links li {
	background: transparent url(../images/bg-li-links.png) center left no-repeat;
	padding: 15px;
	list-style: none;
	text-align: center;
}

#rightMain ul.cool-links li a {
	color: #fff;
	text-decoration: underline;
	font-size: 16px;
	font-weight: bold;
}

#rightMain form p {
	margin-bottom: 10px;
}

#rightMain form label {
	position: relative;
	display: block;
	float: left;
	width: 180px;
	margin: 0px 0px 5px 0px;
	font-size: 12px;
	vertical-align: top;
}

#rightMain form input[type=text] {
	width: 420px;
	vertical-align: top;
	padding: 2px;
	border: 1px solid #006827;
	color: #006827;
}

#rightMain form input[type=text].verify {
	width: 80px;
	vertical-align: top;
	padding: 2px;
	border: 1px solid #006827;
	color: #006827;
}

p.error
{
	color: red;
	font-weight: bold;	
}

#rightMain form textarea {
	width: 420px;
	padding: 2px;
	border: 1px solid #006827;
	color: #006827;
}

#rightMain form input[type=radio] {
	margin: 0px 10px 0px 20px;
}

#rightMain form input#submit {
	background: transparent url('../images/button2.png') top left no-repeat;
	width: 100px;
	height: 32px;
	border: none;
	cursor: pointer;
	margin-left: 320px;
}

.tool {
	border-bottom: 1px solid #006827;
	margin-top: 20px;
	min-height: 415px;
}

.tool object {
	clear: right;
	float: right;
	margin: 20px 0px 0px 20px;
}

#footer {
	position: relative;
	z-index: 5;
	clear: left;
	width: 1150px;
	min-height: 200px;
	background: transparent url('../images/footer.png') top left no-repeat;
	margin: -20px 0px 0px 25px;
}

img.language {
	float: right;
	margin-top: 45px;	
}

div.lang {
	clear: right;
	float: right;
	margin: 10px -5px 0px 0px;		
}

div.lang input[type=image] {
	margin-right: 5px;	
}

#footer ul {
	clear: right;
	padding-top: 40px;
	list-style: none;
	width: 100%;
	text-align: center;
}

#footer ul li {
	list-style: none;
	display: inline;
	text-align: center;
	text-decoration :none;
	background: transparent url('../images/divider.png') top right no-repeat;
	padding: 10px 0px 10px 0px;
}

#footer ul li.last {
	background: transparent url('') top right no-repeat;
}

#footer ul li a {
	text-decoration :none;
	padding: 10px 20px 10px 10px;
}

p.copyright {
	padding-top: 10px;
	font-size: 0.6em;
	font-weight: normal;
	text-align: center;	
}