@font-face {
  font-family: "Interstate";
  font-weight: normal;
  src: local("interstate-regular"), url(/fonts/Interstate-Regular.ttf) format("truetype");
}

body {
  background: #fff url('../images/bg.png') repeat-x;
  font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.45em;
  color: #333;
  padding: 0 0 20px 0;
}

h1, h2 {
  font-family: "Interstate", interstate-regular, "Lucida Grande", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.3em;
}

h1 {
  color: #06c;
  font-size: 42px;
  padding: 30px 0 30px 100px;
  margin: 0;
  background: transparent url('../images/logo.png') no-repeat 0 30px;
}

h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 30px 0 15px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}

h2 {
  margin-bottom: 7px;
}

div {
  margin: 0;
}

p {
  margin: 0 0 7px 0;
}

a {
  color: #06c;
  text-decoration: none;
}

a:hover {
  color: #f60;
  text-decoration: none;
}

a.button {
  background: #fff url('../images/button.png') repeat-x top left;
  border: 1px solid #ccc;
  padding: 2px 15px;
  color: #333;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-box-shadow: 0px 3px 8px rgba(0,0,0,0.1);
}

a.button:hover {
  background: #fff url('../images/button.png') repeat-x bottom left;
  color: #06c;
}

ul {
  margin: 0 0 0 18px;
  padding: 0;
}

ul li {
  list-style: none;
  list-style-image: url('../images/bullet.png');
  margin: 0;
  padding: 1px 0;
}

#page {
  width: 600px;
  margin: 0 auto;
}

.download-box {
  padding: 10px 10px 10px 10px;
  margin: 20px 0px 20px 0;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  background: #e4edf8;
}

.download-box h3 {
  margin-top: 5px;
}

.download-box img {
  float: right;
}

.download-box p {
  width: 400px;
}

.intro {
  font-size: 15px;
  line-height: 1.45em;
}

a.action-button {
  display: block;
  width: 280px;
  text-align: center;
  margin: 0px 0 15px 0;
  background: #fff url('../images/button.png') repeat-x top left;
  border: 1px solid #ccc;
  padding: 3px 15px 4px 15px;
  color: #333;
  font-size: 21px;
  line-height: 1.3em;
  -moz-border-radius: 18px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -webkit-box-shadow: 0px 3px 8px rgba(0,0,0,0.1);
  font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
}

a.action-button:hover {
  background: #fff url('../images/button.png') repeat-x bottom left;
  color: #06c;
  cursor: pointer;
}

