/* ластик ********/
html, body, div, span, applet, object, h1, h2, h3,
h4, h5, h6, p, a, em, img, strong, ol, ul, li,
form, label, table, caption, tbody, thead, tr, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
}

ul, ol {margin:0 0 0.5em 20px}
table {border-collapse:collapse; empty-cells:show;}
p {margin:0 0 0.8em 0;}
h1 { font-size:18px; }
h2 { font-size:15px; }

a{color: #A09790;}
a:hover{color: #333333;}

.paginator a{
    cursor: pointer;
}

.clearer{clear:both}

.placeholder { width: 100px; float:left; }

html{
	width:100%;
	height:100%;
}
body{
	width:100%;
	height:100%;
	font-family:Arial, serif;
	font-size:12px;
	color:#0;
}
#layout{
	width:990px;
	margin:0px auto;
	background:url(/img/bg.jpg) 0 0 repeat-y;
}
#layout-1{
	width:100%;
	background:url(/img/top.jpg) 0 0 no-repeat;
}
#layout-2{
	width:100%;
	background:url(/img/footer.jpg) 0 100% no-repeat;
	position:relative;
	padding:196px 0 60px 0;
}

#fast-login{
	position:absolute;
	left:607px;
	top:112px;
}
	#fast-login .left{
		float:left;
		width:120px;
		margin-right:6px;
	}
	#fast-login .text{
		width:117px;
	}
	#fast-login .submit{
		margin-top:-5px;
	}
	#fast-login .right{
		float:left;
		width:220px;
	}
	#fast-login strong{
		font-weight:normal;
		display:block;
		height:1.5em;
	}
	#fast-login #rememberme{
		vertical-align:middle
	}

	#podpiska {
		background-image: url(/img/podpiska.jpg);
		width: 373px;
		height: 88px;
		position: absolute;
		display: block;
		top: -28px;
		left: -27px;
	}

	#podpiska p {
		color: #47342E;
		font-family: arial;
		font-size: 14px;
		left: 78px;
		position: relative;
		text-align: center;
		top: 52px;
		width: 222px;
		text-decoration: underline;
	}

        .start {
		background-image: url("/img/start.jpg");
		display: block;
		float: right;
		height: 16px;
		margin: 20px 45px 0 0;
		width: 20px;
        }

#main-nav-wrap-1{
	position: relative;
	width: 100%;
	height:70px;
	-left: -100px;
}
.align_center:after{
	content: '';
	display: block;
	clear: both;
}
#main-nav-wrap-2{
	position: relative;
	right: 50%;
	float: right;
}
#main-nav{
	list-style-type:none;
	margin:0;
	position: relative;
	z-index: 1;
	right: -50%;
}
	#main-nav li{
		float:left;
	}
	#main-nav li.sep{
		text-align:center;
		color:#fff;
		padding:0 20px;
		font-weight:bold;
		font-family:Arial Black, serif;
	}
	#main-nav li a{
		color:#fff;
		font-size:13px;
		text-transform:uppercase;
		text-decoration:none;
		font-weight:bold;
		font-family:Arial Black, sans-serif;
	}
	#main-nav li a.current{
		border-bottom:2px solid #fff;
	}
	#main-nav li li a.current{
		border-bottom:2px solid #563c35;
	}
	#main-nav li a:hover{
		text-decoration:underline;
	}
	#main-nav ul{
		list-style-type:none;
		margin:0;
		position:absolute;
		left:0px;
		/*width:auto;*/
		width: 980px;
		margin-top:15px;
	}
	#main-nav ul.materials,
	#main-nav ul.coachings{
		left:0px;
		width:980px;
	}
	#main-nav ul li{
		margin-right:40px;
	}
	#main-nav ul a{
		color:#563c35;
		font-size:14px;
		text-transform:none;
		text-decoration:none;
		font-family:Arial, sans-serif;
	}



#columns{
	margin-top:50px;
}
#left-side{
	float:left;
	width:193px;
	-width:190px;
	margin:0 20px 0 18px;
	-margin:0 0px 0 0px;
	overflow: hidden;
}
#main{
	float:left;
	width:545px;
	-width: 550px;
	-margin:0 5px 0 0px;
/*	overflow: hidden;*/
}
#main-forum{
	float:left;
	width:737px;
}
#right-side{
	float:left;
	width:177px;
	margin:0 0 0 20px;
	-margin:0 0 0 0px;
	top: 0px;
	overflow: hidden;
}


