html, body, form, fieldset {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	background-color: #4a4e4e;
	color: #ffffff;
	min-width: 960px;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
}
* html body {
	width:  expression(document.getElementsByTagName('html')[0].clientWidth < 960 ? '960px' : '100%');
}
img {
	border: 0;
}
#container {
	z-index: 100;
	position: relative;
	padding-bottom: 80px;
	height: 640px;
}
/*#container,
#backFlash {
	height: 660px;
	width: 100%;
	overflow: hidden;
}
#index #container,
#index #backFlash {
	height: 600px !important;
}*/
#backFlash {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	min-height: 640px;
	width: 100%;
	height: 100%;
	height:  expression(document.getElementsByTagName('html')[0].clientHeight < 640 ? '640px' : '100%');
}
#index #container {
	height: 400px;
}
#index #backFlash {
	min-height: 480px !important;
	height:  expression(document.getElementsByTagName('html')[0].clientHeight < 480 ? '480px' : '100%');
}
#enter {
	position: absolute;
	left: 0;
	bottom: 280px;
	width: 100%;
}
#logo {
	display: block;
	margin: 0 auto;
	position: relative;
	top: 12px;
}
/*#index #logo {
	margin-top: 330px;
	top: 0;
}*/
#lngSwitch {
	position: absolute;
	top: 0;
	right: 0;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
