html{
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 100%;
	background: url(../images/background.jpg) bottom center repeat-x;

}

body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: "Helvetica Nueu", Helvetica, Tahoma, Verdana, Arial, _sans;
	color: #666666;
	
	}

h1{
	font-size: 36px;
	margin-bottom: 1px;
}

h2{
	font-size: 22px;
	padding:2px;
	margin:2px;
}

ul{
	padding:5px;
	margin: 5px;
}

a:link {
		color: #666666;
		text-decoration: none;
}
	
a:active {
		color: #666666;
		text-decoration: none;
}
	
a:visited {
		color: #999999;
		text-decoration: none;
}
	
a:hover {
		color: #666666;
		background: #d6f0a1;
}
	
a.gall_thumb:link{
	background: none;
	border: none;
}

a.gall_thumb:visited{
	background: none;
	border: none;
}

a.gall_thumb:active{
	background: none;
	border: none;
}
	
a.gall_thumb:hover{
	background: none;
	border: none;
}


input{
	padding:5px
	font-size: 18px;
	font-weight: bold;
	color: #80a43d;
	background: #ffffff;
	border: none;
	margin:5px 0;
	outline: 0;
	width: 240px;
}

textarea{
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #80a43d;
	background: #ffffff;
	border: none;
	margin: 5px 0;
	width: 225px; 
	height: 150px;
	outline: 0;

}
	

#menu a:link {
		color: #ffffff;
		font-size: 20px;
		text-decoration: none;
	}
	
#menu a:active {
		color: #ffffff;
		font-size: 20px;
		text-decoration: none;
	}
	
#menu a:visited {
		color: #ffffff;
		font-size: 20px;
		text-decoration: none;
	}
	
#menu a:hover {
		color: #ffffff;
		font-size: 20px;
		background: #c2e47e;
	}
	
#contact a:link {
		color: #ffffff;
		font-size: 16px;
		text-decoration: none;
	}
	
#contact a:active {
		color: #ffffff;
		font-size: 16px;
		text-decoration: none;
	}
	
#contact a:visited {
		color: #ffffff;
		font-size: 16px;
		text-decoration: none;
	}
	
#contact a:hover {
		color: #ffffff;
		font-size: 16px;
		background: #c2e47e;
	}
	


#menu{
	text-align: center;
	background-color: #a5c26b;
	padding: 10px 0px 10px 30px;
	border-bottom: #333333 solid 3px;
}

#menu a{
	margin: 10px 30px 10px 30px;
	padding:5px;
	
}

#container{
	width:850px;
	margin: 20px auto 0px auto;
	text-align: left;
}

#main{
	text-align: center;
}

#content_home ul{
	list-style: none;
	padding: 0;
	margin: 0;
	
}

#content_home li{
	float: left;
	width: 425px;
	padding: 0;
	margin: 0;
}

#content_home div{
	margin: 10px 10px -110px 10px;
	padding:130px 10px 10px 10px;
	position: relative;
}

.gallery {
	padding-top: 25px;
	text-align: center;
}

.gallery img{
	padding: 10px;
	border: none;
}

#flash{
	margin-top: 10px;
	padding: 5px;
	background: #b9d286;
}

#grass{
	clear: left;
	position: relative;
	height: 200px;
	width: 100%;
	z-index: 2;
	background: url(../images/grass.png) top repeat-x;	
}

#footer{
	width: 100%;
	text-align: center;
	background: #333333;
	color:#ffffff;
	padding:1px 0;
	margin:0;
	clear:left;
	
}

#price td{
	padding: 4px;
}

.light{
	background: #b9d286;
}

.features li{
	padding: 5px 0;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -400px;
}

.clearing {clear:both; height:0; overflow:hidden; margin:-1px 0 0 0;}

.rounded {
  -moz-border-radius-topleft:12px;
  -moz-border-radius-topright:12px;
  -moz-border-radius-bottomright:12px;
  -webkit-border-top-left-radius:12px;
  -webkit-border-top-right-radius:12px;
  -webkit-border-bottom-right-radius:12px;
  -webkit-border-bottom-left-radius:12px;
  -moz-border-radius-bottomleft:12px;
}

.rounded2 {
  -moz-border-radius-topleft:12px;
  -moz-border-radius-topright:12px;
  -moz-border-radius-bottomright:12px;
  -webkit-border-top-left-radius:12px;
  -webkit-border-top-right-radius:12px;
  -webkit-border-bottom-right-radius:12px;
  -webkit-border-bottom-left-radius:12px;
  -moz-border-radius-bottomleft:12px;
  
}