.area{
/*	background:url(/img/area-dots.gif) 0 100% repeat-x;*/
	padding-bottom:10px;
	margin-bottom:1em;
	font-family:Arial, serif;
	font-size:11px;
	color:#1c1c1c;
}
	.area h3,
	h3.section{
		color:#784433;
		font-size:20px;
		font-family:Georgia, serif;
		margin-bottom:0.8em;
	}
	.area.even h3,
	h3.section.even{
		color:#5a777b;
	}
	img.headerimage{
		display:block;
	}
	.area.trainings a{
		color:#a09790;

	}
		.area.trainings ul{
			margin:0;
		}
		.area.trainings li{
			list-style-type:none;
			margin-bottom:0.4em;
		}
	.instruktors a img{
		float:left;
		padding:2px;
		border:1px solid #b08658;
		margin:0 5px 5px 0;
	}
		.instruktors em{
			display:block;
			margin-top:0.5em;
		}

	.area.blogs .item{
		margin-bottom:15px;
	}
		.area.blogs .blog{
			color:#563c35;
			font-weight:bold;
		}
		.area.blogs .date{
			color:#a09491;
		}
		.area.blogs .entry{
			color:#563c35;
			text-decoration:none;
		}
		.area.blogs .entry:hover{
			text-decoration:underline;
		}

	.responces a{
		border: 0px solid red;
		}
	.responces p{
		border: 0px solid red;
		font-style: normal;
		font-weight: lighter;
		}
	.responces .item{
		/*min-height: 160px;*/
		height: 160px;
		overflow: hidden;
		border: 0px solid red;
		font-style: normal;
		font-weight: lighter;
		margin-bottom: 7px;
		}
	.responces a img{
		float:left;
		padding:2px;
		border:1px solid #b08658;
		margin:0 5px 5px 0;
	}
	.interesting .item{
		height: 106px;
		overflow: hidden;
		border: 0px solid red;
		font-style: normal;
		font-weight: lighter;
		margin-bottom: 7px;
		}
	.interesting a img{
		float:left;
		padding:2px;
		border:1px solid #b08658;
		margin:0 5px 5px 0;
	}



#news .item img{
	border:1px solid #b08658;
	padding:3px;
	margin:0 5px 5px 0;
	float:left;
}
	#news a:hover img{
		border:1px solid #000;
	}
	#news .date{
		color:#a09491;
	}
	#news .item{
		margin-bottom:15px;
	}
	img.headerimage{
		position:relative;
	}
	#news a.descr{
		color:#333;
		text-decoration:none;
	}
	#news a.descr:hover{
		color:#000;
		text-decoration:underline;
	}
	.prev, .next{
		display:block;
		width:12px;
		height:23px;
		background-image:url(/img/prevnext.gif);
		text-decoration:none;
		position:relative;
		top:2px;
	}
	.prev{
		float:left;
		margin-left:35px;
	}
	.next{
		float:right;
		background-position:-12px 0;
		margin-right:35px;
	}


	.artical_prev, .artical_next{
		display:block;
		width:12px;
		height:23px;
		background-image:url(/img/prevnext.gif);
		text-decoration:none;
		position:relative;
		top:2px;
	}
	.artical_prev{
		float:left;
		margin-left:5px;
		margin-right:10px;
	}
	.artical_next{
		float:right;
		background-position:-12px 0;
		margin-right:5px;
		margin-left:10px;
	}

	.interview_prev, .interview_next{
		display:block;
		width:12px;
		height:23px;
		background-image:url(/img/prevnext.gif);
		text-decoration:none;
		position:relative;
		top:2px;
	}
	.interview_prev{
		float:right;
		margin-left:5px;
		margin-right:10px;
	}
	.interview_next{
		float:right;
		background-position:-12px 0;
		margin-right:5px;
		margin-left:10px;
	}


	#news-caption{
		padding:0 60px;
		color:#a09491;
		font-weight:bold;
		margin-bottom:1em;
	}


#main-photo-link{
	display:block;
	text-align:center;
}

#photos{
	height:73px;
	width:502px;
	overflow:hidden;
	margin-left:0px;
	padding-left:0px;
	position:relative;
}
	#photos-inner{
		height:100%;
		position:absolute;
		left:0px;
		top:0px;
	}
	#photos img{
		height:68px;
		cursor:pointer;
		border:1px solid #b48b5f;
	}
	#slide-back, #slide-forward{
		display:block;
		width:16px;
		height:69px;
		padding: 0px;
		margin: 0px;
	}
	#slide-back{
		background:url(/img/prev-photo.gif) 0 50% no-repeat;
		float:left;
	}
	#slide-forward{
		background:url(/img/next-photo.gif) 100% 50% no-repeat;
		float:right;
	}
	#main-photo{
		padding:2px;
		border:1px solid #b48b5f;
	}
	#photos-wrapper .hidden{
		display:none;
	}
	#photos-wrapper.main{
		margin-bottom:20px;
		padding-bottom:20px;
		/*background:url(/img/area-dots.gif) 0 100% repeat-x;*/
		float:left;
		width: 535px;
	}

.area.announces .item{
	margin-bottom:10px;
}
	.area.announces .headerimage{
		margin-bottom:5px;
	}
	.area.announces .date{
		color:#a09491
	}
	.area.announces .img img{
		border:1px solid #b48b5f;
		padding:2px;
	}
	.area.announces .img:hover img{
		border:1px solid #333;
	}
	.area.announces .headerimage a{
		color:#a09491;
		font-weight:bold;
	}
	.area.announces .headerimage a:hover{
		color:#333;
	}

#blog-entries{

}
	#blog-entries .author{
		font-weight:bold;
		margin-bottom:15px;
	}
	#blog-entries .item{
		margin-bottom:15px;
	}
	#blog-entries .date{
		font-style:italic;
	}
	#blog-entries .title{
		line-height:1.5em;
		font-size:130%;
		display:block;
		font-weight:bold;
	}

