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

html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  border:0;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#101010;
}

div, span, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration:none;
  color:inherit;
}

a img {
	border:none;
}

.clear {
	clear:both;
}


h1 {
	font-family: 'Oswald', sans-serif;
	font-size:30px;
	color:#fff;
	font-weight:100;padding-top:10px;
    text-shadow:0 -1px 1px #006C04;
}
	
h2 {
	font-family: 'Oswald', sans-serif;
	font-size:20px;
	color:#fff;
	font-weight:100;
	text-shadow:0 -1px 1px #006c04;
	-moz-text-shadow: 0 -1px 1px #006c04;
	-webkit-text-shadow: 0 -1px 1px #006c04;
	behavior:url(PIE.htc);
}

#header {
	height:140px;
	width:1000px;
	margin:0 auto 0 auto;
}

#logo {
	margin-top:20px;
	width:400px;
	float:left;
}

#nav-wrapper {
	width:380px;
	float:right;
		
}

#nav {
	padding-top:100px;
}

#nav ul a {
	padding-top:100px;
	padding-bottom:20px;
	padding-left:12px;
	padding-right:12px;
	text-decoration:none;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	font-weight:bold;
}

#nav ul a:hover {
	background-image:url(navhover.png);
	background-repeat:repeat-x;
	color:#fff;
	text-shadow: 0 -1px 1px #19b019;
	behavior:url(PIE.htc);
}
/* IE7 fix for hovering */
#ie7 #nav ul{margin-top:-100px;
}
#ie7 #nav ul li{vertical-align:bottom;padding-top:100px;padding-bottom:20px;}
#ie7 #nav ul li a:hover {
	background-image:url(navhover.png);
	background-repeat:repeat-x;
	color:#fff;
	text-shadow: 0 -1px 1px #19b019;
	behavior:url(PIE.htc);
}



#nav ul a:active {
	color:#95d199;
	background-image:url(navhover.png);
	background-repeat:repeat-x;
	color:#fff;
	text-shadow: 0 -1px 1px #19b019;
	behavior:url(PIE.htc);
}
	
#nav li {
	list-style-type:none;
	float:left;

}

#mid {
	height:300px;
	width:1000px;
	margin:0 auto 0 auto;
}

#contacts {
	margin-top:180px;
	width:280px;
	float:left;
	font-weight:bold;
	color:#059a0a;
}

#slide {
	width:700px;
	float:left;
}

#content {
	width:1000px;
	background-color:#36d32d;
	margin:0 auto 0 auto;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5ee648), to(#01b809)); 
	background:-webkit-linear-gradient(top, #5ee648, #01b809);
	background:-moz-linear-gradient(top, #5ee648, #01b809);
	background:-o-linear-gradient(top, #5ee648, #01b809);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ee648', endColorstr='#01b809');
	-pie-background: linear-gradient (#5ee648, #01b809) 50px ;
	behavior:url(PIE.htc);
}


#boxes-wrapper {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

.box {
	background-color:#03b90b;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#01b809), to(#5ee748));
	background:-moz-linear-gradient(top, #01b809, #5ee748); 
	background:-webkit-linear-gradient(top, #01b809, #5ee748);
	background:-o-linear-gradient(top, #01b809, #5ee748);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#01b809', endColorstr='#5ee748');
	width:310px;
	height:210px;
	float:left;
	margin:10px 3px 10px 10px;
	padding-left:8px;
	-pie-background: linear-gradient (#01b809, #5ee748) 50px ;
	behavior:url(PIE.htc);
}

.box-left {
	width:184px;
	height:184px;
	margin:13px 0 0 2px;
	float:left;
}

.box-right {
	width:110px;
	float:left;
	margin:130px 0;
	padding-left:8px;
}

.article {
	width:960px;
	margin:10px auto 0 auto;
	padding-bottom:20px;
	color:#fff;
}

#footer {
	width:1000px;
	margin:0 auto 0 auto;
}

#footer-left {
	width:500px;
	float:left;	
}

#footer-left ul a {
	padding-right:20px;
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
	color:#009f07;
}

#footer-left ul a:hover {
	color:#005d04;
}
	
#footer-left li {
	list-style-type:none;
	float:left;
	padding:8px 0 8px 0;
}

#credits  {
	float:right;
	font-size:10px;
	padding-top:8px;
	text-align:right;
	color:#009f07;
	padding-right:15px;
}

#credits a:hover {
	color:#005d04;
}

#contactform{width:500px;float:left;}
#place{float:right;width:300px;margin-right:158px;font-size:14px;}
.placelabel {width:80px;float:left;}
label{display: block;
float: left;
margin: 5px 5px 0 0;
text-align: left;
width: 170px;}
input, textarea{background: none repeat scroll 0 0 white;
margin-bottom: 2px;
padding: 2px 5px 5px;
width: 280px;border:0 none;}
input:focus, textarea:focus{-moz-box-shadow:    inset 0 0 5px #1BC51B;
   -webkit-box-shadow: inset 0 0 5px #1BC51B;
   box-shadow:         inset 0 0 5px #1BC51B;}
#place h3{font-size:18px;margin-top:7px; text-shadow:0 -1px 1px #006C04;font-weight:bold;}
#captchaimg{margin-top:5px;}
div#gallerywrap{margin-top:18px;}
#btnsend button{width:50px;}