@charset "windows-1251";
html {
	height:100%;
}
body {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #000;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	color: #FFF;
}
img {border:0;}
a {
	color: #ffe2b1;
	text-decoration: underline;	
}
p {
	margin:0;
	padding:0;
}
.site {
	width: 784px;
	margin-right: auto;
	margin-left: auto;
	padding-left:8px;
}
.site .header a img {
	margin-right: 28px;
	margin-top: 0px;
	margin-left: 0px;
}
.site .footer {
	padding-left: 7px;
}
.site .footer .pleer {
	
	float: left;
	height: 39px;
	width: 197px;
}
.site .footer .video {
	float: left;
	height: 21px;
	width: 60px;
	margin-left: 15px;
	margin-top: 4px;
	padding-top:10px;
	background-image: url(bg_video_plashka.jpg);
	background-repeat: no-repeat;
}
.site .footer .video a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	color: #A19D80;
	text-decoration:none;
}
.site .footer .copyright {
	float: left;
	height: 25px;
	width: 219px;
	margin-top: 9px;
	margin-left: 20px;
}
.site .footer .arys {
	float: left;
	height: 25px;
	width: 219px;
	margin-top: 9px;
	margin-left: 9px;
}

.site .header {
	height: 18px;
	padding-top: 0px;
	padding-left: 19px;
	text-align:left;
}
iframe {
	width:784px;
	height:575px;
	border: none;
	background:none;
}

.popup_video {
	background-color: #361c0a;
	padding: 13px;
	height: 0px;
	width: 0px;
	display:none;
	position:absolute;
	top:0px;
	z-index:100000;
}
.black_display {
	background-color: #000;
	height: 0px;
	width: 0px;
	overflow:hidden;
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	z-index:99998;
}
.black_display2 {
	height: 0px;
	width: 0px;
	overflow:hidden;
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	z-index:99999;
}
.popup_video div {
	display: none;
}
div#close_box {
	display:block;
	position:absolute;
	right:-13px;
	top:-13px;
	width:30px;
	height:30px;
	z-index:100001px;
}
#VidPrevLink, #VidNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 25px;
	outline: none;
	height:384px;
}

#VidPrevLink {
	left:-50px;
	opacity: 0.35;
	-moz-opacity: 0.35;
	-khtml-opacity: 0.35;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=35);
	background-color: transparent;
	background-image: url(left_arr2.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#VidPrevLink:hover {
	opacity: 1; 
	-moz-opacity: 1; 
	-khtml-opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
 
#VidNextLink {
	right: -50px;
	opacity: 0.35;
	-moz-opacity: 0.35;
	-khtml-opacity: 0.35;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=35);	background-color: transparent;
	background-image: url(right_arr2.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#VidNextLink:hover {
	opacity: 1; 
	-moz-opacity: 1; 
	-khtml-opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}