@charset "utf-8";
html {
	height:100%;
}
body {
	height: 100%;
	background: #9a5fbf url(/img/pages_bg.jpg) top repeat-x;
	color: #1f1e1c;
	font-family: "Times New Roman", Times;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	overflow: scroll;
	text-align: center;
}
#main {
	min-height: 100%;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
#header {
	height: 220px;
	width: 100%;
	background: url(/img/header_bg.jpg) top center no-repeat;
	overflow: hidden;
	position: relative;
}
	#header-pic {
		width: 255px;
		height: 210px;
		position: absolute;
		top: 10px;
		left: 3px;
	}
	#header-text {
		width: 739px;
		height: 90px;
		position: absolute;
		top: 100px;
		left: 258px;
	}
	#banner-top {
		width: 730px;
		height: 92px;
		background: url(/img/banner_bg.jpg) center no-repeat;
		position: absolute;
		top: 6px;
		left: 258px;
	}
	  #banner-top div {
		  /*border: #72597c solid 1px;*/
		  margin: 1px;
	  }
	#header object {
		z-index: 10;
	}
	#top-menu-block {
		width: 740px;
		height: 30px;
		position: absolute;
		top: 190px;
		left: 257px;
	}
	  #top-menu-block ul {
		  width: 100%;
		  list-style: none;
		  margin: 0;
		  padding: 0;
		  position: relative;
	  }
		#top-menu-block li {
			background: url(/img/top_menu_item.png) left top no-repeat;
			float: right;
			margin: 0 0 0 3px;
		}
		#top-menu-block a {
			width: 182px;
			height: 30px;
			color: #FFFF99;
			display: block;
			font-size: 14px;
			position: relative;
			text-decoration: none;
		}
		#top-menu-block span {
			display: block;
			padding: 6px 18px;
			text-align: left;
		}
		#top-menu-block li:hover {
			background: url(/img/top_menu_item_up.png) left top no-repeat;
		}
		#top-menu-block a:hover {
			text-decoration: none;
		}
#center-block-bg {
	width: 100%;
	background: url(/img/content_bg.jpg) center repeat-y;
	position: relative;
}
#center-block {
	width: 100%;
	background: url(/img/content_bg_top.jpg) top center no-repeat;
	padding: 9px 0 9px 0;
	position: relative;
}
  #main-menu-block {
	  width: 255px;
	  height: auto;
	  font-size: 14px;
	  overflow: visible;
	  position: absolute;
	  left: 3px;
	  top: 9px;
	  z-index: 15;
  }
    #main-menu-block a {
		color: #fff;
	}
	#language {
		width: 100%;
		height: 40px;
		background: #8e559f;
		color: #e2bfdc;
		font-size: 10px;
		text-transform: uppercase;
		margin-bottom: 10px;
		overflow: hidden;
	}
	  #language ul {
		  margin: 0;
		  padding: 17px 3px 0 3px;
	  }
	  #language li {
		  float: left;
		  list-style: none;
	  }
	  #language span {
		  display: block;
		  padding: 2px 5px;
	  }
	  #language a {
		  color: #dfcd78;
		  display: block;
		  padding: 2px 5px;
		  text-decoration: none;
	  }
	  #language a:hover {
		  background: #7e478f;
		  color: #fff;
		  text-decoration: none;
	  }
	  #lang-sel {
		  color: #fff;
		  font-weight: bold;
	  }
	#banner-left {
		border: #3c194a solid 1px;
		margin: 9px 7px 0 6px;
	}
	  #banner-left div {
		  width: 240px;
		  height: 400px;
	  }

