html {
  margin: 0;
  padding: 0;    
}

body {
  margin: 0;
  text-align: center;
  padding: 0;
  /* font: normal 0.8em/1.4em "Lucida Grande", Helvetica, Verdana, Arial, sans-serif; */
  font: normal 0.8em/1.4em "Helvetica Neue",Arial,sans-serif;
  background: #83aad1;
  color: #00345a;
}

ul, li, form, dt, dl, dd, ol, div, p, 
blockquote, h1, h2, h3, h4, h5, h6, a, 
pre, code {
  margin: 0;
  padding: 0;
}

/*------------------------------------------------------------------------
 *=UTILS
 ------------------------------------------------------------------------*/

img { border: 0; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

* { outline: none; }

a {
  color: #fff;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lucida Grande", "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
}

h2 {
  font-size: 100% !important;
}

/*------------------------------------------------------------------------
 *=STRUCTURE
 ------------------------------------------------------------------------*/
#universe {
  border-top: 9px solid #02243C;
}

#container {
  width: 758px;
  margin: 0 auto;
  text-align: left;
}

div.tour {
  width:879px !important;
  margin-left:-43px;
}

#header {
  padding-top: 35px;
  position: relative;
}

#footer {
  background: #00070C;
  clear: both;
  padding: 15px;
  height: 60px;
  color: #6e8698;
  font-size: 11px;
  text-align: left;
}
/*------------------------------------------------------------------------
 *=HEADER
 ------------------------------------------------------------------------*/
 /*
#header h1 a {
  display: block;
  background: url(/images/logo.gif);
  width: 206px;
  height: 42px;
  text-indent: -9999px;
}
*/

#header a {  
	text-decoration:none;
}

#header h1 a {
	display: block;
	width: 290px;
	height: 75px;
	background: url(/images/big-logo.png);
	text-indent: -9999px;
}


#notify {
  position: absolute;
  right: 0;
  top: 55px;
  padding: 10px;
  background: #4c95c9;
  -moz-border-radius: 8px;
  background-image: url(/images/tr.png), 
    url(/images/br.png), 
    url(/images/tl.png), 
    url(/images/bl.png);
  background-position: 100% 0, 100% 100%, 0 0, 0 100%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  border-radius: 8px;
  font-size: 92%;
  font-weight: bold;
}

#notify h2 {
  font-size: 130%;
}

#notify p {
  padding: 0;
  line-height: 100%;
  margin-bottom: 10px;
  color: #c3dff8;
}

#notify input[type=text] {
  border: none;
  color: #333;
  padding: 3px;
  font-size: 130%;
}

#notify-btn {
  vertical-align: middle;
  margin-top: -5px;
  margin-left: 5px;
}

/*------------------------------------------------------------------------
 *=MAIN
 ------------------------------------------------------------------------*/
#preview, #tour {
  width: 758px;
  height: 300px;
  margin-top: 30px;
  background: url(/images/splash-background.png) no-repeat;
  position:relative;
  color:white;
}

#preview ul#ch {
	left:491px;
	position:absolute;
	top:24px;
	padding-right:18px;	
}

#preview ul#ch li {
	background:url(/images/splash-checkbox.png) no-repeat scroll 0 3px;
	font:18px/1em "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
	padding:1px 0pt 30px 36px;
	line-height:24px;	
}

#preview #screenshots {

}

div.extended-tour {
  background: #00080F url(/images/tour-top-small.gif) no-repeat !important;
  text-indent: 0 !important;
  padding-top: 40px !important;
  min-height: 500px;
}

div.beta {
  background: url(/images/previewbeta.gif) no-repeat !important;
}

#preview ul {
  list-style: none;
}

#features {
  margin-top: 40px;
}

#features ul {
  list-style: none;
  color:#00345A;
}

#features h2 {
  font-size: 120%;
  color: #fff;
}

#features li {
  width: 270px;
  float: left;
  position:relative;
  height: 130px;
  padding-left: 100px;
  margin-bottom: 30px;
  background: no-repeat;
}

#features li.fleft {
  padding-right: 15px;
  width: 260px;
}

li p.further {
	position:absolute;
	left:0;
	top:0;
	width: 95px;
	height:110px;
}
li p.further a {
	text-indent:-9999px;
	width: 95px;
	height:110px;
	display:block;
}


li#feat p.further a { background: url(/images/icons/features.png) no-repeat scroll 0 0; }
li#api-doc p.further a { background: url(/images/icons/documentation.png) no-repeat scroll 0 0; }
li#demo p.further a { background: url(/images/icons/screenshots.png) no-repeat scroll 0 0; }
li#buy p.further a { background: url(/images/icons/purchase.png) no-repeat scroll 0 0; }

