@charset "utf-8";
/* CSS Document */
hr{
	clear:both;
	height:1px;
	border:none;
	margin:0;
	border-bottom:solid 1px #ddd;
	padding-top:10px;
	margin-bottom:10px;
}
.input{
	margin:0; padding:0;
	border:solid 1px #aaa;
	background:#fff;
	color:#333;
	font-size:18px;
	border-radius:3px;
}
.w100{
	width:100%;
	margin:0; padding:0;
}
/**************************************/
.clear,
.clearfix,
.clearfix:after{
	clear:both;
}
.clearfix:after{
	display:block;
	content:"";
}
.shadow	{ box-shadow:0 0 20px rgba(0, 0, 0, 0.3); }
a img	{ border:none; }
/***************************************/
form	{ margin:0; }
.form h1{ margin-top:0; }
.form th, .form td{ padding:5px 10px 5px 0px; }
.form th{ text-align:left; color:#36C; }
/***************************************/
.button{
	border-radius:6px;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	background:#888;
	border:1px solid #666;
}
.button:hover {
	background-color:#999;
}
.button:active {
	position:relative;
	top:1px;
}

.blue.button {
	border:1px solid #84bbf3;
	background-color:#79bbff;
	
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	text-shadow:1px 1px 0px #528ecc;
}
.blue.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
}
/* This imageless css button was generated by CSSButtonGenerator.com */
.table th{ color:#039; }
.table th, .table td{ padding:8px 10px; }
.table th{
	border-bottom:solid 2px #039;
	text-align:left;
	font-size:16px;
}
.table td{ border-bottom:solid 1px #ddd; }

.table .noBorder td,
.table tr:last-child td
{
	border:none;
	padding-bottom:0;
}
.table .search td{ background:#BBCAFF; }
/***************************************/
.table2 th{
	border:none;
	padding:2px 10px;
}
/***************************************/
.propFormat span{
	font-weight:normal;
	color:#333;
}

/***************************************/
.menu ul, .menu li{
	display:block;
	padding:0; margin:0;
	list-style:none;
	list-style-image:none;
}

/***************************************/
.inline li, .inline a, .inline div{
	zoom: 1;
	display:inline-block;
	*display: inline;
}
/***************************************/
.popup ul li{ position:relative;}
.popup ul ul,
.popup td ul{
	position:absolute;
	top:100%; left: 0;
	text-align:left;
	display:none;
	background:white;
	border:solid 1px #eee;
	min-width:200px;
}
.popup ul ul a
{
	border:none;
	display:block;
	padding:10px 20px;
}
.popup ul ul li	{ display:block; clear:both; }
.popup li:hover ul{ display:block; }
.popup td{ text-align:center; }
/***************************************/
.thumb{
	float:left;
	margin:0 10px 10px 0;
}
/***************************************/
div.seek{
	clear:both;
	margin:5px 0px;
}
div.seek a{
	display:inline-block;
	zoom: 1;
	*display: inline;
	border:solid 1px #eee;
	padding:1px 5px;
	color:black;
	text-decoration:none;
	margin:1px 0px;
}
div.seek a#nav{
	border:none;
}
div.seek a.current{
	border:solid 1px #FF6600;
	background:#FF6600;
	color:white;
}
div.seek a:hover{
	background:#ddd;
}
/********************/
.rowAlt{
	background:#eee;
}
.pages{
	position:absolute;
	right:0; top:4px;
}
/******************************/
.news3 img{
	float:left;
	margin:0 10px 10px 0;
}
.news3 div{
	clear:both;
}
/***************************************
/* Big: big */
/* Small: small */
/* Typewriter: tt */
/* Computer Code: code */
/* Keyboard Phrase: kbd */
/* Sample Text: samp */
/* Variable: var */
/* Deleted Text: del */
/* Inserted Text: ins */
/* Cited Work: cite */
/* Inline Quotation: q */

/* Image left: img.left */
img.right
{
	border: 1px solid #ccc;
	float: right;
	margin-left: 15px;
	padding: 5px;
}
/* Image right: img.right */
img.left
{
	border: 1px solid #ccc;
	float: left;
	margin-right: 15px;
	padding: 5px;
}

blockquote
{
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 2px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;

	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px;
}
/**************************************/
figure
{
	text-align: center;
	border: solid 1px #ccc;
	border-radius: 2px;
	background: rgba(0,0,0,0.05);
	padding: 10px;
	margin: 10px 20px;
	display: inline-block;
}

figure > figcaption
{
	text-align: center;
	display: block; /* For IE8 */
}
/**************************************/
.fileHolder{
	clear:both;
	margin:20px 0; padding:10px;
	border:solid 1px #eee;
	box-shadow:2px 2px 10px rgba(0, 0, 0, 0.3);
}
.fileHolder div{
	padding:5px 0;
}
.fileHolder a{
	color:#333;
	text-decoration:none;
}
.fileHolder h3{
	margin:0;
}

/* CSS Document */

/* Телефон: div.phone */
div.phone{
	font-size:55px;
	color:#888;
}

/* Заголовок: h2.header */
h2.header{
	font-weight:normal;
	font-size:34px;
	color:#008001;
}

/* Кнопка: div.red.button */
.red.button
{
	background:#780002;
	font-weight:normal;
	font-size:18px;
	padding:10px 20px;
}
.red.button,
.red.button a
{
	color:white;
	text-decoration:none;
}
/* CSS Document */
/******************************/
.indexHolder{
	position:relative;
	min-height:50px;
	text-shadow:1px 1px 2px rgb(0, 0, 0);
}
.welcomeHolder{
	position:absolute;
	top: 0; left:0; right: 0;
	background:rgba(0, 0, 0, 0.5);
	padding-top:10px;
	padding-bottom:10px;
	color:white;
}

.welcomeHolder td{
	vertical-align:top;
	min-width:100px;
}
.welcomeHolder *,
.welcomeHolder h2
{
	margin:0;
	padding:0;
	color:white;
}
.welcomeHolder h2{
	font-weight:normal;
	font-size:22px;
}
/******************************/
.welcomeHolderPadding{
	padding-left:60px;
	padding-right:60px;
}

/******************************/
.advSliderEx{
	position:relative;
	z-index:0;
}

.advSlider{
	position:absolute;
	top: 0; left: 0; roght: 0;
}
.advSlider blockquote
{
	position:absolute;
	top: 100px;
	left: 60px;
	min-width:300px;
	max-width:400px;
	padding:0; margin:0;
	border:none;
	color:white;
	font-style:normal;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.advSlider blockquote *{
	margin:0;
}
/*************************************/
.advSliderEx .advSeekEx{
	display:block;
	position:absolute;
	bottom:10px;
	left: 50%;
	text-align:center;
}
.advSliderEx .advSeekEx a:focus{
  outline:none;
}
.advSliderEx .advSeekEx a
{
	display:inline-block;
	*display: inline;
	*zoom: 1;
	width:10px; height:10px;
	border:solid 2px #c5c5c5;
	border-radius:10px;
	margin:0 2px;
}
.advSliderEx .advSeekEx a.active{
	background:#95c11a;
	border:solid 2px #95c11a;
}
.advSliderEx.lockSlide .advSeekEx a.active{
	background:red;
}
.advSliderEx .advSeekEx a.disabled{
	background:gray;
}

/* CSS Document */

/*******************/
.CrossFadeEx{
	z-index:0;
	position:relative;
}
.CrossFadeEx .itemElm{
	position:absolute;
	left: 0; top: 0;
}

.CrossFadeEx .seekElm
{
	position:relative;
	
	zoom: 1;
	display: inline-block;
	*display: inline;
}

.CrossFadeEx .seekImage .seekStyle{
	position: absolute;
	top: 0; left: 0;
}

.CrossFadeEx .seekHolder .seekStyle
{
	margin:5px;
	width:6px; height:6px;
}

.CrossFadeEx .seekButton.seekStyle
{
	position:absolute;
	margin:5px;
	top: 50%; margin-top:-10px;
	cursor:pointer;
	z-index:3;
	
	padding:0px 15px 4px 15px;
}

.CrossFadeEx .seekButton,
.CrossFadeEx .seekHolder
{
	visibility:hidden;
	opacity:0;
	transition: opacity 1s;
}
.CrossFadeEx:hover .seekButton,
.CrossFadeEx:hover .seekHolder
{
	visibility:visible;
	opacity:1;
}

.CrossFadeEx .seekPrev{ left: 5px; }
.CrossFadeEx .seekPrev:before{ content:"<"; }
.CrossFadeEx .seekNext{ right:5px; }
.CrossFadeEx .seekNext:before{ content:">"; }

/* CSS Document */

.CrossFadeEx .seekStyle
{
	cursor: pointer;

	border:solid 2px #fff;
	border-radius:10px;
	background: #333;

	padding:2px;

	text-align:center;
	font-size:12px;
	color:white;

	box-shadow:0 0 5px #000;
	text-shadow:1px 1px 1px #000;
}
.CrossFadeEx .seekStyle.current,
.CrossFadeEx .seekHolder .current .seekStyle,
.CrossFadeEx .seekStyle:hover
{
	background:#B70003;
}

.CrossFadeEx .seekImage
{
	width:80px; height:60px;

	box-shadow:0 0 5px #000;

	border-bottom: solid 0px #FFFFFF;
	margin:0 10px;
	
	transition: border 0.2s;
}
.CrossFadeEx .seekImage.current{
	border-bottom: solid 8px #FFFFFF;
}

/* CSS Document */

.widgetNews3 th,
.widgetNews3 td{
	vertical-align:top;
	padding-top:20px; 
}
.widgetNews3 td{
	padding-left:20px;
	width:100%;
}
.widgetNews3 h2{
	font-weight:normal;
	margin:0; margin-bottom:10px;
	color:#666666;
}
.widgetNews3 a{
	color:#666666;
	text-decoration:none;
}
.widgetNews3 th .image{
	position:relative;
}
.widgetNews3 th .image date{
	position:absolute;
	left:0; top: 10px;
	background:#dce1eb;
	padding:2px 5px; padding-left:10px;
	color:black;
	font-weight:normal;
}

/* CSS Document */

.widgetDocSwitchHolder .image
{
	float:right;
}

.widgetDocSwitchHolder .itemElm
{
	right: 0; bottom: 0;
}

.widgetDocSwitchHolder .content{
}

/***************************/
.widgetDocSwitchMenu{
	margin-bottom:10px;
}
.widgetDocSwitchMenu a
{
	display:block;
	float:left;
	margin-right:20px;
	color:black;
	text-decoration:none;
	padding:5px 10px;
	font-size:18px;
}

.widgetDocSwitchMenu a.current,
.widgetDocSwitchMenu a:hover
{
	background:#008001;
	color:white;
}
/****************************/

/* CSS Document */

.sitePanel{
	margin:5px 0;
}
/***********************************************/
.sitePanel:after{
	display:block;
	content:"";
	clear:both;
}
.sitePanel .slot{
	text-align:left;
	position:relative;
	color:white;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.5);
	float:left;
	margin-left:5px;
}
.sitePanel .slot:first-child{
	margin-left:0;
}
.sitePanel .slot a{
	text-decoration:none;
	color:white;
}
.sitePanel .slot p{
	margin:0;
	line-height:normal;
}
.sitePanel .slot h2 a{
	display:block;
}
.sitePanel .slot address{
	font-style:normal;
	display:block;
	height:15px;
	color:white;
}
.sitePanel .slot .info{
	padding:5px 10px;
	padding-left:20px;
}
.sitePanel .slot .info2{
	padding:5px 10px;
	padding-left:20px;
	min-height:120px;
	height:145px;
	overflow:hidden;
}
.sitePanel .slot h2{
	color:white;
	margin:0;
	font-weight:normal;
	font-size:24px;
}
.sitePanel .slot p{
	margin:5px 0 8px 0;
}
.sitePanel .slot .image{
	display:block;
	background:#f8f8f8;
}
.sitePanel .slot .date{
	position:absolute;
	top:0;
	padding:4px 8px;
	font-size:14px;
}
.sitePanel .slot .date big{
	font-size:150%;
}
.sitePanel .slot .date b{
	font-weight:normal;
}
/*******************************/
.sitePanel .slot .bg{
	background:#5a4127;
}
.sitePanel .slot .bg2{
	background:#84644b;
}
.sitePanel .slot .bg3{
	background:#94af00;
}
/*******************************************/
.sitePanel .slot.small{
	margin-top:5px;
}
.sitePanel .slot.small#first{
	margin-top:0;
}
.sitePanel .slot.small .image{
}
.sitePanel .slot.small h2{
	margin:0;
	font-size:15px;
}
.sitePanel .slot.small .date{
	font-size:12px;
}
.sitePanel .slot.small .holder{
	position:absolute;
	bottom:0; 
	left:0; right:0;
}
.sitePanel .slot.small big{
	font-size:18px;
}
.sitePanel .slot.small .info2{
	height:auto;
	min-height:0;
}
.sitePanel .slot.small p, .slot.small .sitePanelAccept{
	display:none;
}
.sitePanel .slot.small:hover p, .slot.small:hover .sitePanelAccept{
	display:block;
}

/*****************************************/
.sitePanel .slot.big{
	width:auto;
}
.sitePanel .slot.big img{
}
.sitePanel .slot.big .holder{
	position:absolute;
	bottom:0; left: 0;
	width:450px;
}
.sitePanel .slot.big .image{
	min-height:410px;
	height:410px;
}
.sitePanel .slot.big .date{
	padding:4px 40px;
}
.sitePanel .slot.big .info, .slot.big .info2{
	padding-left:40px;
}
/**************************************/
.sitePanel .slot.article{
	width:100%;
	height:410px;
}
.sitePanel .slot.article .holder{
	position:absolute;
	bottom:0; left: 0;
	width:400px;
}
.sitePanel .slot.article h1{
	position:absolute;
	top: 30px; left: 10px;
	margin:0;
	color:white;
	font-size:36px;
	font-weight:normal;
	text-shadow:0 0 10px #000;
	font-style:italic;
}
/****************************************/
.sitePanel .sitePanelAccept:after{
	display:block;
	content:"";
	clear:both;
}
.sitePanel .sitePanelAccept a{
	display:block;
	padding:10px 0;
	text-align:center;
	width:50%; height:20px;
	
	text-decoration:none;
	font-size:15px;
}
.sitePanel .sitePanelAccept .left{
	float:left;
}
.sitePanel .sitePanelAccept .right{
	float:right;
	text-decoration:underline;
}

