.layout {
  
}

.main {
  margin: auto; 
  text-align: left;
  width: 960px;
}

.header {
  height: 90px;
}

.logo {
  float: left;
  width: 250px; 
}

.top_menu {
  float: left;
  width: 550px; 
}

.langlist {
  float: left;
  width: 160px; 
}

.menu {
  margin-top: 65px;
}

.menu ul {
  padding: 0px 0px 0px 0px;
  list-style: none;
  position: relative;
}

.menu ul li {
  float: left;
  padding: 0px 15px;
  color: #dc1455;
}

.menu ul li a, .menu ul li a:visited, .menu ul li a:hover {
  color: #dde1e2;
}

ul.menu_child { 
  position: absolute;
  top: 30px;
  left: -10px;
  color: #dc1455;
  font-size: 11px;
}

ul.menu_child li{
  padding: 0px 10px; 
}

ul.menu_child li a, ul.menu_child li a:visited, ul.menu_child li a:hover{ 
  color: #c9cdd0;
}

.langlist_switcher {
  margin-top: 65px;
}

.langlist_switcher ul {
  padding: 0px 0px 0px 0px;
  list-style: none;
}

.langlist_switcher ul li {
  float: left;
  padding: 0px 5px;
  color: #7f8384;
}

.langlist_switcher ul li a, .langlist_switcher ul li a:visited {
  color: #dee2e3;
}

.header_line {
  height: 1px;
  background: #db1254;
}

.spacer {
  height: 25px;
}

.content {
  width: 960px;
  background: #30333a;
  overflow: hidden;
}

.left{
  float: left;
  width: 250px; 
}

.left_inner {
  padding: 15px;
}

.center {
  float: left;
  width: 710px;
}

.wide_center {
  width: 960px;
}

.center_inner {
  padding: 15px;
}

.content_title {
  margin-bottom: 10px;
  color: #b1184e;
}

.banner {
  height: 358px;
  position: relative;
}

.main_actions {
  position: absolute;
  left: 0px;
  bottom: 15px;
  width: 710px;
  height: 75px;
  background: #2f3239;
  opacity: 0.55;
  filter: alpha (opacity = 55);
}

.main_actions ul {
  margin: 30px 0px 0px 0px;
  list-style: none;
}

.main_actions ul li {
  float: left;
  width: 350px;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
}

.main_actions ul li a, .main_actions ul li a:visited {
  color: #ffb816;
}

.footer {
  overflow: hidden;
}

.footer * {
  color: #85898a;
}

.footer_left{
  float: left;
  width: 250px; 
}

.footer_center {
  float: left;
  width: 710px;
}

.footer_center * a, .footer_center * a:visited {
  color: #FF9900;
}

.form tr td {
  padding: 3px;
}

.small_textarea {
  width: 250px;
  height: 100px;
}

.button_reset {
  width: 22px;
  height: 22px;
  margin: 0px 0px;
  background: url('../img/refresh.gif') no-repeat;
  border: 0px;
}

.copyright_inner {
  float: left;
  width: 470px;
  padding: 15px;
}

.powered_by {
  float: right;
  padding: 15px 0px;
  width: 200px;
}

div.boxover{ 
  border: solid 1px #8a8a8a; 
  position: relative; 
 /* z-index: 10; */
}

div.boxout{
  border: solid 1px #5c5c5c;
  position: relative;
/*z-index: 10; */
}

div.bar{
  background-color: #d4d0c8;
  position:absolute;
  top: -2px;
  left: -2px;
  height: 20px;
  display: block;
  margin: 2px;
}