/*****************************************
  Lauri Borodkin | Fraktal.ee
*****************************************/


html, body {
  margin: 0;
  padding: 0;
}

body {
  text-align: center;
  font: 13px/18px Arial, Verdana, sans-serif;
  color: #22292f;
  text-align: center;
  background: white url('../images/bg.gif') repeat-x;
}

a {
  text-decoration: underline;
  color: #2d7594;
}

a:hover {
  text-decoration: none;
}

.clearer {
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  clear: both;
}

img {
  border: none;
}
form {
  margin: 0;
  padding: 0;
}
h1, h2, h3 {
  color: #0068ad;
  font-size: 18px;
  line-height: 20px;
  margin: 0;
  padding: 0 0 10px 0;
}
#front h1 {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: #2d7594;
  padding: 0 0 10px 0;
}
h1 a {
  color: #0068ad;
  text-decoration: none;
}
  h1 a:hover {
    text-decoration: underline;
  }
h2 {
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  color: #e87d13;
  padding: 15px 0 10px 0;

}
h3 {
  font-size: 13px;
  font-weight: bold;
  line-height: 15px;
}
p {
  margin: 0;
  padding: 0;
}


#wrap {
  width: 824px;
  margin: 0 auto;
  padding: 0 0 20px 0;
  text-align: left;
}

.date {
  color: #e87d13;
}

/* topbar */
  #topbar {
    background: #fa7c00;
    height: 43px;
    position: relative;
    width: 824px;
    margin: 0 auto;
    text-align: left;
  }
    #topbar-banner { position: absolute; top: 5px; left: 200px; display: none; }
    #langmenu {
      margin: 0;
      padding: 12px 0 0 0;
      list-style-type: none;
      position: absolute;
      left: 0;
      bottom: 12px;
    }
      #langmenu li {
        padding: 0 15px 0 0;
        display: inline;
      }
      #langmenu a {
        font-size: 12px;
        color: #ffcea7;
        text-decoration: none;
      }
      #langmenu a:hover {
        text-decoration: underline;
      }
      #langmenu a.active {
        color: white;
      }
    #searchbox {
      position: absolute;
      bottom: 12px;
      right: 0;
      font-size: 12px;
      font-weight: bold;
      color: white;
    }
      #searchbox .textbox {
        width: 150px;
        border: 1px solid #ff3600;
        font: 12px/12px Arial, Verdana, sans-serif;
        color: #22292f;
        padding: 2px 3px;
        vertical-align: middle;
      }
      #searchbox .submit {
        vertical-align: middle;
      }
      #searchcontainer {
         /*margin-top: 14px; */
      }
      #searchcontainer-noresults {
          background: #fa7c00 !important;
          color: white !important;
      }
      .gsc-result-siteSearch {
	padding: 10px;
	margin: 10px 10px 0 10px;
	background: #f0f0f0;
	text-align: left;
	font: 12px/13px Helvetica, Arial, sans-serif;
       }
     .gsc-cursor-box {
	padding: 10px 0 10px 10px;
	margin: 10px 10px 10px 10px;
	background: #f0f0f0;
      }
      .gsc-cursor-page {
	display: inline;
	cursor: pointer;
	color: #b9000f;
	padding: 3px 5px;
      }
      .gsc-cursor-page:hover {
	background: #b9000f;
	color: white;
      }
      .gsc-cursor-current-page {
	font-weight: bold;
      }
      .gsc-resultsHeader, .gsc-twiddle, .gs-watermark, .gs-visibleUrl, .gsc-trailing-more-results {
	display: none;
      }
      #searchiframe {
        border: none;
      }
  
