html, body {
  background: #777;
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  min-width: 900px;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #222;
  overflow-y: scroll;
}

div, span, h1, h2, h3, h4, h5, h6, p, b, u, i, strong, blockquote, pre, code, a, address, img, center, table, dl, dt, dd, ol, ul, li, tr, th, td, figure, footer, header, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

figure, footer, header, section {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover, a:active {
  outline: 0;
}

.link {
  color: #2070df;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

code {
  font-family: Menlo, 'Andale Mono', monospace;
}

img {
  -ms-interpolation-mode: bicubic;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

p {
  margin-bottom: 18px;
}

p+p {
  text-indent: 0;
}

.wrapper {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  width: 820px;
}

.navigation {
  font-size: 13px;
  line-height: 19px;
}

.navigation-bar {
  clear: both;
  width: 100%;
  padding: 10px 0 4px 0;
  -webkit-transition: background 0.5s ease-out;
  -moz-transition: background 0.5s ease-out;
  -o-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out
}

.navigation:hover .navigation-bar {
  background: transparent;
  background: -webkit-radial-gradient(50% 100%, ellipse cover, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0) 66%);
  background: -moz-radial-gradient(50% 100%, ellipse cover, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0) 66%);
  background: -ms-radial-gradient(50% 100%, ellipse cover, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0) 66%);
  background: -o-radial-gradient(50% 100%, ellipse cover, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0) 66%);
  background: radial-gradient(50% 100%, ellipse cover, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0) 66%);
}

.navigation-bar:before, .navigation-bar:after {
  content: ':';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.navigation-bar:after {
  clear: both;
}

.navigation-item {
  display: block;
  float: left;
  margin-left: 16px;
  white-space: nowrap;
}

.navigation-item:first-child {
  margin-left: 0;
  margin-right: 8px;
}

.navigation-item a {
  display: block;
  text-align: center;
  width: 100%;
  padding: 4px 6px;
  line-height: 24px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out
}

.navigation-item a:hover {
  color: #444;
  color: rgba(0, 0, 0, 0.75);
  background: rgba(0, 0, 0, 0.1);
}

.navigation-item a:active {
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
  background: #000;
  background: rgba(0, 0, 0, 0.125);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.15)), color-stop(1, rgba(0, 0, 0, 0.1)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.1));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.15), rgba( 0, 0, 0, 0.1));
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.1));
  background: gradient(top, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.1));
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2) inset, 0px 1px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2) inset, 0px 1px 0 rgba(255, 255, 255, 0.2);
  -o-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2) inset, 0px 1px 0 rgba(255, 255, 255, 0.2);
  -ms-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2) inset, 0px 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2) inset, 0px 1px 0 rgba(255, 255, 255, 0.2);
}

.navigation-item.selected a {
  color: #444;
  color: rgba(0, 0, 0, 0.85);
  background: #000;
  background: rgba(0, 0, 0, 0.075);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.08)), color-stop(1, rgba(0, 0, 0, 0.05)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.05));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.05));
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.05));
  background: gradient(top, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.05));
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2) inset, 0px 1px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2) inset, 0px 1px 0 rgba(255, 255, 255, 0.2);
  -o-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2) inset, 0px 1px 0 rgba(255, 255, 255, 0.2);
  -ms-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2) inset, 0px 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2) inset, 0px 1px 0 rgba(255, 255, 255, 0.2):
}

.navigation-icon {
  display: none;
  margin-right: 4px;
  width: 24px;
  height: 24px;
  opacity: 0.75;
  vertical-align: middle;
}

.selected .navigation-icon, a:hover .navigation-icon {
  opacity: 1.0;
}

.navigation a:hover .navigation-icon {
  opacity: 0.75;
}

.navigation-title {
  vertical-align: middle;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.navigation-separator {
  height: 20px;
  background-repeat: no-repeat;
  -webkit-background-size: 1000px 10px;
  -moz-background-size: 1000px 10px;
  background-size: 1000px 10px;
  background-image: url('/images/line_shadow.png');
  background-position: 50% 0;
  opacity: 0.0;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.navigation:hover .navigation-separator {
  opacity: 0.75;
}

#header-section {
  height: 700px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  -webkit-background-size: 1300px 700px;
  -moz-background-size: 1300px 700px;
  background-size: 1300px 700px;
}

#header-wrapper {
  position: relative;
}

#header-content {
  position: absolute;
  left: 0;
  top: 100px;
}

#header-logo {
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
}

#header-headline {
  width: 200px;
  margin-top: 20px;
  color:#aaa;
  font-size: 16px;
  line-height:20px;
}

