Body {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #006600;
	text-align: center;
}

html, body {
	height:auto;
}

img {
	border: 0px none;
}

span.green_bold {
  color: #006600;
  font-weight: bold;
}

span.green_light {
  color: #339900;
}

span.green_dark {
  color: #006600;
}

div.wrapper {
	position:relative;
	display:block;
	width: 1000px;
	margin:auto;
	background-color: #ffffff;	
	text-align:left;
	height:auto;
}

div.header {
	position: relative;
	height: 105px;
	width: 1000px;
	background-image: url("images/menubackground.png");
	background-repeat: no-repeat;
	background-color: white;
}

div.header_tab{
	height: 30px;
	text-align: left;
}

div.leftcolumn {
	position:relative;
	display:inline;
	float: left;
	width: 220px;
	background-color: white;
}

div.main {
	position:relative;
	display:inline;
	float: left;
	width:420px;
	z-index:50;
}

div.main_wide {
	position:relative;
	display:inline;
	float: left;
	width:600px;
	z-index:50;
}

div.home_graphic {
	position:relative;
  display:inline;
  width: 360px;
  height:550px;
  padding-top:10px;
  float: right;
  background: white url(images/home_graphic.jpg) top right no-repeat;
	z-index:1;
}

div.company_graphic {
	position:relative;
  display:inline;
  width: 360px;
  height:550px;
  padding-top:10px;
  float: right;
  background: white url(images/company_graphic.jpg) top right no-repeat;
	z-index:1;
}

div.product_graphic {
	position:relative;
  display:inline;
  width: 360px;
  height:550px;
  padding-top:10px;
  float: right;
  background: white url(images/product_graphic.jpg) top right no-repeat;
	z-index:1;
}

div.sustain_graphic {
	position:relative;
  display:inline;
  width: 360px;
  height:550px;
  padding-top:10px;
  float: right;
  background: white url(images/sustain_graphic.jpg) top right no-repeat;
	z-index:1;
}

div.waste_graphic {
	position:relative;
  display:inline;
  width: 360px;
  height:550px;
  padding-top:10px;
  float: right;
  background: white url(images/waste_graphic.jpg) top right no-repeat;
	z-index:1;
}

div.res_graphic {
	position:relative;
  display:inline;
  width: 360px;
  height:550px;
  padding-top:10px;
  float: right;
  background: white url(images/resources_graphic.jpg) top right no-repeat;
	z-index:1;
}

div.gff_graphic {
	position:relative;
  display:inline;
  width: 360px;
  height:550px;
  padding-top:10px;
  float: right;
  background: white url(images/facts_graphic.jpg) top right no-repeat;
	z-index:1;
}

div.logo {
  position: relative;
  display: block;
  width: 208px;
 	height: 145px;
	background-image: url("images/logo.png");
	margin-top: 35px;
	margin-left: 12px;
	background-repeat: no-repeat;
}

a.tabs {
	display: block;
  float: left;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-image: url("images/tabs.gif");
	text-decoration: none;
	border: none;
	background-repeat: no-repeat;
	width: 152px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	background-position: top;
	color: White;
}

a.tabs:hover {
	background-position: 0 -30px;
}

a.chosen_tab {
	display: block;
  float: left;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-image: url("images/tabs.gif");
	text-decoration: none;
	border: none;
	background-repeat: no-repeat;
	width: 152px;
	height: 30px;
	text-align: center;
	background-position: 0 -30px;
	color: White;
}

a.leftmenu {
	display: block;
  float: left;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-image: url("images/lefttabs.png");
	text-decoration: none;
	background-repeat: no-repeat;
	line-height:38px;
	width: 220px;
	height: 42px;
	text-align: left;
	background-position: top;
	vertical-align: middle;
	color: White;
	text-indent: 15px;
}

a.leftmenu:hover {
	background-position: 0 -42px;
	color: #ffffff;
}

a.notchosen_leftmenu {
	display: block;
  float: left;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-image: url("images/lefttabs.png");
	text-decoration: none;
	border: none;
	background-repeat: no-repeat;
	width: 220px;
	height: 42px;
	text-align: left;
	background-position: 0 -42px;
	color: #ffffff;
	text-indent: 15px;
	line-height:38px;
}

a.submenu {
	display: block;
	float: left;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-align: left;
	background-position: 0 -42px;
	border-left: 1px solid #006600;
	border-bottom: 1px solid #006600;
	color: #006600;
	text-indent: 2px;
	margin-left: 10px;
	width: 170px;
	height: 18px;
	margin-top: 2px;
}

a.submenu:hover {
	background-color: #006600;
	color: White;
	display: block;
}

.toggle {
	cursor: pointer;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	text-align: left;
	color: #006600;
}

div.headline {
	position: absolute; 
	display: block;
	width: 780px; 
	height: 100px; 
	top: 50px;
	left: 0px;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 35px;
	font-weight: bold;
	z-index:100;
}

div.content {
	background: white;
	display:block;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top:100px;
	padding-left:10px;
	text-align: left;
	font-size: 12px;
}

div.content_home {
	background: white;
	display:block;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top:100px;
	padding-left:10px;
	text-align: left;
	font-size: 14px;
}

a.content_url {
  color: #339900;
  text-decoration: none;
}

a.content_url:hover {
  color: #339900;
  font-style: italic;
}

td {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	height: 25px;
}

div.bottom_menu {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;	
	padding:0 0 0 10px;
	color: #708090;
  width: 1000px; 
  height:15px;
}

/* Make wrapper envelope the float* columns */
.clearer {
 clear:both;
 height: 1px;
 overflow: hidden;
 line-height: 1px;
 margin-top:-1px;
}

input.shorttext {
	width: 150px;
	border: 1px solid #006600;
}

input.text {
	width: 250px;
	border: 1px solid #006600;
}


input.submit {
	width: 100;
	border: 2px solid;
	background-color: #006600;
	color: #ffffff;
	border-color: #339900;
}

.bullet {
	list-style-image: url("images/bullet.jpg");
}

table.prices {
	width: 420px;
}

table.prices_wide {
	width: 700px;
}

td {
  height: 20px;
}

tr.header {
  background-color: #006600;
  color: white;
}

tr.header2 {
	font-weight: bold;
}

td.line {
	height: 2px;
	background-color: #000000;
	font-size: 0px;
}