@import url("style_reset.css");

body {
	color: #4c4c4c;
	text-align: center;
	font: 12px "Lucida Grande", Arial, Lucida, Verdana, sans-serif;
	background-color: white;
	padding-bottom: 30px;
}

p {
	margin-top: 10px;
	line-height: 1.4em;
}

.txtEcogreen {
	color: #330066;
}

/* @group =Navigation */

ul#navigation {
	margin-left: 70px;
	top: -25px;
	position: relative;
	z-index: 50;
}

ul li {
	list-style-type: none;
	display: inline;
	z-index: 30;
	position: relative;
	top: -15px;
	margin-left: 0;
	padding-right: 0;
	font: 12px Arial, "Lucida Grande", Lucida, Verdana, sans-serif;
}

ul#navigation li a {
	padding-bottom: 18px;
}

#primaryContent_products ul#product_nav {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 0;
	font-size: 12px;
}

#primaryContent_products ul#product_nav li {
	display: inline;
	font-size: 11px;
}

ul#product_nav li a {
	color: #8b0a04;
	text-decoration: underline;
}

#primaryContent_ecogreen ul#product_navGrn {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 0;
	font-size: 12px;
}

#primaryContent_ecogreen ul#product_navGrn li {
	display: inline;
	font-size: 11px;
}

ul#product_navGrn li a {
	color: #330066;
	text-decoration: underline;
}



/* @end */

/* @group =Layout */

#container {
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#logo {
position: relative;
top: 20px;
	left: 40px;
	z-index: 20;
	width: 167px;
	height: 57px;
}

#h1_products {
	width: 730px;
	height: 200px;
	text-indent: -9000px;
	position: relative;
	z-index: 10;
	top: -57px;
	margin-right: 35px;
	margin-left: 35px;
	margin-bottom: 0;
	background: url(media/masthead_products.jpg) no-repeat;
}

#h1_productsEcoGreen {
	width: 730px;
	height: 200px;
	text-indent: -9000px;
	position: relative;
	z-index: 10;
	top: -57px;
	margin-right: 35px;
	margin-left: 35px;
	margin-bottom: 0;
	background: url(media/masthead_productsEcogreen.jpg) no-repeat;
}

#h1_aboutus {
	width: 730px;
	height: 200px;
	position: relative;
	z-index: 10;
	top: -57px;
	margin-right: 35px;
	margin-left: 35px;
	margin-bottom: 0;
	background: url(media/masthead_aboutus.jpg) no-repeat;
	text-indent: -9000px;
}

#h1_promotion {
	width: 730px;
	height: 200px;
	text-indent: -9000px;
	position: relative;
	z-index: 10;
	top: -57px;
	margin-right: 35px;
	margin-left: 35px;
	margin-bottom: 0;
	background: url(media/masthead_promotions.jpg) no-repeat;
}

#h1_newsroom {
	width: 730px;
	height: 200px;
	text-indent: -9000px;
	position: relative;
	z-index: 10;
	top: -57px;
	margin-right: 35px;
	margin-left: 35px;
	margin-bottom: 0;
	background: url(media/masthead_newsroom.jpg) no-repeat;
}

#h1_contactus {
	width: 730px;
	height: 200px;
	text-indent: -9000px;
	position: relative;
	z-index: 10;
	top: -57px;
	margin-right: 35px;
	margin-left: 35px;
	margin-bottom: 0;
	background: url(media/masthead_contactus.jpg) no-repeat;
}

#primaryContent {
	background: url(media/bg_main.jpg) no-repeat;
	position: relative;
	top: -35px;
	padding-top: 30px;
	padding-right: 70px;
	padding-left: 50px;
	clear: both;
	float: left;
	width: 100%;
}

#primaryContent_products {
	background: url(media/bg_aboutus.jpg) no-repeat;
	position: relative;
	top: -35px;
	padding-top: 30px;
	padding-right: 70px;
	padding-left: 70px;
	clear: both;
	float: left;
}

#primaryContent_promos {
	background: url(media/bg_promotions.jpg) no-repeat;
	position: relative;
	top: -35px;
	padding-top: 30px;
	padding-right: 70px;
	padding-left: 70px;
}

#primaryContent_newsroom {
	background: url(media/bg_newsroom.jpg) no-repeat;
	position: relative;
	top: -35px;
	padding-top: 30px;
	padding-right: 70px;
	padding-left: 70px;
}

#primaryContent_contactus {
	background: url(media/bg_contactus.jpg) no-repeat;
	position: relative;
	top: -35px;
	padding-top: 30px;
	padding-right: 70px;
	padding-left: 70px;
}

#primaryContent_aboutus {
	background: url(media/bg_aboutus.jpg) no-repeat;
	position: relative;
	top: -35px;
	padding-top: 30px;
	padding-right: 70px;
	padding-left: 70px;
}

