/*
  13.08.2006 SK:
    Zeroes document edges.
*/
.zero-edges {
  margin: 0px auto;
  border: 0px solid transparent;
  padding: 0px 0px;
}

/**
 * @description General web page stylesheet.
 *
 * @author Sami Keskinen
 * @since 13.08.2006
 */
body {
  background-color: rgb(255, 255, 255);
}

#content-block {
  width: 1000px;

  margin-left: auto;
  margin-right: auto;

  float: none;
}

#content-block #left-menu {
  border-left: 1px solid rgb(120, 120, 120);
  border-right: 1px solid rgb(120, 120, 120);
  border-bottom: 1px solid rgb(120, 120, 120);

  width: 199px;

  margin-top: 10px;

  min-height: 400px;
  height: auto;

  text-align: left;

  float: left;

  background-color: rgb(219, 219, 219);
  background-repeat: repeat;
}

#content-block #content {
  padding-left: 10px;

  text-align: left;
  vertical-align: top;

  min-width: 700px;
  width: auto;
  height: auto;

  float: left;

  margin-top: 10px;
}

#content-block #content #contact {
  width: 350px;
  height: auto;

  float: left;

  margin-top: 5px;
}

#content-block #content #map_canvas {
  min-width: 439px;

  width: auto;
  height: 320px;

  float: right;

  margin-top: 0px;
}

#content-block #content #pano {
  min-width: 439px;

  width: auto;
  height: 280px;

  float: right;

  margin-top: 0px;
}

#content-block #content #google {
  width: 439px;
  height: 600px;

  float: right;

  margin-top: 200px;
}


#content-block #catalog {
  border-left: 10px solid rgb(120, 120, 120);
  border-right: none;
  border-bottom: none;

  width: 199px;

  margin-top: 10px;

  min-height: 100px;
  height: auto;

  text-align: left;

  float: left;

  background-color: rgb(255, 255, 255);
  background-repeat: repeat;
}


#content #contact-person {
  padding-top: 5px;
  padding-right: 5px;

  width: 700px;
  height: 16px;

  float: none;

  color: rgb(0, 0, 0);

  text-align: right;

  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 10px;
  line-height: 9px;
}

#content #content-hierarchy {
  height: 26px;

  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
}

#footer {
  width: 100%;

  clear: both;
}

#copyright-block {
  padding-top: 20px;

  text-align: center;

  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 9px;
}

/**
 * @description General stylesheet for form elements.
 *
 * @author Sami Keskinen
 * @since 13.08.2006
 */
.form-input {
  border: 1px solid rgb(124, 124, 124);

  padding-left: 4px;
  padding-top: 2px;
  padding-right: 4px;

  height: 16px;

  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;

  float: left;
}

.form-button {
  border: 1px solid rgb(255, 255, 255);

  height: 19px;

  text-align: center;

  background-color: rgb(163, 163, 163);

  color: rgb(254, 254, 254);

  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 11px;

  cursor: pointer;
}

.form-button-log {
  border: 1px solid rgb(255, 255, 255);

  height: 19px;

  text-align: center;

  background-color: rgb(255, 102, 51);
  background-image: url("../images/title-bar/LoginBg.gif");
  background-position: center left;

  color: rgb(254, 254, 254);

  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 11px;

  cursor: pointer;
}

.border-black-1px {
  border: 1px solid rgb(0, 0, 0);
}

.border-none {
 border: none;
}

.italic-text {
  font-style: italic;
}

/**
 * @description Stylesheet for the content table.
 *
 * @author Sami Keskinen
 * @since 27.08.2006
 */
.content-table {
  border: 0px;
}

.content-table-cell {
  vertical-align: top;
}

#frontpage-work-in-progress {
  width: 325px;

  border-right: 3px dashed rgb(255, 125, 0);

  margin-bottom: 20px;
  padding: 10px;

  background-color: rgb(255, 255, 255);

  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;

  float: left;
}

#frontpage-work-in-progress .head {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
}

#frontpage-info {
  color: rgb(255, 255, 255);

  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;

  width: 675px;
  min-height: 175px;

  padding: 0px;

  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;

  background-color: transparent;
  background-image: url("../images/frontpage/startBg.gif");
  background-repeat: no-repeat;
}

#frontpage-text {
  width: 413px;

  padding: 30px;

  color: rgb(255, 255, 255);
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;

  float: left;
}

#frontpage-img {
  float: right;
}

#frontpage-infoarea {
  width: 675px;

  padding: 0px;

  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;

  background-color: transparent;
}

#frontpage-infoarea-column-left {
  width: 320px;

  padding: 0px;

  background-color: transparent;

  float: left;
}

#frontpage-infoarea-column-right {
  width: 320px;

  padding: 0px;

  background-color: transparent;

  float: right;
}

#frontpage-infoarea-head {
  color: rgb(255, 255, 255);
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;

  border-top: 1px solid rgb(255, 102, 51);
  border-left: 1px solid rgb(255, 102, 51);
  border-right: 1px solid rgb(255, 102, 51);
  border-bottom: 1px solid rgb(255, 102, 51);

  width: 100%;
  height: 29px;

  padding: 0px;

  margin-bottom: 15px;

  background-color: transparent;
  background-image: url("../images/frontpage/HeadLineBg.gif");
  background-repeat: repeat-x;
  background-position: left;

  float: left;

  text-align: center;
  vertical-align: middle;
  line-height: 29px;
}

#frontpage-suppliers-body {
  text-align: center;
}

#frontpage-news-body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;

  padding: 10px;

  border-bottom: 1px solid rgb(255, 102, 51);

  text-align: left;
}


#frontpage-images .supplier {
  width: 325px;
  padding: 10px;
  margin-bottom: 20px;
  float: left;
}

#contact-person-new {
  width: 993px;
  height: 25px;

  float: none;

  color: rgb(0, 0, 0);

  text-align: left;

  font-family: Verdana, Helvetica, Arial, sans-serif;

  font-size: 10px;
  line-height: 23px;

  border: 1px solid rgb(124, 124, 124);

  margin-top: 4px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;

  padding-left: 5px;

  background-image: url("../images/title-bar/subnavbg.gif");
  background-repeat: repeat-x;

  vertical-align: middle;
}