#content-block {
	  background: #f1f1f1;
  	  border: #7f3992 solid 1px;
  	  margin: 0 12px 0 258px;
	  min-height: 680px;
	  text-align: left;
  }
  	#chapter-pic {
		width: 728px;
		height: 210px;
	}
  	#page-header {
		width: 728px;
		background: url(/img/page_header.jpg) left repeat-y;
		text-align: right;
	}
	  h1 {
	  	  color: #bd005d;
		  display: block;
	  	  font-size: 20px;
		  line-height: 20px;
	  	  padding: 5px 20px;
		  margin: 0;
		  text-transform: uppercase;
	  }
	#content {
		font-size: 1.4em;
		padding: 20px;
	}
	  #content-spacer {
	  	  width: 688px;
		  height: 1px;
	  }
  #bottom-pic {
  	  width: 255px;
	  height: 227px;
	  background: url(/img/content_btm_pic.png) left bottom no-repeat;
	  position: absolute;
	  bottom: 0;
	  left: 3px;
  }
  #content-ender {
  	  width: 100%;
	  height: 4px;
	  background: url(/img/content_btm.jpg) center top no-repeat;
	  clear: both;
  }
#footer {
	width: 988px;
	color: #492a5b;
	font-size: 12px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}
  #bottom-menu {
	  color: #dcaaea;
	  border-bottom: #dcaaea solid 1px;
	  margin-bottom: 6px;
	  padding-bottom: 6px;
	  
  }
	  #bottom-menu a {
		  color: #dcaaea;
		  text-decoration: none;
	  }
	  #bottom-menu a:hover {
		  color: #fff;
		  text-decoration: underline;
	  }
  #footer-text {
	  width: 50%;
	  float: left;
	  margin: 0;
	  padding: 0 0 0 12px;
	  text-align: left;
  }
	  #footer-text a {
		  color: #492a5b;
		  text-decoration: none;
	  }
	  #footer-text a:hover {
		  color: #fff;
		  text-decoration: underline;
	  }
  #footer-text span {
	  display: block;
	  margin: 0;
	  padding: 0;
	  text-align: left;
  }
  #contacts {
	  color: #fff;
	  margin-bottom: 3px;
  }
	  #contacts a {
		  color: #fff;
		  text-decoration: none;
	  }
	  #contacts a:hover {
		  color: #fff;
		  text-decoration: underline;
	  }
  #copyright {
	  margin-bottom: 2px;
  }
  #footer-achtung {
	  font-weight: bold;
  }
  #counters {
	  float: right;
	  margin: 8px 8px 0 0;
  }
.clearer {
	height: 0;
	clear: both;
	display: block;
	line-height: 0;
	padding: 0;
	margin: 0;
}

/* Title Page */

#diary-block-ru,
#diary-block-en,
#diary-block-ch {
	height: 240px;
	font-size: 14px;
	font-style: italic;
	margin: 0 0 0 259px;
	position: relative;
}
#diary-block-ru {
	background: url(/img/diary_title_bg.jpg) top left no-repeat;
}
#diary-block-en {
	background: url(/img/diary_title_en_bg.jpg) top left no-repeat;
}
#diary-block-ch {
	background: url(/img/diary_title_ch_bg.jpg) top left no-repeat;
}
  #diary-photo {
	  width: 320px;
	  height: 190px;
	  position: absolute;
	  left: 393px;
	  top: 25px;
	  z-index: 20;
  }
	#diary-photo img {
		width: 320px;
		height: 190px;
		border: 0;
	}
  #diary-photo-up-ru,
  #diary-photo-up-en,
  #diary-photo-up-ch {
	  width: 324px;
	  height: 194px;
	  position: absolute;
	  left: 391px;
	  top: 23px;
	  z-index: 30;
  }
  #diary-photo-up-ru {
	  background: url(/img/diary_title_ru.png);
  }
  #diary-photo-up-en {
	  background: url(/img/diary_title_en.png);
  }
  #diary-photo-up-ch {
	  background: url(/img/diary_title_ch.png);
  }
  #diary-date {
	  width: 125px;
	  height: 25px;
	  position: absolute;
	  left: 240px;
	  top: 40px;
	  text-align: right;
  }
  #diary-text {
	  width: 330px;
	  height: 128px;
	  line-height: 16px;
	  position: absolute;
	  left: 35px;
	  top: 70px;
	  overflow: hidden;
	  text-align: justify;
  }
  #diary-link {
	  width: 100px;
	  height: 15px;
	  position: absolute;
	  left: 265px;
	  top: 202px;
	  text-align: right;
  }

