body 
{
    background:url(bg4.png) left top repeat-y;
    margin: 0px;
    
}
.header
{
    width: 100%; 
    height: 200px;
    background:url("HeaderBg5.jpg") left top repeat-y;
    
}
.menu
{
    padding-left:225px;
    height: 30px;
    background:#35C; color:white;
    min-width:410px;
    
}
.sideBar
{
    width: 200px;
    padding-top: 20px;
    padding-left: 25px;
    float: left;
    text-transform: none;
    font: menu;
    font-size: 25pt;
    
    height:100%;
}
.mainContainer
{
    font:georgia;
    padding:15px;
    margin-left: 225px;
    min-height: 599px;
    min-width:350px;
}
.footer
{
    background:#35C; color:white;
    /*bottom: 60px;*/
    width: 100%;
    text-align: center;
    height: 50px;
    clear: both;
    /*content: "Copyright © 2009 Poligraf Poligrafich. Все права защищены.";*/
    position: static; 
}
.container
{
    
    clear:both;
    padding: 0;
    margin: 0;
    width:100%;
}
.adress
{
    float:right;
    padding:40px 60px 0px 0px;    
}

.menuItem
{
    color:#fff;
    font:  italic 17px/22px Georgia ;
    text-decoration:none;
}

ul, li 
{
  float:left;
  list-style:none;
  margin:0; padding:0;
}

li 
{
    padding:3px 10px;
    font:Bold Small Tahoma;
    background:#35C; color:white;
    border:solid 1px; border-color:#46F #238 #238 #46F;
}

/*a
{
    color:#323232;
}
*/
.TitulBig
{
/*    height:35px;*/
    padding-left: 10Px;
    padding-top:2px;
    padding-bottom:2px;
    background-color:silver;
    font:Bold 25px/30px Georgia ;    
}
.TitulMid
{
/*    height:35px;*/
    padding-left: 20Px;
    padding-top:1px;
    padding-bottom:1px;
    font:bold 15px/25px tahoma;    
}