/* header */
  #header {
    min-height: 176px;
    position: relative;
    width: 824px;
    margin: 0 auto;
    text-align: left;
  }
  * html #header {
    height: 176px;
  }
  #front #header {
    min-height: 250px;
    
  }
  * html #front #header {
    height: 250px;
  }
    #logo {
      position: absolute;
      left: 0;
      display: block;
      top: 35px;
    } 
    #slogan {
      font-size: 23px;
      line-height: 29px;
      color: #e87d13;
      position: absolute;
      top: 130px;
      left: 0;
      width: 100%
    }
    #mainmenu {
      position: absolute;
      left: 0;
      top: 146px;
      margin: 0;
      padding: 0 0 0 0;
      height: 30px;
      list-style-type: none;
    }
    #front #mainmenu {
      top: 220px;
    }
      #mainmenu li {
        float: left;
        height: 30px;
        margin-right: 2px;
      }
      #mainmenu a {
        float: left;
        display: block;
        height: 21px;
        font-size: 16px;
        line-height: 16px;
        color: #115876;
        padding: 0 14px;
        text-decoration: none;
      }
      #mainmenu a:hover, #mainmenu a.active {
        border-bottom: 9px solid #a2e3ff;
      }
      #logos {
        position: absolute;
        top: 30px;
        right: 0;
        /*width: 475px;*/width: 550px;
        text-align: right;
      }
        #logos img {
          padding: 0 10px;
        }
    #submenu {
      width: 824px;
      margin: 0 auto;
      text-align: left;
    }
      #submenu ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
      }
      #submenu li {
        padding: 6px 10px 0;
        float: left;
        height: 26px;
      }
      #submenu li.active {
        background: white;
      }
      #submenu a {
        font-size: 14px;
        color: #115876;
        text-decoration: none;
      }
      #submenu a:hover {
        text-decoration: underline;
      }
/* content */
  #content {
    padding: 25px 0;
    background: #a2e3ff;
  }
  
    .btn-link {
      color: #2d7594;
      font-size: 12px;
      line-height: 12px;
      display: block;
      height: 24px;
      text-decoration: none;
      background: url('../images/btn_link_r.gif') no-repeat top right;
      text-align: center;
      width: 95px;
      cursor: pointer;
    }
      .btn-link:hover {
        text-decoration: none;
      }
      .btn-link span {
        display: block;
        padding: 6px 0 6px;
        background: url('../images/btn_link_l.gif') no-repeat top left;
        cursor: pointer;
      }
      .btn-link img {
        vertical-align: middle;
      }
  
    #content-inner {
      width: 824px;
      margin: 0 auto;
      text-align: left;
      background: white url('../images/content_inner.gif') repeat-y;
    }
    #front #content-inner {
      background: white;
    }
      
      #content-front-boxes {
        background: url('../images/content_front_boxes.gif') repeat-y;
        min-height: 323px;
        font-size: 12px;
        line-height: 21px;
      }
      * html #content-front-boxes {
        height: 323px;
      }
        .content-front-box {
          float: left;
          width: 206px;
        }
        .content-front-box-last {
          margin-right: -3px;
        }
          .fadebox {
            position: relative;
            height: 142px;
          }
          .content-front-box-inner {
            padding: 15px 17px;
          }
      #content-front-logoboxes {
        background: url('../images/content_front_logoboxes.gif') repeat-y;
        min-height: 80px;
      }
      * html #content-front-logoboxes {
        height: 80px;
      }
        .content-front-logobox {
          float: left;
          width: 188px;
          padding: 9px;
          text-align: center;
        }
        .content-front-logobox-last {
          margin-right: -3px;
        }  
          .content-front-logobox img {
            vertical-align: middle;
          }
      #content-left {
        width: 476px;
        float: left;
        padding: 25px 30px;
        min-height: 200px;
      }
      * html #content-left {
        height: 200px;
      }
        #content-left ul {
          margin: 0;
          padding: 13px 20px;
          list-style-type: none;
        }
          #content-left ul li {
            margin: 0;
            padding: 0 0 15px 15px;
            background: url('../images/spot.gif') no-repeat 0px 7px;
          }
      #content-right {
        width: 273px; /* 258px */
        
        padding: 15px 15px 15px 0;
        float: left;
        font-size: 13px;
      }
        #content-right-inner {
          background: white;
          padding: 5px;
          margin-left: 15px;
        }
        #thirdmenu {
          padding-bottom: 15px;
        }
        #thirdmenu ul {
          margin: 0 0 0 15px;
          padding: 13px 15px;
          background: white;
          list-style-type: none;
        }
        #thirdmenu li {
          margin: 0;
          padding: 0 0 5px 15px;
          background: url('../images/spot.gif') no-repeat 0px 7px;
        }
        #thirdmenu li a {
          text-decoration: none;
        }
        #thirdmenu li a:hover {
          text-decoration: underline;
        }
        #thirdmenu li a.active {
          font-weight: bold;
        }
        #groupmenu {
          
        }
          .groupmenu {
            margin: 0;
            padding: 0 0 15px 0;
            list-style-type: none;
          }
            .groupmenu li {
              margin-left: 15px;
              margin-top: 10px;
              background: white;
              padding: 9px 15px;
            }
            .groupmenu li.group1 {
              background: white url('../images/groupmenu1.gif') no-repeat top right;
            }
            .groupmenu li.group2 {
              background: white url('../images/groupmenu2.gif') no-repeat top right;
            }
            .groupmenu li.group3 {
              background: white url('../images/groupmenu3.gif') no-repeat top right;
            }
            .groupmenu li.group4 {
              background: white url('../images/groupmenu4.gif') no-repeat top right;
            }
            .groupmenu li.active-group {
              margin-left: 0;
              padding-left: 30px;
            }
            .groupmenu a {
              font-size: 13px;
              color: #2d7594;
              font-weight: bold;
              text-decoration: none;
            }
            .groupmenu a:hover {
              text-decoration: underline;
            }
      #content p {
        margin: 0;
        padding: 5px 0 10px 0;
      }
        .newslist {
          margin: 0;
          padding: 0;
          font-size: 13px;
          list-style-type: none;
        }
          .newslist li {
            padding: 0 0 5px 0;
          }
          .newslist a {
            color: #22292f;
            text-decoration: none;
          }
          .newslist a:hover {
            text-decoration: underline;
          }
          
        .bluebox {
          background: #c6eeff;
          padding: 10px 15px;
          font-size: 12px;
          color: white;
        }
          .bluebox a {
            font-weight: bold;
            text-decoration: none;
            
          }
          .bluebox a:hover {
            text-decoration: underline;
          }
          
          
