@CHARSET "UTF-8";
html, body {
	height: 100%;
	width: 100%;
}

body{
	margin:0px;
	padding:0px;
	background: #d02129;
}

img{
	border:0;
}

.alignmiddle{
	margin:0 auto;
}

#wrapper{
	width:895px;
	height: 100%;
	margin: 0 auto;
	position:relative;
}

#innertube {
	width:895px;
	height:552px;
	position: absolute; 
	top: 50%; 
	margin-top:-276px;	
}

#blok{	
	background: #9f0014;
	margin: 0 0 5px 0;
}

#blokcontainer{
	width: 885px; 
	height: 320px; 
	overflow: hidden; 
}

.blokcontent{
	display:none;
}
.active{
	display:block;	
}

#thumbnails{
	width:895px;
	height:111px;
	background-image:url(../images/bg_thumbnails.png);
	background-repeat: repeat;
	text-align: center;
	overflow:hidden;
}

#thumbnails ul{
	list-style: none;
	margin:0;
	padding: 0;
	text-align: left;
}
#thumbnails li{
	width: 105px;
	height: 95px;
	margin: 6px 4px 2px 0;
	padding: 1px;
	float: left;
	/*background: #fff;*/
	/*border: 1px solid #d41e37;*/
	cursor:pointer;
}

#link{
	background: #9f0014;
	border: 5px solid #9f0014;	
	margin: 0 0 5px 0;
	text-align: right;
}
a.logoLink { float: left; padding: 2px 5px; }

#logo{
	width:895px;
	height:60px;
}

.clear{
	clear: both; font-size: 0px; line-height: 0px;
}

.btn-lt {
	background: url(../images/back_button.gif) no-repeat scroll left top;
	padding: 0 0 0 8px;
	float: right;
}
.btn-rt {
	background: url(../images/front_button.gif) no-repeat scroll right top;
	padding: 0 18px 0 0;
}
.btn-ct {
	background: url(../images/midden_button.gif) repeat-x scroll left top;
	padding: 0 0 0 5px;
}