/*global*/
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0px;
	text-align:center;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	background-image: url(../images/pattern_pulpcircle.gif);
}
.textfield {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	width: 99%;
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	border: 1px solid #90A247;
	padding: 2px;
}
.searchfield {
	width: 99%;
	color: #666666;
	text-decoration: none;
	border: 1px solid #EFEFEF;
	padding: 2px;
	height: 16px;
}
a, a:link, a:visited {
	color: #ff0000;
	text-decoration: underline;
}
div {
/*border: 1px solid #CCCCCC;*/
}
hr, .nodisp {
	display: none;
}
ul {
	list-style: none;
}
a:focus {
	-moz-outline: none -moz-mac-focusring;
}
div.contain_clear {
	position: relative;
	clear: both;
}
p {
	color: #666666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
p a:link, a:visited {
	color: #90A247;
	text-decoration: underline;
}
p a:hover, a:active {
	color: #393939;
	text-decoration: underline;
}
h1 {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 32px;
	text-transform: capitalize;
	color: #666666;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 1px;
}
h2 {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: capitalize;
	color: #666666;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 1px;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #8E9E4A;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 1px;
	text-decoration: none;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: capitalize;
}
.textback {
	color:#333333;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
a.textback {
	color:#000000;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
a:hover.textback {
	color: #0099FF;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
/*-----------------------------------------------------------------------------------------------MAIN-WRAP*/
#wrap {
	margin: 0px auto;
	padding:0px;
	width: 930px;
	padding: 20px 25px 0;
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #FFFFFF;
}
/*-----------------------------------------------------------------------------------------------HEADER*/
#header {
	margin:0px auto;
	height: 80px;
}
#logo {
	float:left;
	width: 290px;
	padding-right:30px;
	background: transparent url(../images/logo.gif) top left no-repeat;
}
#logo h1 {
	width: 290px;
	text-indent: -9999px;
	background: url(../images/logo.gif) top left no-repeat;
}
#logo a {
	width: 290px;
	display: block;
	text-decoration: none;
}
#logo, #logo h1, #logo a {
	height: 70px;
}
/*-----------------------------------------------------------------------------------------------Mainmenu*/
#nav {
	float:right;
	padding-top:15px;
}
#mainmenu {
	background-image: url(../images/nav.gif);
	padding: 0;
	width: 610px;
	height: 35px;
	position: relative;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
}
#menu {
	height: 35px;
	position: relative;
}
#menu li.main {
	display: block;
}
#menu li.main a.menu_link {
	height: 35px;
	display: block;
}
#menu li.main a.current {
	height: 35px;
	display: block;
}
li#menu_home {
	position: absolute;
	left: 0px;
	top: 0px;
}
li#menu_why {
	position: absolute;
	left: 65px;
	top: 0px;
}
li#menu_about {
	position: absolute;
	left: 220px;
	top: 0px;
}
li#menu_sustainability {
	position: absolute;
	left: 305px;
	top: 0px;
}
li#menu_products {
	position: absolute;
	left: 420px;
	top: 0px;
}
li#menu_contact {
	position: absolute;
	left: 510px;
	top: 0px;
}
#menu_home a.menu_link, #menu_why a.menu_link, #menu_about a.menu_link, #menu_sustainability a.menu_link, #menu_products a.menu_link, #menu_contact a.menu_link {
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
}
#menu_home a.current, #menu_why a.current, #menu_about a.current, #menu_sustainability a.current, #menu_products a.current, #menu_contact a.current {
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
}
#menu_home a.menu_link {
	width: 65px;
	background-position: 0px 0;
}
#menu_why a.menu_link {
	width: 155px;
	background-position: -65px 0;
}
#menu_about a.menu_link {
	width: 85px;
	background-position: -220px 0;
}
#menu_sustainability a.menu_link {
	width: 115px;
	background-position: -305px 0;
}
#menu_products a.menu_link {
	width: 90px;
	background-position: -420px 0;
}
#menu_contact a.menu_link {
	width: 100px;
	background-position: -510px 0;
}
#menu_home a.current {
	width: 65px;
	background-position: 0px -70px;
}
#menu_why a.current {
	width: 155px;
	background-position: -65px -70px;
}
#menu_about a.current {
	width: 85px;
	background-position: -220px -70px;
}
#menu_sustainability a.current {
	width: 115px;
	background-position: -305px -70px;
}
#menu_products a.current {
	width: 90px;
	background-position: -420px -70px;
}
#menu_contact a.current {
	width: 100px;
	background-position: -510px -70px;
}
#menu_home a.menu_link:hover {
	background-position: 0px -35px;
}
#menu_why a.menu_link:hover {
	background-position: -65px -35px;
}
#menu_about a.menu_link:hover {
	background-position: -220px -35px;
}
#menu_sustainability a.menu_link:hover {
	background-position: -305px -35px;
}
#menu_products a.menu_link:hover {
	background-position: -420px -35px;
}
#menu_contact a.menu_link:hover {
	background-position: -510px -35px;
}
/*-----------------------------------------------------------------------------------------------CONTENT*/
#mainSection {
	padding:0px;
	margin: 0 auto;
}
#splash {
	padding:0px;
	margin: 0 auto 45px;
	height:145px;
	background-image: url(../images/bg_splash.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#splash2 {
	padding:0px;
	margin: 0 auto 45px;
	height:200px;
	background-image: url(../images/bg_splash.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#content {
	text-align:left;
	padding-right: 15px;
	padding-left: 15px;
}
#widget {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9eb738;
	width: 930px;
	background-repeat: repeat-x;
	background-position: center bottom;
}
#widget_flexibility, #widget_efficacy, #widget_economic, #widget_design {
	width: 200px;
	float: left;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}
