body, html {
    height: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}



* {
    margin: 0;
    padding: 0;
}

body {
    background: url("images/body_bgd.gif") repeat scroll left top #24231F;
    color: #D5D5D5;
    font-family: Arial;
    font-size: 100%;
    line-height: 1.0625em;
}

.main{
	width: 1000px;
}
	
	
.contentcenter{
	width:780px;
}

.contentright{
	width:170px;
}	

.uncon{
	width:780px;


}

.header{
	width:1000px;

}

.main{
	display:block;
	position:relative;
	margin: 10px auto 10px;
	text-align: justify;
	min-height:100%;
	}

	
	.header{
	text-align:center;

	}
	
		.header ul{
			display: block;
			position: relative;
			
		
			list-style: none outside none;
			padding: 0;
			height:45px;
			text-align:center;

		}	
		
			.header ul li{
				display: inline-block;
				border-left: 2px dotted green;

	
				line-height: 15px;
				list-style: none outside none;
				margin-left: 5px;
				padding-left: 5px;
				position: relative;
				margin-top:12px;
			}
			
			.header ul > li:first-child {
				border-style: none;
				margin: 0;
			}		
			
				.header ul li.active a{
					color: #fff;
				}	
				
				.header ul li a{
					color: #D5D5D5;
					font-size:21px;
					text-decoration: none;
					transition: color 0.2s ease-out 0s;
				}		
	
					.header ul li a:hover{
						color: #fff;
						text-decoration: underline;

					}	


				
	.content{
	    background: url("images/box1_bgd.gif") repeat scroll left top transparent;
		color: #D5D5D5;
		font-size: 14px;
		line-height: 18px;
		padding:10px;
		clear:right;
		margin-top:10px;
	}
	
	.nobackground{
		background-image: none;
		padding:0;
	}

	
	.uncon{
		display:block;
		position:relative;
		color: #D5D5D5;
		font-size: 14px;
		line-height: 18px;
		margin-top:10px;
		padding:0 12px;

	}

		.uncon .mod{
			display: block;
			position:relative;
			margin: 0 10px 20px 0;
			width:250px;
			float:left;
		}
		
		.uncon .mod{

		}		
			.uncon .mod h4 {
				color: #CDC6A9;
				font-size: 21px;
				margin-bottom: 15px;
				text-align: left;
			}
			.uncon .mod ul li a {
				background-image: none;
				font-size: 21px;
				line-height: 27px;
			}
			
			.uncon .mod .tel {
				color: #D5D5D5;
				font-size: 20px;
			}			
		
		.content h1{
			color: #D5D5D5;
			font-size: 27px;
			line-height: 22px;
			margin-bottom: 10px;
		}

		.content h2{
			color: #CDC6A9;
			font-size: 21px;
			line-height: 22px;
			margin-bottom: 10px;
		}
		
		.content h3{
			color: #CDC6A9;
			font-size: 18px;
			line-height: 18px;
			margin-bottom: 10px;
		}		
		
		.content p{
			margin:12px 0;
		}

		
		.content a {
			color: #BD8A27;
			text-decoration: none;
		}
		
		.content a:hover {
			text-decoration: underline;
		}		

		.content ul{
			list-style: none outside none;
			margin-bottom: 11px;
			padding: 0;
		}	

			.content ul li{
				background: url("./images/line1.gif") repeat-x scroll left bottom transparent;
			}		

				.content  li a {
					background: url("images/marker3.gif") no-repeat scroll left 6px transparent;
					line-height: 1.83em;
					padding-left: 8px;
				}		
				
		.contentcenter{
			display:block;
			position:relative;
			float:left;
			background: url("images/box1_bgd.gif") repeat scroll left top transparent;
			padding:10px;
		}

		.contentright{
			display:block;
			position:relative;	
			float:right;		
			padding:0 10px 10px 10px;
		}		

		.contentright a{
			color: #BD8A27;
			text-decoration: none;
		}	

	
		.contentright h4{
			color: #CDC6A9;
			font-size: 21px;
			margin-bottom: 15px;
			text-align:center;
		}		

		.contentright ul{
			list-style: none outside none;
		}
		
		.contentright ul li a{
			background-image: none;
			font-size: 21px;
			line-height: 27px;
			color: #BD8A27;
			text-decoration: none;
			padding-left: 8px;

		}			
		
		.contentright .tel{
			font-size: 20px;
			color: #D5D5D5;
		}

		.contentright p{
			font-size:18px;
			color: #D5D5D5;
			text-align:center;
		}
		
		.mod{
			display:block;
			margin-bottom:20px;
		}
		
		.withlogo{
			display:block;
			position:relative;
			float:right;
			margin:5px 0 10px 10px;
		}		
		
		.wrapart{
			display:block;
			position:relative;

			text-align:left;
			margin:10px 0;
		}


		
		.artlayer{
			display:inline-block;
			position:relative;
			width:390px;

			margin:0;
			padding:0;
			float:left;
		}
		
	
		
			.artlayer img{
				display:block;
				position:relative;
				width:385px;
				margin:5px 5px 5px 0;

			}

			.artlayer:hover{

				transform: scale(1.02);
				transition: all 0.5s ;
			}
			
			.artlayer:after
				{
				display:block;
				position:absolute;
				width:120px;
				height:36px;
				bottom:-9px;
				right:-6px;
				padding-left:6px;
				font-size:3px;
				color:#fff;
				content:' . ';
				background: url("images/mminilogotoroka.png") no-repeat scroll left top transparent;
				cursor:pointer;
				opacity:0.6;
				}

			.artlayer p{
				display:block;
				position:absolute;
				width:370px;
				height:33px;
				overflow:hidden;
				text-align:center;
				font-size:14px;
				color:#fff;
				top:5px;
				right:0px;	
				text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
				cursor:pointer;
				padding:0 10px;
				font-weight:bold;
				opacity:0.9;
			}				
				

