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

body {
	/*background-image: url("../images/bg.jpg");*/
	font-family:Arial, Helvetica, sans-serif;
	background-repeat:no-repeat;
	font-size:13px;
	background-color:#89bd22;
	color:#444;
}
a:link , a:visited , a:active {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:#89bd22;
}
hr {
	border:none dotted thin;
	background-color:#ccc;
	height:1px;
}
.radius {
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
}
.shadow {	
	-moz-box-shadow: 0 0 10px #333;
	-webkit-box-shadow: 0 0 10px #333;
	box-shadow: 0 0 10px #333;
}
.border-white {
	border:solid 1px white;
}
.text-shadow {
	text-shadow: 1px 1px #666;
}

@font-face {  
  font-family: font ;  
  src: url("font.ttf") format("truetype");
}
@font-face {  
  font-family: font ;  
  src: url("font.ttf") format("truetype");
}
h1, h2, h3, h4 {
	color:#444;
}
h4 {
	font-size:16px;
	padding:0;
	margin:0;
}

.barheader {
	width:100%;
	position:absolute;
	height:3px;
	background:#5b8700;
}
.header {
	margin-top:30px;
	float:left;
}
.logo {
	width:250px;
	height:125px;
	float:left;
	margin-right:40px;
}
.menu {
	margin-top:46px;
}
.menu, .menu img {
	float:left;
}
.wrap {
	position:relative;
	z-index:2;
	width:900px;
	padding:25px;
	padding-bottom:130px;
	background:white;
}

.home_left {
	width:650px;
	float:left;
}
.home_right {
	width:220px;
	float:left;
	margin-left:30px;
}
.gallery img {
	float:left;
}
.gallery img:hover {
	-moz-box-shadow: 0 0 10px #333;
	-webkit-box-shadow: 0 0 10px #333;
	box-shadow: 0 0 10px #333;
}
.barbig {
	width:100%;
	height:380px;
	position:absolute;
	z-index:-1;
	top:203px;
	background:#5b8700;
}

.footer {
	width:100%;
	background-image:url("../images/footer.png");
	height:135px;
	position:relative;
	z-index:4;
	margin-top:-100px;
}
.city {
	width:100%;
	height:465px;
	background-image:url("../images/city.png");
	position:relative;
	z-index:1;
	margin-top:-575px;
}
.container_footer {
	width:900px;
	margin:0 auto;
}
.footer1 {
	width:160px;
	float:left;
	margin-top:30px;
	font-size:12px;
}
.footer2 {
	width:550px;
	float:left;
	margin-top:30px;
	font-size:12px;
}
ul {
	padding-left:10px;
	padding-top:5px;
}

.contact_left {
	width:500px;
	padding-right:24px;
	border-right:solid 1px #ccc;
	float:left;
}
.contact_right {
	width:350px;
	float:left;
	padding-left:25px;
}
textarea {
	width:100%;
	height:100px;
}