body {
	font-size: 62.5%;
	font-family: arial;
	background: #fff url(body-bg.png) no-repeat;
	padding: 0;
	margin: 0;
	text-align: left;
}

a {
	outline: none;
}

#header {
	
	height: 20px;
}
#header {
	width: 1000px;
	margin: 0 auto;
}
h1 {
	background: url(logo.png) no-repeat 0 0;
	position: absolute;
	top: 25px;
	height: 200px;
	width: 300px;
	text-indent: -999em;
	left: 50px;
	z-index: 2;
}
#header a#fb {
	background: url(fb_bg.png) no-repeat 0 -36px;
	width: 94px;
	height: 80px;
	display: block;
	position: absolute;
	right: 15%;
	text-indent: -999em;
	top: 0;
	z-index: 1;
}
#header a#fb:hover {
	background-position: 0 -26px;
}
#header ul {
	list-style-type: none;
	margin: 100px auto 0;
	position: relative;
	z-index: 5;
	width: 550px;
	background: url(content_bg.png);
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	padding: 10px 20px;
	-moz-box-shadow: 2px 2px 6px #888;
	-webkit-box-shadow: 2px 2px 6px #888;
	box-shadow: 2px 2px 6px #888;
}
#header ul li {
	display: inline;
	margin: 0 15px;
	padding-bottom: 10px;
}
#header ul li a,
ul#nav li:hover  li a {
	/*text-indent: -999em;
	background: url(menu.gif) no-repeat 0 0;
	float: left;
	padding: 6px 40px;*/
	color: #00892C;
	font-size: 22px;
	text-decoration: none;
	font-weight: bold;	
}
#header ul li a:hover,
#header ul li a.active,
ul#nav li:hover a,
ul#nav li:hover  li a:hover {
	color: #c3413e;
	text-decoration: underline;
}
ul#nav li ul { 	
	position: absolute;
	margin: 0;
	width: 444px;
	padding: 10px 0;
	display: none;
	left: 120px;
	top: 42px;
	-webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
 }
ul#nav li:hover ul,
ul#nav li ul li { display: block; }

ul#nav li:hover ul li a{ 	
	font-size: 18px;
 }
/*#header ul li a.menu {
	background-position: -102px 0;
}
#header ul li a.contact {
	background-position: -200px 0;
	padding: 7px 48px;
}
#header ul li a:hover {
	background-position: 0 -20px;
}
#header ul li a.menu:hover {
	background-position: -102px -20px;
}
#header ul li a.contact:hover {
	background-position: -200px -20px;
}*/

#footer {
	background: url(footer_bg.png) no-repeat 0 0;
	position: absolute;
	bottom: 0;
	height: 225px;
	width: 100%;
	
}
#footer p {
	background: #00892c;
	display: block;
	padding: 5px;
	margin: 200px 0 0 0;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
}
#footer p span {
	padding-left: 20px;
}
#cart {
	background: url(cart.png) no-repeat top right;
	position: absolute;
	bottom: 0;
	height: 180px;
	width: 400px;
	z-index: 3;
	right: 0;
}
#tree{
	background: url(tree.png) no-repeat top right;
	position: absolute;
	bottom: 0;
	height: 410px;
	width: 400px;
	z-index: -1;
	right: 0;
}
#birds {
	background: url(birds.png) no-repeat;
	position: absolute;
	top: 0;
	height: 295px;
	width: 100%;
}
#kite {
	background: url(kite.png) no-repeat 100% 20px;
	position: absolute;
	top: 0;
	height: 150px;
	width: 100%;
}
#well {
	background: url(well.png) no-repeat 200px 20px;
	position: absolute;
	bottom: 0;
	height: 200px;
	width: 100%;
}
#tractor {
	background: url(tractor.png) no-repeat 20px -15px;
	position: absolute;
	bottom: 0;
	height: 185px;
	width: 100%;
	z-index: -1;
}
#content {
	width: 800px;
	margin: 85px auto 0;
	background: url(content_bg.png);
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	padding: 10px 20px 20px;
	-moz-box-shadow: 2px 2px 6px #888;
	-webkit-box-shadow: 2px 2px 6px #888;
	box-shadow: 2px 2px 6px #888;
	z-index: 1;
	position: relative;	
}
#home #content h2 {
	background: url(h2_welcome.png) no-repeat 0 0;	
	height: 30px;
	width: 308px;
	text-indent: -999em;
}
#content h2 {
	font-size: 26px;
    font-weight: bold;
	color: #c3413e;
	
}
#content p{
	font-size: 14px;
	text-align: justify;
}
.menu  ul{
	padding: 0;
	margin: 0;
}
.menu  ul.bottom{
	margin-top: 20px;
}
.menu ul li {
	float: left;
	list-style-type: none;
	padding: 0 20px 20px 0;
}
.menu ul li.last {
	float: right;
	list-style-type: none;
}
.menu ul li  a{
	font-size: 14px;
	color: #00892C;
	text-decoration: none;
	font-weight: bold;
}
/*modal */
.overlay {
		width:  300px;
		padding: 10px;
		height: 190px;
		top: 248px;
		left: 248px;
		position: absolute;
		background: #fff url(overlay-bg.gif) repeat-x 0 0;
		border: 2px solid #3ab04b;
		overflow: hidden;	
		font-size: 70%;
		display: none;
		z-index: 100;		
	}
