* {
  margin: 0;
  padding: 0;
}

body {
  background: #eeeeee url("../img/header.jpg") no-repeat 50% 0%;
  font-family: verdana;
  font-size: 12px;
  line-height: 18px;
}


/*
 * Yläosa
 *
 */

.header {
  height: 200px;
  margin: 0 auto;
  position: relative;
  width: 950px;
}

  #fish {
    position: absolute;
    right: 100px;
  }

  .language {
    height: 13px;
    position: absolute;
    right: 0;
    top: 8px;
    width: 130px;
  }

    .language a {
      display: block;
      float: left;
      height: 13px;
      margin-left: 10px;
      width: 20px;
    }

  .fontSizeSelector {
    left: 630px;
    position: absolute;
    top: 100px;
  }

    .fontSizeSelectorSmall {
      cursor: pointer;
      float: left;
      height: 30px;
      width: 30px;
    }

    .fontSizeSelectorLarge {
      cursor: pointer;
      float: left;
      height: 30px;
      width: 30px;
    }

  .search {
    position: absolute;
    top: 100px;
    right: 60px;
  }

    .search input {
      background-color: transparent;
      border: 0;
      color: gray;
      padding: 7px;
      width: 170px;
    }

    .searchButton {
      cursor: pointer;
      height: 30px;
      position: absolute;
      right: 0;
      top: 100px;
      width: 60px;
    }

  .menu {
    height: 50px;
    overflow: hidden;
    position: absolute;
    top: 150px;
    width: 950px;
  }

  .menu a {
    border-right: 1px solid #33518c;
    border-left: 1px solid #698aca;
    color: white;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    padding: 19px 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 0px 0px 2px #333333;
  }

    a.menuActive {
      background-image: url("../img/menuActiveBackground.jpg");
      background-position: -50px 0;
      color: black;
      text-shadow: none;
    }

    .menu #menuHome {
      border-left: 0;
      width: 139px;
    }

      .menu #menuHome.menuActive {
        background-position: 0% 0%;
      }

    .menu #menuProducts {
      width: 138px;
    }

    .menu #menuRetailers {
      width: 178px;
    }
    
    .menu #menuInfo {
      width: 198px;
    }
    
    .menu #menuPhotobank {
      width: 158px;
    }
    
    .menu #menuFeedback {
      border-right: 0;
      width: 129px;
    }

      .menu #menuFeedback.menuActive {
        background-position: 100% 0%;
      }


/*
 * Sisältöalue
 *
 */

.content {
  background: url("../img/contentBackground.jpg") repeat-y;
  margin: 0 auto;
  position: relative;
  width: 980px;
}

  .contentBackgroundTop {
    background: url("../img/contentBackgroundTop.jpg") no-repeat;
    overflow: hidden;
    padding: 30px 0;
    position: relative;
    width: 980px;
  }

.column, .columnSmall, .columnWide {
  float: left;
  padding-left: 45px;
  width: 560px;
}

  .columnSmall {
    width: 510px;
  }

  .columnWide {
    width: 890px;
  }

.columnContent {
  padding: 20px;
}

.sidebar, .sidebarWide {
  padding-left: 30px;
  float: left;
  width: 300px;
}

  .sidebarWide {
    width: 350px;
  }

  .sidebar img {
    margin: 0 auto;
  }


/*
 * Alaosa
 *
 */

.footer {
  background: url("../img/footer.jpg") no-repeat;
  height: 85px;
  margin: 0 auto;
  position: relative;
  width: 980px;
}

  .footer #facebook {
    background: url("../img/facebook.jpg") no-repeat 100% 0;
    color: white;
    font-size: 11px;
    height: 19px;
    padding-top: 1px;
    padding-right: 30px;
    position: absolute;
    right: 30px;
    top: 15px;
    
  }

  .footer #webdesign {
    color: #bbbbbb;
    font-size: 10px;
    position: absolute;
    right: 15px;
    top: 55px;
  }


/*
 * Tuotekaruselli
 *
 */

