/* Layout */
body {
  color: #333;
}

.clear {
  clear: both;
  height: 1px;
  overflow: hidden;
}

div.clear {
  font-size: 1px;
  line-height: 1px;;
  margin: 0px;;
  padding: 0px;;
  height: 1px;;
  width: 1px;;
  clear: both;
}

#hd .hd1 {
  height: 69px;
  margin-top: 18px;
}

#hd .hd1  img {
  float: right;
}

#hd .hd1  h1 {
  float: right;
  margin: 10px 25px 0 0;
}

#hd .hd2 {
  float: right;
  width: 939px;
  height: 48px;
  background: url(../img/menu_center.png) repeat-x;
}

#hd .hd2 div {
  height: 48px;
  background: url(../img/menu_right.png) right no-repeat;
}

#hd .hd2 div div {
  height: 48px;
  background: url(../img/menu_left.png) left no-repeat;
}

#hd .hd2 ul {
  margin-right: 8px;
  float: right;
}

#hd .hd2 li {
  font-size: 110%;
  height: 27px;
  font-weight: bold;
  padding: 2px 5px;
  margin: 4px 7px 0 0;
  float: left;
}
#hd .hd2 li a {
  text-decoration: none;
}

#hd .hd2 li span {
  padding: 0 7px 0 5px;
  display: block;
  line-height: 27px;
}

#hd .hd2 li.current {
  background: url(../img/menu_li_left.png) left no-repeat;
}

#hd .hd2 li.current span {
  background: url(../img/menu_li_right.png) right no-repeat;
  padding: 0 10px 0 5px;
}

a {
  color: #333;
}

a:hover {
  color: #cc0000;
}

#ft {
  color: #666;
  width: 939px;
  float: right;
  text-align: right;
  font-size: 90%;
  margin-bottom: 20px;
}
#ft p {
  padding-right: 5px;
}

#ft div {
  height: 67px;
  background: url(../img/footer_left.png) left bottom no-repeat;
}

#ft div div {
  height: 67px;
  background: url(../img/footer_right.png) right bottom no-repeat;
}

/* Main body */
#content {
  margin-left: 44px;
  padding: 0px;
  margin-right: 74px;
}

#content h1 {
  font-size: 190%;
  font-family: verdana;
  font-weight: bold;
  margin: 30px 0 0 0;
  color: #cc0000;
}

#content h2 {
  font-size: 140%;
  font-family: verdana;
  color: #cc0000;
  margin: 25px 0 0 0;
}

#content p {
  margin-top: 17px;
}

#content strong {
  font-weight: bold;
}

#content li {
  list-style-type: disc;
  margin: 15px 0 0 15px;
}

#content img.visual {
  float: right;
  margin: 50px 0 20px 20px;
}

#content #homeVisual {
  margin-top: 20px;
}

/* Sidebar */
.yui-t4 .yui-b {
  width: 14em; /* width: 13.23076em; */
  /* width: 12.90000em; */
}

.sidebar .languages {
  text-align: center;
  margin: 20px 0 14px;
}

.sidebar .languages img {
  float: left;
  margin-left: 4px;
  border: 1px solid #999999;
}
.sidebar .languages .current img {
  border-bottom: 2px solid #333333;
  border-right: 2px solid #333333;
}

.sidebar h3 {
  font-weight: bold;
  padding: 0 0 0 6px;
  display: block;
  line-height: 20px;
  color: #000;
  font-size: 100%;
  background: url(../img/sidebar_hd_fade.png);
}

.contact {
  margin-top: 20px;
}
.contact table td {
  padding: 2px 0px ;
  font-size: 0.85em;
}

#slideshow {
  float: right;
  margin-top: -20px;
  width: 85px;
}