* {
	margin:0px;
	padding: 0px;
}

h1 {
	font-size: 22px;
}

a:link, a:visited {
	color: #01891F;
}

a:hover{
	color: #04CC30;
	text-decoration: none;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	color:#616161;
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#wrapper {
	margin:0px auto;
	width: 835px;
	background-image: url(../images/bg-content.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	border: 0px solid #eee;
}

#container {
	margin: 0px auto;
	padding: 33px 10px 0 10px;
	width: 781px;
}

#header {
	border-bottom: 2px solid #ADD463;
}

#divider {
	background-image: url(../images/bg-divider.jpg);
	background-repeat: no-repeat;
	height: 7px;
}

#content {
	height:100%;
	border-bottom: 4px solid #ADD463;
}

#content .oneCol img, #content .rightCol img {
	padding: 6px;
	border: 1px solid #eee;
	margin: 0 10px 10px 10px;
}

#pictures {
	float: left;
	width: 230px;
	margin-top: 10px;
}

#content .oneCol li{
	float: left;
	list-style: none;
}

#content .oneCol li img{
	border: 1px solid #eee;
	margin: 0 3px 0 3px;
}

#content .oneCol {
	float: left;
	width: 751px;
	padding: 30px 10px;
	text-align: justify;
}

#content p{
	margin: 15px 0 15px 0;
}

#content .leftCol {
	float: left;
	width:326px;	
	position: relative;
}

#content .rightCol {
	float: left;
	width:395px;
	margin-left: 10px;
	padding: 10px 10px 10px 10px;
	position: relative;
}

#content .rightCol h2{
	font-size: 15px;
	padding: 5px 0 5px 0;
}

#content .contactForm{
	float: left;
	width:370px;
	margin-left: 10px;
	padding: 10px 10px 10px 10px;
	position: relative;
	display: none;
}

#content .slide{
	margin: 30px auto;
	width: 416px;
	height: 141px;
	background-image: url(../images/bg-slide.gif);
	background-repeat: no-repeat;
	border: 0px solid #000;
}

#content .slide img{
	border: 0px solid #ccc;
	border: 0;
	margin: 0;
 }

#content .slide li{
	list-style: none;
	float: left;
}

.textbox{
	padding: 5px;
	width: 300px;
	margin-left: 10px;
	margin-bottom: 20px;
}
.message {background:lightyellow;color:#000;display:none;padding:5px;margin-bottom:5px;}
.message li{margin-left:30px;}
.product { margin-top: 10px; }
.product ul { margin: 0; padding: 0; }
.product li { display: inline; float: left; margin: 6px; background: transparent; width: 85px; height: 85px; }
.product li a { display: block; width: 85px; height: 85px; background-position: center; background-repeat: no-repeat; text-decoration: none; }
.product img { padding: 6px; border: 1px solid #ccc; }

#footer {
	margin:0px auto;
	width: 815px;
	background-color: #fff;
	background-image: url(../images/bg-footer.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font-size: 10px;
	color: #999;
	padding: 30px 0 20px 20px;
}

#footer img{
	margin-right: 10px;
}