#features li p {
  font-size: 100%;
}

/*------------------------------------------------------------------------
 *=MAIN
 ------------------------------------------------------------------------*/
#main-cnt {
  margin-top: 20px;
  min-height: 243px;
}

#main-cnt h3 {
  font-size: 102%;
}

fieldset {
  border: none;
  padding:0;
  margin: 0;
}

div.step {
 border: none;
 background-color: #4c95c9;
  -moz-border-radius: 8px;
  background-image: url(/images/tr.png), 
    url(/images/br.png), 
    url(/images/tl.png), 
    url(/images/bl.png);
  background-position: 100% 0, 100% 100%, 0 0, 0 100%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 10px;
}

legend {
  font-weight: bold;
  font-size: 112%;
  color: #fff;
  padding-bottom: 5px;
}

fieldset input[type=text],
fieldset input[type=password] {
  border: 1px solid #477CA2;
  font-size: 120%;
}

fieldset .info {
  font-size: 92%;
  color: #C5E2F8;
}

fieldset label {
  font-weight: bold;
  display: block;
  text-align: right;
}

table.form th, table.form td {
  padding: 5px;
}

table.form th {
  width:10em;
}

/*------------------------------------------------------------------------
 *=FOOTER
 ------------------------------------------------------------------------*/
#footer a {
  color: #fff;
}
#ftr-cnt {
  width: 758px;
  margin: 0 auto;
}

#ftr-lh {
  float: left;
  width: 50%;
}

#ftr-lh p {
  display: block;
  /*border-bottom: 1px dotted #002139; */
  padding-bottom: 5px;
}

#ftr-lh ul {
  list-style: none;
  margin-top: 5px;
}

#ftr-lh li {
  display: inline;
  margin-right: 10px;
}

#ftr-lh li a {
  border-bottom: 1px solid #002139;
}

li#ar-logo a {
  border: none;
}

#ar-logo a img {
  vertical-align: middle;
}

#ftr-ey {
  margin-left: 55%;
  text-align: right;
}

#ftr-ey p {
}

#ey-logo {
  float: right;
  margin-left: 5px;
}

#errorExplanation {
  border: 3px solid #fff;
  background: #fdd;
  color: #700;
  padding: 10px;
  margin: 20px 0;
}

#errorExplanation ul {
  list-style: none;
  margin-left: 20px;
}

/*------------------------------------------------------------------------
 *=NAV
 ------------------------------------------------------------------------*/
ul#nav {
  list-style: none;
  font-weight: bold;
  float: right;
  margin-top: -33px;
  margin-right:10px;
  font-family: Helvetica, Arial, sans-serif;
}

ul#nav li {
  font-size: 140%;
  display: block;
  float:left;
}
ul#nav li + li {
  margin-left: 18px;
}

/* home */
ul#nav li a {
	width:57px;
	height:22px;
	background:url(/images/navigation_bar/home-sprite.png) no-repeat scroll 0 5px;
	display:block;
	text-indent:-9999px;
}
ul#nav li a:hover {
	background:url(/images/navigation_bar/home-sprite.png) no-repeat scroll 0 -17px !important;
}
ul#nav li a.selected {
	background:url(/images/navigation_bar/home-sprite.png) no-repeat scroll 0 -39px !important;
}


/* product */
ul#nav li + li a {
	width:69px;
	background:url(/images/navigation_bar/product-sprite.png) no-repeat scroll 0 5px;
}
ul#nav li + li a:hover {
	background:url(/images/navigation_bar/product-sprite.png) no-repeat scroll 0 -17px !important;	
}
ul#nav li + li a.selected {
	background:url(/images/navigation_bar/product-sprite.png) no-repeat scroll 0 -39px !important;
}


/* demo */
/*
ul#nav li + li + li a {
	width:58px;
	background:url(/images/navigation_bar/demo-sprite.png) no-repeat scroll 0 5px;
}
ul#nav li + li + li a:hover {
	background:url(/images/navigation_bar/demo-sprite.png) no-repeat scroll 0 -17px !important;
}
ul#nav li + li + li a.selected {
	background:url(/images/navigation_bar/demo-sprite.png) no-repeat scroll 0 -39px !important;
}
*/