#lngSwitch a {
	display: block;
	width: 65px;
	height: 21px;
	overflow: hidden;
	font: 11px/20px Georgia, "Times New Roman", Times, serif !important;
	color: #4a4e4e;
	text-align: center;
	text-decoration: none;
	background-color: #ffffff;
	opacity: 0.75;
  	filter: alpha(opacity = 75);
}
#lngSwitch a:hover {
	opacity: 1;
  	filter: alpha(opacity = 100);
	color: #000000;
}
#index #chooseLng {
	width: 250px;
	position: relative;
	left: 50%;
	margin-left: -110px;
}
#index #chooseLng a {
	display: block;
	float: left;
	background: url(images/button_bg.png) no-repeat;
	width: 65px;
	height: 21px;
	overflow: hidden;
	font: 11px/20px Georgia, "Times New Roman", Times, serif !important;
	color: #4a4e4e;
	text-align: center;
	text-decoration: none;
	margin: 0 5px;
}
#index #chooseLng a:hover {
	background-image: url(images/button_bg_o.png);
	color: #000000;
}
#menu {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	z-index: 1000;
	height: 20px;
	line-height: 20px;
	margin: 22px 0 0 3px;
	//margin-left: 0;
	padding: 0;
	list-style-type: none;
}
#menu li {
	display: inline;
	position: relative;
	margin-left: -3px;
	//margin-left: 0;
	//zoom: 1;
}
#menu li a {
	padding: 4px 9px 4px 9px;
	color: white;
	text-decoration: none;
}
#menu li a.active {
	text-decoration: underline;
}
#menu li a:hover {
	background-image: none;
}
#menu ul {
	visibility: hidden;
	position: absolute;
	z-index: 1100;
	top: 16px;
	//top: 20px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 170px;
	text-align: left;
	font-size: 11px;
	line-height: 13px;
	text-transform: none;
	opacity: 0.9;
  	filter: alpha(opacity = 90);
}
#menu li:hover ul, #menu li.over ul {
	visibility: visible;
}
#menu ul li {
	display: block;
	margin: 0;
	padding: 0;
	border-top: 1px solid #ffffff;
	vertical-align: bottom;
}
#menu ul li:first-child {
	border-top: none !important;
}
* html #menu ul {
	behavior:expression(this.firstChild.style.borderTop = 'none');
}
#menu ul li a {
	background: none !important;
	display: block;
	padding-top: 5px;
	padding-bottom: 7px;
}
* html #menu ul li a:hover {
	background-image: none !important;
	text-decoration: underline;
}
#menu ul li a:hover {
	background-image: url(images/white-15.png) !important;
}
#homePicts {
	width: 900px;
	height: 500px;
	position: relative;
	margin: 25px auto;
}
#homePicts a {
	display: block;
	position: absolute;
}
#homePicts .decor {
	position: absolute;
}
.hint {
	position: absolute;
	top: 490px;
	left: 560px;
	background-color: #ffffff;
	color: #000000;
	padding: 3px 7px 4px 7px;
	font: italic 10px/12px Georgia, "Times New Roman", Times, serif;
}
.BlockHolder {
	width: 760px;
	margin: 30px auto 0 auto;
}
.Block {
	position: relative;
	overflow: hidden;
	width: 375px;
	padding: 7px 0;
	margin-bottom: 12px;
}
.Block .corner {
	position: absolute;
	overflow: hidden;
	width: 14px;
	height: 14px;
	left:-7px;
	top:-7px;
}
.Block .corner.tr,
.Block .corner.br {
	margin-left: 100%;
}
.Block .corner.bl,
.Block .corner.br {
	top: auto;
}
.Block .corner.tl,
.Block .corner.bl {
	width: 100%;
}
.Block.left {
	float: left;
}
.Block.right {
	float: right;
}
.Block .body {
	padding: 0 7px;
}
.Block.right .body {
	text-align: center;
}
.Block .txtBack {
	background-color: #ffffff;
	color: #4a4e4e;
	padding: 20px 10px 20px 30px;
	background-repeat: no-repeat;
}
.Block.left .content {
	height: 420px;
	overflow: auto;
	padding-right: 20px;
}
.Block .imgHolder {
	width: 360px;
	overflow: hidden;
	margin-bottom: 7px;
}
.Block .imgHolder {
  text-align: center;
}
.Block .imgDescr {
	font-size: 11px;
	margin: -2px 0 7px 0;
}
.Block .controlsHolder {
	position: relative;
	text-align: left;
	height: 36px;
}
.Block .controls {
	position: absolute;
	margin-left: -27px;
	top: 0;
	left: 50%;
	height: 36px;
	width: 55px;
	padding-left: 5px;
	text-align: left;
}
.Block .controls a {
	padding: 8px 5px;
	margin-left: -5px;
	//zoom: 1;
}
.Block .controls a.first {
	border-right: 1px solid #ffffff;
}
.Block .pages {
	position: absolute !important;
	z-index: 10;
	top: 0;
	left: 10px;
	text-align: left;
	font-size: 10px;
	height: 36px;
	width: 100px;
	color: #ffffff;
	word-spacing: -1px;
}
.Block.right a {
	color: #e5e5e5;
	text-decoration: none;
}
.Block .pages a:hover {
	color: #ffffff;
}
.Block .linksHolder {
	background-color: #4a4e4e;
	padding: 12px 3px;
	text-align: left;
}
.Block .linksHolder table {
	width: 100%;
}
.Block .linksHolder td {
	font: bold 11px/13px Georgia, "Times New Roman", Times, serif;
	border-left: 1px solid #e5e5e5;
	padding: 4px 10px;
}
.Block .linksHolder td.first {
	border-left: none;
}
.Block .linksHolder a {
	display: block;
	padding-left: 11px;
	background: url(images/link-icon.gif) no-repeat;
	background-position: 0 .35em;
}
.Block .linksHolder a:hover {
	text-decoration: underline;
}
.Block .linksHolder a.rightLink {
	border: none;
	margin-right: 0;
}
.valignOut {
	display: table;
	position: relative;
}
.valignCntr, .valignIn {
	display: table-cell;
	vertical-align: middle;
}
* html .valignCntr {
	position: absolute;
	top: 50%;
}
* html .valignIn {
	display: block;
	position: relative;
	top: -50%;
}
*+html .valignCntr {
	position: absolute;
	top: 50%;
}
*+html .valignIn {
	display: block;
	position: relative;
	top: -50%;
}
#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 72px;
	background-color: #4a4e4e;
	z-index: 1000;
}
#footer #cntnr {
	position: relative;
	height: 50px;
	padding: 10px 130px;
	font-size: 10px;
}
#footer #bn1,
#footer #bn2 {
	width: 110px;
	position: absolute;
	top: 10px;
}
#footer #bn1 {
	left: 10px;
}
#footer #bn2 {
	right: 10px;
	text-align: right;
}
#footer #ic1,
#footer #ic2 {
	text-align: center;
	width: 27%;
	padding-top: 13px;
}
#footer #ic1 {
	float: left;
}
#footer #ic2 {
	float: right;
}
#footer .icons {
	display: block;
	padding-top: 15px;
	float: left;
}
#footer .icons img {
	/*vertical-align: middle;*/
}
#fContacts {
	text-align: center;
	line-height: 1.2em;
}
#fContacts a {
	color: #ffffff;
	text-decoration: none;
}
#fContacts a:hover {
	text-decoration: underline;
}
#footer .contBox {
	width: 340px;
	margin: 0 auto;
}
* html .clearfix,
* html .t1 .price {
	height: 1%;
	overflow: visible;
}
*+html .clearfix,
*+html .t1 .price {
	min-height: 1%;
}
.clearfix:after,
.t1 .price:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
table.t1 {
	margin-top: 15px;
}
table.t1 td {
	vertical-align: top;
	padding-bottom: 15px;
}
table.t1 td.img {
	padding-right: 7px;
	width: 90px;
	text-align: left !important;
}
table.t1 .header td {
	font-size: 10px;
	line-height: 11px;
	padding-bottom: 7px;
	vertical-align: bottom;
	text-align: right;
}
table.t1 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 92%;
	line-height: 118%;
	font-weight: bold;
	margin-top: 7px;
	margin-bottom: 2px;
}
table.t1 h3:first-child {
	margin-top: 0 !important;
}
* html table.t1 h3 {
	margin-top: 0 !important;
}
table.t1 .price {
	text-align: right;
	font-size: 92%;
	line-height: 118%;
	margin-bottom: 2px;
}
table.t1 .price div,
table.t1 .price h3 {
	float: left;
	text-align: left;
	padding-right: 5px;
	width: 70%;
	font-size: 100%;
}
table.t1 div.descr {
	clear: both;
	margin-top: 5px;
	font-size: 83%;
	line-height: 118%;
}
  #tooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
	}
       #tooltip h3 {
         font-size: 14px;
                       }
.photogl li {
  position: relative;
}
.photoname {
  position: absolute;
  top: 55px;
  left: 32px;
  font-size:12px;
  padding-left: 2px;
  padding-right: 2px;
}
.photoglnames a.active {
  text-decoration: underline;
}
       .waintdom{
         display: none;
       }
       #homePicts img{
         display: none;
       }
div#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px;
   top: -9999px;
   height: 1px;
   width: 1px;
}
.jcarousel-control a.active{
  text-decoration: underline;
}
.main_page_text {
	padding: 20px 160px 20px 160px;
	font-size:11px;
}
