html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr, .reset {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
body { background-color: #ffffff; }
address, cite { font-style: normal; }
:focus, active { outline: 0; }
::-moz-focus-inner { border: 0; }
th { text-align: left; }
body, input, textarea {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #333333;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
  color: #173441;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 8px;
}
h1, .h1 {
  font-size: 24px;
  letter-spacing: -0.042em;
}
h2, .h2 { font-size: 20px; }
h3, .h3 { font-size: 18px; }
h4, .h4 { font-size: 16px; }
h5, .h5 { font-size: 14px; }
a {
  color: #e86d1f;
  text-decoration: none;
}
p, ul, ol, dl { margin-bottom: 8px; }
ul, ol { margin-left: 1.5em; }
li { margin: 4px 0 0 0; }
dt {
  font-weight: bold;
  margin-top: 8px;
}
label[for] { cursor: pointer; }
hr {
  border-bottom: 1px solid #cccccc;
  margin: 8px 0;
}
.container {
  margin: 0 auto;
  width: 950px;
}
.section {
  margin-bottom: 30px;
  margin-top: 30px;
}
.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
ul.menu {
  list-style: none;
  margin: 0;
}
ul.menu li {
  display: inline;
  float: left;
}
ul.menu li a { display: block; }
.imr {
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  font-size: 0;
  overflow: hidden;
  text-indent: -32000px;
  vertical-align: text-top;
}
a.block {
  background: url(../img/x.gif);
  color: #333333;
  display: block;
}
.a { color: #e86d1f; }
.fine-print {
  color: #999999;
  font-size: 10px;
}
.fine-print a {
  color: #999999;
  text-decoration: underline;
}
.large { font-size: 13px; }
.larger { font-size: 14px; }
.largest { font-size: 15px; }
.sep { margin: 0 6px; }
.label-a {
  color: #666666;
  font-size: 9px;
  text-transform: uppercase;
}
blockquote.pullquote {
  color: #848484;
  font-size: 15px;
  font-style: italic;
  line-height: 1.2666;
}
blockquote.pullquote cite {
  display: block;
  font-size: 11px;
  margin-left: 68px;
}
.mar-top-h2 { margin-top: 34px; }
.mar-bottom-double { margin-bottom: 40px !important; }
.new-corner {
  background-image: url(../img/icon/new-corner.png);
  width: 41px;
  height: 41px;
}
.screenshots {
  list-style: none;
  margin: 0;
  overflow: hidden;
}
.screenshots li {
  float: left;
  margin: 0 0 0 17px;
}
.screenshots li:first-child { margin-left: 0; }
.screenshots li img { display: block; }
#tooltip-app-store {
  background: url(../img/tooltip-app-store.png) no-repeat;
  display: none;
  height: 57px;
  width: 120px;
  padding: 8px 10px 0;
  z-index: 90;
}
.box-a, .box-app, .box-app-b {
  clear: both;
  overflow: hidden;
}
.box-a {
  border: 1px solid #e5e5e5;
  border-width: 1px 0;
}
.box-a .content { margin: 20px 0; }
.box-b { border-bottom: 1px solid #e5e5e5; }
.box-b > .title {
  background: #eef0f0 url(../img/box/box-b-title-background.gif) repeat-x 0 0;
  color: #666666;
  font: bold 11px/1.3 "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
  margin: 0;
  padding: 8px 8px 5px;
  text-transform: uppercase;
  text-align: center;
}
.box-b > .content { margin: 8px 0 12px; }
.box-app {
  display: -moz-inline-box;
  display: inline-block;
  border: 1px solid #dcdcdc;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  overflow: visible;
  position: relative;
  text-align: left;
  vertical-align: top;
}
.box-app-inside {
  background: #f9f9f9;
  border: 1px solid #efefef;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  min-height: 85px;
  overflow: hidden;
}
.box-app-inside:hover { background: #ededed; }
.box-app:hover { border-color: #d1d1d1; }
.box-app:hover .box-app-inside { border-color: #e4e4e4; }
.box-app a.go {
  background: url(../img/x.gif);
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.box-app .title {
  font: normal normal 19px/1.3 "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
  margin: 13px 18px 3px 89px;
}
.box-app .content {
  font-size: 11px;
  line-height: 1.3636;
  margin: 0 18px 18px 89px;
}
.box-app .icon {
  position: absolute;
  left: 18px;
  top: 14px;
}
.box-app .new-corner {
  margin: -2px -3px 0 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.has-2-box-app, .has-many-box-app { text-align: center; }
.has-2-box-app .box-app {
  margin-left: 40px;
  margin-right: 40px;
  width: 333px;
}
.has-many-box-app .box-app {
  margin: 10px;
  width: 292px;
}
.box-app-b {
  display: -moz-inline-box;
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
  margin: 18px 0;
  min-height: 62px;
  width: 455px;
}
.box-app-b .title {
  font: normal normal 17px/1.3 "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
  margin: 0 18px 3px 71px;
}
.box-app-b .content {
  font-size: 11px;
  line-height: 1.3636;
  margin: 0 18px 0 71px;
}
.box-app-b .content p { margin: 5px 0 0; }
.box-app-b .icon {
  position: absolute;
  left: 0;
  top: 4px;
}
.box-b .box-app-b { margin-right: 18px; }
.col-a, .col-b, .col-c, .col-ab, .col-bc {
  display: inline;
  float: left;
  margin-left: 20px;
  margin-right: 20px;
  overflow: hidden;
}
.col-a, .col-b, .col-c { width: 290px; }
.col-ab, .col-bc { width: 620px; }
.col-a, .col-ab, .col-abc {
  clear: left;
  margin-left: 0;
}
.col-c, .col-bc, .col-abc { margin-right: 0; }
html { background: #ffffff url(../img/header/background.png) repeat-x 0 0; }
body {
  background: url(../img/header/background2.png) no-repeat center 0;
  min-width: 950px;
}
#header {
  color: #ffffff;
  height: 135px;
  position: relative;
}
#header a { color: #ffffff; }
#logo { padding: 10px 0 0; }
#logo a.imr {
  height: 78px;
  width: 240px;
}
#nav-site {
  position: absolute;
  right: 0;
  top: 14px;
}
#nav-site .menu {
  float: left;
  margin-right: 7px;
}
#nav-site .menu li { margin: 5px 10px 6px; }
#nav-site .menu a {
  font: bold 18px/1.2 "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
  padding: 12px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
#nav-site .on-app-store {
  float: left;
  margin-right: -9px;
}
#nav-site .twitter-header {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}
#ribbon {
  background: url(../img/ribbon/background2.png) no-repeat center bottom;
  margin-top: -8px;
  margin-bottom: 30px;
  padding-bottom: 8px;
}
#ribbon-inside {
  background: url(../img/ribbon/background.png) no-repeat center 0;
  padding: 23px 0 15px;
}
#footer {
  clear: both;
  padding-bottom: 30px;
  margin-top: 30px;
  position: relative;
}
#footer #cf-credit {
  position: absolute;
  right: 0;
}
#hero-a {
  background: #ecedee url(../img/hero/background-sprite.png) 0 -413px;
  margin: 0 auto;
  height: 344px;
  width: 952px;
}
#hero-a #hero-inside {
  background: url(../img/hero/home-graphics.png) no-repeat right bottom;
  padding: 66px 520px 0 45px;
  height: 278px;
}
#hero-a h1 { white-space: nowrap; }
#hero-b {
  background: #ecedee url(../img/hero/background-sprite.png) 0 0;
  margin: 0 auto 32px;
  height: 413px;
  position: relative;
  width: 952px;
}
#hero-b blockquote.pullquote {
  bottom: 0;
  left: 90px;
  position: absolute;
}
#hero-b #hero-item-1 { background: url(../img/hero/inside-graphics1.png) no-repeat right 0; }
#hero-b #hero-item-2 { background: url(../img/hero/inside-graphics1.png) no-repeat right 0; }
#hero-b #hero-inside {
  position: relative;
  overflow: hidden;
  height: 413px;
  width: 952px;
}
#hero-b #hero-inside .items {
  list-style: none;
  margin: 0;
  width: 32000px;
  position: absolute;
}
#hero-b #hero-inside .items > li {
  float: left;
  height: 313px;
  margin: 0;
  padding: 100px 440px 0 117px;
  position: relative;
  width: 395px;
}
#hero-b #hero-inside .items > li li { list-style: disc; }
#hero-b .pg-fwd {
  background: url(../img/hero/fwd-back-sprite.png) no-repeat;
  cursor: pointer;
  display: block;
  height: 30px;
  position: absolute;
  top: 155px;
  width: 30px;
  z-index: 5;
}
#hero-b .pg-back {
  background: url(../img/hero/fwd-back-sprite.png) no-repeat;
  cursor: pointer;
  display: block;
  height: 30px;
  position: absolute;
  top: 155px;
  width: 30px;
  z-index: 5;
}
#hero-b .pg-back { left: -12px; }
#hero-b .pg-fwd {
  background-position: 0 -30px;
  right: -12px;
}