#news-block {
	min-height: 800px;
	background: #f1f1f1;
	border: #7f3992 solid 1px;
	border-top: 0;
	color: #363431;
	margin: 0 259px;
}
  #news-block-header {
	  height: 30px;
	  background: url(/img/title_line_bg.gif) repeat-x;
	  text-align: left;
  }
    #news-block-header h1 {
		color: #FFFF99;
		font-size: 14px;
		margin: 0;
		padding: 5px 0 0 18px;
	}
  #news-block-body {
	  font-size: 1.4em;
	  padding: 5px 10px;
	  position: relative;
	  text-align: left;
  }
	.news-item {
		border-bottom: 1px solid #dfdfdf;
		margin: 7px auto;
		position: relative;
	}
	.news-item-2 {
		margin-bottom: 7px;
	}
	.news-item-3 {
	}
	.news-item-4 {
		border: 1px solid #bd9fcd;
	}
    #content .news-item {
        width: 90%;
    }
	.news-item div {
		position: relative;
	}
	  .news-header {
		  background: url(/img/news_item_bg.gif) top left no-repeat;
		  color: #7f4b96;
		  font-weight: bold;
		  padding: 10px;
	  }
		  .news-header span {
			  font-weight: 100;
			  margin-right: 5px;
		  }
	  .news-body {
		  background: #fff;
		  overflow: hidden;
		  padding: 10px 10px 5px 10px;
	  }
		.news-body p {
			text-align: justify;
			text-indent: 0;
			margin: 0 0 5px 0;
		}
		.news-body img {
			border: 3px solid #f1f1f1;
			margin: 0 5px;
		    position: relative;
		}
  #news-block-archive {
	  background: #fff;
	  border: 1px solid #bd9fcd;
	  text-align: center;
  }
    #news-block-archive a {
		display: block;
		padding: 5px 10px;
	}

#week-photo {
	width: 220px;
    background: url(/img/week_photo_bg_1.gif) top no-repeat;
	margin: 9px auto;
}
  #week-photo-bg {
	  background: url(/img/week_photo_bg_2.gif) bottom no-repeat;
	  padding: 9px;
  }
	#week-photo-header {
		height: 30px;
		text-align: center;
	}
	  #week-photo-header span{
		  color: #FFFF99;
		  display: block;
		  font-size: 14px;
		  padding: 6px 18px;
	  }
	#week-photo-body {
	}
	  #week-photo-body img {
		  width: 200px;
		  border: 0;
	  }
	#week-photo-text {
		font-family: Arial;
		font-size: 12px;
		padding: 6px;
		text-align: center;
	}
#stat-block {
	width: 255px;
	font-size: 14px;
	overflow: visible;
	position: absolute;
	left: 742px;
	top: 249px;
}
  #tour-block {
	  width: 100%;
	  background: url(/img/tour_bg.gif) bottom left no-repeat;
	  margin: 0 0 15px 0;
	  text-align: center;
  }
	#tour-header {
		height: 30px;
		background: url(/img/tour_head_bg.gif) repeat-x;
		text-align: left;
	}
	  #tour-header span {
		  color: #FFFF99;
		  display: block;
		  padding: 6px 18px;
	  }
	#tour-body {
		width: 235px;
		background: url(/img/tour_bg.jpg) top left no-repeat;
		font-family: Arial;
		font-size: 12px;
		margin: 0 auto;
		padding-bottom: 10px;
		text-align: left;
	}
	  #tour-name {
		  height: 30px;
		  background: #a777a4 url(/img/tour_name_bg.gif) left no-repeat;
	  }
		#tour-name span {
			color: #fff;
		    font-size: 14px;
			font-weight: bold;
			display: block;
			padding: 6px 0;
			text-align: center;
		}
	  #tour-pic {
		  padding: 10px 0 5px 0;
		  text-align: center;
	  }
		#tour-pic img {
			border: 0;
			margin: 0 auto;
		}
	  #tour-info {
		  padding: 0 10px 10px 10px;
	  }
	  #tour-result {
		  height: 30px;
		  background: #bf94c1;
	  }
		#tour-result span {
			color: #491d64;
		    font-size: 13px;
			font-weight: bold;
			display: block;
			padding: 7px 0;
			text-align: center;
		}
	  #stat-block table {
		  width: 215px;
		  border-collapse: collapse;
		  border-spacing: 0;
		  margin: 10px auto 0 auto;
	  }
	  #stat-block td,
	  #stat-block th {
		  padding: 2px 5px;
	  }
	  #tour-body th {
		  color: #641d1d;
		  background: #cba9bb;
	  }
	  #tour-body td {
		  background: #d9c1c0;
		  border: #e7dac5 solid 1px;
		  
	  }
  #rait-block {
	  width: 100%;
	  background: url(/img/rait_bg.gif) bottom left no-repeat;
	  text-align: center;
  }
	#rait-header {
		height: 30px;
		background: url(/img/rait_head_bg.gif) repeat-x;
		text-align: left;
	}
	  #rait-header span{
		  color: #FFFF99;
		  display: block;
		  padding: 6px 18px;
	  }
	#rait-body {
		padding-bottom: 10px;
	}
	#rait-body table {
		border-collapse: separate;
		border-spacing: 1px;
	}
	  #rait-body td {
		  padding: 3px 5px;
		  text-align: left;
	  }
	  .rait-line-1 td {
		  background: url(/img/rait_1_bg.png);
	  }
	  .rait-line-2 td {
		  background: url(/img/rait_2_bg.png);
	  }
	  #rait-vera td {
		  color: #641d1d;
		  font-weight: bold;
	  }

