body {
  background-color: #d0d0d0;
  color: #585858; }

a {
  color: #4d83b3;
  text-decoration: none; }
  a.pdf {
    background-image: url(../../../images/pdf.gif);
    background-repeat: no-repeat;
    padding-left: 15px;
    font-weight: bold; }

img {
  border: none; }

input[type=text], textarea {
  border: 2px solid #a7a7a7;
  padding: 5px; }

#footer {
  padding: 50px 0px;
  background-color: #f3f3f3;
  border: 1px solid #b3b3b3;
  border-top: none;
  text-align: center;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  font-family: Arial;
  font-size: 11pt; }

.site_inner {
  width: 950px;
  border: 1px solid #b3b3b3;
  border-bottom: none;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  font-family: Arial;
  font-size: 11pt;
  padding: 15px; }
  .site_inner #header {
    position: relative;
    height: 150px; }
    .site_inner #header.level {
      height: 120px; }
    .site_inner #header .logo {
      position: absolute;
      top: 0px;
      left: 0px; }
    .site_inner #header .contact {
      position: absolute;
      top: 0px;
      right: 0px; }
    .site_inner #header .nav {
      position: absolute;
      background-image: url(../img/nav.png);
      width: 942px;
      height: 59px;
      background-repeat: no-repeat;
      top: 80px; }
      .site_inner #header .nav.level {
        background-image: url(../img/nav_level1.png);
        width: 942px;
        height: 32px; }
      .site_inner #header .nav .level_1 {
        height: 32px;
        clear: both; }
        .site_inner #header .nav .level_1 ul {
          margin: 1px;
          padding: 0px;
          list-style-type: none;
          height: 30px; }
          .site_inner #header .nav .level_1 ul li {
            padding: 6px 15px 0px 15px;
            height: 24px;
            list-style-type: none;
            display: list-item;
            margin: 0;
            border-right: 1px solid #b3b3b3;
            float: left; }
            .site_inner #header .nav .level_1 ul li.no_border {
              border-right: none; }
            .site_inner #header .nav .level_1 ul li.current {
              background-color: #d5d5d5;
              padding: 6px 12px 0px 12px; }
              .site_inner #header .nav .level_1 ul li.current a {
                font-weight: bold; }
            .site_inner #header .nav .level_1 ul li.quality {
              padding: 6px 6px 0px 6px; }
            .site_inner #header .nav .level_1 ul li a {
              color: #3d3c3c; }
      .site_inner #header .nav .level_2 {
        height: 26px;
        clear: both; }
        .site_inner #header .nav .level_2 ul {
          padding: 5px 0px 0px 7px;
          margin: 0px;
          list-style-type: none; }
          .site_inner #header .nav .level_2 ul li {
            list-style-type: none;
            display: list-item;
            margin: 0;
            padding-right: 15px;
            float: left;
            font-size: 14px; }
            .site_inner #header .nav .level_2 ul li a {
              color: white; }
              .site_inner #header .nav .level_2 ul li a.current {
                font-weight: bold;
                text-decoration: underline; }
  .site_inner #content {
    width: 730px;
    float: left; }
    .site_inner #content h1 {
      font-size: 30px;
      margin-top: 5px;
      padding-top: 0px; }
  .site_inner #content_right {
    width: 203px;
    float: left;
    padding-left: 13px; }
    .site_inner #content_right .contact_us {
      background-image: url(../img/call_button.png);
      width: 203px;
      height: 160px;
      position: relative; }
      .site_inner #content_right .contact_us a.img {
        position: absolute;
        top: 0px;
        left: 0px; }
        .site_inner #content_right .contact_us a.img img {
          width: 203px;
          height: 160px; }
      .site_inner #content_right .contact_us span.need {
        position: absolute;
        font-size: 24px;
        color: white;
        left: 10px;
        top: 15px; }
      .site_inner #content_right .contact_us a {
        position: absolute;
        bottom: 20px;
        left: 10px;
        color: white;
        font-size: 20px;
        text-decoration: underline; }
    .site_inner #content_right .menu {
      width: 203px; }
      .site_inner #content_right .menu .title {
        background-image: url(../img/right_top.png);
        width: 188px;
        height: 30px;
        padding-top: 10px;
        padding-left: 15px;
        font-weight: bold; }
      .site_inner #content_right .menu .items {
        border-left: 1px solid #b3b3b3;
        border-right: 1px solid #b3b3b3;
        border-bottom: 1px solid #b3b3b3; }
        .site_inner #content_right .menu .items ul {
          padding: 0px;
          margin: 0px;
          list-style-type: none; }
          .site_inner #content_right .menu .items ul li {
            padding: 7px 0px 7px 10px;
            list-style-type: none;
            display: list-item;
            margin: 0; }
            .site_inner #content_right .menu .items ul li.current {
              border-top: 1px solid #b3b3b3;
              border-bottom: 1px solid #b3b3b3;
              font-weight: bold;
              background-color: #ededed; }
      .site_inner #content_right .menu.dark .title {
        background-image: url(../img/right_top_dark.png);
        color: white; }
        .site_inner #content_right .menu.dark .title a {
          color: white; }
      .site_inner #content_right .menu.dark .items {
        border-left: 1px solid #b3b3b3;
        border-right: 1px solid #b3b3b3;
        border-bottom: 1px solid #b3b3b3; }

