@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	background: #f2f2f2 url(../images/bg.jpg) repeat-x;
}
.header {
	border-top: 3px #ef4035 solid;
}
.content {
	border: 2px #e6e6e6 solid;
	padding: 40px;
}
.content2 {
	border-left: 2px #e6e6e6 solid;
	border-right: 2px #e6e6e6 solid;
	padding: 2px 1px 40px 1px;
}
.content3 {
	border: 2px #e6e6e6 solid;
	padding: 40px 2px 40px 40px;
}
.footer {
	background: url(../images/bg_footer.jpg) repeat-x;
	border-left: 2px #e6e6e6 solid;
	border-right: 2px #e6e6e6 solid;
	border-bottom: 2px #e6e6e6 solid;
	color: #FFF;
}
.clear {
	clear: both;
	height: 0;
}
/*************Menu**************/
#menu {
	float: right;
	margin-top: 25px;
	font-size: 16px;
}
#menu ul {
	display: block;
}
#menu ul li {
	float: left;
	list-style: none;
	margin-left: 30px;
}
#menu ul li a {
	text-decoration: none;
	color: #000;
}
.active, #menu ul li a:hover{
	color: #ef4035
}
/*************Content****************/
.title {
	color: #000;
	font-size: 30px;
	letter-spacing: -0.8pt;
	margin-bottom: 30px;
	top: 0;
}
.text {
	float: left;
	margin-top: -20px;
}
#banner {
	float: right;
	border: 4px #e6e6e6 solid;
}
p {
	font: 16px Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #9e9e9e;
	text-align: justify;
	line-height: 20px;
}
.img {
	float: left;
	width: 140px;
	text-align: center;
	font-size: 16px;
	color: #000;
	margin-right: 2px;
}
.last {
	margin-right: 0;
}
.img img {
	margin-bottom: 5px;
}
.blok_img {
	float: right;
	margin-bottom: 10px;
}
.form {
	float: left;
	font: 16px Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #9e9e9e;
}
.form input[type=text], .form textarea {
	width: 300px;
	border: 1px #9e9e9e solid;
	margin-bottom: 10px;
}
.submit {
	background: url(../images/bt_submit.jpg) repeat-x;
	width: 92px;
	height: 27px;
	font: 14px Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	border: none;
	cursor: pointer;
	margin-right: -2px;
}
.submit:hover {
	background: #ef4035;
}
.contactError {
	background: #f2d2d0;
	border: 1px #ef4035 solid;
}
.sent_mes {
	float: left;
	width: 400px;
	font: 16px Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #9e9e9e;
}
/*************Footer**************/
.copy {
	float: left;
	font: 10px Arial, Helvetica, sans-serif;
	height: 20px;
	width: 175px;
	padding: 8px 0 0 10px;
}
#menu_footer {
	float: right;
	font-size: 12px;
	margin-top: -8px;
	margin-top: -5px\9;
}
#menu_footer ul {
	display: block;
}
#menu_footer ul li {
	float: left;
	height: 24px;
	height: 21px\9;
	list-style: none;
	padding: 0 10px;
	border-right: 1px #ef4035 solid;
}
#menu_footer ul li:hover {
	background-color: #ef4035;
}
#menu_footer ul li a {
	text-decoration: none;
	color: #FFF;
}