/* Common Styles */ 

h2, h3, h4, h5, h6 {
	color: #9057aa;
	margin: 10px 0 5px 0;
	text-align: left;
	text-indent: 0;
}
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1em; }
h6 { font-size: 0.9em; }
font {
	font-size: 1em;
}
#content p {
	text-align: justify;
	text-indent: 0;
	margin: 0 0 5px 0;
}
.woi {
	text-indent: 0;
}
.indent {
	text-indent: 30px;
}
small, .small {
	font-size: 0.9em;
}
big, .big {
	font-size: 1.2em;
}
.bright, .red {
	color: #bd005d;
}
.magenta {
	color: #8516b7;
}
a {
	color: #4718a8;
	text-decoration: none;
}
a:visited {
	color: #704db5;
	text-decoration: none;
}
a:hover {
	color: #bd005d;
	text-decoration: underline;
}
#content table {
	border-collapse: separate;
	border-spacing: 1px;
	margin: 0 auto;
}
table.woborder th, table.woborder td {
	border-collapse: collapse;
	border: none;
}
caption {
	font-weight: bold;
	padding: 5px 10px;
}
#content th {
/*	border: #e8dde2 solid 1px; */
	color: #4e4e4e;
	font-weight: bold;
	padding: 5px 10px;
	text-align: center;
}
#content td {
/*	border: #e8dde2 solid 1px; */
	vertical-align: top;
	padding: 5px 10px;
}
.real-white {
	background: #fff;
}
.white {
	background: #f1f1f1;
}
.gray {
	background: #ebebeb;
}
.yellow {
	background: #f8f8e9;
}
.pink  {
	background: #f8e9f9;
}
.g-gray {
	background: url(/img/admin_button.gif) center repeat-x;
}
.transp-50 {
	background: url(/img/bg-transp-50.png);
}
#content ol, #content ul {
	margin: 0 0 10px 0;
	text-indent: 35px;
	text-align: justify;
}
#content ol {
	list-style: decimal;
}
#content ul {
	list-style: disc;
}
#content img {
	border: 4px solid #dfdfdf;
	margin: 0 5px;
}
hr {
	width: 100%;
	height: 2px;
	color: #e3e3e3;
	background-color: #e3e3e3;
	border: none;
	margin: 10px auto;
}
input.text, textarea, select, input.button {
	font-family: Verdana;
	font-size: 0.9em;
}
input[type=button] {
	background: #f9dfea;
	font-family: Verdana;
	font-size: 0.9em;
	border: #c6c6c6 solid 1px;
	cursor: pointer;
}
input.button {
	background: #f9dfea;
	border: #c6c6c6 solid 1px;
	cursor: pointer;
}