#header-buttons {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 170px;
}

#header-button-macappstore, #header-button-appstore {
  display: block;
  width: 170px;
  height: 59px;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  -webkit-background-size: 170px 59px;
  -moz-background-size: 170px 59px;
  background-size: 170px 59px;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

#header-button-macappstore {
  background-image: url('/images/macappstore.svg');
}

#header-button-appstore {
  background-image: url('/images/appstore.svg');
}

#header-button-macappstore:hover, #header-button-appstore:hover {
  opacity: 1.0;
}

#header-text {
  float: right;
  width: 60%;
  font-size: 14px;
  line-height:17px;
}

#header-products {
  position: absolute;
  left: 0;
  top: 100px;
}

.product-item {
  display: block;
  float: left;
  margin-left: 16px;
  white-space: nowrap;
}

.product-item:first-child {
  margin-left: 0;
  margin-right: 8px;
}

.product-item a {
  display: block;
  text-align: center;
  width: 100%;
  padding: 4px 6px;
  line-height: 24px;
}

.product-item a:hover {
  color: #444;
  color: rgba(0, 0, 0, 0.75);
}

.product-item a:active {
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}

.product-icon {
  display: block;
  width: 170px;
  height: 173px;
  opacity: 0.9;
  vertical-align: middle;
}

a:hover .product-icon {
  opacity: 1.0;
}

.product-title {
  font-weight: normal;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

a:hover .product-title {
  color: #fff;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
}

#overview-section {
  background: #e6e6e6;
  background-repeat: no-repeat;
  -webkit-background-size: 1000px 1px;
  -moz-background-size: 1000px 1px;
  background-size: 1000px 1px;
}

#overview-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.overview {
  padding: 20px 0;
  margin-bottom: 28px;
  font-size: 12px;
  line-height: 15px;
}

.overview-list {
  clear: both;
}

.overview-list:before, .overview-list:after {
  content: ':';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.overview-list:after {
  clear: both;
}

.overview-item {
  display: block;
  float: left;
  margin-left: 30px;
  width: 140px;
}

.overview-item:first-child {
  margin-left: 0;
}

.overview-link:hover {
  color: #2070df;
}

.overview-title {
  font-weight: bold;
}

.overview-icon {
  display: none;
}

.feature {
  clear: both;
  margin-left: -30px;
  padding: 38px 0;
}

.feature:before, .feature:after {
  content: ':';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.feature:after {
  clear: both;
}

.feature-figure {
  display: block;
  float: left;
  margin-left: 30px;
  width: 390px;
}

.feature-content {
  display: block;
  float: left;
  margin-left: 30px;
  width: 400px;
}

.feature-title {
  font-size: 24px;
  line-height: 32px;
}

.feature-headline {
  font-size: 18px;
  line-height: 24px;
  color: #888;
}

.new-badge {
  display: inline-block;
  *display: inline;
  position: relative;
  top: -3px;
  padding: 3px 8px;
  width: auto;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  background-color: #c4ffa6;
  border: 1px solid #a4f979;
  color: #487432;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

#footer-section {
  padding-top: 40px;
  padding-bottom: 20px;
  background: #3f3f3f;
  background-repeat: no-repeat;
  -webkit-background-size: 1000px 10px;
  -moz-background-size: 1000px 10px;
  background-size: 1000px 10px;
  background-image: url('/images/line_shadow.png');
}

#footer-wrapper {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  width: 580px;
}

.footer {
  font-size: 12px;
  line-height: 15px;
}

.footer-row {
  clear: both;
}

.footer-row:before, .footer-row:after {
  content: ':';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.footer-row:after {
  clear: both;
}

.footer-column {
  display: block;
  float: left;
  margin-left: 40px;
  margin-bottom: 18px;
  width: 60px;
}

.footer-column.wide {
  width: 120px;
}

.footer-column:first-child {
  margin-left: 0;
}

.footer-headline {
  color: #6e6e6e;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 3px;
}

.footer-link {
  display: block;
  margin: 3px 0;
  color: #595959;
  font-weight: normal;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.footer-link:hover {
  color: #fff;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
}

.footer-link-badge {
  font-size: 10px;
  line-height:10px;
  font-weight:bold;
  text-shadow: none;
  color: #3f3f3f;
  display: inline-block;
  *display: inline;
  padding: 2px 7px;
  white-space: nowrap;
  background-color: #595959;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition:all 0.1s ease-out;
}

.footer-link:hover .footer-link-badge {
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
  -o-box-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
  -ms-box-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
}
