@charset "utf-8";

body  {
	font-family:TIMES NEW ROMAN;
	font-size:12px;
	background: #101415;
	margin: 0; /* Устанавливает величину отступа от каждого края элемента */
	padding: 0;
	color: #000000; /*цвет всего текста*/
}
h1 {
	color:#000001; /*цвет заголовков*/
}
#container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /*фон основной*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 
#header { 
	background: #DDDDDD; /*фон полосы под картинкой*/
	width: 900px;
	height: 316px;
}
#header .headerBackground {
	width:900px;
	height:270px;
	background:url(../images/headerBackground2.jpg) no-repeat left top;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 200px 40px 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#FFFFFF;
	text-align:right;
	font-size:30px;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* ширина колонок справа*/
	background: #ffffff; /*фон между блоками */
	margin:20px 40px 20px 0;
}
#sidebar1 a, #mainContent a {
	color:#000000; /* цвет ссылок на главной странице */
	font-weight: bold; 
}
#mainContent { 
	margin: 20px 280px 20px 40px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
} 
.productPic {
	float:left;
	margin:0 20px 15px 0;
}
#footer { 
	height:90px;
	background:url(../images/footerBackground.jpg) repeat-x left top;
}
.rss {
	float:right;
	width:212px;
	margin:16px 0 0 20px;
}
#footer p {
	padding-top:28px;
	margin:0 240px 0 0;
	text-align:center;
} 
.footerLink  {
	color:#292b25;
	text-decoration:underline;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*begin main menu*/
* {box-sizing: border-box;}
body {
  margin: 0;
  background: #808080; /*цвет заднего фона*/
  background-size: 10px 10px;
}
nav {
  display: block;
}
ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
a {
  text-decoration: none;
  outline: none;
}
.topmenu {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  position: ;
  background: #000000); /*цвет полосы под картинкой*/
}
.topmenu:before, .topmenu:after {
  content: "";
  display: table;
  clear: both;
}
.topmenu li {
  display: inline-block;
  position: relative;
}
.link {
  font-family: Arial;
  font-size:16px;
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  font-weight: bold;
  color: #000000; /*цвет текста под картинкой*/
  text-transform: ;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.down:after {
  content:"\f107";
  margin-left: 5px;
  font-family: FontAwesome;
}
.link:hover {
  color: #E6855F;
}
.submenu {
  background: white;
  border: 2px solid #000000; /*цвет рамки меню*/
  position: absolute;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  width: 330px; /*ширина выпадающего меню*/
  -webkit-transform: perspective(600px) rotateX(-90deg);
  -moz-transform: perspective(600px) rotateX(-90deg);
  -ms-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transition: color 0.4s ease-in-out;
  -moz-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: 0.6s ease-in-out;
}
.submenu > li {
  display: block;
}
.topmenu li:hover > .submenu{
  visibility: visible;
  opacity: 1;
  -webkit-transform: perspective(600px) rotateX(0deg);
  -moz-transform: perspective(600px) rotateX(0deg);
  -ms-transform: perspective(600px) rotateX(0deg);
  transform: perspective(600px) rotateX(0deg);
}
.submenu li a {
  display: block;
  color: #000000; /*цвет текста в выпадающем меню*/
  font-size: 15px;
  line-height: 36px;
  padding: 0 25px;
  font-family: 'Kurale', serif;
}
.submenu li a:hover {
  color: #E6855F; /*цвет текста в выпадающем меню при наведении курсора*/
}
/*end main menu*/
/* begin border corners*/
.t {background: #ffffff url(../images/dot.gif) 0 0 repeat-x;} /*фон блоков*/
.b {background:url(../images/dot.gif) 0 100% repeat-x}
.l {background:url(../images/dot.gif) 0 0 repeat-y}
.r {background:url(../images/dot.gif) 100% 0 repeat-y}
.bl {background:url(../images/bl.gif) 0 100% no-repeat}
.br {background:url(../images/br.gif) 100% 100% no-repeat}
.tl {background:url(../images/tl.gif) 0 0 no-repeat}
.tr {background:url(../images/tr.gif) 100% 0 no-repeat; padding:1px 20px} 
/* end border corners*/
/* begin news border corners*/
.n_t {background: #eeeeee url(../images/n_dot.gif) 0 0 repeat-x;} /*фон вверхнего блока*/
.n_b {background:url(../images/n_dot.gif) 0 100% repeat-x}
.n_l {background:url(../images/n_dot.gif) 0 0 repeat-y}
.n_r {background:url(../images/n_dot.gif) 100% 0 repeat-y}
.n_bl {background:url(../images/n_bl.gif) 0 100% no-repeat}
.n_br {background:url(../images/n_br.gif) 100% 100% no-repeat}
.n_tl {background:url(../images/n_tl.gif) 0 0 no-repeat}
.n_tr {background:url(../images/n_tr.gif) 100% 0 no-repeat; padding:1px 20px} 
/* end news border corners*/
#content .inner_copy {border:0;color:#f00;float:left;width:50%!important;margin:-202px 0 0 0;overflow:hidden;line-height:0;padding:0;font-size:12px}