﻿@font-face
{
    font-family:'Buxton Sketch 1';
    src: url(/fonts/Buxton_Sketch.ttf);
}

@font-face
{
    font-family:'Buxton Sketch 2';
    src: url(/fonts/Buxton_Sketch.eot);
}

html
{
	margin:0px;
	padding:0px;
}

body
{
	margin:0px;
	padding:0px;
	background-image:url('/img/bg.jpg');
}

#container
{
	width:900px;
	margin:0px auto;
}

#head
{
	height:150px;
	background-size:100%;
	overflow:hidden;
	font-family:'Buxton Sketch 1' , 'Buxton Sketch 2';
	color:#964B00;
}

#head_img
{
	display:block;
	margin:0px;
	padding:0px;
	overflow:0px;
	width:348px;
	height:158px;
	position:absolute;
	margin-left:550px;
	background-image:url('/img/header_book.png');
	*background-image:url('/img/header_book.gif');
}
#vk1
{
	position: relative;
	top: 0px;
	left: 0px;
        height: 20px;
}
#menu
{
	z-index:1;
	overflow:visible;
	font-family:'Buxton Sketch 1' , 'Buxton Sketch 2';
	font-size: 1.2em;
	height:61px;
}

#menu ul
{
	margin:0px;
	padding:0px;
}

#menu li
{
	display:block;
	list-style:none outside none;
	width:190px;
	height:30px;
	text-align:center;
	float:left;
	padding:0px;
	margin:0px 15px;
	background-image: url('/img/button_ie_0.png');
	*background-image: url('/img/button_ie_0.gif');
	text-align:center;
	vertical-align:center;
}

#menu li ul
{
	display:none;
	position:absolute;
	margin:0px;
	padding:0px;
	margin-left:-15px;
	* margin-left: -110px; # Для браузеров IE7 и ниже.
}


#menu li:hover  ul, #menu li.jshover  ul
{
	display:block;
	position:absolute;
}

#menu li:hover, #menu li.jshover
{
	background-image:url('/img/button_ie_1.png');
	*background-image:url('/img/button_ie_1.gif');
}

#menu li ul li
{
	float:none;
	margin:0px 15px;
	padding:0px;
}

#menu a
{
	overflow:hidden;
	display:block;
	text-decoration:none;
	height:20px;
	margin:5px 0px;
	color:#964B00;
}

#content
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}

div.short3th
{

}

div.short3th p
{
	margin:0px 0px;
}

div.short3th h3
{
	text-align:center;
}

p.main a
{
	font-size:40px;
}

div.view
{
	color:#964B00;
	width:800px;
	overflow:hidden;
}



#t_1
{
	background-image:url('/img/bg1.png');
	background-repeat:no-repeat;
	*background-image:url('/img/bg1.gif');
}

#t_2
{
	background-image:url('/img/bg2.png');
	background-repeat:repeat-x;
	*background-image:url('/img/bg2.gif');
}

#t_3
{
	background-image:url('/img/bg3.png');
	background-repeat:no-repeat;
	*background-image:url('/img/bg3.gif');
}

#t_4
{
	background-image:url('/img/bg4.png');
	background-repeat:repeat-y;
	*background-image:url('/img/bg4.gif');
}

#t_6
{
	background-image:url('/img/bg6.png');
	background-repeat:repeat-y;
	*background-image:url('/img/bg6.gif');
}

#t_7
{
	background-image:url('/img/bg7.png');
	background-repeat:no-repeat;
	*background-image:url('/img/bg7.gif');
}

#t_8
{
	background-image:url('/img/bg8.png');
	background-repeat:repeat-x;
	*background-image:url('/img/bg8.gif');
}

#t_9
{
	background-image:url('/img/bg9.png');
	background-repeat:no-repeat;
	*background-image:url('/img/bg9.gif');
}
/* Стили для кук файлов*/
#cookie-notification {
  background: #34353D;
  width: 100%;
  height: 30px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 1000;
  color: #ffffff;
  padding-left: 20px;
}
.cookie-notification-text {
  font-weight: normal;
  font-family: 'PT Sans', sans-serif;
  position: fixed;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 0 10px;
  overflow: auto;
  padding-right: 40px;
}
.cookie-notification-text a {
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  display: inline-block;
  color: #8ad4ff;
}
#cookie-close-button {
  background: none;
  border: none;
  float: right;
  margin-right: 35px;
cursor: pointer;
z-index: 11000;
position: relative;
}
.cookie-close {
  vertical-align: top;
  font-size: 25px;
  line-height: 30px;
  top: 0;
  color: #ffffff;
}
