@charset "windows-1251";
html {
	height:100%;
}
body {
    height:100%;
	margin: 0px;
	padding: 0px;
	background-color:#0a0a0b;
	min-width:1000px;
}
img {
	border:0px;
}
.fLeft{
	float:left;
}
.fRight{
	float:right;
}
.clear {
	clear:both;
}
#metabox {
    min-height:100%;
    position:relative;
}
#box {
	padding:0px 0px 27px 0px; 
}
#footer {
	height:26px;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	border-top:1px solid #48484a;
	background-color:#17171a;
}
#header {
	border-bottom:1px solid #3f3f3f;
	background-color:#17171a;
	height:74px;
	width:100%;
}
#header_content {
	margin:0px 64px 0px 64px;
	padding:46px 0px 0px 0px;
}
#footer_content {
	margin:0px 64px 0px 64px;
	background-color:#00FF66;
}
#cont {
	margin:0px 64px 0px 64px;
}
div.cathead {
	padding:0px 0px 28px 0px;
}
div.picthmb {
	padding:0px 32px 25px 0px;
	float:left;
	position:relative;
}
div.picspace {
	height:25px;
}
div.picthmb img {
	z-index:1;
}
div.picthmb img.ugolki {
	position:absolute;
	top:-4px;
	left:-4px;
	z-index:100;
}
div.picthmb img.hover {
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	display:none;
}
div.picthmb:hover img.hover {
	display:block;
}
.icon {
	height:31px;
	background-position:0px 0px;
	background-repeat:no-repeat;
	margin:5px 0px 0px 16px;
}
.icon:hover {
	background-position:0px -31px;
}
.icon1 {
	width:75px;
	background-image:url(../img/icon1.png);
}
.icon2 {
	width:92px;
	background-image:url(../img/icon2.png);
}
.icon3 {
	width:76px;
	background-image:url(../img/icon3.png);
}
.icon4 {
	width:77px;
	background-image:url(../img/icon4.png);
}
