#main {
  overflow: visible; }

#main_wrapper {
  height: 325px;
  position: relative;
  margin-bottom: 60px; }
  #main_wrapper #shoot_img, #main_wrapper #ship_img, #main_wrapper #share_img {
    position: absolute;
    top: 20px; }
  #main_wrapper #shoot_img {
    left: 0px; }
  #main_wrapper #ship_img {
    left: 190px; }
  #main_wrapper #share_img {
    left: 360px; }
  #main_wrapper #sub_text {
    position: absolute;
    top: 120px;
    left: 0px; }
  #main_wrapper #camera_package {
    position: absolute;
    top: 100px;
    right: 0px; }
  #main_wrapper #badges {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 210px;
    width: 210px; }
    #main_wrapper #badges img {
      display: none; }

#boxes {
  width: 960px; }
  #boxes a {
    color: inherit; }
    #boxes a:hover, #boxes a:visited {
      color: inherit; }
  #boxes #box1, #boxes #box2, #boxes #box3 {
    background: white;
    float: left;
    width: 300px;
    margin-left: 10px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    background: none; }
    #boxes #box1 .c3, #boxes #box2 .c3, #boxes #box3 .c3 {
      padding: 0px 10px 0px 10px;
      height: 320px; }
    #boxes #box1 h3, #boxes #box2 h3, #boxes #box3 h3 {
      float: right;
      font-size: 24px;
      text-align: right;
      color: #463c10;
      padding: 0px;
      margin: 0px;
      position: relative;
      z-index: 1;
      cursor: pointer; }
    #boxes #box1 img, #boxes #box2 img, #boxes #box3 img {
      position: absolute;
      z-index: 0; }
    #boxes #box1 p, #boxes #box2 p, #boxes #box3 p {
      margin: 0px;
      font-weight: bolder;
      position: relative;
      z-index: 100; }
    #boxes #box1 a, #boxes #box2 a, #boxes #box3 a {
      text-decoration: none; }
  #boxes #box2, #boxes #box3 {
    margin-left: 20px; }
  #boxes #box1 p, #boxes #box2 p {
    margin-top: 80px; }
  #boxes #box3 p {
    margin-top: 120px; }
