@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000;
	line-height:15px;
	background: #ffdb40 url("../images/bg.jpg") 0 0 repeat-x;
	margin: auto;
}


h1 {
	display:block;
	margin-bottom:15px;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 5px;
	color: #445700;
	border-bottom: #445700 1px solid;
	text-transform:uppercase;
	clear: both;
	_line-height: 10px;
	#line-height: 10px;
}
h2 {
	font-size: 10px;
	font-weight:bold;
	line-height:14px;
	margin:none;
	color: #fff;
	border-bottom:1px solid #4d513e;
}
#wrapper {
	margin: auto;
	width: 1000px;
}
#header {
	margin: auto;
	height: 193px;
	width: 1000px;
	background: url("../images/header.jpg") 0 0 no-repeat;
}

#menu {
	margin: auto;
	height: 46px;
	width: 1000px;
	background: url(../images/menu.jpg) 0 0 no-repeat;
}

#buttons{
	margin:0 auto;
	width:732px;
	height:46px;
}
#buttons ul{
	padding:0;
	margin:0;
	float:left;
	list-style:none;
}
#buttons ul li{
	padding:0;
	margin:0;
	float:left;
	list-style:none;
}
#btn1{
	height: 46px;
	width: 142px;	
	background: transparent url("images/btn1.jpg") 0 0 no-repeat;
}
#btn1:hover{
cursor:pointer;
	height: 46px;
	width: 142px;
	background: transparent url("images/btn1-hover.jpg");
}
#btn1.active{
	height: 46px;
	width: 142px;
	background:url("images/btn1-hover.jpg");
}

#btn2{
	height: 46px;
	width: 142px;
	background: transparent url("images/btn2.jpg") 0 0 no-repeat;
}
#btn2:hover{
cursor:pointer;
	height: 46px;
	width: 142px;
	background: transparent url("images/btn2-hover.jpg") 0 0 no-repeat;
}
#btn2.active{
	height: 46px;
	width: 142px;
	background: transparent url("images/btn2-hover.jpg");
}

#btn3{
	height: 46px;
	width: 142px;
	background: transparent url("images/btn3.jpg");
}
#btn3:hover{
cursor:pointer;
	height: 46px;
	width: 142px;
	background: transparent url("images/btn3-hover.jpg");
}
#btn3.active{
	height: 46px;
	width: 142px;
	background: transparent url("images/btn3-hover.jpg");
}

#btn4{
	height: 46px;
	width: 142px;
	background: transparent url("images/btn4.jpg");
}
#btn4:hover{
cursor:pointer;
	height: 46px;
	width: 142px;
	background: transparent url("images/btn4-hover.jpg");
}
#btn4.active{
	height: 46px;
	width: 142px;
	background: transparent url("images/btn4-hover.jpg");
}


#btn5{
	height: 46px;
	width: 142px;
	background: transparent url("images/btn5.jpg");
}
#btn5:hover{
cursor:pointer;
	height: 46px;
	width: 142px;
	background: transparent url("images/btn5-hover.jpg");
}
#btn5.active{
	height: 46px;
	width: 142px;
	background: transparent url("images/btn5-hover.jpg");
}

#top {
	width:1000px;
	height:85px;
	background: url(../images/content-top.jpg) 0 0 no-repeat;
}

#content{
	margin:0 auto;
	padding-top:10px;
	padding-bottom:20px;
	width: 700px;
	min-height: 400px;
	height:auto !important;
	height: 400px;
}
#middle{
	background: url(../images/content-middle.jpg) top center no-repeat;
}
#bottom{
	background: transparent url(../images/content-bottom.jpg) center center repeat;
}

#footer{
	padding-bottom: 5px;
	margin:auto;
	width: 600px;
	height: 30px;

}
#footer a{
	font-family: Tahoma;
	font-size: 11px;
	line-hight: 10px;
 	color: #333333;
}

#footer a:hover{
 	color: #ffffff;
	text-decoration: none;
}
#footer ul{
	padding: 5px 0 0 0;
	margin: auto;
}

#footer ul li{
padding: 0 25px 0 0;
list-style: none;
float:left;
margin: auto;
}

a {
 	font-size: 11px;
	outline:none;
	color: #6ca0ed;
	text-decoration: none;
}
a:hover {
	outline:none;
	color: #cb0eef;
	text-decoration:underline;

}

img {
	border:none;
	background:none;
	}

.design {
	padding: 0;
	font-size: 9px;
	text-transform: none;
	color: #333333;
	float: right;
}
.design a{
	font-size: 10px;
	color: #333333;
}
.design a:hover{
	color: #ffffff;
	text-decoration:none;
}

p{
	text-align:justify;
}

input, textarea{
	font-family: Tahoma, Bitstream Vera Sans, sans-serif;
	font-size: 12px;
}

input.text_area, textarea{
	border: 2px solid #55b500;
	background: #fff;
	color: #333333;
	-moz-border-radius:5px;
	padding:3px;

}

textarea:hover, textarea.sfhover, textarea:focus, textarea.sffocus, 
	input.text_area:hover, input.text_area.sfhover, input.text_area:focus,
	input.text_area.sffocus,textarea#message.sffocus{
		border: 2px solid #4d7ce7;

}

.buttons{
	width:92px;
	height:36px;
	background: url("images/btn-send.jpg") 0 0 no-repeat;	
}
.buttons:hover{
	cursor:pointer;
	width:92px;
	height:36px;
	background: url("images/btn-send-hover.jpg") 0 0 no-repeat;	
}

.contacts_form  label{
	display: block;
	font-size:11px;
	color:#4d513e;
	width: 100px;
	float: left;
	text-align: right;
	padding: 0 1.5em 0 0;
}

.contacts_form label.copy {
	float: none;
	width: 20em;
	margin: 15px 0 0 4.5em;
}

.contacts_form div, .contacts_form img{
	display: block;
	clear: left;
	padding: 0 0 10px 0;
}

.contacts_form div.buttons {
	margin: 5px 0 0 130px;

}
#lang-bar{
	position:relative;
	right:12%;
	top:60%;
	width:1000px;
	height:85px;
}

#lang-bar a{
	display:block;
	float:right;
	width:24px;
	height:18px;
	margin:0 2px 0 2px;
	background:none;
	border:2px solid #fff;
}
#lang-bar a:hover{
border:2px solid #57ba00;
}