/* RESET */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

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


/* TAGS */

body {
  background: #000;
  background-image: none;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
}

h1 {
  font-size: 24px;
  margin: 18px 0;
  text-shadow: #333 1px 1px 3px;
}

h2 {
  font-size: 18px;
  margin: 12px 0 -12px 0;
}

p {
  color: #333;
  margin: 12px;
}


/* LAYOUT */

#page {
  margin: 20px auto;
  width: 850px;
}

#header {
  background: url('../images/header.gif') no-repeat;
  height: 99px;
  width: 850px;
}

#content {
  background: #4A87FF;
  min-height: 600px;
  padding-bottom: 40px !important;
}

#footer {
  color: #888;
  font-size: 12px;
  text-align: right;
  margin: 10px 10px 10px 0;
}

#footer a {
  color: #666;
  margin: 0 0 0 6px;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}


/* HEADER */

#logo {
  display: block;
  float: left;
  height: 80px;
  margin: 5px 0 0 10px;
  width: 390px;
}

#navigation {
  display: block;
  float: right;
  height: 99px;
  width: 430px;
}

#navigation li {
  display: inline;
  float: left;
  height: 40px;
  margin: 59px 10px 0 0;
  width: 125px;
}

#navigation li a {
  background: url('../images/tab.gif') no-repeat;
  color: #333;
  display: block;
  font-size: 16px;
  font-weight: bold;
  height: 33px;
  padding: 7px 0 0 0;
  text-align: center;
  text-decoration: none;
  width: 125px;
}

#navigation li a:hover,
#navigation li.active a {
  background: url('../images/tab_active.gif') no-repeat; 
  color: #fff;
}

ul#subnav {
  margin-bottom: 24px;
}

ul#subnav li {
  display: inline;
  margin: 0 12px 0 0;
}

ul#subnav li a {
  color: #00298A !important;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  text-shadow: #ddd 0px 1px 1px;
}

ul#subnav li a:hover {
  text-shadow: #fff 0px 1px 3px;
}


/* APP INFO */

#screenshot {
  float: left;
  height: 480px;
  margin: 46px 0 0 43px;
  width: 320px;
}

#screenshot img {
  display: none;
  position: absolute;
  margin: 0;
  z-index: 8;
}

#screenshot img.active {
  display: inline;
  z-index: 10;
}

#screenshot img.last-active {
  z-index: 9;
}

#info {
  float: right;
  margin: 46px 0 0 0;
  width: 487px;
}

#info h1, p, img {
  margin-left: 40px;
}

#info h1 + p {
  margin-top: 30px;
}

ul#features {
  background: url('../images/features.gif') no-repeat;
  height: 195px;
  padding: 5px 0 5px 40px;
  width: 447px;
}

ul#features li {
  color: #96AEED;
  cursor: pointer;
  line-height: 16px;
  margin: 14px 0;
  padding-right: 10px;
}

ul#features li.active,
ul#features li.last-active,
ul#features li.active:hover,
ul#features li.last-active:hover {
  color: #FFF;
  font-weight: bold;
}

ul#features li:hover {
  color: #BACFFF;
}

#appstore {
  float: left;
  position: absolute;
  margin: 20px 0 0 45px;
}

#lock {
  float: left;
  margin: 2px 8px 0 0;
  vertical-align: middle;
}

.icon {
  float: left;
  margin: 5px 8px 0 39px;
  vertical-align: middle;
}


/* TABS */

#tabs {
  background: url('../images/tabs.gif') no-repeat;
  margin: -23px 0 20px 0;
  height: 240px;
}

#tabs h2 {
  color: #333;
  font-size: 16px;
  margin: 12px 0 0 0;
}

#tabs p {
  color: #333;
  line-height: 16px;
  margin: 16px 0;
}

#tabs h2 + p {
  margin-top: 3px;
}

#tabs a {
  color: #333;
}

#tabs a:hover {
  text-decoration: none;
}

#nav {
  float: right;
  margin-right: 90px;
}

#nav li {
  color: #666;
  float: left;
  height: 31px;
  margin: 0 5px 0 0;
  width: 115px;
}

#nav li a {
  background: url('../images/tab_small.gif') no-repeat;
  color: #666;
  display: block;
  height: 25px;
  font-weight: bold;
  font-size: 12px;
  padding-top: 6px;
  text-align: center;
  text-decoration: none;
  width: 115px;
}

#nav li a:hover,
#nav li.ui-tabs-selected a {
  background: url('../images/tab_small_active.gif') no-repeat; 
  color: #fff;
}

a.more {
  font-size: 12px;
}

.tab {
  float: right;
  margin: 0 10px 10px 0;
  width: 430px;
}

.ui-tabs .ui-tabs-hide {
  display: none;
}


/* DEFAULT PAGE */

#page.default #content {
  padding: 12px 36px;
}

#page.default #content p {
  margin: 12px 0;
}

#page.default #content a {
  color: #fff;
}

#page.default #content a:hover {
  text-decoration: none;
}

#page.default #content p#email {
  font-size: 16px;
}


/* ABOUT */

#page.about #content p {
  font-size: 18px;
  line-height: 24px;
  margin: 24px 0;
}

#page.about #content a {
  color: #333;
}

#page.about #content a:hover {
  text-decoration: none;
}

#page.about #content p#email {
  font-size: 16px;
}


/* FAQ */

#page.faq #content h2 {
  color: #333;
  font-size: 16px;
  margin: 12px 0 -10px 180px;
}

#page.faq #content p,
#page.faq #content h1 {
  margin-left: 180px;
}

#page.faq #content a {
  color: #333;
}

#small_screenshot {
  float: left;
  position: absolute;
  margin: 15px 0 0 0;
}


/* PARTNERS */

#page.partners img {
  margin: 6px 0 0 0 !important;
}


/* MISC */

.clear {
  clear: both;
}