* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #777777;
  background-image: url("../gfx/gradient.jpg");
  background-repeat: repeat-x;
  color: white;
  font-family: arial;
  margin: 50px 0;
}

  .page_top {
    background-image: url("../gfx/shadow_top.png");
    background-position: 100% 0;
    background-repeat: no-repeat;
    height: 125px;
    margin: 0 auto;
    position: relative;
    width: 940px;
  }

    .submenu {
      background-color: black;
      color: #333333;
      display: block;
      font-size: 12px;
      padding: 6px 10px;
      position: absolute;
      right: 35px;
      top: 15px;
    }

      .submenu a {
        color: white;
        margin: 0 5px;
        text-decoration: none;
      }

    .header {
      background-color: #333333;
      margin: 0 auto;
      width: 900px;
    }

      .header img {
        margin: 0 auto;
        padding: 30px;
      }

  .page_middle {
    background-image: url("../gfx/shadow_middle.png");
    background-position: 100% 0;
    background-repeat: repeat-y;
    margin: 0 auto;
    width: 940px;
  }

    .menu {
      border-bottom: 1px solid #333333;
      height: 40px;
      margin: 0 auto;
      width: 900px;
    }

      .menu a {
        display: block;
        float: left;
        height: 40px;
        width: 300px;
      }

    .content {
      background-color: #333333;
      background-image: url("../gfx/grid.jpg");
      background-position: 50% 0;
      font-size: 11px;
      overflow: hidden;
      position: relative;
      margin: 0 auto;
      width: 900px;
    }

      .content .column {
        float: left;
        position: relative;
        width: 300px;
      }

      .content .column img {
        margin: 0 auto;
      }

      .content .column .details {
        background-image: url("../gfx/box_background.png");
        line-height: 15px;
        margin: 20px auto 20px auto;
        position: relative;
        width: 250px;
      }

        .content .column .details .details_content {
          overflow: hidden;
          padding: 20px;
          width: 210px;
        }

        .content .column .details a {
          color: white;
          font-size: 12px;
        }

      .content .column_background {
        background-image: url("../gfx/gradient_dark.jpg");
        background-repeat: repeat-x;
      }

      .content .product {
        float: left;
        width: 150px;
      }

        .content .product img {
          margin: 0;
        }

      .content .retailer {
        display: none;
        margin-top: 15px;
      }

  .page_bottom {
    background-image: url("../gfx/shadow_bottom.png");
    background-position: 100% 0;
    background-repeat: no-repeat;
    height: 30px;
    margin: 0 auto;
    padding-top: 15px;
    position: relative;
    width: 940px;
  }

    .page_bottom .reilumuija {
      display: block;
      margin: 0 auto;
      width: 300px;
    }

    .page_bottom .facebook {
      color: #eeeeee;
      font-size: 11px;
      line-height: 15px;
      position: absolute;
      right: 20px;
      text-decoration: none;
      text-align: right;
    }

      .page_bottom .facebook img {
        float: right;
        margin-left: 10px;
      }

  .info {
    background: url("../gfx/info.png") no-repeat 50% 50%;
    font-size: 16px;
    height: 270px;
    left: 50%;
    margin-left: -220px;
    position: absolute;
    text-align: center;
    top: -450px;
    width: 440px;
  }

    .info_content {
      padding: 20px;
    }

h1 {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 10px;
}

h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  text-shadow: 0px 0px 10px #333333;
}

img {
  border: 0;
  display: block;
}

input, textarea {
  background-color: black;
  border: 1px solid #444444;
  color: white;
  display: block;
  font-family: arial;
  font-size: 11px;
  margin-bottom: 10px;
  padding: 2px;
  width: 204px;
}

  input.button {
    background-color: #777777;
    border-bottom: 1px solid #444444;
    border-left: 1px solid #999999;
    border-right: 1px solid #444444;
    border-top: 1px solid #999999;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 5px 10px;
    width: auto;
  }

  input.checkbox {
    background-color: transparent;
    border: 0;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
    padding: 0;
    width: auto;
  }

  textarea {
    height: 80px;
  }

label.short {
  float: left;
}

  label.short input {
    width: 89px;
  }

label.first {
  margin-right: 20px;
}

.iepngfix {
  behavior: url("js/iepngfix.htc");
}