/* Other styles */

.border {
	border: solid 1px #e3e3e3;
}
.center {
	margin: 0 auto;
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.indent {
	margin-left: 10px;
}
.achtung {
	color: #bd615e;
	text-align: center;
}
.message {
	color: #6e5ebd;
	text-align: center;
}
.w-5 {	width: 5%; }
.w-10 {	width: 10%; }
.w-20 {	width: 20%; }
.w-30 {	width: 30%; }
.w-40 {	width: 40%; }
.w-50 {	width: 50%; }
.w-60 {	width: 60%; }
.w-70 {	width: 70%; }
.w-80 {	width: 80%; }
.w-90 {	width: 90%; }
.w-95 {	width: 95%; }
.w-100 { width: 100%; }
.padd-10 { padding: 10px; }
.padd-15 { padding: 15px; }
.padd-20 { padding: 20px; }
.form-1-1 {
	background: #f5cadc url(/img/form_1_bg_1.gif) top left no-repeat;
	margin: 0 auto;
	padding: 0;
}
.form-1-2 {
	background: url(/img/form_1_bg_2.gif) bottom right no-repeat;
	margin: 0;
	padding: 0;
}
.form-1-3 {
	background: url(/img/form_1_bg_3.gif) top right no-repeat;
	margin: 0;
	padding: 0;
}
.form-1-4 {
	background: url(/img/form_1_bg_4.gif) bottom left no-repeat;
	padding: 8px;
}
.form-1-5 {
	background: url(/img/form_1_bg_5.gif) bottom left no-repeat;
	padding: 8px;
}
.form-1-4 thead, .form-1-head {
	background: url(/img/form_1_head_bg.gif) top left no-repeat;
}
.form-1-4 tfoot, .form-1-foot {
	background: url(/img/form_1_foot_bg.gif) bottom right no-repeat;
}

.form-2-1 {
	background: #dfdfdf url(/img/form_2_bg_1.gif) top left no-repeat;
	margin: 0 auto;
	padding: 0;
}
.form-2-2 {
	background: url(/img/form_2_bg_2.gif) bottom right no-repeat;
	margin: 0;
	padding: 0;
}
.form-2-3 {
	background: url(/img/form_2_bg_3.gif) top right no-repeat;
	margin: 0;
	padding: 0;
}
.form-2-4 {
	background: url(/img/form_2_bg_4.gif) bottom left no-repeat;
	margin: 0;
	padding: 8px;
}
.form-2-5 {
	background: url(/img/form_2_bg_5.gif) bottom left no-repeat;
	margin: 0;
	padding: 8px;
}
.form-2-4 thead, .form-2-head {
	background: url(/img/form_2_head_bg.gif) top left no-repeat;
}
.form-2-4 tfoot, .form-2-foot {
	background: url(/img/form_2_foot_bg.gif) bottom right no-repeat;
}

.form-3-1 {
	background: #dfdfdf url(/img/form_3_bg_1.gif) top left no-repeat;
	margin: 0 auto;
	padding: 0;
}
.form-3-2 {
	background: url(/img/form_3_bg_2.gif) bottom right no-repeat;
	margin: 0;
	padding: 0;
}
.form-3-3 {
	background: url(/img/form_3_bg_3.gif) top right no-repeat;
	margin: 0;
	padding: 0;
}
.form-3-4 {
	background: url(/img/form_3_bg_4.gif) bottom left no-repeat;
	margin: 0;
	padding: 8px;
}
.form-3-5 {
	background: url(/img/form_3_bg_5.gif) bottom left no-repeat;
	margin: 0;
	padding: 8px;
}
.form-3-4 thead, .form-3-head {
	background: url(/img/form_3_head_bg.gif) top left no-repeat;
}
.form-3-4 tfoot, .form-3-foot {
	background: url(/img/form_3_foot_bg.gif) bottom right no-repeat;
}

.go-back {
	background: #ebebeb;
	margin-top: 20px;
	padding: 5px 20px;
	text-align: left;
}
/* Строка навигации по страницам */
.pages {
	background: #fff;
	font-size : 12px;	
	margin: 20px auto;
	padding: 5px;
	text-align: center;
}	
.page {
	background: #fff;
	display: inline;
	font-size : 12px;	
	padding: 3px;
}
.page_act {
	background: #f1f1f1;
	display: inline;
	padding: 3px;
	font-weight: bold;
}	
.pages a {
	color: #4718a8;
	text-decoration: none;
}

/* Доп. стили для раздела статистики (и анкеты) */
.stat-marq {
	margin-right: 210px;
}
#year-stat {
	width: 215px;
	font-size: 12px;	
}
#anketa {
	width: 195px;
	float: right;
	font-size: 12px;	
	margin: 0 0 10px 20px;
}
.year-stat-head, .anketa-head {
	font-weight: bold;
	padding: 5px;
	text-align: center;
}
.year-stat-line, .anketa-line {
	background: url(img/bg-transp-50.png);
	font-size: 0,9em;	
	margin-top: 1px;
	padding: 5px;
	text-align: left;
}
#year-stat span, #anketa span {
	color: #9057aa;
	font-weight: bold;
}

