html,body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma;
	color: #000000;
	background: #ffffff;
}

hr {
	width: 100%;
	height: 3px;
	background-color: #dd3c1a;
	border: none;
	color: #dd3c1a;
}

.zagalovok {
color:#000;
padding:20px 0 18px 0;
}

h1 {
font-size: 17pt;
}

h2 {
font-size: 15pt;
color: #dd3c1a;
	
}

h3 {
	font-size: 13pt;
	color: #000000;
	text-shadow: #ffffff 0 1px 1px;
}

h4 {
	color: #dd3c1a;
	font-size: 12pt;
	margin-bottom: 0;
}

a {
	color: #dd3c1a;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
	outline: none;
}

#wrapper {
	min-width: 1022px;
	max-width: 1280px;
	min-height: 100%;
	position: relative;
	margin: 0 auto;
	background: #f8f7f3;
	border-left: 1px solid #d4d3ce;
	border-right: 1px solid #d4d3ce;
}
/*---Header---*/
#wrapper #header {
	width: 100%;
	height: 278px;
	border-bottom: 6px solid #d4d3ce;
	background: #ffffff url('images/bg-top.jpg') right top no-repeat;
	position: relative;
}

#left-top {
	width: 472px;
	height: 278px;
	float: left;
	position: relative;
}

.logo {
	width: 185px;
	height: 126px;
	position: absolute;
	top: 0;
	left: 60px;
	
}
/*---Slider---*/
.slider {
	width: 438px;
	height: 131px;
	position: absolute;
	top: 135px;
	left: 60px;
	/*background: transparent url('images/bg-slider.png') no-repeat;*/
	padding-top: 15px;
	padding-left: 20px;
}

.prev {
	float: left;
	width: 23px;
	height: 47px;
	margin-top: 30px;
	margin-right: 10px;
}

.img-slider {
	float: left;
	width: 110px;
	height: 111px;
}

.next {
	float: left;
	width: 23px;
	height: 47px;
	margin-top: 30px;
	margin-left: 10px;
}

#right-top {
	width: 432px;
	height: 278px;
	position: absolute;
	top: 20px;
	right: 60px;
	text-align: right;
	font-weight: bold;
	color: #dd3c1a;
	text-shadow: #ffffff 0 1px 1px;
	line-height: 1.5;
}

.phone {
	color: #000000;
}
/*---Main---*/
#wrapper #main {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 21px 0 30px;
}
/*---Left Sidebar---*/
#main #left-sidebar {
	width: 225px;
	float: left;
	padding-left: 60px;
}

.ebook {
	width: 202px;
	height: 62px;
	background: url('images/bg-ebook.png') no-repeat;
}

.icon-ebook {
	width: 48px;
	height: 41px;
	background: url('images/book.png') no-repeat;
	float: left;
	margin: 15px 0 0 7px;
}

.text-ebook {
	width: 150px;
	height: 50px;
	margin-left: 65px;
	padding-top: 12px;
	line-height: 1;
}

.text-ebook a {
	color: #ffffff;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

.text-ebook a:hover {
	color: #000000;
}
/*---Menu---*/
#menu {
	width: 190px;
	position: relative;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 15px;
	overflow: hidden;

}
ul#nav {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 190px; 
  list-style: none;
}

ul#nav li {
  float: left; 
  display: block !important; 
  display: inline; 
  position: relative;
  width: 190px;
}

ul#nav a {
  padding: 5px 0 20px 6px;
  display: block;
  background: url('images/bg-menu.png') no-repeat;
  color: #000000;
  font-size: 11pt;
  font-weight: bold;
  text-shadow: #ffffff 0 1px 0;
  text-decoration: none;
  height: auto !important;
  height: 1%; 
}

ul#nav a:hover {
	background: url('images/bg-menu-hover.png') no-repeat;
	color: #ffffff;
	text-shadow: #333333 0 1px 0;
}
/*---RSS---*/
.distr {
	width: 214px;
}

.top-d {
	background: url('images/top-d.png') no-repeat;
	width: 214px;
	height: 10px;
}

.center-d {
	background: url('images/center-d.png') repeat-y;
	width: 214px;
}

.headline-d {
	font-size: 10pt;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 5px;
}

.bottom-d {
	background: url('images/bottom-d.png') no-repeat;
	width: 214px;
	height: 20px;
}
/*---Form---*/
.form-d {
	padding-left: 25px;
	font-size: 9pt;
	text-shadow: #ffffff 0 1px 0;
}

.button-d {
	margin-top: 15px;
	padding-bottom: 10px;
	
}

.text-d {
	width: 160px;
}

/*---Products---*/
.products {
	width: 214px;
	margin-top: 20px;
}

.img-prod {
	width: 117px;
	height: 87px;
	border: 1px solid #c3c0b9;
	margin: 0 auto;
}

.headline-prod {
	text-align: center;
	font-weight: bold;
	font-size: 11pt;
margin-bottom:10px;
}
/*---Right Sidebar---*/
#right-sidebar {
	max-width: 940px;
	padding-right: 60px;
	margin-left: 300px;
	font-size: 11pt;
}

#right-sidebar img {padding:0 5px 0 0;}

p {
	line-height: 1.5;
}

.banner {
	width: 464px;
	height: 96px;
	border: 1px solid #dd3c1a;
}

.action {
	width: 620px;
	border: 1px solid #d6d3ca;
	padding: 0 15px 15px 15px;
	background: #ffffff;
}
/*---Footer---*/
#wrapper #footer {
	width: 100%;
	height: 21px;
	background: #d4d3ce;
	position: absolute;
	bottom: 0;
}

.copyright {
	max-width: 1000px;
	margin-left: 260px;
	font-size: 8pt;
	margin-top: 3px;
}

.google {
     text-align:left;
     padding-top: 10px;
     margin-left:7px;
}
