body {
	font-family: arial;
	font-size: 8pt;
	background-color: #f3f3f3;
	color: #565656;
}

h1 {
	font-size: 12pt;
	margin: 0px;
	color: #219659;
}

h2 {
	font-size: 10pt;
	margin: 0px;
	margin-top: 10px;
	color: #219659;
}

h3 {
	font-size: 10pt;
	margin: 0px;
	margin-top: 10px;
	color: #565656;
}

p {
	margin: 0px;
}

a {
	color: #406742;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

INPUT {
	font-size: 8pt;
}
#container{
	background-color: white;
	width: 760px;
	height: 100%;
	position: relative;
	border: 1px solid lightgrey;
	border-style: none solid none solid;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0px;
	clear: left;
}
td { padding: 0px; }

#header {
	width: 760px;
	height: 64px;
	background-image: url('images/back_header.jpg');
	background-repeat: repeat-y;
	padding: 0px;
}

.headimg {

	height: 130px;
	width: 760px;
  margin: 0px;
  position: relative;
  padding: 0px;
	z-index: 3;
}

#content {
	clear: left;
	z-index: 0;
}


#menu {
	width:760px;
	height: 27px;
	background-image: url('images/back_menu.png');
	background-repeat: repeat-x;
	border: 1px solid lightgrey;
	border-style: solid none solid none;
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: -3px;
	z-index: 4;
}

#menu ul{
	list-style: none;
	margin: 0px;
	padding-left: 45px;
}

#menu li {
	float: left;
	margin: 0px 19px 0px 19px;
	position: relative;
	top: 7px;
	z-index: 4;

}

#menu a{
	color: #828282;
	display: block;
	padding-bottom:10px;
}

#menu li ul a{
	width: 106px;
	height: 20px;
	border-bottom: 1px solid #b0b0b0;
	padding: 0px;
	font-weight: normal;
}

#menu li ul a:hover{
	background-color: #f8f8f8;

}

#menu a:hover{
	color: #7cae5b;
	text-decoration: none;
}

#menu li ul {
	position: absolute;
	top: 20px;
	left: -999em;
	width: 110px;
	z-index: 3;
	background-color: #e3e3e3;
	background-image: url('images/back_dropdown.jpg');
	background-repeat: repeat-x;
	border: 1px solid lightgrey;
	padding: 0px;
	padding-bottom: 1px;
}

#menu li ul li{
	padding: 1px 2px 0px 2px;
	margin: 0px;
	text-align: left;
	position: relative;
	top: -1px;
}

#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
	right:-32px;
}

#footer {
	padding: 2px 0px 2px 0px;
	width: 760px;
	height: 12px;
	font-size: 7.5pt;
	color: white;
	text-align: center;
	background-color: lightgrey;
}

#footer a {

	color: white;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#lang {
	background-image: url('images/back_lang.gif');
	width: 71px;
	height: 28px;
	position: absolute;
	top: 80px;
	left: 680px;
	z-index: 7;
	}

#lang p{
	padding: 4px 0px 0px 6px;

}

img.thumb {
	margin: 0px 5px 0px 5px;
}

.box {
	background-color: #f7f7f7;
	border: 1px solid #d1d1d1;
	width: 550px;
	padding: 10px;
	margin: 10px;
	position: relative;
	z-index: 2;
	clear: left;
}

.box ul {
	list-style: url('images/ul.png');
	margin: 0px;
	margin-left: 20px;
	padding:3px;

}

.result {
	background-color: #dbffd9;
	border: 1px solid #e2e2e2;
	padding: 10px;
	margin: 10px;
	position: relative;
	
}
.result hr {
	border: solid 1px #75a472;
	clear: left;
}
.result form {
	margin: 0px;
	padding: 0px;
}

.parent a{
	color: #9bb09a;
	}
.product {
	border: 1px solid #939393;
	margin:2px;
	padding: 5px;
	display: block;
	float: left;
	position: relative;
	background-image: url('images/back_product.jpg');
	
	}
.product_link {
	padding: 2px;
	display: inline;
}

.product_info {
	font-family: times new roman;
	background-color: white;
	font-size: 8pt;
	font-weight: bold;
	display: inline;
	padding-right: 4px;
	padding-left: 4px;
	margin-right: 2px;
	border: 1px solid #939393;
}
.product_info a{
	color: blue;
}
td.prod_pad {
	padding: 4px;
	text-align: center;
}
td.prod_pad1 {
	padding: 4px;
}
#searchbox {
	z-index: 1;
	top: 233px;
	width: 760px;
	color: #9b9b9b;
}
#searchbox a{
	color: #9b9b9b;
	font-weight: normal;
}

#searchbox ul{
	width: 173px;
	position: relative;
	left: 590px;
	padding: 2px;
}
#searchbox form{
	width: 173px;
	position: relative;
	left: 590px;
	padding: 2px;
	margin: 0px;
}

#searchbox ul {
	list-style: square inside;
	margin: 0px;
}

#searchbox input {
	border: 1px solid #bfbfbf;
	background-color: #e3e3e3;
	color: #828282;
}


#wame {
	width: 100%;
	text-align: center;
	color: #cfcfcf;
	font-size: 7pt;
}

#wame a{
	color: #cfcfcf;
	}
	
#wame a:hover{
	color: #a0b59d;
	text-decoration: none;
	}
#flash {
	position:relative;
	z-index:1;
	}
	
	
.errortext {
	color:#FF0000; }

