﻿/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: #ffffff;
	color: #ffffff;
	font: 11px Verdana,Arial,Geneva,Helvetica,Sans-Serif;
	padding: 0px 0;
	text-align: left;
	line-height: 175%;
	cursor: default;
}
a{
	color: #4c84bd;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	cursor: pointer;
}

a:active
{
  outline: none;
}

input, textarea {
border: 1px solid navy;
}

/*=== Products Navigation ===*/
ul#menu {
	color: #FFFFFF;
	font-size: 11px;
	cursor: default;
	width: 139px;
	height: 36px;
	margin: 29px 0 0 -5px;
	list-style: none;
	padding: 5px 5px 5px 5px;
	border: none;
}
ul#menu li {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 139px;
	height: 36px;
	list-style: none;
	cursor: pointer;
}

/* Root Menu */
ul#menu li a {
	width: 139px;
	display: block;
	height: auto !important;
	height: 1%; /*For IE*/
	height: 36px;
	cursor: pointer;
}

/* Root Menu Hover Persistence */
ul#menu a:hover,
ul#menu li:hover a,
ul#menu li.iehover a {
	width: 139px;
	height: 36px;
}

ul#menu ul {
	margin: 0;
	border: none;
	padding: 0;
	width: 175px;
	list-style: none;
}

ul#menu:after {
	clear: both;
	display: block;
	font: 1px/0px Arial, Helvetica, sans-serif;
	content: ".";
	height: 0;
	visibility: hidden;
	width: 175px;
}

ul#menu li {
	width: 139px;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important; /*For GOOD browsers*/
	display: inline; /*For IE*/
	position: relative;
	height: 36px;
}

/* 2nd Menu */
ul#menu ul {
	background: #003399;
	color: #FFFFFF;
}

ul#menu ul li {
	height: 18px;
	line-height: 18px;
}

ul#menu ul li a {
	line-height: 18px;
}


ul#menu li:hover li a,
ul#menu li.iehover li a {
	width: 175px;
	background: #003399;
	color: #FFFFFF;
	padding: 0 0 0 5px;
	margin: 0 0 0 0;
	text-decoration: none;
}

/* 2nd Menu Hover Persistence */
ul#menu li:hover li a:hover,
ul#menu li:hover li:hover a,
ul#menu li.iehover li a:hover,
ul#menu li.iehover li.iehover a {
	background: #99A8D2;
	color: #FFFFFF;
	width: 175px;
}

ul#menu ul,
ul#menu ul ul,
ul#menu ul ul ul {
	border: none;
	display: none;
	position: absolute;
	top: 5px;
	left: 139px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#menu li:hover ul ul,
ul#menu li:hover ul ul ul,
ul#menu li.iehover ul ul,
ul#menu li.iehover ul ul ul {
	display: none;
}

ul#menu li:hover ul,
ul#menu ul li:hover ul,
ul#menu ul ul li:hover ul,
ul#menu li.iehover ul,
ul#menu ul li.iehover ul,
ul#menu ul ul li.iehover ul {
	display: block;
}

/*=== NAV1 ===*/
#nav1 {
width: 1024px;
height: 26px;
margin-top: 145px;
position: fixed;
}

#nav1_left {
background: url('../images/navbar_left_2.gif') no-repeat;
width: 182px;
height: 26px;
float: left;
}

#nav1_links {
width: 597px;
height: 26px;
float: left;
}

#nav1_right {
background: url('../images/navbar_right_2.gif') no-repeat;
width: 245px ;
height: 26px;
float: left;
}

#nav1_home {
background: url('../images/nav_home_off.gif') no-repeat;
width: 74px;
height: 26px;
float: left;
}

#nav1_ingredients {
background: url('../images/nav_ingredients_off.gif') no-repeat;
width: 112px;
height: 26px;
float: left;
}

#nav1_comparison {
background: url('../images/nav_comparison_off.gif') no-repeat;
width: 134px;
height: 26px;
float: left;
}

#nav1_testimonial {
background: url('../images/nav_testimonial_off.gif') no-repeat;
width: 119px;
height: 26px;
float: left;
}

#nav1_survey {
background: url('../images/nav_survey_off.gif') no-repeat;
width: 83px;
height: 26px;
float: left;
}

#nav1_order {
background: url('../images/nav_order_off.gif') no-repeat;
width: 75px;
height: 26px;
float: left;
}

/*=== Layout === */
#container {
width: 1024px;
margin: 0 auto;
border-left: 2px solid black;
border-right: 2px solid black;
border-bottom: 2px solid black;
}

#header {
width: 1024px;
margin: 0 auto;
}

#footer {
height: 26px;
margin: 0 auto;
color: #000000;
font-size: 10px;
float: right;
margin-right: 15px;
}

#banner {
background: url('../images/banner_top.gif') no-repeat;
width: 1024px;
height: 109px;
background-color: #FFFFFF;
position: fixed;
overflow: hidden;
}

#banner_bot {
width: 1024px;
height: 36px;
float: left;
position: fixed;
margin-top: 109px;
overflow: hidden;
}

#banner_bot_l {
background: url('../images/banner_bottom_left.gif') no-repeat;
width: 141px;
height: 36px;
float: left;
}

#banner_bot_r {
background: url('../images/banner_bottom_right.gif') no-repeat;
height: 36px;
width: 883px;
float: left;
}

#content {
text-align: left;
color: #000000;
float: left;
margin-top: 171px;
margin-left: 170px;
}

#content_space {
width: 1024px;
margin: 0 auto;
}

#sidebar {
height: 416px;
width: 145px;
background: url(../images/leftbar_upper.gif) no-repeat;
float: left;
margin-top: 171px;
position: fixed;
}

.sidebar_link {
display: block;
width: 139px;
height: 36px;
margin-top: 34px;
background: url(../images/sidebar_link.jpg) no-repeat;
}

#sidebar_bottom {
margin-top: 307px;
}

.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}

h1{
color: #000000;
font-size: 16px;
}

h2 {
color: #f60000;
font-size: 14pt;
font-weight: 100;
}

p {
padding-left: 10px;
}

.compcell {
width: 104px;
text-align: center;
border: 1px solid black;
}

.comptable {
border: 1px solid #666666;
border-collapse: collapse;
}
