/*========================== menu ======================================*/
@import url("../../menu/css/menu_800.css");
/*======================================================================*/
html, body {
	font-family: "Calibri", Helvetica, Arial, sans-serif; 
	margin:0; 
	padding:0; 
	width:100%; 
	height:100%; 
	overflow:hidden;
}
#background img{
  position:absolute; 
  z-index:1; 
  width:100%; 
  height:100%;
}
body{
	font-size: 14px;
}
div.text_name {
  margin-left: auto;
  margin-right: auto;
	width:607px;
	height:60px;
}
img#text_name {
	position:absolute;
	z-index:2;
	width:400px;
	height:60px;
}
/*----------------------------------------*/
div.ru_en {
  margin-left: auto;
  margin-right: auto;
	margin-top: -18px;
	width:63px;
	height:20px;
}
#ru {
	position:absolute;
	background-image:url(../../images/ru_en/ru.png);
	margin-left:274px;
	top:74px;
	z-index:10;
	width:30px;
	height:20px;
}
#ru:hover {
	position:absolute;
	background-image:url(../../images/ru_en/ru_down.png);
	margin-left:274px;
	top:74px;
	z-index:10;
	width:30px;
	height:20px;
}
#en {
	position:absolute;
	background-image:url(../../images/ru_en/en.png);
	z-index:3;
	margin-left:306px;
	top:74px;
	width:30px;
	height:20px;
}
#en:hover {
	position:absolute;
	background-image:url(../../images/ru_en/en_down.png);
	z-index:3;
	margin-left:306x;
	top:74px;
	width:30px;
	height:20x;
}
/*-------------------------------------*/
div.mapText {
	position:absolute;	
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	letter-spacing:-1px;
	font-size:18px;
	margin-left:38px;
	margin-top:8px;
}
.mapText a, span{
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
	-khtml-opacity: 0.8;
  opacity: 0.8;
  color:#333;
}
.mapText span a{
  filter: alpha(opacity=100);
  -moz-opacity: 1;
	-khtml-opacity: 1;
  opacity: 1;
  color:#333;
}
/*--------------------------------------*/

div.page {
  margin-left: auto;
  margin-right: auto;
	width: 687px;
}

div#container {
	position:absolute;
	z-index:3;
	width: 687px;
	margin: 0 auto;
	text-align: left;
}
#clPolotno {
  font-family: arial,verdana,sans-serif;
	position:absolute;
	background:url(../../images/1024x768/polotno.png);
	z-index:2;
	width:687px;
	height:546px;
}
div#plan {
	position:absolute;
	background:url(../../images/1024x768/plan.png);
	z-index:4;
	margin-top: 35px;
	margin-left: 38px;
}
.plan{
	width:610px;
	height:458px;
}
#photo img{
	width:260px;
	height:auto;
}
#photo{
	margin-right: 35px;
	float:right;

}
#text{
  width: 550px;
	margin-top: 30px;
	margin-left: 35px;
}
/*======================*/
a, a:link {
    color: #174F82;
    text-decoration: none;
}    
a:focus, a:hover{
  outline: medium none;
	text-decoration: underline;
}
h1, h2, h3, p {
	margin: 0;
	padding:0;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
  color: #505050;
}
h1{
  font-size:32px;
  letter-spacing: -1px;
  line-height: 32px;
	/*text-transform: uppercase;*/
}
h2, h3{
  font-size:16px;
  line-height: 20px;
  margin-bottom: 4px;
	font-weight: bold;
}
p {
	color: #333;
  font-size:14px;
  line-height: 20px;
}
.item-contact{
  padding-top: 10px;
  padding-bottom: 10px;
}