/* footer */
  #footer {
    color: #3e3e3e;
    font-size: 11px;
    padding: 10px 87px 30px 0px;
    position: relative;
    width: 737px;
    margin: 0 auto;
    text-align: left;
  }
    #footer img {
      vertical-align: middle;
    }
    
    #edicy {
      position: absolute;
      top: 10px;
      right: 0;
    }
/* products */

  #products {

  }
  .product-extra {
    color: #f4c50a;
    font-weight: bold;
    text-transform: uppercase;
  }
  #products ul li {
   padding-bottom: 5px;
  }
  .product {
    float: left;
    width: 115px;
    height: 140px;
    margin-right: -3px;
    padding: 0 5px 10px;
    overflow: hidden;
  }
    a.product-img, a.product-img:hover {
      display: block;
      border: 1px solid #e1e1e1;
      text-decoration: none;
      text-align: center;
      height: 113px;
      width: 113px;
      cursor: pointer;
    }
    a.product-img img {
      display: block;
      margin: 0 auto;
      cursor: pointer;
    }

    div.product-img {
      float: right;
      border: 1px solid #e1e1e1;
      text-align: center;
      height: 113px;
      width: 113px;
    }

    .product-comment {
      text-align: center;
      font-size: 11px;
      line-height: 13px;
      padding-top: 3px;
    }
      .product-comment a {
        color: #2f2222;
        text-decoration: none;
      }
      .product-comment a:hover {
        text-decoration: underline;
      }
    .product-components {
      padding: 5px 0 15px;
      line-height: 21px;
    }
    table.product-info {
      border: none;
      border-collapse: collapse;
      margin: 0;
      padding: 0;
      font-size: 13px;
    }
      table.product-info th {
        padding: 5px 2px;
        font-weight: bold;
        text-align: left;
      }
      table.product-info td {
        background: #f2fafd;
        padding: 5px 14px;
        vertical-align: top;

      }
      table.product-info td.colored {
        background: #008dcc;
        padding-left: 4px;
        padding-right: 4px;
        width: 25px;
        text-align: center;
      }
      table.smaller td {
        padding-top: 3px;
        padding-bottom: 2px;
      }
    .bold {
      font-weight: bold;
    }

    .float-box {
      float: left;
      width: 255px;
    }
    /* gda */
      #gda {
        width: 255px;
        height: 119px;
        background: url('../images/gda.gif') no-repeat 0 30px;
        margin: 20px -3px 0 0px;
      }
        #gda table {
          width: 100%;
          border-collapse: collapse;
          margin: 0;
          padding: 0;
        }
          #gda table th {
            padding: 5px 2px;
            font-weight: bold;
            text-align: left;
          }
          #gda table td {
            padding: 0;
            width: 25%;
            text-align: center;
            font-size: 10px;

          }
          #gda table tr.firstrow td {
            font-size: 10px;
            line-height: 10px;
            font-weight: bold;
            padding: 10px 3px 2px;
          }
          #gda table tr.secondrow td {
            font-size: 20px;
            line-height: 20px;
            padding: 0 3px 0;
          }
          #gda table tr.thirdrow td {
            font-size: 16px;
            padding: 13px 3px 0;
            line-height: 16px;
          }