body, div, a, ul, li, h1, h2, h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-decoration: none;
}

body {
  background: #FFFFFF;
  border: 0;
  padding: 0;
}

img {
	border:0
}

.divheader {
	position: absolute;
	border: 0;
	top: 5px;
	left: 180px;
	height: 92px;
	width: 595px;
	background-image: url(images/eco_tec_logo.jpg);
	background-repeat: no-repeat;
}

.divvalue {
	position: absolute;
	border: 0px;
	padding: 0px;
	padding-left: 5px;
	top: 100px;
	left: 168px;
	right: 180px;
	bottom: 30px;
	min-width: 400px;
  font-size: medium;
}
.divvalue ul {
  list-style: none;
	list-style-position: outside;
}
.divvalue li {
	padding: 0px;
	padding-bottom: 5px;
}
.divvalue h1 {
  font-size: large;
  font-weight: bold;
}
.divvalue h2 {
  font-size: medium;
}
.divvalue h3 {
  font-size: small;
	display: block;
	margin-bottom: 2px;
	margin-top: 10px;
}
.divvalue a {
	color: #000000;
	text-decoration: none;
}
.divvalue a:hover {
	background-color: #999999;
	color: #CCCCCC;
}

.divmenu {
	position: absolute;
	background-color: #FFFFFF;
	background-image: url(images/menu_background.gif);
	background-position: center top;
	background-repeat: no-repeat;
	color: #000000;
	border-width: 0px;
	padding: 0;
	top: 100px;
	left: 5px;
	width: 157px;
	height: 255px;
}
.divmenu ul {
  position: absolute;
  margin: 0px;
  padding: 0px;
  list-style: none;
  list-style-position: outside;
}
.divmenu li {
  position: absolute;
	width: 155px;
	height: 25px;
	line-height: 20px;
	padding-top: 3px;
	padding-left: 1px;
	border: 0;
	border-bottom-width: thin;
	border-style: solid;
	border-color:#FFFFFF;
}
.divmenu ul, li, a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
	text-decoration: none;
}
.divmenu a  {
  display: block;
	padding-left: 10px;
}
.divmenu a:hover {
  display: block;
  color: #666666;
  font-weight: bold;
	text-decoration: none;
  display: block;
}
.divmenu span{
  display: block;
  font-weight: bold;
  color: #000000;
	padding-left: 10px;
}

.divinfo ul {
  position: absolute;
  margin: 0px;
  padding: 0px;
	top: 30px;
	left: 10px;
  list-style: none;
  list-style-position: outside;
}

.divsearch {
	position: absolute;
	border: 0px;
	padding: 0px;
	padding-left: 5px;
	top: 130px;
	left: 168px;
	width: 300px;
	height: 100px;
}

.divlogo {
	position: absolute;
	border: 0px;
	padding: 0px;
	top: 2px;
	left: 15px;
	width: 133px;
	height: 100px;
	background-image:url(images/platine.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.divcaption {
	position: absolute;
	border: 0px;
	padding: 0px;
	top: 100px;
	left: 168px;
	width: 400px;
	height: 25px;
	background-image:url(images/search_head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 3px;
}
.divcaption h1 {
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	border: 0;
	padding: 0;
	padding-left: 20px;
	display: inline;
}