* {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}

html {
  height: 100%;
  width: 100%;
  background: #000 url(images/bg-html.jpg) center top no-repeat;
}

body {
  width: 100%;
  min-height: 100%;
}

a img {
  border: 0;
}

a {
  color: #becb3f;
}

#wrap {
  width: 903px;
  margin: 0 auto;
  background: url(images/bg-repeat.png) repeat-y;
  color: #becb3f;
  font-size: 14px;
  position: relative;
}

#wrap h2 {
  font-size: 22px;
  font-weight: normal;
  color: #fff;
  text-decoration: underline;
  margin-bottom: 7px;
}

#wrap h2 a {
  color: #fff;
}

#head {
  background: url(images/bg-head.jpg);
  height: 618px;
  position: relative;
  margin-bottom: 24px;
}

#head h1 a {
 display: block;
 height: 115px;
 width: 903px;
 text-indent: -9999px;
 overflow: hidden;
}

#head ul {
  list-style: none;
  font-size: 18px;
  position: absolute;
  left: 282px;
  top: 575px;
}

#head ul li {
  float: left;
  color: #bacb12;
  font-size: 18px;
  padding-right: 19px;
}

#head ul li a {
  text-decoration: none;
  border-bottom: 2px solid #bacb12;
  margin-right: 14px;
  color: #bacb12;
  position: relative;
}

#head div {
  position: absolute;
  bottom: 17px;
  left: 18px;
}

#head div input {
  width: 172px;
  height: 21px;
  border: 0;
  background: url(images/input-search.png);
  color: #3e3a00;
  font-size: 12px;
  padding: 7px 31px 0 15px;
}

#footer {
  width: 903px;
  height: 107px;
  margin: 0 auto;
  background: url(images/bg-repeat-bot.png) no-repeat;
}

#footer ul {
  list-style: none;
  font-size: 18px;
  float: left;
  padding: 37px 0 0 18px;
}

#footer ul li {
  float: left;
  color: #bacb12;
  font-size: 18px;
  padding-right: 19px;
}

#footer ul li a {
  text-decoration: none;
  border-bottom: 2px solid #bacb12;
  margin-right: 14px;
  color: #bacb12;
  position: relative;
}

#footer div {
  float: right;
  padding: 35px 9px 0 0;
}

#footer div a {
  margin-left: 8px;
}

#badge {
  width: 218px;
  height: 154px;
  background: url(images/badge.png);
  position: absolute;
  left: 3px;
  bottom: 0;
}

#left {
  width: 236px;
  float: left;
  padding: 0 0 172px 22px;
}

.left-item {
  margin-bottom: 34px;
}

.left-item h3 a {
  font-size: 14px;
}

.left-item strong a {
  text-decoration: none;
}

.left-item strong a:hover {
  text-decoration: underline;
}

.empty {
  clear: both;
}

#info {
  margin-bottom: 18px;
}

#info span {
  font-size: 18px;
}

#right {
  width: 602px;
  float: right;
  padding: 0 21px 0 0;
}

#right p {
  line-height: 24px;
  margin-bottom: 14px;
}

#right h2 {
  margin-bottom: 26px;
}

#catalog h2 {
  margin-bottom: 12px;
}

.cat-item {
  width: 301px;
  height: 234px;
  overflow: hidden;
  float: left;
}

.cat-item img {
  float: left;
  margin: 0 18px 0 0;
}

.cat-item h3 {
  margin-bottom: 13px;
}

.cat-item h3 a {
  font-size: 14px;
  font-weight: normal;
}

.cat-item p span {
  display: block;
  font-size: 22px;
}