/* CSS Document */

* 
{
  margin: 0;
  padding: 0;
  border: 0;
}

body
{
  margin:0 auto;
  text-align: center;
}


#conteiner
{
  width: 1000px;
  margin: 0 auto;
  background-image: url('image/bgall.jpg');
  background-position:left top; 
  background-repeat:repeat-y;
}
#page
{
  width: 976px;
  margin: 0 auto;


}
#header
{
   width: 976;
   height: 295px;
   background-image: url('image/1.jpg');

}

#zagolovok 
{
  margin: 0;
  padding: 0;
  float:left;
}

#zagolovok img
{
  margin: 70 0 0 50;
  padding: 0;
  float:left;
}

#zagolovok ul
{
 margin: 5 0 0 0;
  
}

#zagolovok li
{
    padding: 0;
    clear: left;
    font-size: 18px;
    font-weight: bold;
    color: #439D17;
    text-align: left;
}
.li1 
{
  margin: 0 0 0 130;
}
.li2 
{
  margin: 0 0 0 150;
}
.li3 
{
  margin: 0 0 0 170;
}
.li4 
{
  margin: 0 0 0 190;
}

#logo 
{
  clear:left;
  float:left;
    height: 81px;
}
#logo h1 
{
  margin: 30 0 0 0;
	font-size:35;
	color:#439D17;
	
}
#logo h2 
{
  text-align: left;
  font-size:35;
}

#bordur
{
  
  width: 976;
  height: 35;
  background-image: url('image/top.jpg');
  background-position:left top; 
  background-repeat:repeat-x;
}
#menu2
{

  width: 200;
  height: 100%;
  float: left;
  text-align: left;
}



#menu2 div
{
  
  margin: 0 0 4px 0;
  padding: 2 0 0 20;
  background-image: url('image/2.png');
  background-repeat:no-repeat;
  height:26px;
}

#menu2 div a
{
    text-decoration: none;
    color: #1796c1;
    font-weight: bold;
}

#menu2 div a:hover
{
  color: #439d17;
  font-weight: bold;
}

#content
{
  
  width: 776;
  height: 100%;
  float: left;
    padding-right:20px;
}

#content h1
{
  margin: 0 auto 10;
  color: #1796C1;
  font-size: 22;
}

#content h3
{
padding: 5 0 0 0;
color: #575750;
}

#content p
{
  
  margin: 10 10 0 10;
  text-indent: 1.5em;
  line-height: 1.5em;
  text-align: justify;
  color: #575750;
}

#content ul
{
  
  margin: 10 0 0 10;

}

#content li
{
  margin: 0;
  padding: 0 0 0 12;

  list-style-image: none;
  list-style-type:none;
  background: url('image/24.jpg') no-repeat 0px 5px;
 
  text-align: left;
  color: #575750;
}

.pic
{
  width: 776;
  margin: 0;
  text-align: center;
}
.centr
{ 
  float: left;
  padding: 5;
  margin: 10 5 10 5;
  text-align: center;
  
}
.centr p
{ 
  margin: 0;
  padding: 0;
  font-size: 12;
  text-align: center;
}

#menu3, #menu4
{
  padding: 10 0 0 0;
  width: 976;
  background-image: url('image/menu.jpg');
  background-position:left top; 
  background-repeat:repeat-x;
  height: 33;
  color:#5F5E5E;
  text-align: center;
}

#footer
{
  width: 976;
  height: 55px;
  background-image: url('image/btn12.jpg');
  background-position:left bottom; 
  background-repeat:repeat-x;
  font-size: 10;
/*  background-position:left top; 
  background-repeat:repeat-x; 
  */

}
.bottomnline
{
    background-image: url('image/btnNiz.png');
    background-repeat:no-repeat;
    background-position:top;
    height:12px;
    width: 1000px;
}
.topline
{
    background-image: url('image/btnVer.png');
    background-repeat:no-repeat;
    background-position:bottom;
    height:12px;
    width: 1000px;
}
.menu
{
  font-family:Tahoma; 
  font-size:11px;
  color:#5F5E5E;
  text-decoration:none;
  font-weight: bold;
}


a
{
    color: #1796c1;
}

a:hover
{
    color: #439d17;
}