body {
	margin: 0;
	padding: 0;
	background: #fff url(../img/bg-page-flight-path.png) no-repeat 50% 95px;
	border-top: 2px solid #0087ef;
	font: normal 14px/150% Arial, sans-serif;
	color: #3b3b3b;
}

/* Anchors */
a {
	color: #0074cc;
	text-decoration: underline;
}
a:hover {
	color: #0087ef;
	text-decoration: none;
}

h2, h3, h4, h5, h6 {
	text-shadow: 0 1px 1px #FFF;
	margin: 0.7em 0;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	color: #898989;
}
p {
	color: #3b3b3b;
}

a img {
	border: 0;
}

.comingSoon {
	color: #999;
	letter-spacing: -1px;
}

/* Overall container layout */
#header, #hero, #features, #footer {
	float: left;
	width: 100%;
}
#header {
	padding: 50px 0 10px 0;
	text-align: right;
	border-bottom: 1px solid #ccc;
	margin: 0 0 30px 0;
}
#content {
	margin: 0 0 30px 0;
}
#footer {
	padding: 20px;
	width: 930px;
	margin: 0;
	border-bottom: 0;
	border-top: 2px solid #AAA;
}

/* Reusables */
.wrapper {
	width: 965px;
	margin: 0 auto;
}
#home .wrapper {
	background: url('../img/hero.jpg') no-repeat;
}

.half {
	width: 50%;
	float: left;
}

.button, .button:visited {
	background: #222 url(../img/btn-overlay.png) repeat-x;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	border: 0;
	font-family: "Helvetica",Arial,sans-serif;
	font-size: 26px;
	font-weight: normal;
	padding: 10px 20px 11px;
	-webkit-transition: all 0.2s linear;
}

.button:hover {
	background-color: #111;
	color: #fff;
	-moz-box-shadow: 0 1px 6px #0087ef;
	-webkit-box-shadow: 0 1px 6px #0087ef;
}

.button:active {
	top: 1px;
}

.blue.button, .blue.button:visited {
	background-color: #0087ef;
}
.blue.button:hover {
	background-color: #027ad7;
}

ul.tick {
	margin: 1.5em 0 0;
	padding: 0;
	list-style-type: none;
	color: #353;
	font-size: 13px;
}
ul.tick li {
	margin: 2px 0 6px 5px;
	padding-left: 25px;
	background: url(../img/tick.png) no-repeat 0 3px;
}

#header h1 a span { 
	position: absolute;
	left: -9999px;
}

/* Header */

#header h1 a {
	float: left;
	overflow: hidden;
	width: 365px;
	height: 50px;
	margin: -20px 0 10px;
	background: url(../img/logo.png) no-repeat 0 0;
}

#header ul {
	display: inline;
	padding: 0;
	margin: 0;		
	font-size: 14px;
}
#header ul {
	list-style-type: none;
}
#header ul li {
	display: inline;
	margin: 0 5px 0;
}
#header ul li a {
	padding: 5px;
	font-size: 18px;
}
#home #header {
	border: 0;
	margin: 0;
}

/* Hero */
#hero {
	padding-top: 450px;
}
/***
#hero #screenshots {
	float: left;
	width: 100%;
	height: 360px;
	margin-top: 10px;
	margin-bottom: -45px;
}
***/
#hero h2 {
	font-size: 36px;
	letter-spacing: -0.03em;
	color: #242424;
	text-align: center;
	margin: 0.7em 0;
}
#hero h3 {
	text-align: center;
	margin: 0.7em 0 1.5em;
}
#hero p {
	width: 49%;
	float: left;
}
#hero p a {
	margin: 0 25px;
}
#hero .tour a {
	float: right;
}

/* Content */
#features {
    margin: 50px 0;
}
#crap {
    background: url(../img/bg-paper-stack.jpg) no-repeat 0 0;
    padding: 70px 60px 0 425px;
    height: 200px;
}
#crap h2 {
    font-size: 18px;
}

img.screenshot {
	background: url(../img/bg-screenshot-shadow.png);
	padding: 0 20px 20px;
	margin: 0 -20px;
}

#flightLog, #statistics {
	float: left;
	width: 100%;
	clear: both;
	margin: 0 0 30px 0;
}
#flightLog img {
	float: right;
}
#statistics img {
	float: left;
}

#flightLog .content, #statistics .content {
	float: left;
	width: 443px;
	padding: 20px;
}
#statistics .content {
	float: right;
}

#flightLog h2 em {
	color: #0087ef;
	display: block;
	font-style: normal;
	font-weight: normal;
	margin-top: 10px;
}

#mappingAndEquipment {
	width: 100%;
	overflow: hidden;
}
#mappingAndEquipment .content {
	float: left;
	width: 480px;
}
#mappingAndEquipment h2, #mappingAndEquipment p {
	margin: 20px;
}

#mappingAndEquipment img {
	padding: 0;
	margin: 0;
}
#equipment img {
	border-left: 1px solid #fff;
}

#secondaryFeatures {
	background: #f6f5f5 url(../img/bg-secondary-features.jpg) no-repeat left bottom;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 963px;
}
#secondaryFeatures li {
	float: left;
	width: 33%;
	height: 250px;
	border-left: 1px solid #ccc;
}

#secondaryFeatures h3 {
	margin: 25px 25px 15px 25px;
}
#secondaryFeatures li p {
	margin: 5px 25px;
	font-size: 12px;
}
#secondaryFeatures li.security {
	border-left: 0;
}
#secondaryFeatures li.security p {
	margin-left: 105px;
}
#secondaryFeatures li.iphone p {
	margin-right: 125px;
}

#footerSignUp {
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	margin: 30px 0;
}
#footerSignUp h1.arrow {
	background: url(../img/green-arrow-bar.png) no-repeat 50% 50%;
	float: left;
	width: 100%;
	height: 90px;
	line-height: 90px;
	clear: both;
	font-size: 1.8em;
	font-weight: normal;
}
#footerSignUp h1.arrow a {
	display: block;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 3px #000;
}

/* Footer */
#footer h4 {
	margin: 0;
	float: right;
	font-size: 11px;
}
#footer h4 a {
	color: #BBB;
	font-weight: normal;
    padding: 10px;
	text-decoration: none;
}
#footer ul {
	color: #BBB;
	font-size: 14px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
#footer li {
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
}
#footer li.copyright {
	font-size: 11px;
}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */