/*  обнулевка стиля */
html, body, div, h1, h2, h3, h4, h5, h6, p,
a, em, font, img, 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: baseline; /* устанавливаем базовое вертикальное выравнивание */
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%;
  min-width: 800px;
  margin: 0;
  padding: 0;
  border: 0;
}

/* ************** структура  ******************* */

#page
{
  height: 100%;
  width: 100%;
}


#shapka
{
  width:100%;
  min-width: 800px;
  height: 97px;
}


#v_menu
{
  width: 100%;
  margin-top: -6px;
}




#container
{
	width: 100%;
}

#left
{
  width:210px;
  min-width:210px;
  vertical-align: top;
  border-top: solid;
  border-top-color: #767776;
}


#content
{
  background-image: url(/shablon/base/image/fon.gif);
  width: 100%;
  min-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  vertical-align: top;
  border-left: solid;
  border-right: solid;
  border-left-color: #767776;
  border-right-color: #767776;
  border-top: solid;
  border-top-color: #767776;
}




#right
{
  width:180px;
  min-width:180px;
  padding-top: 10px;
  padding-right: 5px;
  padding-left: 5px;
  vertical-align: top;
  border-top: solid;
  border-top-color: #767776;
}

#podval
{
  width: 100%;
  height: 50px;
  background-color: #9ac056;
}


/* ************** шапка  ******************* */

#logo
{
  width: 69px;
  height: 82px;
  background-image: url(/shablon/base/image/logo.gif);
  background-repeat:no-repeat;
  position: absolute;
  top: 7px;
  left: 25px;
}

#logo_text
{
  width: 150px;
  height: 80px;
  position: absolute;
  top: 40px;
  left: 90px;
}

#logo_text h1
{
  font-family: Arial;
  font-size: 11pt;
  font-weight: bolder;
  font-style: normal;
  text-align: left;
  line-height: 150%;
}

#logo_text h2
{
  font-family: Arial;
  font-size: 11pt;
  font-weight: bolder;
  font-style: normal;
  text-align: left;
  letter-spacing: 6px;

}



#lozung
{
  width: 97%;
  min-width: 800px;
  height: 40px;
  background-image: url(/shablon/base/image/lozung.gif);
  background-repeat:no-repeat;
  position: absolute;
  top: 20px;
  left: 0px;
  right: -50px;
  background-position: right;
}

#menu_foto
{
  width: 70px;
  height: 60px;
  position: absolute;
  top: 20px;
  left: 215px;
}


#shapka #sh1
{
  background-image: url(/shablon/base/image/sh1.gif);
  width: 46px;
  height: 97px;
  position: relative;
  float: left;
}

#shapka #sh2
{
  background-image: url(/shablon/base/image/sh2.gif);
  width: auto;
  height: 97px;
  position: relative;
  padding-left: 46px;
  margin-left: 46px;
}

#vblok
{
  width: 97%;
  position: absolute;
  top: 70px;
  left: 0px;
  right: -50px;
}


/* ************** конец шапка  ******************* */

/* ************** верхнее меню  ******************* */




#v_menu #vmenu0
{
    width: 210px;
    min-width: 210px;
    text-align: center;
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    color: #000000;
    vertical-align: middle;
}

#v_menu #vmenu1
{
    width: auto !important;
    min-width: 420px;
    text-align: center;
    padding-bottom: 3px;
    padding-left: 5px;
}


#v_menu #vmenu2
{
    width: 180px;
    min-width: 180px;
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    color: #000000;
    text-align: center;
    vertical-align: middle;
}



#vmenu1 a {
			color:#000000;
          	background-image: url(/shablon/base/image/button.gif);
            background-repeat: repeat-x;
            padding: 4px 4px 4px 4px;
            display: block;
            width: 67px;
            height: 16px;
            float: left;

			font-family:tahoma;
			font-size:11px;
			font-weight:bold;
			text-align:center;
			text-decoration:none;

            border-color: #FFFFFF;
            border-style: inset;
            border-top-style: none;
            border-width: 1px;


			}

#vmenu1 a:hover {
			color:#000000;
          	background-image: url(/shablon/base/image/button.gif);
            background-repeat: repeat-x;
            padding: 4px 4px 4px 4px;
            cursor: pointer;
            display: block;
            width: 67px;
            height: 16px;
            float: left;

			font-family:tahoma;
			font-size:11px;
			font-weight:bold;
			text-align:center;
			text-decoration:none;

            border-color: #000000;
            border-style: solid;
            border-top-style: none;
            border-width: 1px;
			}


/* ************** конец верхнее меню  ******************* */



#menu{background:#ffffff;width:180px;padding:0;margin:15px; padding-left: 5px;}
#menu li a{color:#000;font-family: Arial;font-size:10pt;font-weight:bold;text-decoration:none}
#menu li a:hover{color:#000;font-family: Arial;font-size:10pt;font-weight:bold;text-decoration:none}







.noauth
{
  font-family: Arial;
  font-size: 16pt;
  color: #000000;
  text-align: center;
  vertical-align: middle;

}


.nopage
{
  margin-top: 50px;
  text-align: center;
  font-family: Arial;
  font-size: 14pt;
  color: #000000;
  line-height: 150%;
}



.auth
{
  width: 250px;
  margin-top: 50px;
}

.auth1
{
  width: 200px;
  text-align: center;
}

.auth2
{
  text-align: left;
  padding-left: 55px;

}



.auth1 h1
{
    font-family: Tahoma;
    font-size: 14pt;
    font-weight: bold;
    color: #000000;
}


.auth1 h2
{
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    color: #000000;
}


.podval2
{
  width: 150px;
  min-width: 150px;
  padding-top: 10px;
}

.podval2 h1
{
  font-family: Arial;
  font-size: 8pt;
  color: #000000;
  text-align: center;
}


.podval2 a
{
  font-family: Arial;
  font-size: 8pt;
  color: #000000;
  text-align: center;
}


.podval1
{
  width: auto;
}

.podval3
{
  width: 180px;
  min-width: 180px;
}



#psite
{
  font-family: Arial;
  font-size: 8pt;
  color: #000000;
  text-align: center;
  width: 200px;
  height: 50px;
  position: relative;
  margin-top: -50px;
}

#str_2
{
  width: 98%;
  margin-top: 5px;
  height: 100%;
}

#str_2 td
{
  text-align: left;
  font-family: Arial;
  font-size: 8pt;
  font-weight: bold;
  padding: 5px 5px 5px 5px;
  border-width: thin;
  border-style:  solid;
}

.mail1td
{
  width: 200px;
}



