@charset "utf-8";
/* CSS Document */

html, body, #wrapper{
	height: 100%;
	width: 100%;
	min-height: 839px;
	min-width: 1024px;
	
	height: expression(document.getDocumentElement.offsetHeight < 839) ? "839px" : "100%";
	width: expression(document.getDocumentElement.offsetWidth < 1024) ? "1024px" : "100%";
}
a img {border:0px;}

body{
	margin: 0;
	padding: 0;
	text-align: center;
	background:#000000;
	font-family:Tahoma, arial;
	
}
.main_table {width:100%; height:100%; background:url(../img/main_bg.jpg) top center no-repeat;}
.main .main_table {background:url(../img/main_bg_black.jpg) top center no-repeat;}

.content_table { width:100%; height:100%; min-height:839px; margin:0px; padding:0px;}
.header { height:100px; vertical-align:top;}
.content {height:659px;}
.bottom { height:80px; vertical-align:top; width:auto; vertical-align:top; text-align:center; background:url(../img/bottom.png) bottom center no-repeat; height:100%;}
.copyright { float:left; width:100px; height:60px; margin-top:20px; margin-left:170px;}
.adres { float:right; width:130px; height:60px; border: 0px solid #FFF;  margin-top:20px; margin-right:170px;}
.adres a, .copyright a {color:#4e220b;font-size:11px; text-decoration:none;}
.adres a:hover, .copyright a:hover {color:#FFF;font-size:11px; text-decoration:none;}
.left_border, .right_border { width:9.3%;}
.left_border { background:url(../img/left.png)  50% top repeat-x;}
.right_border { background:url(../img/right.png) 50% top  repeat-x;}
DIV.menu { width:829px; height:44px; border: 0px solid #FFF; display:block; text-align:left;  margin:23px auto 0 auto;}
.menu_ul {margin:0 auto; padding:0px; }
.menu_ul li { 
	position:absolute;
	list-style:none;

	}
	.menu_ul li a { display:block;}
	.menu_ul li a  span{ display:none;}
	
.menu_ul li.m1 { margin-left:0px; }
.menu_ul li.m1 a { width:138px; height:44px; background:url(../img/about.jpg) no-repeat;}
.menu_ul li.m1 a:hover {background:url(../img/about_over.jpg) no-repeat;}
.menu_ul li.m1 a.act { background:url(../img/about_over.jpg) no-repeat;}

.menu_ul li.m2 { margin-left:163px;  }
.menu_ul li.m2 a { width:138px; height:44px; background:url(../img/foto.jpg) no-repeat;}
.menu_ul li.m2 a:hover {background:url(../img/foto_over.jpg) no-repeat;}
.menu_ul li.m2 a.act { background:url(../img/foto_over.jpg) no-repeat;}

.menu_ul li.m3 { margin-left:342px; top:10px; }
.menu_ul li.m3 a { width:130px; height:105px;}


.menu_ul li.m4 { margin-left:521px;}
.menu_ul li.m4 a { width:138px; height:44px; background:url(../img/menu.jpg) no-repeat;}
.menu_ul li.m4 a:hover {background:url(../img/menu_over.jpg) no-repeat;}
.menu_ul li.m4 a.act { background:url(../img/menu_over.jpg) no-repeat;}

.menu_ul li.m5 { margin-left:684px;}
.menu_ul li.m5 a { width:138px; height:44px; background:url(../img/contacts.jpg) no-repeat;}
.menu_ul li.m5 a:hover {background:url(../img/contacts_over.jpg) no-repeat;}
.menu_ul li.m5 a.act { background:url(../img/contacts_over.jpg) no-repeat;}


.enter { display:block; border:0px solid #FFF; height:284px; vertical-align:middle; line-height:284px; font-family:tahoma, arial; font-size:18px; color:#e0bc51; background:url(../img/enter.gif) no-repeat top center; }
.enter a { text-decoration:underline;font-family:tahoma, arial; font-size:18px; color:#e0bc51;}
.enter a:hover { text-decoration:none;}

.sub .content {height:659px; vertical-align:top; text-align:left;}
.about .main_table {background:url(../img/about_page.jpg) top center no-repeat;}
.foto .main_table {background:url(../img/foto_page.jpg) top center no-repeat;}
.menu .main_table {background:url(../img/menu_page.jpg) top center no-repeat;}
.contacts .main_table {background:url(../img/contacts_page.jpg) top center no-repeat;}
.sub .content H1 { text-align:center; height:50px; border:0px solid #FFF; margin-top:0px; margin-right:15px; padding-top:35px; padding-bottom:0px;}

DIV.FotoContainer, .scrolling {
	margin-left:130px;
  width: 750px;
  height: 420px;
	font-family:tahoma;
	overflow-y:auto;
	overflow-x:hidden;
scrollbar-3dlight-color:green;
	color:#b6672c;

	}
DIV.FotoContainer  h3, .scrolling h3 {
	color:#b6672c;
	border-bottom:0px solid #b6672c;
	width:100%;
	font-family:14px;
	
	}
DIV.FotoContainer img, .scrolling img {border:1px solid #b6672c; margin-right:20px;}

IMG.zoom2 {position: absolute; z-index: 1; left: 16%; top: 175px;}






