.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
body {
  background: url("../bg_img/pattern.jpg") repeat left top;
  font-family: Tahoma, Arial, sans-serif;
}
.wrapper {
  text-align: left;
  margin: 0 auto;
  width: 750px;
}
#header {
  width: 100%;
  height: 110px;
  background: #020025 url("../bg_img/top.jpg") repeat-x left bottom;
}
#header h1 {
  width: 203px;
  height: 110px;
  position: relative;
  left: -5px;
  text-indent: -9999px;
  background: url("../bg_img/bankers-box-logo.png") no-repeat left center;
}
#content_holder {
  background: url("../bg_img/bg-pic.jpg") no-repeat center top;
}
h2 {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  padding: 20px 0 40px;
}
#content {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.9);
}
#content .text_one {
  float: left;
  width: 320px;
  margin: 20px 0 20px 20px;
}
#content .text_two {
  width: 500px;
  margin: 0 0 40px 20px;
}
#content .video_holder {
  float: right;
  width: 330px;
  height: 310px;
  padding: 10px;
  background: url("../bg_img/video-bg.png") no-repeat left top;
  margin: 20px 20px 0 0;
}
#content .video_holder a {
  display: block;
  width: 310px;
  height: 230px;
  margin: 40px 0;
}
.info h3 {
  font-size: 24px;
  line-height: 30px;
  padding: 0 0 10px;
  margin: 0 0 10px;
  color: #000;
  border-bottom: 2px solid #000;
}
.info ul {
  list-style: none;
  font-size: 16px;
  line-height: 20px;
}
.info ul li {
  margin: 0 0 5px;
  padding: 0 0 0 27px;
  background: url("../bg_img/bullet.png") no-repeat left 7px;
}
#product_list {
  list-style: none;
  zoom: 1;
}
#product_list:before {
  content: "";
  display: table;
}
#product_list:after {
  content: "";
  display: table;
  clear: both;
}
#product_list li {
  float: left;
  margin: 0 20px 20px;
  width: 210px;
}
#product_list li a {
  text-decoration: none;
  float: left;
  text-align: center;
  background: url("../bg_img/prod-shadow.png") no-repeat center top;
}
#product_list li a:hover .name {
  text-decoration: none;
}
#product_list li a span {
  display: block;
}
#product_list li a .figure {
  margin: 0 0 5px;
}
#product_list li a .figure img {
  display: block;
  margin: 0 auto;
}
#product_list li a .name {
  font-size: 13px;
  font-weight: bold;
  color: #004685;
  text-decoration: underline;
}
#product_list li a .size {
  font-size: 11px;
  color: #000;
  margin: 5px 0;
}
#product_list li a .buy {
  background: url("../bg_img/amazon.png") no-repeat left top;
  width: 118px;
  height: 25px;
  text-align: left;
  text-indent: -9999px;
  margin: 0 auto;
}
#copyright {
  text-align: center;
  color: #fff;
  padding: 40px 0;
}

#content .video_holder a img { display: block; }

h2, h3 { font-family: Futura, Arial, sans-serif; }