.post-message{
	width:100%
}
	.post-message td{
		padding:5px;
	}
	.post-message .input input{
		padding:2px;
		width:95%;
	}
	.submit_file .post-message .input input{
		padding:2px;
		width:55%;
	}
	.post-message textarea{
		width:95%;
		height:100px;
	}
	.post-message td.name{
		width:150px;
		vertical-align:center;
		text-align:right;
	}

img.sub-header{
	margin-top:10px;
}
a.headerimage img {
	border:none !important;
	padding-bottom:10px;
}

#photos2d a{
	display:block;
	float:left;
	margin:0px 10px 5px 0px;
	height:130px;
}
	#photos2d img {
		width:80px;
		border:1px solid #b08658;
		padding:2px;
		vertical-align: center;
	}
	#photos2d.in-news a{
		display:none;
	}
	#photos2d.in-news a.first{
		display:block;
		height:1em;
		float:none;
	}



#slogan{
	position:absolute;
	left:336px;
	top:71px;
	color:#fff;
	font-weight:bold;
	font-size:18px;
}

#spam .text input{
	width:100px;
}
a img{
	border:none;
}
#footer{
	margin:50px auto 0 auto;
	width:773px;
	padding:10px;
	border:1px solid #b08658;
	background:#ecf4f6;
}
	#footer-nav{
		color:#6e8c9e;
		text-align:center;
	}
		#footer-nav a{
			color:#6e8c9e;
			text-decoration:none;
			text-transform:uppercase;
			padding:0px 5px;
			line-height:1.4em;
		}
		#footer-nav a:hover{
			color:#448fbb;
			text-decoration:underline;
		}
	#copyright{
		font-family:Calibri, Verdana, sans-serif;
		color:#646464;
		text-align:center;
		margin-top:1.5em;
	}


/*
	redo
*/
	#lightbox-caption-title{
		display:none;
	}
.single_line
	{
	width: 100%
	minheight: 1px;
	margin: 10px 0px 10px 0px;
	color: #B08658;
	}

.news_block
	{
	border: 0px solid red;
	width:100%;
	float:left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	min-height: 25px;
	}

.paginator{
	float:right;
}
	.paginator a{
		border: 1px solid #B08658;
		background-color: #EEC9A1;
		padding:0 3px;
		color:#000000;
		width: 13px;
		text-decoration: none;
	}
	.paginator span{
		padding:0 3px;
		color:#000000;
		border: 1px solid #B08658;
		background-color: #FFFFFF;
		width: 13px;
	}
	.paginator span{
		font-weight:bold;
	}
	.paginator a:hover{
		color:#000000;
		border: 1px solid #B08658;
		background-color: #FFF1DD;
		width: 13px;
		text-decoration: none;
	}
.main_block {
	background:url(/img/area-dots.gif) 0 95% repeat-x;
	border: 0px solid red;
	min-height: 395px;
	-height: 395;
}

.usual_block {
    border-bottom: 1px solid #B08658;
    width: 535px;
    min-height:25px;
    margin-bottom: 10px;
}

#video {
	border: 0px solid red;
	min-height: 320px;
}


.video_title{
	margin: 0;
	padding: 0;
	outline: 0;
	color:#784433;
	font-size:14px;
	text-decoration: none;
}
.video_date{
	margin: 0;
	padding: 0;
	outline: 0;
}
.video_announce{
	margin: 0;
	padding: 0;
	outline: 0;
}

#photos2d_big a{
	display:block;
	float:left;
	margin:0px 10px 5px 0px;
	height:180px;
	width: 520px;
}
	#photos2d_big img {
		width:230px;
		padding:2px;
		align: center;
		float:left;
	}
	#photos2d_big.in-news a{
		display:none;
	}
	#photos2d_big.in-news a.first{
		display:block;
		height:1em;
		float:none;
	}

.album_name {
	font-size:14px;
	font-family:Arial, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
	outline: 0;
	float: left;
}
.album_descr {
	font-size:14px;
	font-family:Arial, sans-serif;
	margin: 0px 0px 3px 0px;
	padding: 0;
	outline: 0;
	color: #B08658;
	float: left;
}

.video_else_cont {
	overflow: hidden;
	float:left;
	-border:0px solid red;
#	margin: 5 0 5 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 131px;
	height: 143px;
	padding-bottom: 5px;
	vertical-align: bottom;
	position: relative;
}

.video_else_block {
	float:left;
	-border:0px solid green;
	margin: 5 0 5 0;
	padding 0 0 5px 0;
	width: 131px;
	-width: 100%;
	height: 80px;
}

.video_else_text {
	float:left;
	-border:0px solid navy;
	margin: 5 0 5 0;
	width: 131px;
	-width: 100%;
	height: 63px;
	padding-bottom: 5px;
}

.video_else {
	float:left;
	-border: 0px solid green;
	-margin: 0 0 0 0;
	-padding: 0 0 0 0;
	width: 545px;
	height: 145px;
	overflow: hidden;
}

