@charset "utf-8";
/* CSS Document */


/* ---- Top of Home Page ---- */
body {
	background-image: url(../images/bkgrnd.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: white;
	margin-top: 0;
	margin-left: 0;
}

#container {
	/*background-image: url(../images/bottom-gradient.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;*/
	background-color: white;
	display: block;
	width: 800px;
	position: absolute;
    top: 8px;
    left: 50%;
    margin-left: -400px;
	border: 2px solid black;
}

.topnav {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 800px;
	height: 14px;
	background-color: #8ad1cb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: black;
	text-align: center;
	display: block;
	padding: 5px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
}

.topnav a, .topnav a:visited  {
	text-decoration: none;
	color: black;
}

.topnav a:hover  {
	text-decoration: overline;
	color: black;
}

ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	color: black;
	text-align: left;
	list-style: disc;
	padding-bottom: 8px;
	margin-left: -20px;
}

.logo {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 800px;

}

.tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	font-weight: normal;
	color: black;
	text-align: left;
	position: absolute;
	left: 22px;
	top: 115px;
	display: block;
	width: 360px;
	z-index: 2;
}

.thomasnet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: black;
	text-align: left;
	position: absolute;
	left: 390px;
	top: 28px;
	display: block;
	width: 200px;
	z-index: 2;
}

.thomasnet a, .thomasnet a:visited {
	color: #0e6862;
	text-decoration: underline;
}

.thomasnet a:hover {
	color: #0e6862;
	text-decoration: overline;
}

.gogreenlearn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #0e6862;
	text-align: center;
	position: absolute;
	right: 12px;
	top: 58px;
	display: block;
}

.gogreenlearn a, .gogreenlearn a:visited {
	color: #0e6862;
	text-decoration: underline;
}

.gogreenlearn a:hover {
	color: #0e6862;
	text-decoration: overline;
}

.newproducts {
	background-color: #898989;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: white;
	text-align: left;
	display: block;
	padding: 10px 0px 6px 12px;
	margin: 0px;
	border-bottom: 1px solid white;
	position: absolute;
	left: 0px;
	top: 206px;
	width: 116px;
	height: 22px;
}

.newproducts a, .newproducts a:visited {
	color: white;
	text-decoration: none;
}

.newproducts a:hover {
	color: white;
	text-decoration: underline;
}

.tagB {
	background-color: #898989;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: white;
	text-align: center;
	display: block;
	padding: 10px 0px 10px 0px;
	margin-bottom: 0px;
	border-bottom: 0px solid white;
}

.nav {
	
	position: relative;
	float: left;
	left: 0px;
	top: -4px;
	width: 128px;
	height: 14px;
}

.nav ul {
	background-image: url(../images/nav-gradient.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: white;
	text-align: left;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	list-style-type: none; 
}

.nav ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: white;
	text-align: left;
	display: block;
	padding: 6px 0px 6px 12px;
	margin: 0px;
	border-bottom: 1px solid white;
}

.nav ul li.noline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: white;
	text-align: left;
	display: block;
	border-bottom: 0px;
}

.nav ul li a, .nav ul li a:visited {
	color: white;
	text-decoration: none;
}

.nav ul li a:hover {
	background-image: url(../images/nav-hover-arrow.jpg);
	background-position: left center;
	background-repeat: repeat-x;
	background-color: #8fb8b5;
	text-align: left;
	display: block;
	padding: 6px 0px 6px 12px;
	margin: -6px 0px -6px -12px;
}

.nav .selected {
	background-image: url(../images/nav-hover-arrow.jpg);
	background-position: left center;
	background-repeat: repeat-x;
	background-color: #8fb8b5;
	text-align: left;
	display: block;
	padding: 6px 0px 6px 12px;
	margin: -6px 0px -6px -12px;
}

.nav ul li.nogap {
	background-color: white;
	display: block;
	padding: 0px 0px 0px 0px;
	margin-left: 0px;
}

.nav ul li a .small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	color: white;
	text-align: left;
}

.distributor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: black;
	text-align: left;
	padding: 6px 12px 6px 12px;
	background-color: #d5e7e5;
	position: relative;
	float: left;
	top: 8px;
	width: 104px;
	display: block;
}

.gogreensidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: black;
	text-align: left;
	padding: 6px 12px 6px 10px;
	background-color: #f1f1f1;
	position: relative;
	float: left;
	top: 20px;
	width: 102px;
	display: block;
	border: 2px solid #40ae49;
}

.translator {
	background-color: #d7d7d7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: black;
	text-align: center;
	display: block;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	position: absolute;
	left: 802px;
	top: 20px;
	width: 68px;
}

.translator p {
	text-align: center;
	display: block;
	padding: 0px 8px 0px 8px;
	margin: 0px;
}

.translator img {
	border: 1px solid black;
}

.categoryhead {
	display: block;
	padding-top: 0px;
	margin-top: 10px;
	position: relative;
	float: left;
	left: 10px;
	top: 0px;
	width: 652px;
}

.categorytext {
	background-color: #1ba49a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: white;
	text-align: left;
	display: block;
	padding: 0px 20px 0px 20px;
	margin: 0px 0px 0px 0px;
	border-left: 2px solid #1ba599;
	border-right: 2px solid #1ba599;
}

.categorytextwhite {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: white;
	text-align: left;
	display: block;
	padding: 0px 20px 0px 20px;
	margin: 0px 0px 0px 0px;
	border-left: 2px solid #1ba599;
	border-right: 2px solid #1ba599;
}

.categorytext .heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: white;
	text-align: left;
	display: block;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.categorytext h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: white;
	text-align: left;
	display: block;
	padding: 0px;
	margin: 0px;
}

.categorytext .heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: white;
	text-align: left;
	display: block;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.categoryhead img {
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

hr {
	height: 2px;
	color: #1ba49a;
}

.intro .leadin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	font-weight: normal;
	color: black;
	text-align: left;
	background-color: white;
	padding: 2px 12px 2px 12px;
}

.intro p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: black;
	text-align: left;
	background-color: #dddddd;
	padding: 12px 12px 12px 12px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.intro2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: black;
	text-align: left;
	background-color: #cccccc;
	padding: 6px 12px 6px 12px;	
	border: 1px solid black;
}

.prodtag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: black;
	text-align: center;
	padding: 12px 12px 12px 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.ppform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: black;
	text-align: center;
	padding: 10px 12px 10px 12px;
	margin: 0px 12px 0px 0px;
	border: 2px solid #990000;
}

.benefitbox {
	background-color: #eeeeee;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	padding: 12px 12px 4px 12px;
	margin: 0px;
}

.benefithead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	color: black;
	text-align: center;
}

.benefitbox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: black;
	text-align: left;
}

.benefitbox ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: black;
	text-align: left;
	list-style: disc;
	padding-bottom: 8px;
	margin-left: -20px;
}


.products {
	display: block;
	padding-top: 0px;
	margin-top: 10px;
	position: absolute;
	left: 140px;
	top: 288px;
	width: 648px;
}

.products .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: black;
	text-align: center;
	padding: 6px 0px 0px 0px;
}

.products .subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: black;
	text-align: center;
	padding: 2px 0px 0px 0px;
}

.category1 {
	background-color: ;
	display: block;
	padding-top: 10px;
	margin: 0px;
	width: 652px;
}

.category1 img {
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.category1 img.leftpad {
	display: block;
	padding: 0px 0px 0px 12px;
	margin: 0px 0px 0px 0px;
}

.category1text {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: black;
	text-align: left;
	display: block;
	padding: 0px 20px 0px 20px;
	margin: 0px 0px 0px 0px;
	border-left: 2px solid #1ba599;
	border-right: 2px solid #1ba599;
}

.category1text img {
	display: block;
	padding: 0px 20px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.category1text .heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: black;
	text-align: left;
	display: block;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.category1text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: black;
	text-align: left;
	display: block;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.bottomtag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: white;
	text-align: center;
	background-color: #555555;
	position: relative;
	float: left;
	top: 50px;
	width: 800px;
	padding: 6px 0px 6px 0px;
	margin-bottom: 28px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	color: black;
	text-align: center;
	background-color: ;
	border-top: 1px solid black;
	position: relative;
	float: left;
	left: 0px;
	top: 22px;
	width: 800px;
	padding: 6px 0px 6px 0px;
	margin: 0px;
}

.footer a, .footer a:visited {
	text-decoration: underline;
}

.footer a:hover {
	text-decoration: overline;
}



