@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;
}

.logo {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 800px;
	margin-bottom: 0px;

}

.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;
}

.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;
}

.nav {
	
	position: relative;
	float: left;
	left: 0px;
	top: -4px;
	width: 128px;
	height: 14px;
}

.nav ul {
	background-image: url(../images/nav-gradient.jpg);
	background-position: top 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;
}

.flash {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	padding: 6px 12px 0px 10px;
	margin: 0px;
}

.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;
}

.tag2 {
	background-color: #686868;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: white;
	text-align: center;
	padding: 8px 12px 4px 12px;
	margin: 0px;
	border-top: 3px solid black;
	border-bottom: 3px solid black;
	display: block;
	height: 80px;
}

.tag3 {
	background-color: #cacaca;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	color: black;
	text-align: center;
	padding: 8px 12px 4px 12px;
	margin: 0px;
	border-top: 3px solid black;
	border-bottom: 3px solid black;
	display: block;
	height: 80px;
}

.specialheading {
	background-color: #790000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: white;
	text-align: center;
	display: block;
	padding: 6px 12px 6px 12px;
	margin: 0px;
	position: relative;
	float: left;
	float: left;
	left: 140px;
	top: 120px;
	width: 629px;
}

.specialpara {
	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: 6px 12px 6px 12px;
	margin: 0px;
	border-left: 3px solid #790000;
	border-bottom: 3px solid #790000;
	border-right: 3px solid #790000;
	position: relative;
	float: left;
	left: 140px;
	top: 120px;
	width: 623px;
}

.category1, .category2, .category3, .category4, .category5, .category6 {
	background-color: ;
	display: block;
	padding-top: 10px;
	margin-left: 10px;
	width: 652px;
}

.category1 img, .category2 img, .category3 img, .category4 img, .category5 img, .category6 img {
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.category1text, .category2text, .category3text, .category4text, .category5text, .category6text {
	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 .intropara {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	font-weight: normal;
	color: black;
	text-align: left;
	display: block;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.category1text img, .category2text img, .category3text img, .category4text img, .category5text img, .category6text img {
	display: block;
	text-align: center;
	padding: 20px 20px 10px 0px;
	margin: 0px 0px 0px 0px;
}

.category6text img {
	display: block;
	text-align: center;
	padding: 20px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}

.category1text .heading, .category2text .heading, .category3text .heading, .category4text .heading, .category5text .heading, .category6text .heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: white;
	text-align: center;
	display: block;
	background-color: #1ba599;
	padding: 6px 0px 6px 6px;
	margin-bottom: 0px;
}

h1 {
 	margin:0px;
}

.category1text h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: white;
	text-align: center;
	display: block;
	background-color: #1ba599;
	padding: 6px 0px 6px 6px;
	margin-bottom: 0px;
}

.category1text p, .category2text p, .category3text p, .category4text p, .category5text p, .category6text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	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;
	padding: 6px 0px 6px 0px;
	margin-top: 10px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	color: black;
	text-align: center;
	background-color: white;
	border-top: 1px solid black;
	padding: 6px 0px 6px 0px;
	margin: 0px;
}

.footer a, .footer a:visited {
	text-decoration: underline;
}

.footer a:hover {
	text-decoration: overline;
}




