

/* 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;
  }


form#feedback {
  padding-left: 30px;
}

form#feedback p {
  color: #444;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 16pt;
  margin-bottom: 0px;
  padding-left: 5px;
}

.ibox {
  background-color: #DDD;
  border: 1px solid #AAA;
  width: 400px;
  margin-bottom: 10px;
  cursor: pointer;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 18pt;
  padding: 5px;
}

.ibox:hover {
  background-color: #EEE;
}

.ibox:focus {
  cursor: text;
  background-color: #EEE;
}

.iboxactive {
  cursor: text;
  background-color: #EEE !important;
}

.hitem {
  cursor: pointer;
  border-bottom: 1px dashed #999;
}

.hitem:hover {
  border-bottom: none;
}

.smalltext {
  font-size: 10pt !important;
  color: gray !important;
}
 
 #phone {
  width: 270px;
 }

textarea.ibox {
  display: block;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 12pt;
  width: 550px;
  height: 200px !important;
}

#fromcompany {
  display: none;
}

input#send {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 20pt;
  padding: 10px;
  margin: 30px 0px 20px 100px;
  width: 400px;
  cursor: pointer;
}

.layout { padding: 50px; font-family: Georgia, serif; }
.layout-slider { margin-bottom: 60px; width: 400px; margin-top: 10px; }
.layout-slider-settings { font-size: 12px; padding-bottom: 10px; }
.layout-slider-settings pre { font-family: Courier; }


#wrongname,
#wrongmessage,
#wrongcomm,
#wrongmail {
  display: none;
}

.nweight {
  color: black !important;
}