body {
  margin: 0;
  padding: 0;
  background: #DBDBDB;
}

#wrapper {
  position: relative;
  background: url('/images/wrapper-borders.png') -849px top;
  width: 813px;
  padding: 18px 18px 61px 18px;
  margin: 0 auto;
}

#wrapper_cap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 849px; /* IE6 */
  background: url('/images/wrapper-borders.png');
  height: 22px;
}

#header {
  position: relative;
  height: 382px;
  background: silver url('/images/fisherman.jpg');
}

#logo {
  position: absolute;
  /*background: url('gfx.png');*/
  background: url('/images/logo.png');
  width: 201px;
  height: 179px;
  left: 0;
  top: 0;
}

#contact {
  position: absolute;
  /*background: url('gfx.png') -201px -24px;*/
  background: url('/images/contact.png');
  width: 101px;
  height: 33px;
  top: 22px;
  right: 17px;
}

#slogan {
  position: absolute;
  width: 396px;
  height: 65px;
  /*background: url('gfx.png') left bottom;*/
  background: url('/images/slogan.png');
  right: 17px;
  top: 150px;
}

#next_photo {
  position: absolute;
  width: 112px;
  height: 23px;
  /*background: url('gfx.png') -201px top;*/
  background: url('/images/next-photo.png');
  right: 13px;
  top: 300px;
  cursor: pointer;
}

#nav {
  position: absolute;
  background: url('/images/nav-bg.png') left bottom;
  bottom: 0;
  width: 100%;
  height: 37px;
  line-height: 37px;
  overflow: visible;
}

  #nav_highlight {
    position: absolute;
    height: 37px;
    background: black;
    z-index: 0;
  }

  #nav a {
    float: left;
    position: relative;
    z-index: 1;
    height: 37px;
    padding: 0 12px;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
  }

  #nav .submenu {
    position: absolute;
    top: 37px;
    background: #1B1C20;
    opacity: 0.93;
    z-index: 9000;
  }

    #nav .submenu a {
      float: none;
      display: block;
      height: auto;
      line-height: 1em;
      padding: 8px 10px;
      font-weight: normal;
      font-size: 10px;
    }

      #nav .submenu a:hover {
        background: black;
      }

#footer {
  position: absolute;
  background: url('/images/wrapper-borders.png') right bottom no-repeat;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 11px;
}

  #footer_content {
    position: relative;
    background: #E4E4E4;
    width: 827px; /* IE6 */
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-family: arial, sans-serif;
    font-size: 12px;
    color: #3D3D3D;
  }

  #footer_content a {
    color: #3d3d3d;
    text-decoration: none;
  }

  #footer_content a:hover {
    text-decoration: underline;
  }

    #footer_east_coast, #footer_west_coast {
      position: absolute;
      top: 2px;
      font-size: 10px;
      line-height: 15px;
    }

    #footer_east_coast {
      right: 10px;
      text-align: right;
    }

    #footer_west_coast {
      left: 10px;
      text-align: left;
    }

 
a {
  cursor: pointer;
}

.heading {
  margin-bottom: 5px;
}

h1, h2, h3 {
  font-family: arial, sans-serif;
  color: #3d3d3d;
}

h1 {
  font-size: 20px;
  margin-top: 30px;
}

h2 {
  font-size: 18px;
}

p {
  text-align: justify;
}

p, label {
  font-family: tahoma, sans-serif;
  font-size: 13px;
  margin-top: 0;
}

h1, h2, p {
  margin-left: 5px;
  margin-bottom: 8px;
}

#home-left {
  width: 600px;
  margin: 20px 0 20px 8px;
}

#home-right {
  float: right;
  width: 178px;
  margin: 12px 4px 0 0;
}

#home-right img {
  margin-bottom: 10px;
}

#content {
  margin: 0 0 20px 0px;
  /*width: 770px;*/
}

#contact-form {
  position: relative;
  width: 762px;
  height: 122px;
  margin-left: 5px;
  overflow: hidden; /* IE6 */
  border-left: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  border-top: 1px solid #b2b2b2;
  border-right: 1px solid #b2b2b2;
  padding: 9px 6px 14px 8px;
}

#message, #e-mail {
  border-left: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  border-top: 1px solid #b2b2b2;
  border-right: 1px solid #b2b2b2;
}

#message-wrapper {
  width: 693px;
  float: left;
}

#message {
  width: 99%; /* Chrome */
  height: 74px;
  margin-bottom: 24px;
}