.productDisplay {
  height: 250px;
  margin: 0 auto;
  margin-top: -30px;
  position: relative;
  width: 950px;
}

  .productDisplay img {
    position: absolute;
  }

    .productDisplayPackage {
      background-position: 50% 100%;
      background-repeat: no-repeat;
      height: 225px;
      left: 90px;
      position: absolute;
      width: 300px;
    }

  .productDisplayContent {
    left: 570px;
    position: absolute;
    top: 40px;
    width: 330px;
  }

    .productDisplayContent h1 {
      background: none;
      color: #294171;
      font-size: 20px;
      height: auto;
      line-height: 26px;
      padding: 0;
      margin-bottom: 1px;
      width: auto;
    }

    .productDisplayContent p {
      color: #222222;
      font-size: 11px;
      line-height: 18px;
      margin-top: 10px;
    }

  .productDisplayLoading {
    bottom: 25px;
    display: none;
    position: absolute;
    right: 60px;
  }

.productSelector {
  background: url("../img/productSelector_background.jpg") no-repeat 0% 0%;
  height: 100px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 30px;
  position: relative;
  width: 950px;
}

  .productSelectorItems {
    height: 100px;
    left: 0;
    overflow: hidden;
    position: absolute;
  }

    .productSelectorItem {
      background-repeat: no-repeat;
      background-position: 50% 100%;
      cursor: pointer;
      display: block;
      float: left;
      height: 90px;
      position: relative;
      margin-bottom: 10px;
      width: 135px;
    }

  .productSelectorLeft {
    background: url("../img/productSelector_left.png") no-repeat 50% 50%;
    cursor: pointer;
    height: 100px;
    left: 0;
    position: absolute;
    width: 70px;
  }

  .productSelectorRight {
    background: url("../img/productSelector_right.png") no-repeat 50% 50%;
    cursor: pointer;
    height: 100px;
    position: absolute;
    left: 880px;
    width: 70px;
  }

  .productSelectorInfo {
    background-color: #ffffcc;
    border-top: 1px solid silver;
    bottom: -31px;
    font-size: 11px;
    height: 20px;
    padding: 5px 10px;
    position: absolute;
    width: 930px;

    filter: alpha(opacity=95);
    opacity: 0.95;
  }

    .productSelectorInfoClose {
      background: url("../img/productSelectorInfoClose.jpg");
      cursor: pointer;
      height: 30px;
      position: absolute;
      right: 0;
      top: 0;
      width: 30px;
    }


/*
 * Muut
 *
 */

.arrowLink {
  background-image: url("../img/arrow.png");
  background-repeat: no-repeat;
  background-position: 0 5px;
  cursor: pointer;
  display: block;
  font-size: 12px;
  padding-left: 20px;
}

.blue {
  color: #294171;
}

.date {
  color: #ff9900;
  font-size: 11px;
  line-height: 18px;
}

.imagebank_item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 1px solid #cccccc;
  display: block;
  float: left;
  height: 158px;
  margin: 5px;
  position: relative;
  width: 158px;
}

  .imagebank_item span {
    background-color: #eeeeee;
    bottom: 0;
    font-size: 11px;
    display: block;
    padding: 5px 0;
    position: absolute;
    text-align: center;
    width: 100%;
  }

.share {
  margin-top: 20px;
}

.videoBox {
  bottom: 0;
  cursor: pointer;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

  .videoBoxBackground {
    background-color: white;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;

    opacity: 0.5;
    filter: alpha(opacity=50);
  }

  .videoBoxContent {
    border: 10px solid white;
    height: 510px;
    left: 50%;
    margin-left: -436px;
    margin-top: -265px;
    position: absolute;
    top: 50%;
    width: 853px;
  }

  .videoBoxClose {
    position: absolute;
    right: -20px;
    top: -20px;
  }


/*
 * HTML-elementit
 *
 */

button, input, select, textarea {
  border: 1px solid #cccccc;
  font-family: verdana;
  font-size: 12px;
  display: block;
  padding: 2px;
  width: 514px;
}

  .button {
    background-color: #eeeeee;
    border-left: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    display: inline;
    padding: 5px 10px;
    width: auto;
  }

  .button:active {
    border-left: 1px solid #aaaaaa;
    border-top: 1px solid #aaaaaa;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
  }

  input.checkbox {
    border: 0;
    display: inline;
    width: auto;
  }

  select {
    max-width: 464px;
    width: auto;
  }

  textarea {
    height: 150px;
  }

hr {
  border: 0;
  border-top: 1px solid #294171;
  margin-top: 20px;
  height: 20px;  
}

img {
  border: 0;
  display: block;
}

label {
  display: block;
}

optgroup {
  background-color: #eeeeee;
  font-style: normal;
}

option {
  background-color: white;
}
