
body {
  font-family: Verdana, "Bitstream Vera Sans", sans-serif;
  color: #333;
  background-color: #f5f5f5;
  background-image: url('/images/bg.png');
  background-repeat: repeat-x;
}

/* Headings
 * --------------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 { color: #2375c2; }

/* Text Elements
 * --------------------------------------------------------------------- */
a                 { color: #2375c2; }
a:hover           { color: #2375c2; text-decoration: none; }
blockquote        { color: #666; }

a img {
  border: none;
}

pre {
  background: #eee;
  border:     1px solid #ddd;
}

hr {
  background: #B2CCFF;
  color:      #B2CCFF;
}

/* Tables
 * --------------------------------------------------------------------- */
table {
  border-top:     1px solid #ddd;
  border-left:    1px solid #ddd;
}
th,td {
  border-bottom:  1px solid #ddd;
  border-right:   1px solid #ddd;
}

/* Default Classes
 * --------------------------------------------------------------------- */
p.quiet { color: #666; }
.alt    { color: #666; }

h1, p.title {
  color: #2375c2;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2em;
  margin-bottom: 0.75em;
}

#container {
  width: 800px;
  margin: 20px auto;
  background-color: #FFF;
}

#header {
  padding: 0.5em 0.5em;
}

#header img {
}

#header h1 {
  display: inline;
  vertical-align: baseline;
  color: #7c7e81;
  font-size: 2em;
  line-height: 1;
  margin-left: 1.5em;
}

#content {
 padding: 10px 10px 100px 10px;
}

#content h2 {
  margin-top: 30px;
}

#footer {
  font-size: 80%;
  text-align: center;
  border-top: 1px solid #ddd;
  color: #555;
}

#nav {
  background-color: #dc9731;
  padding: 8px 8px;
}

#nav ul {
  display: inline;
  margin: 0 0;
  list-style: none;
}

#nav ul li {
  list-style: none;
  display: inline;
  padding: 0 35px 0 0;
}

#nav ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding: 3px 3px;
}

#nav ul li a:hover {
  color: #dc9731;
  background-color: #fff;
}

#nav ul li a img {
  text-decoration: none;
  display: inline;
}

#services {
  margin: 50px 10px 0 10px;
}

#services div {
  background-color: #eee;
  width: 46%;
  padding: 10px;
}

#services h2 {
  margin-top: 0px;
}

#web_development {
  float: left;
}

#iphone_development {
  float: right;
}

.clear {
  clear: both;
}

/* ===== product pages ===== */

.screenshots img {
  padding: 32px 32px;
}

.attribution {
  margin-top: 100px;
  font-size: 80%;
}

.appstore {
  float: right;
}

.affiliates {
  margin-top: 80px;
  text-align: center;
}