.button, .button:visited {
background: #222 url(overlay.png) repeat-x; 
display: block; 
padding: 5px 10px 6px; 
color: #fff !important; 
text-decoration: none;
-moz-border-radius: 6px; 
-webkit-border-radius: 6px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-bottom: 1px solid rgba(0,0,0,0.25);
position: relative;
cursor: pointer;
}

.button:hover	{ background-color: #111; color: #fff; }
.button:active	{ top: 1px; }
.small.button, .small.button:visited 			{ font-size: 11px}
.button, .button:visited,.medium.button, .medium.button:visited 		{ 
font-size: 13px; font-weight: bold; 
line-height: 1; 
text-shadow: 0 -1px 1px rgba(0,0,0,0.25); 
}

.large.button, .large.button:visited 			{ font-size: 16px; padding: 8px 14px 9px; text-align:center;}

.super.button, .super.button:visited 			{ font-size: 34px; padding: 8px 14px 9px; }

.pink.button, .magenta.button:visited		{ background-color: #e22092; }
.pink.button:hover							{ background-color: #c81e82; }
.green.button, .green.button:visited		{ background-color: #91bd09; }
.green.button:hover						    { background-color: #749a02; }
.red.button, .red.button:visited			{ background-color: #e62727; }
.red.button:hover							{ background-color: #cf2525; }
.orange.button, .orange.button:visited		{ background-color: #ff5c00; }
.orange.button:hover						{ background-color: #d45500; }
.blue.button, .blue.button:visited		    { background-color: #2981e4; }
.blue.button:hover							{ background-color: #2575cf; }
.yellow.button, .yellow.button:visited		{ background-color: #ffb515; }
.yellow.button:hover						{ background-color: #fc9200; }		
		
.footer {
	display:block;
	position:relative;
    background: url("images/footer_bgd.gif") repeat-x scroll left top transparent;
    font-size: 12px;
	margin-top:10px;
	padding:10px;
	text-align:center;
	color: #A7A37E;
}

	.footer ul {
		display: inline-block;
		list-style: none outside none;
		padding: 0;


	}
	
		.footer ul li {
			
			border-left: 2px dotted green;
			box-shadow: none;
			float: left;
			line-height: 15px;
			list-style: none outside none;
			margin-left: 5px;
			padding-left: 5px;
			position: relative;
		}	
		
		.footer ul > li:first-child {
			background: none repeat scroll 0 0 transparent;
			border-style: none;
			margin: 0;
		}		
		
	.footer img {
		margin:0 3px;
		opacity: 0.3;

	}
	
	.footer img:hover {
		opacity: 1;
	}	
			
	.footer a {
		color: #7f755c;
		text-decoration: none;
	}
	

		.footer a:hover {
		color: #fff;
		}		
		
		
		
		
		
		
		
		
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #000;
	text-shadow: none;

}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;

}



.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding: 5px;
	text-align:center;
}

.fancybox-title-inside-wrap span{
	color:#777;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

.wrapalbum{
	display:block;
	position:relative;
	width:100%;
}



	.artalbum{
		display:block;
		position:relative;
		width:100%;
		clear:both;
	}

	.artalbum h2{
		margin-top:23px;
	}
	
		.artalbum h2 a{
			color: #CDC6A9;
			text-decoration: none;
		}	
	
	.fotoalbum {
		display:block;
		position:relative;
		width:390px;
		margin:0 10px 0  0;
		padding:0;
		float:left;
	}
	
			.fotoalbum img{
				display:block;
				position:relative;
				width:385px;
				margin:5px 5px 5px 0;
			}
			
			.fotoalbum:after
				{
				display:block;
				position:absolute;
				width:150px;
				height:45px;
				bottom:-10px;
				right:-10px;
				padding-left:6px;
				font-size:3px;
				color:#fff;
				content:' . ';
				background: url("images/minilogotoroka.png") no-repeat scroll left top transparent;
				cursor:pointer;
				}

	.ngg-navigation{
		display: inline-block;
		width:100%;

		text-align:center;
		font-size:33px;
		padding:22px;
	}			
	
		.ngg-navigation{

		}			
		
		
	.zaprostel{
		display:block;
	}
	
		.zaprostel label{
			display: inline-block;
			font-size: 16px;
			margin: 15px 15px 15px 0;
			width: 120px;
		}
		
		.zaprostel input[type="text"] {
			border: 1px solid #CCCCCC;
			font-size: 14px;
			height: 20px;
			padding: 5px;
			width: 300px;
		}

		.zaprostel input[name="url"] {
			visibility:hidden;
			width: 1px;
			height: 1px;
		}
		
		.zaprostel input[type="submit"] {
			border: 1px solid #CCCCCC;
			font-size: 14px;
			height: 30px;
			margin-left: 135px;
			padding: 5px;
			width: 310px;
		}

		.zaprostel textarea {
			border: 1px solid #CCCCCC;

			width: 600px;
		}
		
		
		#error{
		color:red;
		}
		
ul.ulcon{
margin-left:10px;
}	

	ul.ulcon li{
	margin:10px;
	color: #BD8A27;
	}	
	
		ul.ulcon li a {
			background: none;
			text-decoration: underline;
			padding-left: 3px;
		}	