a {
  color: #ff0000;
  font-style: italic;
}

.left {
  float: left;
}

.right {
  float: right;
}

.row {
  display: table-row;
}

.cell {
  display: table-cell;
}

.break {
  clear: both;
}

.stock {
  padding: 0 20px;
  width: 950px;
  background: #ffffff;
}

.content_holder {
}

.navigation li {
  float: left;
  margin: 0 3px 0 0;
  padding-left: 2px;
  list-style-type: none;
}

.navigation li a {
}

.navigation li.current {
}

#header_wrapper {
  background:#ffffff url(/images/design/outer_bkg_header.gif) repeat-x scroll 0 40px;
}
  #header {
    margin: 0 auto;
  }
    #location_menu {
      overflow: hidden;
      height: 40px;
      padding-left: 30px;
    }
    #location_menu .navigation {
      margin-top: 16px;
    }
      #location_menu li {
        margin: 0 3px 0 0;
        padding-left: 2px;
      }
      #location_menu li a {
        color: #ff0000;
        padding-right: 10px;
        background: url(/images/design/slash_bkg.png) no-repeat right 3px;
        font-size: 14px;
      }
      #location_menu li.home {
        background: url(/images/design/home.gif) no-repeat 0 3px;
        padding-left: 20px;
      }
    #cover {
      border-top: solid 2px #ff0000;
      border-bottom: solid 2px #003a63;
      height: 202px;
      background: url(/images/design/cover_stripe_bkg.jpg);
    }
      #cover .right {
        position: relative;
        width: 44px;
        height: 202px;
        background: url(/images/design/cover_arc.jpg) no-repeat;
      }
      #logo {
        float: right;
        margin-top: 65px;
        margin-right: 80px;
      }
      #language_menu {
        position: absolute;
        width: 44px;
        height: 202px;
        left: 50%;
        left-margin: -22px;
        top: 86px;
      }
        #language_menu a {
          display: block;
          margin-bottom: 13px;
        }
      #site_menu {
        margin-top: 2px;
        display: table;
        table-layout: auto;
        width: 100%;
      }
        #site_menu a {
          margin-top: 1px;
          background-color: #003a63;
          width: 25%;
          height: 33px;
          line-height: 33px;
          text-align: center;
          text-decoration: none;
          color: #ffffff;
          font-size: 16px;
        }
        #site_menu a.current {
          background-color: #ff0000;
        }
        #site_menu a:hover {
          background-color: #1a4e73;
        }

#kontent_wrapper {
  background:#ffffff url(/images/design/bkg_kontent.jpg) repeat-x;
}
  #kontent {
    margin: 0 auto;
  }
    #kontent .content_holder {
      background:#ffffff url(/images/design/bkg_kontent.jpg) repeat-x;
      clear: both;
      margin: 0 auto;
      width: 100%;
    }
      #intro {
        padding-top: 17px;
        padding-left: 30px;
        font-size: 18px;
        line-height: 30px;
        min-height: 85px;
      }
      #photos {
        float: right;
        padding-top: 30px;
        padding-right: 5px;
      }
      #facts {
        display: table;
        table-layout: fixed;
        padding-left: 30px;
      }
        #facts .cell {
          padding-bottom: 26px;
          padding-right: 30px;
          width: 290px;
        }
          #facts .border {
            padding: 1px 0;
            border-top: solid 2px #ff0000;
            border-bottom: solid 2px #003a63;
            background-color: #ffffff;
          }
            .fact {
              height: 100%;
              padding-top: 6px;
              padding-bottom: 10px;
              background-color: #003a63;
              text-decoration: none;
              color: #ffffff;
              vertical-align: center;
              font-style: normal;
              font-size: 16px;
              line-height:17px;
              text-align: center;
            }
              #facts .item span {
                display: block;
                padding: 10px;
              }

      #objects {
        padding:15px 0 0 11px;
      }
        #objects .object {
          float: left;
          width: 210px;
          margin: 11px;
        }
        #objects img {
          display: block;
          padding: 8px;
          background-color: #ffffff;
          border: solid 2px #f4f4f4;
        }
        #objects .description {
          clear: both;
          text-align: center;
          background-color: #f1f1f1;
          border-top: solid 2px #ff0000;
          border-bottom: solid 2px #003a63;
          font-size: 15px;
        }
          #objects .white_beautiful_border {
            border-top: solid 1px #ffffff;
            border-bottom: solid 1px #ffffff;
            padding: 10px 0;
          }

#footer_wrapper {
  background: #ffffff url(/images/design/outer_bkg_footer.png) repeat-x scroll;
  font-size: 13px;
  margin-top: 20px;
}
  #footer {
    margin: 0 auto;
  }
    #footer .content_holder {
      border-top: solid 2px #ff0000;
      padding: 10px 15px 70px 30px;
    }
      #footer .right {
        text-align: right;
      }


