* {
  margin: 0;
}

body {
  font-family: Verdana, Arial, sans-serif;
  line-height: 1.5em;
  font-size: 12px;
}

ul {
  margin: 0;
}

body, p, li {
  color: #444;
}

p {
  font-size: 1em;
  line-height: 1.6em;
  font-weight: normal;
  margin: 0 0 1em 0;
  padding: 0;
}

img {
  border: 0;
}

span {
  font-weight: normal;
  color: #000000;
  white-space: normal;
}

/* Headings */
h1, h2, h3, h6 {
  font-family: Verdana, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  line-height: 1.2em;
}

h1 {
  font-size: 32px;
}

h2 {
  color: #000;
  font-size: 2em;
  letter-spacing: -2px;
  font-weight: bold;
}

h3 {
  font-size: 14px;
  color: #999;
}

h4 {
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 1em;
}

h5 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.8em;
  letter-spacing: -1px;
}

h6 {
  font-size: 2em;
  letter-spacing: -2px;
  font-weight: normal;
  color: #000000;
}

a img {
  border: none;
  padding: 0;
  margin: 0;
}

a:hover, a:active {
  color: #7FA8CA;
}

br {
  clear: both;
}

/********* Footer ************/

#footer {
  font-size: 90%;
  text-align: center;
  height: 40px;
  margin: 15px 0px 10px;
  padding: 0px;
}

#footer a {
  color: #333;
  margin-right: 5px;
  margin-left: 5px;
}

#footer a:hover {
  color: #fff;
}

#footer, #footer p {
  color: #000;
}

.fine_print {
  font-size: .9em;
  line-height: 1.5em;
  margin: 0;
}

/*-------------------------------------------------------------------------*/

html {
  background: #5D79AD url(/images/background-gradient.png) 0 0 repeat-x;
  margin: 0;
  padding: 0;
}

#top {
  background: #5D79AD url(/images/top-gradient.png) 0 0 repeat-x;
}

/*-------------------------------------------------------------------------*/

#container {
  text-align: left;
  margin: 0 auto;
  padding: 0px 0px;
}

#header {
  height: 60px;
  margin: 0 0 15px;
  padding: 0;
}

/* Navigation */
#navigation {
  float: right;
  padding-top: 2.5em;
}

#navigation li {
  color: white;
  font-size: 14px;
  margin: 0px 25px 0px 0px;
  display: inline;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 5px;
  background-origin: content;
  background: url(/images/nav-gradient.png) 0 0 repeat-x;
}

#navigation li a {
  float: none;
}

#navigation li span, #navigation li a, #navigation li a:link, #navigation li a:hover, #navigation li a:visited {
  text-decoration: none;
  color: white;
  font-size: 14px;
  display: inline-block;         
  padding-bottom: 19px;         
}

#navigation li span, #navigation li a:hover {
  background: url(/images/down.png) no-repeat bottom;
}

#page {
  margin-top: 20px;
}

#page h2 {
  font-size: 22px;
  margin: 0 0 1em;
}

#site_container {
  width: 950px;
  margin: 0 auto 0 auto;
}

.container_mid {
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  margin: 15px 5px 0px 5px;
  background-color: white;
  padding: 20px 40px;
  box-shadow: 2px 2px 3px #404040;
  -moz-box-shadow: 2px 2px 3px #404040;
  -webkit-box-shadow: 2px 2px 3px #404040;
  width: 860px;
}

a {
  color: #005195;
  text-decoration: none;
}

#recommendation q {
  font-size: 18px;
}

#recommendation p {
  font-size: 13px;
  font-weight: bold;
}

#recommendation a {
  color: #444;
}

#recommendation a:hover, #recommendation a:active {
  color: #686868;
}

.feature_left, .feature_right {
  float: left;
  margin-bottom: 20px;
  width: 410px;
}

.feature_left {
  margin-right: 40px;
}

.feature_last {
  margin-bottom: 0px;
}

#top, #header {
  width: 860px;
  height: 100px;
  border-radius: 12px 12px 0px 0px;
  -moz-border-radius: 12px 12px 0px 0px;
  -webkit-border-radius: 12px 12px 0px 0px;
}

#header {
  background: url(/images/header.png) 0 0 no-repeat;
}

#header a {
  float: left;
}

#header a:link,
#header a:visited {
  color: #000;
  text-decoration: none;
}

#header a:hover,
#header a:active {
  color: #005195;
  background: transparent;
  text-decoration: none;
}

.app_store_ad {
  border: 1px solid black;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-origin: content;
  background: url(/images/app-store-ad-gradient.png) 0 0 repeat-x;
  padding: 7px; /* padding + width + border-radius = .feature_left width */
  width: 393px;
}

.app_store_ad a, .app_store_ad p {
  color: #FFFFFF;
  text-shadow: 2px 2px 2px #000000;
  margin: 0;
}

.app_store_ad a:hover {
  color: #FFFFFF;
  text-shadow: 2px 2px 2px #000000;
}

.product .image img {
  max-height: 80px; /*  float: right;    */
}

.product .image {
  float: left;
  height: 80px;
}

.product span {
  color: #fff;
}

.product .text {
  float: left;
  margin: 0px 10px;
  line-height: 2em;
}

.product .text span {
  display: block;
}

.product h3 {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  margin: 0 0 0.3em;
}

.h_3 {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  margin: 0 0 0.3em;
}

.product {
  float: left;
}

.app_store_image {
  display: inline;
  float: right;
  text-align: center; /*  margin-bottom: -20px; /** Hm . . . Not sure why this is necessary . This div takes up way to much height otherwise though . */
}

.app_store_image img {
  max-height: 54px;
}

.app_store_image span {
  display: block;
}

/****** Contact *******/

.contact {
  display: inline;
  float: left;
}

.contact_photo {
  display: inline;
  float: right;
  width: 302px;
}

.contact_photo img {
  border: 1px solid #444;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

}