.stat-years {
	background: #ebebeb;
	padding: 5px;
	margin-bottom: 20px;
}
.stat-years div {
	width: 100%;
	height: 31px;
	background: url(/img/bg_pink.gif) center repeat-x;
	font-weight: bold;
	text-align: center;
}
.stat-years a, 
.stat-years span {
	display: block;
	float: left;
	margin: 2px 0 2px 2px;
	padding: 5px;
}
.stat-years span {
	background: url(/img/bg-transp-50.png);
	color: #4e4e4e;
}
.stat-years a:hover {
	background: url(/img/bg-transp-50.png);
	text-decoration: none;
}

/* Гостевая книга */
#guest-form {
	width: 90%;
	text-align: center;
	margin: 0 auto;
}
#guest-form table {
	width: 100%;
	margin: 0 auto;
}
#guest-form td {
	border: none;
}
#guest-form img {
	border: none;
	margin: 0;
}
#guest-form textarea {
	width: 290px;
}
#guest-smiles table {
}
#guest-code div {
	float: left;
}
#guest-code input {
	margin: 2px 10px 0 0;
}
#guest-all {
	background: url(/img/form_2_foot_bg.gif) bottom right no-repeat;
	color: #bd005d;
	font-size : 12px;	
	margin: 20px auto;
	padding: 10px 20px;
	text-align: right;
}
#guest-all span {
	font-weight: bold;
}

/* Фотогалерея */
#photo-main {
	width: 100%;
}
.photo-chapter {
	background: url(img/bg-transp-33.png);
}
.photo-chapter h3 {
	margin: 0;
	padding: 10px 10px 0 10px;
}
.photo-spacer {
	height: 5px;
}
#photo-main img {
	height: 90px;
}
#photo-main span {
	display: block;
	padding-top: 5px;
	text-align: center;
}
#photo-main a {
	display: block;
}
#photo-main td {
	width: 25%;
}
.photo-comment {
	color: #bd005d;
	display: block;
	padding-top: 3px;
}

/* Пресса */
#pressa {
	width: 100%;
}
	#pressa td {
		padding: 8px 16px;
		border: 0;
	}

/* Видео */
.video-block {
	background: url(/img/film_bg.gif) top left no-repeat;
	position: relative;
	margin: 5px 10px;
}
.v-picture {
	width: 100px;
	height: 75px;
	border: 0;
	position: absolute;
	top: 4px;
	left: 22px;
}
.v-text {
	background: url(/img/bg-transp-50.png);
/*	background: #f8f8e9;*/
	margin-left: 154px;
}
.video-block table {
	width: 100%;
}
.video-block td {
	background: #fff;
	vertical-align: middle;
}
.v-head {
	color: #4e4e4e;
	display: block;
	font-size: 1.1em;
	padding: 0 10px 10px 10px;
}
.v-date {
	color: #bd005d;
	display: block;
	font-weight: bold;
	padding: 5px 10px;
	text-align: right;
}
.v-text table span {
	color: #9057aa;
	font-weight: bold;
}
.v-button {
	padding: 2px 10px 0 10px;
}