#primaryContent_ecogreen{
	background: url(media/bg_ecogreen.jpg) no-repeat;
	position: relative;
	top: -35px;
	padding-top: 30px;
	padding-right: 70px;
	padding-left: 70px;
}

#secondaryContent {
	
}

#header {
	margin-bottom: 0;
	padding-bottom: 0;
}

#primaryContent_aboutus p, #primaryContent_products p, #primaryContent_ecogreen p,#latestevent p {
	text-align: justify;
}

#prodquotes p, #prodquotes h3 {
	font-weight: bold;
	text-align: center;
}

#footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

h1 {
}

h3 {
	font-weight: bold;
	margin-top: 13px;
	margin-bottom: -5px;
}



/* @end */

/* @group =Misc */

#primaryContent_products ul {
	margin-left: 10px;
	font-weight: normal;
	font-style: normal;
	margin-top: 30px;
}

#primaryContent_products ul li {
	display: block;
	font-size: 12px;
	list-style-type: disc;
	margin-bottom: 2px;
}

#primaryContent_ecogreen ul {
	margin-left: 10px;
	font-weight: normal;
	font-style: normal;
	margin-top: 30px;
}

#primaryContent_ecogreen ul li {
	display: block;
	font-size: 12px;
	list-style-type: disc;
	margin-bottom: 2px;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}



/* @end */

/* @group =Links */

a {
	text-decoration: none;
	font-weight: bold;
	color: black;
}

a:link {
	color: black;
}

a:visited {
	color: gray;
}

a:hover {
	color: red;
}

a:focus {
	
}

a:active {
	
}



a#active_aboutus, a#active_promotions, a#active_newsroom, a#active_contactus, a#active_products  {
	background: url(media/active_aboutus.jpg) no-repeat center 19px;
	position: relative;
	color: red;
}

a#active_ecogreen  {
	background: url(media/active_ecogreen.gif) no-repeat center 19px;
	position: relative;
	color: red;
}


ul#navigation li a:visited {
	color: #4c4c4c;
}

ul#navigation li a:hover {
	color: red;
}

#primaryContent_products ul#products_type li {
	list-style-type: disc;
	margin: 0;
	padding: 0;
}

#primaryContent_products ul#products_type {
	margin-left: 0;
}

ul#products_type li a {
	color: red;
}



/* @end */

.starsendorsed {
	margin-left: -20px;
}

.quote {
	width: 80%;
	text-align: justify;
	margin-left: 130px;
	margin-bottom: 20px;
	font: italic 14px/24px Georgia, "Times New Roman", Times, serif;
	color: maroon;
}

.quote span.align_right {
	margin-top: 20px;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}

.question {
	font-weight: bold;
}

.answers {
}

hr {
	margin-top: 70px;
	margin-bottom: 70px;
	border-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-width: 3px;
	border-bottom-color: silver;
}

strong {
	font-weight: bold;
	color: #333;
}

.ads {
	margin-right: 6px;
}

#seminar {
	text-align: center;
	margin-top: 20px;
}

.align_middle {
	text-align: center;
	margin-bottom: 10px;
}

.align_right {
	float: right;
}

.align_center, #radioad p{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

p.align_center img {
	width: 550px;
	margin-left: 90px;
}

p.align_middle img {
	text-align: center;
	margin-left: 80px;
}

#main_img
 {
	position: relative;
	top: -50px;
	left: 39px;
}

.product {
	float: left;
	width: 170px;
	margin-right: 30px;
	margin-top: 10px;
}

.productRit {
	float: right;
	margin-left: 30px;
	margin-below: 10px;
}

.product p, #main_info {
	text-align: justify;
}

ul#product_nav {
	text-align: center;
}

ul#product_ecogreen {
	text-align: center;
}

#main_info {
	width: 260px;
	float: left;
	margin-top: 15px;
	font-size: 12px;
	line-height: 18px;
}

a img.seminar {
	border: 1px solid black;
}

#animated_banner {
	position: relative;
	z-index: 50;
	top: 15px;
	float: right;
	left: -280px;
}

#pressad {
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	text-align: center;
}

#pressad.align_center h3, #radioad h3, #tvcommercial h3, #pressad.align_center p {
	text-align: center;
}

#tvcommercial, #radioad, #tvcommercial p {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 480px;
}

.awards {
	color: red;
	font-style: italic;
}

a.aMain:link, a.aMain:visited, a.aMain:active {
	font-weight: bold;
	color: #333333;
	text-decoration:none;
	cursor: hand;
}
a.aMain:hover {
	font-weight: bold;
	color: red;
	text-decoration:none;
	cursor: hand;
}
.style4 {
	color: #FF3300;
	font-weight: bold;
}

#logo h3 {
color: #111;
margin: 5px 0 0;
font-size: 16px;
}