*{
  margin: 0;
  padding: 0;
  }
  
body{
  padding: 0 0 50px 0;
  font-family: Verdana, Tahoma, Arial, serif;
  font-size: 0.8em;
  background-color: #434343;
  color: #444;
  }
  
p{line-height: 16pt;}

a{outline: none; text-decoration: none;}
a:hover{text-decoration: underline;}
.wrapper{
  margin: 0 auto;
  width: 901px;
  overflow:  hidden;
  padding: 0 26px 20px 28px;
  background: url('../img/body_bkg.gif') repeat-y top center;
  }
  
.head{
  width: 901px;
  height: 283px;
  overflow: hidden;
  background: #434343 url('../img/top_colage.jpg') no-repeat top right;
  }
  
.head h1 a{
  margin: 40px 0 0 350px;
  width: 540px;
  height: 50px;
  display: block;
  }

.head h1 a span{display: none;}

.head p{
  display: block;
  width: 500px;
  margin: 100px 0 0 350px;
  line-height: 1.4;
  color: #fff;
  font-style: italic;
  font-size: 11px;
  font-weight: bold;
  }
/* navigation */

ul.nav{
  width: 100%;
  height: 43px;
  margin: 0 0 20px 0;
  background: url('../img/menu_bkg.gif') repeat-x top left;
  }

ul.nav li{
  display: inline;
  float:left;
  background: url('../img/menu_devider.gif') no-repeat right center;
  }
  
ul.nav li.last{background: none;}

ul.nav li a{
  padding: 8px 20px 0 20px;
  height: 22px;
  display: block;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: #373636;
  }

ul.nav li a.act{
  background: url('../img/active_item.gif') no-repeat top center;
  }

.in_cont{
  width: 100%;
  overflow: hidden;
  }
  

/* left column */
.left_col{
  float: left;
  display: inline;
  width:250px;
  padding: 0 0 0 10px;
  }
  
/* right column */
.right_col{
  float: right;
  width: 640px;
  border-left: 
   }
   
/* blocks*/
.block{
  width: 90%;
  margin: 20px 0 25px 0;
  padding: 0 0 0 5px;
  }  
  
.yellow{border-left: 7px solid #f0e026;} 
.blue{border-left: 7px solid #56a6b5;} 
.contact{
  height: 250px;
  padding: 35px 0 0 0;
  background: url('../img/contacts_bkg.jpg') no-repeat top left;
  }

.yellow a img{border: 0 none;}
.yellow ol, .yellow ul{margin-left: 25px;}

.block p{line-height: 1.6;}

h2{
  height: 20px;
  font-size: 20px;
  color:#04526e;
  margin: 0 0 0 13px;
  }
  
h2 a{
  font-size: 12px;
  color: #36363D;
  }
  
h2 span{display: none;}

/* titles */
.qualities{background: url('../img/titles.gif') no-repeat 0 0;}
.effective{background: url('../img/titles.gif') no-repeat 0 -20px;}
.planning{background: url('../img/titles.gif') no-repeat 0 -35px;}
.for_us{background: url('../img/titles.gif') no-repeat 0 -51px;}
.contact h2{background: url('../img/titles.gif') no-repeat 0 -74px; height: 19px;}

/* bolded text under titles*/
.contact_us strong, .services strong,.about_us strong
  {font-size: 11px; color: #4C666F;}
/* contact block */

.contact ul{
  float: left;
  margin: 20px 30px 0 20px;
  list-style-type: none;
  color: #696969;
  }
 
 /* services*/
 
.services{
  width: 97%;
  margin: 0 0 20px 0;
  padding: 0 0 20px 26px;
  background: url('../img/uslugi.jpg') no-repeat right bottom;
  }

.services p,.services ul{
  width: 60%;
  clear: left;
  padding:10px;
  }
.services ul li{margin: 10px 0;}
.services ul{margin-left:20px; width: 58%;}  
/* About Us */
.about_us{
  width: 97%;
  margin: 0 0 20px 0;
  padding: 0 0 20px 26px;
  background: url('../img/about_us.jpg') no-repeat left center;
  }
  
.about_us h2{
  width:60%;
  float:right;
  }

.about_us p, .about_us ul{
  width: 60%;
  float:right;
  padding: 10px 10px;
  }
  
.about_us ul{width: 58%;}

/* projects */

.projects{
  height: 45px;
  background: url('../img/proekti_bkg.jpg') no-repeat right top;
  }
.projects  a{
  padding: 5px 0 0 33px;
  height: 40px;
  display: block;
  color: #36363D;
  font-weight: bold;
  background: url('../img/papki.gif') no-repeat 0 0;
  }

.projects a.act,.projects a:hover{
  background: url('../img/papki.gif') no-repeat 0 -47px;
  color: #c3b106;
  text-decoration: none;
  }
  
.projects ol, .projects ul{
  padding: 10px 0 0 20px;
  }
/* contact us */
.contact_us{
  margin: 0 0 20px 0;
  padding: 0 0 20px 26px;
  width:97%;
  background: url('../img/contact.jpg') no-repeat right bottom;
  }
  
.contact_us h2{margin: 0 0 10px 13px;}  
.cont_info ul, .cont_info p{
  width: 60%;
  clear: left;
  padding: 10px 20px;
  }
      
form.regForm{
    width: 60%;
    overflow: hidden;
    padding:20px 0 20px 0;
    border-top: 1px solid #ccc;
    }

form.regForm label{
    width: 150px;
    float: left;
    font-size: 11px;
    }
    
form.regForm span{
    margin: 0 5px 0 0;
    }
  
form.regForm input,
form.regForm select,
form.regForm textarea{
    border: 1px solid #ccc;
    background-color: #efefef; 
    float: left;
    margin: 0 5px 0 0;
    }

 form.regForm p{
     margin: 5px 0 5px 20px;
     float: left;
     display: inline;
     width:90%;
  }     

.btn,form.regForm .btn{
  width: 115px;
  height: 42px;
  color: #fff;
  font-weight:bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  border: 0 none;
  background: url('../img/btn_ekip.gif') no-repeat bottom left;
  }
/* footer*/
ul.footer{
  float: left;
  width: 500px;
  margin: 0 200px;
  padding: 5px 0 0 0;
  text-align: center;
  list-style-type: none;
  background: url('../img/bot_bkg.gif') repeat-x top left;
  }

ul.footer li{
  display:inline;
  padding: 0 30px;
  background: url('../img/bot_bkg_dev.gif') no-repeat right center;
  }
ul.footer li.last{background: none;}  
ul.footer li a{
  color: #a8a5a5;
  }


/* copy line */
.copy_line{
  width: 901px;
  margin: 0 auto;
  padding: 5px 0 0 0;
  }

.copy_line p{
  float: left;
  width: 69%;
  padding: 10px 0 0 0;
  color: #eee6dd;
  font-size: 11px; 
  }

.copy_line p.right{
  text-align: right; 
  width: 30%;
  padding: 0;
  }

.copy_line p.right a{
    float: right;
    height: 25px;
    border: 0 none;
    padding: 10px 0 0 35px;
    color: #cacaac;
    font-style: italic;
    background: url('../img/logo_black_bkg.gif') no-repeat top left;
    }

.copy_line p.right span{
  float: left;
  padding: 10px 0 0 0;
  }


