body {
  background: url("/images/body_bg.gif") repeat-x top left #4d4d4d;
  font-family: Arial;
  font-size: 12px;
  color: #e5e5e5;
}

img {
  _behavior: url("iepngfix.htc");
}

.wrapper {
  width: 914px;
  margin: 0 auto;
}

a, a:link, a:visited {
  color: #fff100;
}

a:hover {
  text-decoration: none;
}

.header {
  overflow: hidden;
  position: relative;
  _height: 1%;
  padding-top: 8px;
  margin-bottom: 10px;
}

.header .logo, .header .support, .header .login-area {
  float: left;
}

.header .support {
  background: url("/images/support_bg.gif") no-repeat center center;
  width: 145px;
  padding: 17px 25px;
  margin-left: 34px;
  margin-top: 5px;
}

.header .support .inner {
  background: url("/images/support_inner_bg.gif") no-repeat center center;
  height: 87px;
}

.header a {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  font-family: "Arial Black";
}

.header .support .inner a {
  display: block;
  text-align: center;
  position: relative;
  top: 25px;
  color: #fff;
}

.header a span {
  color: #fff100;
}

.header .login-area {
  background: url("/uploaded/user_login_bg.gif") no-repeat center center;
  width: 189px;
  height: 94px;
  margin-top: 15px;
  margin-left: 35px;
}

.header .login-area a {
  display: block;
  margin: 15px 0px 0 59px;
  _margin: 65px 0 0;
  color: #fff;
}

.header .phone {
  float: right;
  font-size: 24px;
}

.header .phone span {
  color: #fff100;
}

.menu {
  overflow: hidden;
  _height: 1%;
  border-left: 2px solid #fff100;
  margin-bottom: 12px;
}

.menu li {
  float: left;
  background-color: #000;
  border-right: 2px solid #fff100;
}

.menu li a {
  display: block;
  padding: 8px 14px;
  margin: 0 1px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.menu li a:hover, .menu li.active a {
  background-color: #fff100;
  color: #000;
}

.content {
  min-height: 400px;
  margin-bottom: 15px;
  overflow: hidden;
  _height: 1%;
}

.footer {
  border-top: 2px solid #535353;
}

.footer .clients {
  text-align: right;
  padding: 8px 0 5px;
}

.footer .clients .label {
  float: left;
  font-weight: bold;
  color: #fff100;
  margin-top: 18px;
}

.footer .inner {
  padding: 13px 33px 4px 4px;
  overflow: hidden;
  position: relative;
  _height: 1%;
  border-top: 2px solid #fff100;
}

.footer .inner .author {
  float: left;
  width: 150px;
  font-size: 10px;
  color: #e5e5e5;
}

.footer .inner .author .logo {
  float: left;
  margin-right: 10px;
}

.footer .inner .author span {
  color: #fff400;
  font-size: 12px;
  display: block;
  margin: 10px 0 -3px 0;
}

.footer .inner .banners {
  float: right;
  margin-top: 5px;
}

.footer .inner .banners a {
  margin-left: 13px;
}

.footer .inner .copyright {
  position: absolute;
  top: 29px;
  left: 290px;
}

.footer .inner .copyright span {
  color: #fff400;
}

.main-column {
  width: 550px;
  float: left;
}

.right-column {
  width: 347px;
  float: right;
}

h2 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 10px;
}

h2 span {
  color: #fff100;
}

.right-column h2 {
  border-bottom: 2px solid #fff100;
  margin-bottom: 10px;
}

.main-column .item {
  margin-bottom: 10px;
}

.main-column .item .item-content {
  _height: 1%;
  border-top: 2px solid #7f7f7f;
  border-bottom: 2px solid #7f7f7f;
  padding: 10px 0;
  height: 73px;
  margin-left: 10px;
  position: relative;
}

.main-column .item-content .img {
  float: left;
  margin: -12px 10px -12px -10px;
  z-index: 1000;
  _position: absolute;
}

.main-column .item-content .img img {
  display: block;
}

.main-column .item-content .more {
  position: absolute;
  bottom: 0;
  _bottom: -1px;
  right: 0;
  width: 96px;
  text-align: center;
  background: url("/images/round_link_bg.gif") no-repeat top center #666;
  padding: 4px 0 3px;
  font-size: 11px;
}

.main-column .item-content .more a {
  text-decoration: none;
}

.selection {
  color: #fff100;
}

.content p {
  margin-bottom: 13px;
}

.list {
  margin-bottom: 13px;
}

.list li {
  padding-left: 8px;
  background: url("/images/bullet.gif") no-repeat 0px 5px;
  line-height: 1.3em;
}

body.inner h2 {
  border-bottom: 2px solid #fff100;
  margin-bottom: 10px;
}

table.table {
  width: 100%;
}

table.table td {
  padding: 4px 0 3px;
  font-weight: bold;
  border-bottom: 2px solid #7f7f7f;
}

table.table td.wide {
  width: 70%;
}

.columns {
  overflow: hidden;
  _height: 1%;
  border-top: 2px solid #7f7f7f;
  padding-top: 10px;
}

.columns .column {
  width: 270px;
  float: left;
  margin-right: 49px;
}

.columns .column.last {
  margin-right: 0;
}

.column .column-header {
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  _height: 1%;
}

.column .column-header .name {
  float: left;
  text-transform: uppercase;
}

.column .column-header .price {
  float: right;
}

.column table.table td.wide {
  padding-left: 18px;
}

.column table.table tr.last td {
  border-bottom: none;
}

.column .actions {
  border-bottom: 2px solid #7f7f7f;
  overflow: hidden;
  _height: 1%;
  font-size: 11px;
  margin-top: 3px;
}

.column .actions .more {
  width: 96px;
  float: left;
  text-align: center;
  background: url("/images/round_link_bg.gif") no-repeat top center #666;
  padding: 4px 0 3px;
}

.column .actions .order {
  width: 96px;
  float: right;
  text-align: center;
  background: url("/images/order_bg.gif") no-repeat top center #fff100;
  padding: 4px 0 3px;
}

.column .actions a {
  text-decoration: none;
}

.column .actions .order a {
  color: #4d4d4d;
}