.full_width #content {
  width: 100%; }

img .left {
  padding-right: 5px; }
img .right {
  padding-left: 5px; }

.clear {
  clear: both; }

.clear_20 {
  clear: both;
  padding-top: 20px; }

#homepage #main_photo {
  background-color: #808080;
  width: 920px;
  height: 330px;
  margin: auto;
  text-align: center; }
#homepage #title_center {
  font-size: 28px;
  color: #363636;
  text-align: center; }
#homepage #features {
  margin: auto;
  width: 900px; }
  #homepage #features #features_col {
    float: left;
    width: 450px; }
    #homepage #features #features_col .item {
      background: url(../img/homepage/plus.png) no-repeat;
      padding-left: 50px;
      height: 100px; }
      #homepage #features #features_col .item .title, #homepage #features #features_col .item a {
        color: #ef8e2f;
        font-size: 20px; }
      #homepage #features #features_col .item p {
        margin-top: 10px;
        font-size: 12px;
        color: #9a9a9a; }
#homepage #bar_top .item, #homepage #bar_bottom .item {
  width: 300px;
  padding-right: 15px;
  float: left; }
  #homepage #bar_top .item .title, #homepage #bar_bottom .item .title {
    height: 35px;
    color: #363636;
    font-size: 24px; }
    #homepage #bar_top .item .title a, #homepage #bar_bottom .item .title a {
      color: #363636; }
  #homepage #bar_top .item p, #homepage #bar_bottom .item p {
    margin-top: 10px;
    font-size: 13px;
    color: #9a9a9a; }
#homepage #bar_top {
  padding-left: 20px; }
  #homepage #bar_top .item .title {
    padding-left: 35px; }
  #homepage #bar_top .item#european .title {
    background: url(../img/homepage/world.png) no-repeat; }
  #homepage #bar_top .item#solution .title {
    background: url(../img/homepage/light.png) no-repeat; }
  #homepage #bar_top .item#laboratories {
    padding-right: 0px; }
    #homepage #bar_top .item#laboratories .title {
      background: url(../img/homepage/check.png) no-repeat; }
#homepage #bar_bottom {
  padding-left: 20px; }
  #homepage #bar_bottom .item#why_choose {
    padding-right: 0px; }

p.press {
  padding: 10px 0px;
  border-bottom: 2px solid #9a9a9a; }

#content.videos p {
  padding: 10px 0px;
  border-bottom: 2px solid #9a9a9a; }

#contact_us #contact_eye {
  float: left;
  width: 250px; }
#contact_us #contact_form {
  float: left;
  width: 445px;
  position: relative; }
  #contact_us #contact_form .submit {
    position: absolute;
    right: 0px; }
#contact_us #contact_coords {
  float: left;
  width: 200px;
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #d8d8d8;
  min-height: 400px; }

.special_offer .header {
  height: 19px;
  font-size: 18px;
  background-image: url(../img/so_header.png);
  width: 183px;
  padding: 5px 10px;
  color: #4c2400; }
.special_offer .container {
  background-image: url(../img/so_bg.png);
  width: 183px;
  padding: 5px 10px;
  color: #4c2400; }
  .special_offer .container p {
    margin: 0px; }
  .special_offer .container p.offer {
    margin: 0px 0px 15px 0px; }
  .special_offer .container a {
    color: #4c2400; }
.special_offer .footer {
  background-image: url(../img/so_footer.png);
  height: 2px;
  font-size: 2px; }

.td_border_bottom td {
  border-bottom: 2px solid #9a9a9a; }
.td_border_bottom td.gray {
  background-color: #efefef; }
.td_border_bottom td.gray, .td_border_bottom td.white {
  padding: 5px;
  text-align: center; }

ul.slideshow {
  list-style: none;
  width: 920px;
  height: 331px;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0; }
  ul.slideshow li {
    position: absolute;
    left: 0;
    right: 0; }
    ul.slideshow li.show {
      z-index: 500; }
ul img {
  border: none; }

#slideshow-caption {
  width: 100%;
  height: 70px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  background: #000;
  z-index: 500;
  display: none; }
  #slideshow-caption .slideshow-caption-container {
    padding: 5px 10px;
    z-index: 1000; }
  #slideshow-caption h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #ff7800; }
  #slideshow-caption p {
    margin: 5px 0 0 0;
    padding: 0; }

