@charset "UTF-8";
/* CSS Document */

body {
	background: #8f989d url(../images/back.jpg) repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background: #8f989d url(../images/backContainer.jpg) repeat-x;
	min-height: 800px;
}
#header {
	width: 950px;
	height: 128px;
	background: url(../images/header.jpg) no-repeat;
}
#headerImg {
	text-align: center;
}
#contentHolder {
	margin: 0;
	padding: 16px;
	overflow: hidden;
}
#content {
	padding: 30px;
	margin-top: 10px;
	background-color: #FFF;
	border: 1px solid #e9e9e9;
	overflow: hidden;
}
#content img {
	float: right;
	margin-left: 16px;
}
#content ul {
	font-size: 12px;
	line-height: 14px;
}
#content ul li {
	margin-left: 25px;
	list-style-type: disc;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/*  */
h1 {
	color: #000;
	font-size: 16px;
	font-weight: bold;
}
p {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 14px;
}
a {
	color: #000;
}
a:hover {
	color: #fff200;
}
p.bottom {
	font-weight: bold;
	margin-top: 210px;
}
.bLeft {
	font-weight: normal;
}
/* nav */
ul.nav {
	padding: 0;
	margin: 78px 0 0 218px;
	list-style: none;
	height: 30px;
	float: left;
	clear: left;
}
ul.nav li {
	float: left;
}
ul.nav li a {
	float: left;
	text-decoration: none;
	color: #8f989d;
	padding: 9px 15px 0 0;
	background: url(../images/upShape.png) no-repeat top right;
	font-size: 12px;
	font-weight: bold;
}
ul.nav li a span {
	float: left;
	padding-right: 15px;
	display: block;
	margin-top: -9px;
	height: 30px;
	background: url(../images/upShape.png) no-repeat top left;
}
ul.nav li a:hover {
	color: #000;
	background: url(../images/overShape.png) no-repeat top right;
}
ul.nav li a:hover span {
	background: url(../images/overShape.png) no-repeat top left;
}
ul.nav li a.current {
	background: url(../images/overShape.png) no-repeat top right;
	color: #000;
}
ul.nav li a.current span {
	background: url(../images/overShape.png) no-repeat top left;
}

/* contact */
#contentInfo {
	padding: 40px 80px 0px 0px;
}
#formWrapper  {
	font: 12px Arial, Helvetica, sans-serif;
	height: 280px;
}
#formLeft {
	width: 45%;
	float: left;
}
#formRight {
	width: 55%;
	float: right;
}
.formTable {
	padding: 0;
	margin: 0;
}
.formTable tr td {
	padding: 0 8px 3px 0;
}
#sendingTxt {
	margin-top: 6px;
	display: none;
}
#sendedTxt {
	margin-top: 6px;
	display: none;
}
#sendedTxt p, #sendingTxt p {
	color: #66a618;
}
.formField {
	border: 1px solid #8f989d;
	padding-left: 1px;
	padding-right: 1px;
	width: 100%;
}
input, textarea {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0;
}
.formField:focus {
	border: 1px solid #fff200;
}
.required {
	color: #fff200;
}
.btn {
	background-color: #8f989d;
	border: 1px solid #8f989d;
	color: #FFF;
	cursor: pointer;
}
.btn:hover {
	background-color: #fff200;
	border: 1px solid #fff200;
	color: #000;
}
#recyled {
	width: 330px;
}
#recyled img {
	float: right;
}