@charset "windows-1251";
/* CSS Document */

body {
	margin: 0;
	padding:0;
	font-family:"Courier New", Courier, monospace;
	background-color: #fff;
	background-image: url(../img/bg.png);
	
	}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	border-left: 10px solid #093;
	border-right: 10px solid #093;
	}
#header {
	width: 100%;
	height: 300px;
	background-color: #fff;
	background-image: url(../img/content_bg.png);
	}
#logo {
	width: 300px;
	height: 100%;
	float:left;
	
	background-image: url(../img/logo.png);
	}
#vorota {
	width: 400px;
	height: 100%;
	float:left;
	
	background-image:url(../img/vor.png);
	}
#main_text {
	width: 260px;
	height: 260px;
	margin-left: 700px;
	padding: 20px;
	color: #093;
	text-align:center;
	font-size:16px;
	}
#title {
	/*color: #f0f0f0;
	background-color: #093; */
	font-size:48px;
	font-weight:bold;
	}
#contact {
	
	}
#contact li{
	text-align: right;
	list-style:none;
	color: #666;
	}
	
#content {
	clear:both;
	padding: 10px;
	width: 98%;
	min-height: 700px;
	background-color:  #fff;
	background-image: url(../img/content_bg.png);
	border-bottom: 1px solid #093;
	padding-bottom: 40px;
	}
#footer {
	width: 98%;
	height: 80px;
	background-color: #fff;
	clear:both;
	padding: 10px;
	background-image: url(../img/content_bg.png);
	}
#copy a {
	color: #093;
	font-size:12px;
	text-decoration:none;
		}
	#copy a:hover {
		text-decoration:underline;
		}
#mypage {
	font-size:12px;
	color: #999;
	margin-top: 20px;
	
	}
	#mypage a {
		text-decoration:none;
		color: #666;
		}
		#mypage a:hover {
			text-decoration:underline;
			color:#333;
			}
#menu {
	
	height: 30px;
	display:block;
	margin: 0 auto;
	width: 100%;
	background-color: #fff;
	clear:both;
	border-top: 1px solid #093;
	border-bottom: 1px solid #093;
	}

#menu ul {
	display:block;
	list-style:none;
	width: 80%;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	
	}
#menu ul li {
	
	float:left;
	margin:0;
	
	
	
}
#menu a{
	display:block;
	float:left;
	margin:0;
	
	padding:8px 20px 8px 20px;
	
	background-color: none;
	text-decoration: none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #093;
	
}
#menu ul li:hover a{
	background-color: #093;
	color: #f0f0f0;
	text-decoration: none;
	}
#active a.active{
	font-weight:bold;
	background-color: #093;
	color: #f0f0f0;
	}
#langv {
	float: right;
	width: 150px;
	
	}
.lang {
	
	float:left;
	font-weight:bold;
	
	height:20px;
	width: 35px;
	}
#langv a{
	color: #A90512;
	padding: 5px 5px 5px 5px;
	}
#langv a:hover {
	background-color:#A90512;
	color: #ccc;
	
	}
#act_lang a{
	background-color: #999;
	
	}
#os {
	float:left;
	width: 480px;
	}
label { 
	font-size:14px;
	font-weight:bold;
	color: #333;
	}
	input, textarea {
		border: 1px solid #093;
		}
	input:focus, textarea:focus {
		background-color: #fff;
		color: #333;
		
		}
	#sub {
		background-color:#093;
		color: #fff;
		border: 1px solid #fff;
		font-weight:bold;
		width: 150px;
		
		}
	#sub:hover {
		background-color:#ffF;
		color: #093;
		border: 1px solid #093;
		font-weight:bold;
		width: 150px;
		
		}
	.zp { visibility: hidden;

font-size:14px;
font-weight:bold;
color:#F00;
}	
#map {
	float:left;
	width: 490px;
	}
#cont_text {
	text-align: right;
	color:#666;
	font-size: 15px;
}