/**
 * @description Title bar stylesheet.
 *
 * @author Sami Keskinen
 * @since 12.8.2006
 */
#title-block {
  border-bottom: none;

  width: 1000px;
  height: 168px;

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

  background-color: transparent;

  float: none;
}

#title-block #title-wheel {
  width: 1000px;
  height: 100%;

  background-color: transparent;
  background-image: url("../images/title-bar/bkg_header.jpg");
  background-position: 0px 37px;
  background-repeat: no-repeat;

  float: none;
}

#title-block #title-wheel #main-menu-spacer {
  height: 0px;
  width: 0px;

  float: none;
}

/**
 * @description Main menu (top menu) stylesheet.
 *
 * @author Sami Keskinen
 * @since 12.8.2006
 */
#title-block #title-wheel #main-menu {
  margin-top: 126px;

  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);

  background-image: url("../images/title-bar/MainNavBg.gif");

  height: 40px;
  width: 998px;

  float: left;

  color: rgb(255, 255, 255);
}

.main-menu-item {
  color: rgb(0, 0, 0);

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

  width: 110px;
  height: 40px;

  float: left;

  text-align: center;
  text-decoration: none;

  background-image: url("../images/title-bar/MainNavBg.gif");

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

  cursor: pointer;
}

.main-menu-item:hover {
  background-image: url("../images/title-bar/MainNavOn.gif");

  color: rgb(0, 0, 0);

  text-decoration: none;

  font-weight: bold;
}

.main-menu-item-active {
  background-image: url("../images/title-bar/MainNavOn.gif");

  text-decoration: none;

  font-weight: bold;
}

.main-menu-item:visited {
  font-weight: bold;
}

/**
 * @description Login block stylesheet.
 *
 * @author Sami Keskinen
 * @since 12.8.2006
 */
#title-block #title-wheel #login-block-top {
  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);

  position: absolute;
  top: 2px;

  padding: 0px;

  width: 998px;
  height: 33px;

  color: rgb(255, 255, 255);

  background-color: transparent;
  background-image: url("../images/title-bar/LoginBg.gif");
  background-repeat: repeat-x;
  background-position: left;

  font-family: Verdana, Helvetica, Arial Black, sans-serif;
  font-weight: bolder;
  font-size: 10px;

  line-height: 26px;
  vertical-align: middle;
}

#login-block-top .login-block-top {
  padding-top: 10px;
  float: none;
}

.logout-block-top {
  padding-top: 10px;
  float: none;
}

#title-block #title-wheel #main-menu-logo {
  position: absolute;
  top: 37px;
  padding-left: 125px;
}