/* purchase */
/*
ul#nav li + li + li a {
	width:80px;
	background:url(/images/navigation_bar/purchase-sprite.png) no-repeat scroll 0 5px;
}
ul#nav li + li + li a:hover {
	background:url(/images/navigation_bar/purchase-sprite.png) no-repeat scroll 0 -17px !important;
}
ul#nav li + li + li + li a.selected {
	background:url(/images/navigation_bar/purchase-sprite.png) no-repeat scroll 0 -39px !important;
}
*/

/* docs */
ul#nav li + li + li a {
	width:51px;
	background:url(/images/navigation_bar/docs-sprite.png) no-repeat scroll 0 5px;
}
ul#nav li + li + li a:hover {
	background:url(/images/navigation_bar/docs-sprite.png) no-repeat scroll 0 -17px !important;
}
ul#nav li + li + li a.selected {
	background:url(/images/navigation_bar/docs-sprite.png) no-repeat scroll 0 -39px !important;
}


li#sup a {
  color: #00345A;
  border-bottom: 1px solid #fff;
}

/*------------------------------------------------------------------------
 *=TOUR
 ------------------------------------------------------------------------*/
#tour {
  padding-left: 20px;
  height: auto;
  width: 844px;
  background: #00080f url(/images/round-top.gif) no-repeat;
  margin-left:-43px;
}

#tour-btm {
    background:url(/images/tour-btm.gif) no-repeat;
    width: 864px;
    height:17px;
    margin-bottom:60px;
    margin-left:-43px;
}

#tour #features, #tour #more-features {
  padding: 10px;
  padding-left:0;
  text-indent: 0;
}

#more-features h2 {
  margin-top: 5px;
}

#tour a {
  color:  #08D;
}

#tour #feature-list li, #more-features li {
  padding-left: 0;
  background: none;
  width: 380px;
  height: auto;
}

#tour #feature-list li p, #tour #feature-list li h2 {
  padding-left: 5px;
}

#tour #feature-list li p, #more-features li p {
  color: #ccc;
}

#tour #feature-list li img {
  border: 3px solid #fff;
  margin-bottom: 10px;
}

#tour li.fleft {
  padding-right: 55px;
}

#more-features, #screenshots {
  margin-right:10px;
}

#more-features li {
  margin-right:8px;
  width: 200px;
  float:left;
  list-style:none;
}

div.extended-tour * {
  padding: 10px 20px !important;
}

div.extended-tour p {
  margin-left: 20px;
}

div.extended-tour h2 {
  margin-left:20px;
  font-size: 140% !important;
}

#tournav {
  background: #202530;
  padding: 5px !important;
  width: 700px;
  margin: 0 auto 40px auto;
  text-indent: 0 !important;
}

#tournav ul {
  list-style: none;
  line-height: 100%;
  padding: 5px !important;
}

#tournav li {
  display: inline;
  height: 20px;
  padding: 5px !important;
}

#tournav ul li a {
  color: #ccc;
  padding: 5px 5px 5px 20px !important;
  font-weight: bold;
  background: url(/images/qtplayer.png) 0 50% no-repeat;
}

#tournav li a:hover {
  color: #fff;
}

.required {
	color:red;
	font-size:140%;
	padding-left:3px;
}

/**
 * Docs
 */
.section {
	clear:both;
}
 
.section h2 {
  display: block;
  padding: 5px 5px 5px 0;
  font-size: 150% !important;
  margin: 40px 5px 10px 0;
  font-weight: normal;
  color: #369 !important;
  border-bottom: 1px dotted #aaa;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.textdice .section h2, 
.textdice .section h3 {
	margin-top:0 !important;
}
.textdice .section + .section h2, 
.textdice .section + .section h3 {
	margin-top:40px !important;
}

.textdice p, 
.textdice li {
	font-size:110%;
	color:#333333;
}

ul.docs, ul.docs li {
	list-style:none;
}
ul.docs li {
	float:left;
	padding:0px 10px 10px 42px;
	width:293px;
	background:transparent url(/images/docs/wiki.png) no-repeat scroll 0% 0%;	
}
ul.docs li p {
	font-size:100% !important;
}

ul.docs li.pdf {
	background-image:url(/images/docs/pdf.png);
}
ul.docs li.folder {
	background-image:url(/images/docs/folder.png);
}

.keep-me {
	background:url(/images/big_tick.gif) no-repeat scroll 0% 0%;
	padding-left:20px;
	float:right;
}

#ftr-ey form input {
	border:2px solid #CCCCCC;
	font-size:150%;
	padding-left:3px;
	padding-right:3px;
	margin-right:1px; 
}
#ftr-ey form {
	margin-bottom:7px;
}