

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


/* Services */

  .services {
  }

  #development, #promotion, #technical-support, #content-support {
    width: 490px;
    height: auto;
    overflow: hidden;
    float: left;
    color: #505050;
    line-height: 1.5;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12pt;
  }

 #development, #promotion{
    height: 380px;
 }

  #technical-support, #content-support {
    height: 420px;
  }

  img.header {
    margin: 20px 10px;
    margin-bottom: 0px;
  }


/* Development */

  #development {
    background: url(/i/i_development.jpg) right bottom no-repeat;
    border-bottom: 1px dashed #E4E4E4;
  }

  #development-content {
    padding-left: 20px;
    margin-right: 10px;
  }


/* Promotion */

  #promotion {
    background: url(/i/i_promotion.jpg) 100% 185px no-repeat;
    border-left: 1px dashed #E4E4E4;
    border-bottom: 1px dashed #E4E4E4;
    clear: right;
  }

  #promotion img.header {
    margin-left: 20px;
  }

  #promotion-content {
    padding-left: 0px;
    margin-right: 10px;
  }

  #promotion-content p {
    padding-left: 30px;
    padding-right: 10px;
  }


/* Technical support */

  #technical-support {
    background: url(/i/i_support.jpg) right bottom no-repeat;
  }

  #technical-content {
    margin-right: 20px;
  }

  #technical-content p {
    padding-left: 20px;
    padding-right: 10px;
  }

/* Content support */

  #content-support {
    border-left: 1px dashed #E4E4E4;
    clear: right;
  }

  #content-support img.header {
    margin-left: 20px;
  }

  #content-content {
    padding-left: 0px;
    margin-right: 10px;
  }

  #content-content p {
    padding-left: 30px;
    padding-right: 10px;
  }


/* Last works */

  .last-works {
    background-color: #5D5D5D;
    background-image: url(/i/last_works_bg.jpg);
    width: 990px;
    padding: 25px 0px 15px 0px;
    height: 240px;
    overflow: hidden;
    position: relative;
/*    top: 150px; */
    display: none; 
  }

  #last-works-header {
    height: 30px;
    width: 900px;
    background: url(/i/h_our_clients.png) left center no-repeat;
    position: relative;
    top: -10px;
    left: 40px;
    text-align: right;
    padding-top: 5px;
  }

  #last-works-header a {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14pt;
    color: #989898;
    border-bottom: 1px dashed #989898;
    cursor: pointer;
    text-decoration: none;
    display: none;
  }

  #last-works-header a:hover {
    border-bottom: 0;
  }


  .last-works-prev, .last-works-next {
    height: 80px;
    width: 20px;
    background: url(/i/last_works_prev.png) center center no-repeat;
    cursor: pointer;
    margin: 35px 9px 0px 9px;
    float: left;
  }

  .last-works-next {
    background-image: url(/i/last_works_next.png);
  }

  .carousel {
    float: left;
  }

  #last-works-list li {
    color: white;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11pt;
    height: auto !important;
  }

  .work-item img {
    display: block;
    border: 5px solid #ccc;
  }

  #last-works-list img {
    width: 200px;
    height: 110px;
    font-size: 10pt;
    margin: 0px 9px;
  }

  #last-works-list div div {
    margin: 5px 10px 5px 10px;
  }

  #last-works-list div div {
    width: 200px;
  }

  #last-works-list span {
    white-space: nowrap;
  }

  #last-works-list a {
    color: #f7de85;
  }