#widget_flexibility {
	background: url(../images/wbg_1.gif) no-repeat;
}
#widget_efficacy {
	background: url(../images/wbg_2.gif) no-repeat;
}
#widget_economic {
	background: url(../images/wbg_3.gif) no-repeat;
}
#widget_design {
	background: url(../images/wbg_4.gif) no-repeat;
}
#widget_flexibility p, #widget_efficacy p, #widget_economic p, #widget_design p {
	font-size: 11px;
	color: #626262;
	line-height: 12px;
	font-weight: bold;
	list-style-type: disc;
}
/*-----------------------------------------------------------------------------------------------TITLES*/
h2#home, h2#why, h2#about, h2#sustainability, h2#products, h2#contact {
	width: 280px;
	height: 20px;
	padding-bottom:25px;
	margin: 0px;
	position: relative;
}
h2#home {
	background: url(../images/title_home.gif) no-repeat;
}
h2#why {
	background: url(../images/title_why.gif) no-repeat;
}
h2#about {
	background: url(../images/title_about.gif) no-repeat;
}
h2#sustainability {
	background: url(../images/title_sustainability.gif) no-repeat;
}
h2#products {
	background: url(../images/title_products.gif) no-repeat;
}
h2#contact {
	background: url(../images/title_contact.gif) no-repeat;
}
h3#flexibility {
	background: url(../images/title_flexibility.gif) no-repeat;
	width: 150px;
	height: 20px;
	padding-bottom:20px;
	margin: 0px;
	position: relative;
}
h3#efficacy {
	background: url(../images/title_efficacy.gif) no-repeat;
	width: 150px;
	height: 20px;
	padding-bottom:20px;
	margin: 0px;
	position: relative;
}
h3#economic {
	background: url(../images/title_economic.gif) no-repeat;
	width: 150px;
	height: 20px;
	padding-bottom:20px;
	margin: 0px;
	position: relative;
}
h3#design {
	background: url(../images/title_design.gif) no-repeat;
	width: 150px;
	height: 20px;
	padding-bottom:20px;
	margin: 0px;
	position: relative;
}
/*-----------------------------------------------------------------------------------------------FOOTER*/
#footer {
	width:100%;
	height: 40px;
	padding:0px;
	margin: 0 auto;
}
#footerinner {
	width:960px;
	height: 40px;
	padding:0px;
	margin: 0 auto;
}
#footer {
	height: 45px;
	padding: 15px 25px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 930px;
	background-image: url(../images/footer.gif);
}
#contactform {
	width: 500px;
}
#footer #copyright {
	float: left;
	width: 300px;
	height: 45px;
	line-height: 45px;
	text-indent: -9999px;
}
#footer #lolli {
	line-height: 45px;
	float: right;
	height: 45px;
	width: 180px;
	text-indent: -9999px;
}
#footer #lolli a{
	display:block;
	line-height: 45px;
	float: right;
	height: 45px;
	width: 180px;
	text-indent: -9999px;
}
