html, body, #wrap {height: 100%;}
* {
         margin:0;
         padding:0;
     }

     body > #wrap {height: auto; min-height: 100%;min-width:1000px;}
     

     body{
       font: 500 .9em tahoma,arial, sans-serif; 
       background:#ebebeb;
       color:#060A0F;
       }

     #main {padding-bottom: 150px;}  /* must be same height as the footer */

     #footer {
        position: relative;
       	margin-top: -150px; /* negative value of footer height */
       	height: 150px;
       	clear:both;
     } 

     /* CLEAR FIX*/
 
     .clearfix:after {
       content: ".";
     	display: block;
     	height: 0;
     	clear: both;
     	visibility: hidden;
       }
 
     .clearfix {
       display: inline-block;
       }
     /* Hides from IE-mac \*/
 
     * html .clearfix { height: 1%;}
     .clearfix {display: block;}
     /* End hide from IE-mac */
 
 #header {
	position:relative;
    height:120px;
    background:#01AEF0 url('pix/back-all.gif') repeat-x scroll bottom; 

 }
 
 h1#logo {
   position:absolute;
   top:3px;
   left:5px;
   font-size:10px;
   color:#09f;
 }
 
 h4{
   color:#0079C2;
   font-size:2em;
 }
 
 h4.reg{
   font-size:1em;    	
 }
 
 p{
   padding-top:1em;
 }

ul{
	margin:2em 0 2em 3em
}

 li{
   list-style-position: inside;
   list-style-type: circle;
   line-height:1em;
 }

ul li a{
	   color:#01AEF0;
}

 a img {border:none;}
 
 a:link {text-decoration: none; color:#060A0F;}
 a:visited {text-decoration:none; color:#333;}
 a:active {text-decoration: none;  color:#09f;}
 a:hover {text-decoration: underline; color:#01AEF0;}
 
 #main {
   clear:both;
   margin:0 auto;
   padding:3em 10px;
   width:800px;
   /* border:1px dashed #f00; */
 }
 
 #sidebar{
   float:right;
   padding-left:1em;
   width:12em;
 }
 
 
 #content {
 float:left;
 padding:0 3em;
 width:500px;
 border:1px dashed #ccc;
 }
 
 #footer {
 background:#000206 /* url(pix/) no-repeat right 10px*/;
 font-size:10px;
 }
 
 #footer a, #footer a:visited{
 color:#333;
 text-decoration:none;
 }
 
 #footer a:hover {
 color:#01AEF0;
 }
 
 #footer p{
 margin:0 0 15px;
 }
 
 #foot {
 height:140px;
 line-height:1.1em;
 margin:0 auto;
 padding:0 10px;
 width:800px;
 /* border:1px dashed #dcc; */
 color:#333;
 
 }
 
 #foot #left {
 float:left;
 position:absolute;
 bottom:3px;
 }
 
 img.mers{
   position:absolute;
   bottom:150px;
   right:10px; 
   z-index:1000;
 }
 
 img.vw{
   position:absolute;
   bottom:110px;
   left:10px; 
   z-index:1000;
 }
 
 img.bot-address{
   float:right;
   margin:5px 30px;
 }
 
 .cmale{
   color:#0075CF;
 }
 
#evakuator-head{
	position:absolute;
	text-align:right;
	right:18px;
	top:10px;
	font:500 20px sans-serif;
	color:#7cf9fe;
	letter-spacing:.5em;

}
#evakuator-head strong{
	font-size:24px;
	color:#e4fcff;
	text-shadow: 0 0 2px #fff
}

