html, body, div,h1, h2, p, img, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

a img {
  border: none;
}

a {
  text-decoration: none;
  outline: none;
  color: #3C3F4D;
}

a:hover {
  text-decoration: underline;
}

body {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  margin: 32px 0;
  background: #f6f6f8 url('/images/header.png') repeat-x;
  color: #717180;
}

body #main {
  width: 720px;
  margin: 0 auto;
  overflow: hidden;
  display: inline-block;
  text-align: left;
  display: block;
}

body #main #header h1 {
  display: inline;
  margin-right: 15px;
  margin-top: 2px;
  overflow: hidden;
  background-image: url('/images/logo.png');
  background-repeat: no-repeat;
  float: left;
  height: 100px;
  text-indent:-9999em;
  width:420px;
  font: bold 420% helvetica,serif;
}

body #main #header h1 a:hover {
  text-decoration:none;
}

body #main #header h2 {
  text-indent:-9999em;
  width:420px;
  font: bold 110% helvetica,serif;
  float: left;
  margin-top: -25px;
}

body #main #content #iphone {
  float:right;
  height:560px;
  width:300px;
  margin-top: 20px;
}

body #main #content #text {
  float: left;
  width: 390px;
  margin-top: 110px;
}

body #main #content #disclaimer {
  float: left;
  margin-top: 50px;
}


body #main #content #text p {
  line-height:20px;
  margin:0 0 15px;
}

body #main #content #text ul  {
  padding:0 0 15px 30px;
}

body #main #content #text ul li {
  list-style-type:disc;
  padding:4px 0;
}

body #main #content #text li {
  list-style:none outside none;
}

body #main #content #text p#coming_soon {
  padding: 10px;
  text-align: center;
  font: bold 200%/40px helvetica,serif;
  margin: 30px 0 25px;
}

body #main #content .reviews {
  float: left;
  margin-top: 20px;
}

body #main #content .reviews .review {
  width: 22%;
  float: left;
  padding: 10px;
  text-align: justify;
}

body #main #content .reviews .review span {
  font-size: 85%;
}

body #main #footer {
  float: left;
  width: 720px;
  text-align: center;
  margin-top: 25px;
}

body #main #content #iphone #screenshots  {
  overflow: hidden;
  margin-top: -466px;
  margin-left: 25px;
  width: 250px;
  height: 374px;
}

body #main #content #iphone #screenshots ul {
  width: 9999px;
  position: relative;
  left: -250px;
}

body #main #content #iphone #screenshots ul li {
  float: left;
  padding: 0px;
  height: 374px;
  list-style-type:none;
  list-style:none outside none;
}

body #main #content #download {
  opacity: 0.8;
}

body #main #content #download:hover {
  opacity: 0.9;
}

