/*  ============================================================================================  */
/*  Author: RDESIGN http://rdesign.ru															  */
/*  ============================================================================================  */


/*  ============================================================================================  */
/*	GENERAL																						  */
/*  ============================================================================================  */


* {
	outline: none;
	margin: 0;
	padding: 0;
}

html,
body {
	width:100%;
	height:100%;
	min-width:960px;
	font-family:Arial,Helvetica,Garuda,sans-serif;
	cursor: default;
	font-size: small;
	color: #000000;
	background-color:#ffffff;
}

body {
	background-position:center top;
	background-repeat:no-repeat;
}

table {
	border: none;
	border-collapse: collapse;
}
td, th {
	border: 1px #999999 solid;
	padding: 3px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
table.no * {
	border: none;
	padding: 0;
}
img {
	border: none;
	padding: 0px;
	margin: 0px;
}
img.border {
	border:1px #d6d6d6 solid;
	padding:2px;
}
a {
	color:#005d9b;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
form {
	padding: 0px;
	margin: 0px;
}

input, select, button, textarea {
	padding: 0px;
	margin: 0px;
}
ul, ol {
	padding: 0px 0px 10px 0px;
	margin: 10px 0px 0px 0px;color:#666
}
li {
	margin:5px 0 0 15px;
	padding: 0px;
}

h1, h2, h3 {
	font-weight: normal;
	margin: 30px 0px 5px 0px;
	padding: 0px;
	color: #000000;
}
h1 {
	font-size: 150%;
	line-height: 110%;
	text-transform: uppercase;
}
h2 {
	font-size: 135%;
	line-height: 110%;
}
h3 {
	font-size: 120%;
	line-height: 120%;
}

h4, h5, h6 {
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
h4 {
	font-size: 90%;
	line-height: 130%;
}
h5 {
	font-size: 85%;
	line-height: 140%;
}
h6 {
	font-size: 80%;
	line-height: 140%;
}

p {
	line-height: 130%;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

h10 {color: green; font-family: georgia; font-style: italic; font-size: 150%;clear:both;margin: 10px 0px 0px 0px;}

sub {
	font-size: 80%;
	position: relative;
	top: 0.3em;
	vertical-align: baseline;
}
sup {
	font-size: 80%;
	position: relative;
	top: -0.4em;
	vertical-align: baseline;
}
em {
	font-style: italic;
}
dl, dt, dd {
	padding: 0px;
	margin: 0px;
}

address {
	padding: 0px;
	margin: 30px 0px;
}

hr {
	border: none;
	border-bottom: solid #666666 1px;
	display: block;
	height: 1px;
	margin: 10px 0px;
}

/*	LAYOUT =====================================================================================  */


.container {
	float:left;
	width:100%;	
	min-height:100%;
	_float:none;
	_height:100%;
	position:relative;
	//overflow-x:hidden;
}
.fcontent {
	float:left;
	clear:both;
	width:100%;
	/*padding-bottom:135px;*/
	/*padding-bottom:115px;*/
	padding-bottom:240px;
}
.hide {
	display:none;
}
.padding {
	padding-left:125px;
	padding-right:20px;
}
.block {
	clear:both !important;
}
.fblock {
	float:left;
	clear:both;
	width:100%;
}
.fblock-clr {
	float:left;
	clear:none;
	width:100%;
}
.overfix {
	overflow:hidden;
	position:relative;
}
.indent {
	padding:0 0px;
}
.indent.bl1 {
	padding-right:0;
}
.half {
	width:50% !important;
	margin-right:-2px;
}
.delimiter {
	float:left;
	clear:both;
	width:100%;
	font-size:1px;
	border-top:1px #bcbcbc solid;
	margin-bottom:15px;
}

.center {
	float:left;
	_float:none;
	clear:both;
	width:90%;
	height:100%;
	_margin:0 auto;
	padding-left:5%;
	_padding:0;
	position:relative;
}

.footer {
	float:left;
	clear:both;
	width:100%;
	height:120px;
	font-size:90%;
	border-top:1px #c2cbd6 solid;
	margin-top:-90px;
	padding-top:22px;
	position:relative;
	/*_overflow-x:hidden;*/
}
.footer .text,
.footer ul {
	float:left;
	clear:none;
}
.footer .text {
	font-size:90%;
	color:#666666;
	white-space:nowrap;
}
.footer .text.second {
	font-size:11px;
	color:#000000;
	white-space:nowrap;
	margin-left:0px;
}
.footer .text .padding {
	padding:0 0 0 50px;
}
.footer .text .padding img {
	float:left;
	margin-left:-50px;
}
.footer ul {
	margin:5px 0 0 40px;
	padding:0;
}
.footer ul li {
	float:left;
	clear:none;
	font-size:11px;
	list-style:none;
	margin:0 0 0 0;
	padding:0 10px;
}
.footer ul li h2,
.footer ul li h3,
.footer ul li a {
	float:left;
	clear:both;
	font:18px Georgia;
	font-style:italic;
	list-style:none;
	margin:0;
}
.footer ul li h2 {
	font:12px Arial;
}
.footer ul li a {
	font-size:14px;
}

.footer .r {
	float:right;
	clear:none;
	text-align:right;
	margin-top:5px;
}
.footer .r img {
	float:right;
	_float:none;
	clear:both;
	display:block;
	margin-bottom:20px;
}

.footer .shift-up {
	float:left;
	clear:both;
	width:100%;
	margin-top:-172px;
}
.footer .shift-up .half {
	padding:0 !important;
}
.secondary .footer .shift-up .half {
	padding:0 !important;
	border-right:none !important;
}
.secondary .footer .shift-up .half.rb {
	margin-left:1px;
}
.footer .shift-up * {
	margin-bottom:0 !important;
	padding-bottom:0 !important;
}
.footer .shift-up .half a,
.footer .shift-up .half img {
	
}
.footer .shift-up .half.rb img {
	margin-left:2px;
}


.top-bg {
	float:left;
	clear:both;
	width:100%;
	height:1000px;
	background-position:center top;
	background-repeat:no-repeat;
	margin-bottom:-10000px;
}


.header {
	float:left;
	clear:both;
	width:100%;
}

.header .logo {
	float:left;
	clear:none;
	margin:30px 0 0 0px;
}
.header .r {
	float:right;
	clear:none;
}
.header .r {
	float:right;
}
.header .r ul {
	float:left;
	clear:none;
	margin:0;
	padding:0;
}
.header .r ul li {
	float:left;
	clear:none;
	height:130px;
	list-style:none;
	margin:0;
	margin-right:0px;
	padding-left:100px;
	white-space:nowrap;
}
.header .r ul li.msk {
	background:url('../images/bg/msk.jpg') left top no-repeat;
}
.header .r ul li.spb {
	background:url('../images/bg/spb.jpg') left top no-repeat;
}
.header .r ul li h2,
.header .r ul li h3,
.header .r ul li a {
	float:left;
	clear:both;
	font:20px Georgia;
	font-style:italic;
	margin:0;
}
.header .r ul li h2 {
	float:none;
	margin-left:10px;
	padding-left:47px;
	position:relative;
}
.header .r ul li h2 span {
	font-size:14px;
	margin-top:5px;
	margin-left:-38px;
	margin-right:5px;
}
.header .r ul li h3 {
	font-size:16px;
	margin:35px 0 0 0;
}
.header .r ul li a {
	font-size:14px;
	margin-left:20px;
}

.toilet-gallery {
	float:left;
	clear:both;
	width:100%;
	background:#95c5bb url('../images/bg/header-grad.jpg') center bottom;
	padding-bottom:2px;
	overflow:hidden;
	position:relative;
}
.toilet-gallery .border-fix {
	float:left;
	clear:both;
	width:100%;
	height:375px;
	background-color:#ffffff;
	overflow:hidden;
}
.toilet-gallery .col {
	float:left;
	clear:none;
	width:33%;
	
}
.toilet-gallery .fblock .col {
	height:333px;

	overflow:hidden;
	position:relative;
}
.toilet-gallery .col.col1 {
	background:url('../images/bg/toilet1-bg.jpg') left top repeat-x;
}


.toilet-gallery .col.col1 ul,
.toilet-gallery .col.col2 ul,
.toilet-gallery .col.col3 ul {
	float:left;
	clear:both;
	/*width:335px;*/
	width:33%;
	height:383px;
	border-right:1px #ffffff solid;
	background:url('../images/bg/toilet1-fade.jpg') left top repeat-x;
	margin:0;
	padding:1px 0 0 0;
	display:none;
}
.toilet-gallery .col.col2 ul {
	width:34%;
	border-left:1px #ffffff solid;
	border-right:1px #ffffff solid;
	background:url('../images/bg/toilet2-fade.jpg') left top repeat-x;
	left:33%;
	position:relative;height:383px;
}
.toilet-gallery .col.col3 ul {
	float:right;
	border:none;
	border-left:1px #ffffff solid;
	background:url('../images/bg/toilet3-fade.jpg') right top repeat-x;
	right:-2px;
	_right:-1px;height:383px;
	position:relative
}
.toilet-gallery .col ul li {
	list-style:none;
	margin:0;
	/*margin-left:50px;*/
	margin-left:25px;
	padding:12px 0 11px 0;
	position:relative;
	z-index:60;
}
.toilet-gallery .col ul li,
.toilet-gallery .col ul li a,
.toilet-gallery .col ul li h2 {
	font-size:12px;
	color:#ffffff;
}
.toilet-gallery .col ul li h2 {
	font-weight:bold;
	text-transform:uppercase;
	margin:0;
}
.toilet-gallery .col ul li a {
	color:#ffffff;
	text-decoration:none;
}
.toilet-gallery .col ul li a:hover {
	text-decoration:underline;
}


.toilet-gallery .col.col1 img,
.toilet-gallery .col.col2 img,
.toilet-gallery .col.col3 img {
	float:left;
	clear:both;
	left:50%;
	width:313px;
	height:325px;
	background:url('../images/bg/toilet1.png') left top no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/site/images/bg/toilet1.png', sizingMethod='crop');
	margin-top:58px;
	margin-left:-156px;
	margin-bottom:-1000px;
	position:relative;
	z-index:50;
}
.toilet-gallery .col.col2 {
	width:34%;
	background:url('../images/bg/toilet2-bg.jpg') center top repeat-x;border-left:1px solid #FFFFFF;
}
.toilet-gallery .col.col2 img {
	width:384px;
	height:335px;
	background:url('../images/bg/toilet2.png') left top no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/site/images/bg/toilet2.png', sizingMethod='crop');
	margin-left:-192px;
}
.toilet-gallery .col.col3 {
	background:url('../images/bg/toilet3-bg.jpg') right top repeat-x;
	margin-right:-10px;border-left:1px solid #FFFFFF;
}
.toilet-gallery .col.col3 img {
	width:316px;
	height:286px;
	background:url('../images/bg/toilet3.png') left top no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/site/images/bg/toilet3.png', sizingMethod='crop');
	margin-top:75px;
	margin-left:-158px;
}
.toilet-gallery .col .title {
	float:left;
	clear:both;
	width:100%;
	font-size:14px;
	color:#ffffff;
	text-transform:uppercase;
	text-align:center;
	background:#1b93da url('../images/bg/columns-title.jpg') left top repeat-x;
	padding:13px 0;
	cursor:pointer;
}


.toilet-gallery.col-selected-1 .col1 .title,
.toilet-gallery.col-selected-2 .col2 .title,
.toilet-gallery.col-selected-3 .col3 .title {
	background:#428e2e url('../images/bg/columns-title-selected.jpg') left top repeat-x;
}


.toilet-gallery.col-selected-1 .col1 ul {
	display:block;
}
.toilet-gallery.col-selected-1 .fblock .col1 {
	width:100%;
}
.toilet-gallery.col-selected-1 .fblock .col1 img {
	left:40%;
	/*margin-left:250px;*/
}
.toilet-gallery.col-selected-1 .fblock .col2,
.toilet-gallery.col-selected-1 .fblock .col3 {
	display:none;
}

.toilet-gallery.col-selected-2 .col2 ul {
	display:block;
}
.toilet-gallery.col-selected-2 .fblock .col2 {
	width:100%;
}
.toilet-gallery.col-selected-2 .fblock .col2 img {
	left:72%;
	/*margin-left:530px;*/
}
.toilet-gallery.col-selected-2 .fblock .col1,
.toilet-gallery.col-selected-2 .fblock .col3 {
	display:none;
}


.toilet-gallery.col-selected-3 .col3 ul {
	display:block;
}
.toilet-gallery.col-selected-3 .fblock .col3 {
	width:100%;
}
.toilet-gallery.col-selected-3 .fblock .col3 img {
	left:60%;
	/*margin-left:435px;*/
}
.toilet-gallery.col-selected-3 .fblock .col1,
.toilet-gallery.col-selected-3 .fblock .col2 {
	display:none;
}

.block1 {
	float:left;
	clear:both;
	width:100%;
	position:relative;
	overflow:hidden;
}
.block1.special {
	position:static;
	overflow:visible;
	margin-bottom:-1000px;
}
.block1 .b-l,
.block1 .b-c {
	float:left;
	clear:none;
	width:100%;
}

.block1 .b-l {
	width:230px;
	margin-right:-1000px;
	position:relative;
	z-index:10;
	_overflow-x:hidden;
}
.block1 .b-l .bg-block {
	float:left;
	clear:both;
	width:100%;
	background-color:#d6e5ef;
}
.block1 .b-l .bg-block .d-block {
	float:left;
	clear:both;
	width:100%;
	border-bottom:1px #b4cfe1 solid;
	padding:20px 0;
}
.block1 .b-l .indent {
	padding:0 15px 0 30px;
}
.block1 .b-l .bg-block .d-block h2 {
	float:left;
	clear:both;
	width:100%;
	font-size:14px;
	color:#005d9b;
	text-transform:uppercase;
	margin:0;
}
.block1 .b-l .bg-block .d-block ul {
	clear:both;
_width:100%;
	margin:0;
}
.block1 .b-l .bg-block .d-block ul li {
	_float:none;
	clear:both;
	width:100%;
	font:12px Arial;
	color:#164a00;
	margin:5px 0 0 0;
	list-style-type:none;
}
.block1 .b-l .search {
	float:left;
	clear:both;
	width:100%;
	background:#008ce5 url('../images/bg/search.jpg') left top repeat-x;
	padding:20px 0;
}
.block1 .b-l .search .indent {
	padding-right:25px;
}
.block1 .b-l .search input {
	float:left;
	clear:both;
	width:100%;
	font:12px Arial;
	color:#525252;
	border:1px #0081d4 solid;
	_margin-bottom:-15px;
	padding:2px 5px;
}
.block1 .b-l .how-to-find-us {
	float:left;
	clear:both;
	font:18px Georgia;
	font-weight:bold;
	font-style:italic;
	color:#164a00;
	background:url('../images/bg/how-to-find-us.jpg') right top no-repeat;
	margin-top:20px;
	margin-left:47px;
	_margin-left:43px;
	padding:30px 105px 35px 0;
	white-space:nowrap;
	position:relative;
}


.block1 .b-c {
	/*overflow:hidden;
	position:relative;*/
}
.block1 .b-c .padding {
	padding:0 0 0 229px;
}

.block1 .b-c .half {
	float:left;
	clear:none;
	padding:20px 0;
	position:relative;
}
.block1 .b-c .half .additional-block {
	overflow:hidden;
}
/*.block1 .b-l,*/
.block1 .b-c .half,
.block1 .b-c .block1-1 {
	border-left:1px #d3ecaa solid;
	border-right:1px #c2cbd6 solid;
	margin-bottom:-9980px;
	padding-bottom:10000px;	
}
.block1 .b-c .half.rb {
	border-left:none;
	margin-right:-1000px;
}
.block1 .b-c .half .indent {
	padding:0 30px;
}
.block1 .b-c .half h2,
.block1 .b-c .half .text-block,
.block1 .b-c .half .text-block p {
	float:left;
	clear:both;
	width:100%;
}
.block1 .b-c .half h2 {
	font:135% Georgia;
	font-style:italic;
	color:#000000;
	margin:0;
}
.block1 .b-c .half h2 b {
	font-size:24px;
	font-weight:normal;
}
.block1 .b-c .half.rb h2 {
	margin-left:75px;
	_margin-left:37px;
}
.block1 .b-c .half .text-block p {
	font-size:90%;
	color:#666666;
	margin-top:20px;
}

.block1 .b-c .half .news-block,
.block1 .b-c .half .news-block .record {
	float:left;
	clear:both;
	width:100%;
}
.block1 .b-c .half .news-block .record {
	margin-top:20px;
}
.block1 .b-c .half .news-block .record .padding {
	padding:0 0 0 75px;
}
.block1 .b-c .half .news-block .record .padding span,
.block1 .b-c .half .news-block .record .padding a {
	float:left;
	clear:none;
	font:105% Georgia;
	font-style:italic;
}
.block1 .b-c .half .news-block .record .padding span {
	margin-left:-75px;
}
.block1 .b-c .half .news-block .record .padding span em {
	font-size:12px;
	color:#999999;
}
.block1 .b-c .half .news-block .record .padding a {
	width:100%;
}
.block1 .b-c .half .news-block .record .padding p {
	float:left;
	clear:both;
	width:100%;
	font-size:85%;
	color:#999999;
}
.block1 .b-c .half .news-block .record .padding p a {
	float:none;
	clear:none;
	width:100%;
	color:#000000;
}

.block1 .block1-1 {
	float:left;
	clear:both;
	width:100%;
	padding:20px 0;
}
.block1 .block1-1 .indent {
	padding:0 30px 0 5%;
}

.block1 .block1-1 .crumbs {
	float:left;
	clear:both;
	width:100%;
	font-size:85%;
	color:#999999;
	margin-bottom:25px;
}
.block1 .block1-1 .crumbs a {
	color:#999999;
}

.block1 .block1-1 .half {
	border:none;
}

.block1 .block1-1 h1,
.block1 .block1-1 .text-block,
.block1 .block1-1 .text-block .item-info,
.block1 .block1-1 .text-block .item-info .item-img,
.block1 .block1-1 .text-block h2,
.block1 .block1-1 .text-block table,
.block1 .block1-1 .text-block p {

	clear:both;
	width:100%;
}
.block1 .block1-1 h1 {
	font-size:28px;
	font-weight:normal;
	text-transform:none;
	margin:0;
font-family:georgia;
}
.block1 .block1-1 .text-block {
	font-size:90%;
}
.block1 .block1-1 .text-block .half .indent {
	padding:0 70px 0 0;
}
.block1 .block1-1 .text-block .item-info {
	margin-bottom:50px;
}
.block1 .block1-1 .text-block .item-info .item-img {
	text-align:center;
}
.block1 .block1-1 .text-block h2,
.block1 .block1-1 .text-block h2 b {
	font-size:18px;
	font-style:normal;
}
.block1 .block1-1 .text-block h2 b {
	font-weight:bold;
}
.block1 .block1-1 .text-block h2.c {
	text-align:center;
}
.block1 .block1-1 .text-block table {
	border-collapse:collapse;

	border-top:1px #b8b8b8 solid;
}
.block1 .block1-1 .text-block table td {
	color:#666666;
	border:1px #b8b8b8 solid;

}
.block1 .block1-1 .text-block .item-info table td {
	font-size:11px;
}
.block1 .block1-1 .text-block table td.first {
	font-weight:bold;
}

.block1 .block1-1 .text-block .item-info p {
	font-size:11px;
}
.block1 .block1-1 .text-block p.list a {
	float:left;
	clear:both;
	margin-bottom:3px;
}
.block1 .block1-1 .text-block ul.nav-menu {
	float:left;
	clear:both;
	width:100%;
	margin-bottom:0;
}
.block1 .block1-1 .text-block ul.nav-menu li {
clear:both;
color:#186E01;
float:left;
font-family:georgia;
font-size:12px;
font-weight:normal;
width:100%;
}
.block1 .block1-1 .text-block ul.nav-menu li a {
	color:#186e01;
}

.block1 .block1-1 .text-block p {
	margin-top:10x;color:#666
}



.clock {
	float:left;
	clear:both;
	left:50%;
	margin:-12px 0 -500px 86px;
	position:relative;
	z-index:5;
}

.additional-block {
	float:left;
	clear:both;
	width:100%;
	text-align:center;
	margin-top:40px;
}