/*#1 обнулевка стиля */
html, body, div, h1, h2, h3, h4, h5, h6, p,
a, em, font, b, u, i, center,
dl, dt, dd, ol, ul, li,
form, tfoot, thead, tr, th, td {
margin: 0; /* обнуляем внешние отступы */
padding: 0; /* обнуляем внутренние отступы */
border: 0; /* убираем бордюры */
outline: 0; /* убираем контуры */
font-size: 100%; /* задаем базовый размер шрифта, значение по умолчанию = 16px */
vertical-align: top; /* устанавливаем базовое вертикальное выравнивание */
background: transparent; /* устанавливаем фон прозрачным */
}
body {
line-height: 1; /* устанавливаем базовую высоту */
}
ol, ul {
/*list-style: none; /* убираем маркеры для нумерованных и обычных списков */
}
:focus {
outline: 0; /* убираем контуры вокруг ссылок при фокусе */
}
table {
border-collapse: collapse; /* убираем рамки двойной толщины */
border-spacing: 0; /* убираем расстояние между ячейками */
width: 100%;
}

* {margin: 0;padding: 0;}
html,body {height:100%;_height:auto;}

html, body
{
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

body
{
line-height: 1; /* устанавливаем базовую высоту */
background-color: #ffffff;
position: absolute;
top: 0px;

background-image: url(img/fon2.png);
background-repeat: repeat;
}


#sh1_0
{
    width: 100%;
    position: absolute;
    z-index: 10;
    top: 50px;
    left: 0;
    white-space: nowrap;
    text-align: center;

    &:before {
        height: 100%;
        display: inline-block;
        vertical-align: middle;
        content: '';
    }
    }

#sh1
{
  width: 1000px;
  display: inline-block;
  white-space: normal;
}

#sh1 img
{
  border: none;
}


#content0
{
    width: 100%;
    position: absolute;
    z-index: 5;
    top: 150px;
    left: 0;

    white-space: nowrap;
    text-align: center;

    &:before {
        height: 100%;
        display: inline-block;
        vertical-align: middle;
        content: '';
}
}

#content
{
  width: 1000px;
  height: 600px;
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
  text-align: left;
  padding: 10px 10px 10px 10px;
  overflow: auto;
}

#content table
{
  width: 980px;
}


#sh1 #menu2img
{
  position: absolute;
  margin-left: 310px;
  margin-top: 65px;
}


#content #td1
{
  width: 300px;
}

#content #td1 a
{
  text-decoration: none;
}


#content #td1 a h2
{
  color: #23116e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: 900;
  margin-left: 30px;
}


#content #td2
{
  padding-top: 50px;
  color: #600004;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14pt;
  line-height: 1.5;
}

#content #td2 h1
{
  text-align: center;
  font-size: 20pt;
}

#content #td2 h2
{
  text-align: right;
  font-size: 14pt;
  padding-left: 150px;
  padding-right: 40px;
  font-weight: normal;

}

#content #td2 h2 #kavs1
{
  width: 100%;
}


#content #td2 h2 img.kav1
{
  margin: 0 25px 0 0px;
}

#content #td2 h2 img.kav2
{
  padding: 0px 10px 0px 0px;
  margin: 0px 0px 0px 25px;
}


#content #td1 img
{
  border: none;
  margin-left: 30px;
  margin-top: 50px;
  cursor: url(img/cursor.ico), pointer;
}



#footer
{
  position: absolute;
  bottom: 15px;
  left: 0;

  width: 100%;
  height: 80px;
  background-image: url(img/footer.png);
  background-repeat: no-repeat;
  background-position: center;
}



