html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
	text-decoration: underline;

}
a:hover {
	color: #666666;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}


body {
	background: url(images/page_bg.gif);
	text-align: center;
	font: 12px arial, sans-serif;
	color: #464544;
	padding-bottom: 10px;
}

#outer {
  background: top left url(images/page_bg_top.gif) repeat-x;
  padding-top: 20px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 798px;
  position: relative;
  background: url(images/body_bg.gif) repeat-y;
}
#body-bot {
  background: bottom left url(images/body_bg_bot.jpg) no-repeat;
}
#body-top {
  background: url(images/body_bg_top2.gif) no-repeat;
  min-height: 795px;
  _height: 800px;
  padding-bottom: 1px;
}

/** logo **/

#logo {
  width: 25em;
  padding-left: 20px;
  text-align: left;
}
#logo h1 {
  color: #6F7033;
  font: 22px verdana, Arial, sans-serif;
  line-height: 1;
  padding-top: 0.7em;
}
#logo p {
  color: #464544;
  font: 12px verdana, arial, sans-serif;
  line-height: 2;
  margin: 0;
}

/** nav **/

#nav {
  margin-top: 30px;
}
#nav li {
  list-style: none;
  float: left;
  background: left center url(images/arr_white.gif) no-repeat;
  padding-left: 15px;
  padding-right: 20px;
}
#nav a {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}
#nav a:hover {
  color: #FFA405;
}

/** white box **/
#wbox {
  width: 500px;
  margin-top: 25px;
  margin-left: 22px;
}

#wbox-bg  { background: url(images/white_bg.gif) repeat-y; }
#wbox-grd { background: bottom url(images/white_grad_bg.gif) repeat-x; }
#wbox-sensors { background: bottom url(images/white_grad_bg.gif) repeat-x; }
#wbox-top { background: url(images/white_bg_top.gif) no-repeat; height: 24px; }
#wbox-bot { background: bottom left url(images/white_bg_btm.gif) no-repeat; height: 23px; }

#wbox-grd {
  min-height: 370px;
  padding: 0px 24px;
}

#wbox-sensors {
  min-height: 590px;
  padding: 0px 24px;
}


#wbox h2 {
  font: bold 14px arial, sans-serif;
  color: #000;
  margin: 0;
}

#wbox p {
  margin: 0.8em 0;
  text-align: justify;
}

.details {
  font: 12px arial, sans-serif; color: #464544; 
  width: 456px; 
  height:210px; 
  text-align: justify; 
  padding: 0px 12px 10px 15px; 
  border: none;
  z-index:2;  
  visibility: hidden; 
  display: none;
}

#features {
  background: #EDF0C4;
  padding: 14px;
  margin: 0 -14px;
}
#features h2 {
  position: relative;
}

#features table {
  text-align: left;
  font-weight: bold;
  border-width: 1px;
  border-style: solid;
  border-color: #222222;
}

#features ul {
  float: relative;
  width: 49%;
  margin: 8px 0;
  padding: 0;
}
#features li {
  list-style: square;
  margin-left: 42px;
}

/** principles **/
#principles {
  background: #EDF0C4;
  padding: 14px;
  margin: 0 -14px;
}
#principles h2 {
  position: relative;
}
#principles table{
 text-align: left;
}



/** footer **/

#newsletter, #events {
  float: left;
  width: 49%;
  margin-top: 1em;
  border: none;
}
#newsletter h2, #events h2 {
  color: #000 	;
}
#newsletter .text {
  width: 125px;
}
#newsletter form {
  margin: 0.3em 0 0.6em 0;
}
#newsletter p {
  margin: 0.3em 0;
  font-size: 10px;
}
#newsletter a {
  color: #000;
}


#events {
  margin-left: 3%;
  width: 200px;
}
#events ul {
  margin: 0.3em 0;
  padding: 0;
}
#events li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/** grey box **/

#greybox {
  width: 326px;
  position: absolute;
  top: 110px;
  left: 400px;
}
#greybox-top {
  padding-left: 165px;
  padding-top: 18px;
}
#greybox-bot {
  padding-bottom: 4px;
}
#greybox h2 {
  font: bold 12px arial, sans-serif;
  color: #E4EE6A;
  line-height: 1.5;
}
#greybox a {
  color: #fff;
}

#copyright {
  font-size: 9px;
  color: #fff;
  margin-top: 18px;
}