@CHARSET "UTF-8";

table.header {
  width: 100%;
  table-layout: fixed;
}

td.header_left {
  width: 402px;
  height: 225px;
  background: no-repeat url("img/head_left.jpg");
  vertical-align: top;
}

td.left_header_bottom {
  width: 315px;
  height: 90px;
  background: no-repeat url("img/head_left_bottom.jpg");
}

td.center_header {
  height: 135px;
  vertical-align: top;
  background: url("img/head_center.gif") repeat-x;
}

td.right_header {
  width: 295px;
  height: 225px;
  background: url("img/head_right.jpg") no-repeat;
}

#description {
  margin: 36px auto 0;
  width: 280px;
  font-family: Arial;
  font-weight: bold;
  font-size: 1.1em;
  color: #9f9f9f;
  text-align: right;
  line-height: 1.3em;
}

#description em {
  font-style: normal;
  font-weight: bold;
  font-size: 1.6em;
}

table.top_menu {
  position: relative;
  left: -50px;
  margin-top: 2px;
}

table.top_menu td {
  padding: 15px 20px 5px 28px;
  background: url("img/top_item.gif") no-repeat left bottom;
  font-family: arial;
  letter-spacing: 0.07em;
  text-align: left;
  vertical-align: middle;
  font-size: 0.75em;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
}

.top_menu a {
  display: inline-block;
  color: #595959;
  text-decoration: none;
}

.top_menu a:hover {
  color: #a9a9a9;
}