#modal-background {
		position: fixed;
		z-index: 10 !important;
		height: 100%;
		width: 100%;
		/*background: #fff;*/
		top: 0;
		left: 0;
		opacity: 0.5;
		filter: alpha(opacity=50) !important;
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
		-moz-opacity: 0.5;
		display: none;
}	
span.close {
	text-indent: -999em;
	cursor: pointer;
	width: 1px;
	height: 0;
	background: url(overlay-close.png) no-repeat 0 0;
	float: right;
	z-index: 1;
	padding: 13px 13px 0 0;
}	

div#modalFull {
	font-size: 12px;
	color: #777;
}
div#modalFull div#modalLoading {
	
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(ajax-loader.gif) no-repeat;
	background-position: center;
}
div#modalFull div#modalLoading.error {
	
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#modalFull div#modalWrapper {
	background: #fff;
	/*border: 4px solid #777;*/
}
div#modalFull div#modalWrapper a#closeBut {
	position: absolute;
	display: block;
	top: -7px;
	right: -6px;
	width: 14px;
	height: 14px;
	text-indent: -9999em;
	background: url(close.gif) no-repeat;
	outline: 0;
	z-index: 73;
}
.browserIE6 div#modalFull div#modalWrapper a#closeBut {
	top: 10px;
	right: 10px;
}
div#modalFull div#modalWrapper h1#modalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -22px;
	left: 5px;
	font-size: 12px;
	color: #ddd;
	display: none;
}
div#modalFull div#modalWrapper div.wrapper div#modalContent {
	padding: 5px;
	position: relative;
	z-index: 71;
	margin: 10px 10px 0;
}
div#modalFull div#modalWrapper div.wrapperImg div#modalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
	z-index: 71;
	padding: 10px;
}
div#modalFull div#modalWrapper div.wrapperImg div#modalContent img {
	vertical-align: baseline;
}
div#modalFull div#modalWrapper div.wrapperImg div#modalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=20);
	display: none;
}
div#modalFull div#modalWrapper div.wrapperImg div#modalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}
div#modalFull div#modalWrapper a.modalPrev, div#modalFull div#modalWrapper a.modalNext {
	z-index: 105;
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 40%;
	cursor: pointer;
	text-indent: -9999em;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}
div#modalFull div#modalWrapper div.wrapperSwf a.modalPrev, div#modalFull div#modalWrapper div.wrapperSwf a.modalNext, div#modalFull div#modalWrapper div.wrapper a.modalPrev, div#modalFull div#modalWrapper div.wrapper a.modalNext {
	height: 60%;
	width: 20%;
}
div#modalFull div#modalWrapper div#modalContent a.modalPrev {
	left: 0;
}
div#modalFull div#modalWrapper div#modalContent a.modalPrev:hover {
	background: url(../img/prev.gif) left 20% no-repeat;
}
div#modalFull div#modalWrapper div#modalContent a.modalNext {
	right: 0;
}
div#modalFull div#modalWrapper div#modalContent a.modalNext:hover {
	background: url(../img/next.gif) right 20% no-repeat;
}
#modalBg {
	background: #000;
}

#wrapper_bg {
	border:0 none;
	height:100%;
	left:0;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:70;	
	background: #fff;
	padding: 5px;
}
.browserIE6 #wrapper_bg {
	display: none;
}
.browserIE6 .wrapper,
.browserIE6 .wrapperImg {
	padding: 15px 15px;
	border:5px solid #ebeef0;
}
#wrapper_bg .wrapper_bg_nw {
	background: url(modal_nw_bg.png) no-repeat 0 0;
	left:-20px;
	padding:10px;
	position:absolute;
	top:-20px;
	z-index:71;
}
#wrapper_bg .wrapper_bg_n {
	background: url(modal_n_bg.png) repeat-x 0 0;
	left: 0;
	height: 20px;
	position:absolute;
	top:-20px;
	z-index:71;
	width: 100%;
}
#wrapper_bg .wrapper_bg_ne {
	background: url(modal_ne_bg.png) no-repeat top right;
	right:-20px;
	padding:10px;
	position:absolute;
	top:-20px;
	z-index:71;
}
#wrapper_bg .wrapper_bg_e {
	background: url(modal_e_bg.png) repeat-y top right;
	right:-20px;
	width: 20px;
	position:absolute;
	top:0;
	z-index:71;
	height: 100%;
}
#wrapper_bg .wrapper_bg_se {
	background: url(modal_se_bg.png) no-repeat bottom right;
	right:-20px;
	padding:10px;
	position:absolute;
	bottom:-20px;
	z-index:71;
}
#wrapper_bg .wrapper_bg_s {
	background: url(modal_s_bg.png) repeat-x bottom right;
	right:0;
	height: 20px;
	position:absolute;
	bottom:-20px;
	z-index:71;
	width: 100%;
}
#wrapper_bg .wrapper_bg_sw {
	background: url(modal_sw_bg.png) no-repeat bottom left;
	left:-20px;
	padding:10px;
	position:absolute;
	bottom:-20px;
	z-index:71;
	
}
#wrapper_bg .wrapper_bg_w {
	background: url(modal_w_bg.png) repeat-y top right;
	left:-20px;
	width: 20px;
	position:absolute;
	top:0;
	z-index:71;
	height: 100%;
}
.browserIE7 #wrapper_bg .wrapper_bg_w ,
.browserIE7 #wrapper_bg .wrapper_bg_e {
	padding-bottom: 10px;
}
#modalContent {
	position: relative;
	z-index: 72;
	margin: 10px;	
}