/*========================== 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 {position:absolute; z-index:1; width:100%; height:100%;}

body{
	font-family: "Calibri", Helvetica, Arial, sans-serif;
	color: #444;
	font-size: 12px;
}
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:10;
	margin-left:306px;
	top:74px;
	width:30px;
	height:20px;
}
#en:hover {
	position:absolute;
	background-image:url(../../images/ru_en/en_down.png);
	z-index:10;
	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{
   filter: alpha(opacity=80);
    -moz-opacity: 0.8;
	-khtml-opacity: 0.8;
    opacity: 0.8;
   color:#333;
}
.mapText span{
   filter: alpha(opacity=80);
    -moz-opacity: 0.8;
	-khtml-opacity: 0.8;
    opacity: 0.8;
   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 {
	position:absolute;
	background:url(../images/basic/polotno.png);
	z-index:2;
	width:687px;
	height:546px;
}

div#plan {
	position:absolute;
	background:url(../images/basic/plan.png);
	z-index:4;
	margin-top: 35px;
	margin-left: 38px;
}

.plan{
	width:610px;
	height:458px;
}
.imgSmall {
	width: 95px;
	height: 95px;
}
/*======================*/
a{
	color: #27D;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}

h1, h2 {
	font-family: "Calibri", Verdana, sans-serif;
	margin: 0;
}
h1 {
	padding: 0;
	font-size:3em;
	color: #333;
	letter-spacing:-1px;
}
h2 {
	padding-top: 10px;
	font-size:2em;
	letter-spacing:-1px;
}
/*=============================== galleriffic.css ============================================*/
div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
/*	display: none; */
	float:right;
	margin-right:35px;
	margin-top:30px;
	width:300px; /*****/
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}
div.controls {
	display:none;
}
div.controls a {
	padding:3px;
	color:#000000;
}

div.ss-controls {
	text-decoration: none;
	padding-top:2px;
	height: 19px;
	width: 19px;
	float: right;
}
div.nav-controls {
	padding-top:2px;
	float: right;
}

div.loader {
	background-image: url(../images/basic/loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 16px;
	height: 16px
}
div.slideshow {
	clear: both;
	float:right;

}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 9px;
}


div.slideshow a.advance-link {
	padding: 0;
	display: block;
}

div.slideshow img {
	display: block;
	width:300px; /***size image BIG**/
	height:auto;
}
div.download {
  padding-top: 8px;
  font-weight: bold;
  text-transform: uppercase;	
}
div.download a span{
  position: relative;
  top:-3px;
}
div.embox {
	position:absolute;
	top:365px;
	left:380px;
	clear:both;
/*	background-color:#eee; */
	padding:12px;
	width:200px; /***size image BIG**/
}
div.image-title {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

div.image-desc {
	font-size:12px;
	color:#333333;
}
div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
	   margin-top:30px;
	   margin-left:35px;
	   width: 230px; /***size image BIG**/
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0px 10px 10px 0px;
	list-style: none;
}
a.thumb {
	display: block;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	display:none;
	margin-bottom:9px;
	height: 12px;
}
div.navigation div.bottom {
	height:13px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding-left:5px;
	padding-right:5px;
}
div.pagination a:hover {
	text-decoration: underline;
}
div.pagination span.current {
	font-weight: bold;
	color: #000000;
}

