* {
  margin: 0;
  padding: 0;
}
a:link {
  color: #9ed033;
}
a:visited {
  color: #9ed033;
}
a:hover {
  color: #b64200;
}
body {
  background: black url(../img/body.gif) repeat-y 50% 0;
  color: #9ed033;
  font-family: Tahoma, Arial;
  font-size: 90%;
  width: 699px;
  margin: 0 auto;
}
img {
  border: 0;
}
h1 {
  display: none;
}
h2 {
  font-size: 120%;
  clear: both;
  color: #b64200;
  margin-left: 10px;
  padding-top: 10px;
}
h3 {
  font-size: 100%;
  clear: both;
  margin-left: 10px;
  padding-top: 10px;
}
table {
  border: 0;
  border-top: 1px solid #405a05;
  border-collapse: collapse;
  width: 90%;
  margin: 30px auto 20px auto;
}
th {
  background: transparent url(../img/half.gif) repeat 0 0;
  border-top: 1px solid #405a05;
  border-bottom: 1px solid #405a05;
  color: #b64200;
  padding: 0.5em 0;
  text-align: left;
}
td {
  border-bottom: 1px solid #405a05;
  padding: 0.5em 0 0.25em 1em;
  vertical-align: top;
}
td img {
  vertical-align: middle;
  margin-right: 5px;
}
.content {
  background: transparent url(../img/rust.gif) no-repeat 0 0;
  min-height: 305px;
  position: relative;
}
.caption {
  margin: 15px 0;
}
.video {
  width: 320px;
  margin: 15px 12px;
}
.video p,
.caption p {
  background: transparent url(../img/half.gif) repeat 0 0;
  padding: 8px 10px;
  color: #9c968f;
}
.video-left {
  float: left;
}
.video-right {
  float: right;
}
.back {
  position: absolute;
  left: 10px;
  top: -42px;
  font-weight: bold;
}
.back a:link,
.back a:visited {
  background: transparent url(../img/ico-back.png) no-repeat 0 3px;
  color: #9ed033;
  height: 32px;
  padding: 10px 0 10px 45px;
}
.back a:hover {
  color: #b64200;
} 
a:link.top-footer,
a:visited.top-footer {
  background: transparent url(../img/ico-top.png) no-repeat 0 3px;
  color: #9ed033;
  height: 32px;
  padding: 10px 0 10px 32px;
}
a:hover.top-footer {
  color: #b64200;
} 
a:link.back-footer,
a:visited.back-footer {
  background: transparent url(../img/ico-back.png) no-repeat 0 3px;
  color: #9ed033;
  height: 32px;
  padding: 10px 0 10px 45px;
  margin-left: 30px;
}
a:hover.back-footer {
  color: #b64200;
} 
.hidden {
  display: none;
}
.phones {
  background: transparent url(../img/ico-audio.gif) no-repeat 0 3px;
  padding-left: 22px;
}