#e-mail {
  width: 229px;
  float: left;
}

#send {
  position: absolute;
  right: 10px;
  bottom: 14px;
}

label {
  display: block;
  float: left;
  width: 67px;
}

#thumbs-rivers {
  margin-left: 5px;
}

.staff {
  padding-left: 69px;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 62px;
}

.staff h3, .staff p {
  margin: 0;
}

.staff h3 {
  font-size: 13px;
}

.staff p {
  font-size: 11px;
  line-height: 14px;
}

#staff-sandro-gonzalez, #staff-hernando-fernandez-bechstedt, #staff-hernan-zorzit {
  background: url('/images/staff-placeholder.png') 5px 0  no-repeat;
}

#staff-alex-knull {
  background: url('/images/staff/alex-knull.jpg') 5px 0  no-repeat;
}

#staff-jorge-knull {
  background: url('/images/staff/jorge-knull.jpg') 5px 0  no-repeat;
}

#staff-matias-aranguren {
  background: url('/images/staff/matias-aranguren.jpg') 5px 0  no-repeat;
}

#staff-jose-luis-concaro {
  background: url('/images/staff/jose-luis-concaro.jpg') 5px 0  no-repeat;
}

.thumbs-grid {
  margin: 0 auto;
  table-layout: fixed;
}

.thumbs-grid tr td {
  text-align: center;
  width: 221px;
  padding: 0 5px 10px;
}

.coming-soon {
  font-size: 18px;
  color: #888;
  text-align: center;
}

#slideshow_wrapper {
  position: relative;
  width: auto;
  margin: 0 auto;
  height: 370px;
  background: white;
  border: 1px solid #DDDDDD;
  padding: 5px;
}

  #slideshow_prev,
  #slideshow_next {
    position: absolute;
    top: 168px;
    background: url('/images/slideshow-arrows.png');
    width: 22px;
    height: 44px;
    cursor: pointer;
  }

    #slideshow_prev {
      left: 10px;
    }

      #slideshow_prev:hover {
        background-position: left bottom;
      }

    #slideshow_next {
      background-position: right top;
      right: 10px;
    }

      #slideshow_next:hover {
        background-position: right bottom;
      }

  #slideshow_container {
    background: #EEEEEE url('/images/gallery-loader.gif') center center no-repeat;
    height: 100%;
    width: 700px;
    margin: 0 auto;
  }
    
    #slideshow_container.loaded {
      background-image: none;
    }

  #slideshow_container img {
    margin: 0 10px;
    background: white;
    padding: 5px;
    border: 1px solid silver;
    border-top: none;
    border-left: none;
  }

    #slideshow_container img.selected {
      cursor: pointer;
    }

  #slideshow_zoom_tooltip {
    position: absolute;
    background: black;
    padding: 2px 5px;
    font-family: tahoma, sans-serif;
    font-size: 11px;
    color: white;
  }

  #slideshow_zoom_loader {
    position: absolute;
    width: 32px;
    height: 32px;
    background: url('/images/loader-container.png');
    z-index: 1;
    opacity: 0.8;
  }

    #slideshow_zoom_loader img {
      position: absolute;
      left: 8px;
      top: 8px;
      padding: 0;
      margin: 0;
      background: transparent;
      border: none;
    }
  
  #slideshow_zoom_image {
    position: absolute;
    z-index: 9999;
    padding: 5px;
    background: white;
  }

#hatch_chart_container {
  width: 795px;
  height: 533px;
  margin: 0 auto;
  background: url('/images/mayflies.jpg');
  overflow: hidden;
}

  #hatch_chart {
    border-collapse: collapse;
    margin: 130px auto 0 auto;
    /*background: white;*/
    background: url('/images/50-percent-black.png');
  }

    #hatch_chart th {
      font-family: arial;
      font-size: 12px;
      font-weight: bold;
      color: #DDDDDD;
      padding: 4px;
      border-bottom: 1px solid silver;
      text-align: right;
    }

      #hatch_chart th.column {
        text-align: center;
      }

    #hatch_chart td {
      border-bottom: 1px solid silver;
      /*
      border-right: 1px dotted #DDDDDD;
      border-left: 1px dotted #DDDDDD;
      */
      width: 40px;
    }
      
      #hatch_chart td.s {
        border-right: 1px dotted #333333;
      }

    #hatch_chart td.available {
      background: url('/images/hatch-chart-available-bg.png') left center repeat-x;
    }
