

/* Main */

  body {
    margin: 0;
    padding: 0;
  }

  img {
    border: 0;
  }

  p, li {
    line-height: 1.5;
    color: #505050;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12pt;
  }

  a:hover {
    text-decoration: none;
  }

  #aligner {
    left: 50%;
    margin-left: -495px;
    position: relative;
    top: 0px;
    width: 990px;
  }

  
/* Logo */

  #top-header {
    height: 150px;
  }

  #logo {
    background: url('/i/logo.png') left top no-repeat;
    color: #555555;
    top: 20px;
    height: 105px;
    left: 40px;
    position: absolute;
    width: 347px;
    z-index: 100;
  }

  #home {
    background: url('/i/home.gif') left top no-repeat;
    width: 15px;
    height: 14px;
    position: absolute;
    top: 30px;
    left: 370px;
    z-index: 101;
  }


/* Section header */
  #section-header {
    height: 50px;
    margin: 0;
    padding-left: 40px;
    padding-top: 5px;
    background-image: url('/i/last_works_bg.jpg');
    color: white;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: normal;
    font-size: 24pt;
    white-space: nowrap;
  }

  #section-header a {
    color: white !important;
  }

  
/* Main menu */

  #main-menu {
    position: relative;
    top: 75px;
    right: 20px;
    text-align: right;
  }

  .main-menu-item {
    background-color: #888;
    color: white;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 13pt;
    margin-left: 5px;
    padding: 7px 15px;
    white-space: nowrap;
    width: 0;
  }

  .mactive {
    background-color: red !important;
    text-decoration: none;
  }

  .main-menu-item:hover {
    background-color: red; 
  }

/* Content */

.content {
  padding: 0px 15px 0px 15px;
}

.content p {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12pt;
    text-align: justify;
}


/* Bottom */

  .hr {
    height: 15px;
    background-image: url('/i/gray.gif');
    clear: both;
    width: 990px;
  }


  #address, #copyrights {
    width: 50%;
    float: left;
  }

  #address p, #copyrights p {
    color: #606060;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10pt;
    padding: 20px 20px 40px 20px;
  }


.yandex-maps {
  background: url(http://maps.yandex.ru/favicon.ico) left top no-repeat;
  padding-left: 20px;
}

.mail-us {
  background: url(/i/ico/mail.png) left top no-repeat;
  padding: 2px 0px;
  padding-left: 26px;
}

.telephone-us {
  background: url(/i/ico/telephone.png) left top no-repeat;
  padding: 2px 0px;
  padding-left: 26px;
}