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,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	line-height: 1.1em;
	font-family: inherit;
	text-align: left;
}
body {
	font-size: 62.5%;
	font-family: 'helvetica neue', helvetica, arial, san-serif;
	background-color: #000000;
	color: #ffffff;
}

/* ---------- Layout & Positioning ---------- */
.floatLeft {
	display: inline;
	float: left;
}
.floatRight {
	display: inline;
	float: right;
}
.clearFix {
	clear: both;
}
.invis {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#iPhone {
	width: 330px;
	height: 650px;
	float: left;
	display: inline;
	background: #000 url(../images/home/iPhone.jpg) top left no-repeat;
}
#diwMovie {
	width: 228px;
	height: 341px;
	display: block;
	overflow: hidden;
	margin: 135px 0 0 28px;
}
#appDescription {
	position: relative;
	float: left;
	display: inline;
	width: 620px;
	margin: 75px 0 25px 0;
}
#diwTitle {
	width: 430px;
}
#mainNav {
	position: absolute;
	width: 160px;
	top: 16px;
	left: 450px;
	text-align: right;
}
#purchaseLeft {
	float: left;
	display: inline;
	width: 175px;
	height: 63px;
	margin: 15px 20px 30px 0;
	padding: 29px 25px 5px 100px;
	overflow: hidden;
	background: #000 url(../images/home/purchaseBox.png) no-repeat;
	font-size: 1.3em;
}
#promoRight {
	float: left;
	display: inline;
	width: 250px;
	height: 63px;
	margin: 15px 0 30px 0;
	padding: 29px 25px 5px 25px;
	overflow: hidden;
	background: #000 url(../images/home/promoBox.png) no-repeat;
	font-size: 1.3em;
}
#purchaseLeft span,
#promoRight span {
	font-size: 1.5em;
	font-weight: bold;
}
.features {
	float: left;
	display: inline;
	width: 275px;
	margin: 0 20px 0 0;
	padding: 0 0 0 25px;
}
.compat {
	float: left;
	display: inline;
	width: 275px;
	margin: 0;
	padding: 0 0 0 25px;
}
#accordian {
	width: 940px;
	margin: 0 0 20px 10px;
}
.questionRow {
	padding: 20px 90px 12px 90px;
	border-bottom: 1px dotted #333;
}
#submissionSuccessful,
#privacyPolicy {
	width: 620px;
	margin: 100px 0 0 170px;
}
#footer {
	margin: 35px 0 230px 0;
	border-top: 1px dotted #444;
	padding: 10px 0 0 0;
}

/* ---------- TYPOGRAPHY ---------- */
h1 {
	font-size: 3.2em;
	letter-spacing: -0.025em;
	margin: 0 0 0.6em 0;
}
h1 span {
	font-size: 0.75em;
	font-weight: normal;
	color: #777;
}
h2 {
	font-size: 1.8em;
	letter-spacing: -0.015em;
	margin: 0 0 0.75em 0;
}
h3 {
	font-size: 1.6em;
	letter-spacing: -0.015em;
	margin: 0 0 0.75em 0;
}
p {
	font-size: 1.3em;
	line-height: 1.4em;
	color: #bababa;
	margin: 0 0 1.0em 0;
}
#mainNav {
	font-size: 1.0em;
	font-weight: normal;
}
p.leadIn {
	font-size: 1.7em;
	line-height: 1.4em;
	letter-spacing: -0.01em;
}
p.finePrint {
	font-size: 1.1em;
	color: #999;
}
p.question {
	font-size: 1.4em;
	line-height: 1.6em;
	font-weight: bold;
	color: #fff;
	line-height: 1.2em;
}
p.answer {
	
}
p.radioButtonLabel {
	display: inline;
}

p.formErrorAlert {
	color: red;
	font-weight: bold;
	margin: 0 0 0 345px;
}
#footer p {
	margin: 0 20px 1.0em 20px;
	font-size: 1.1em;
	font-weight: bold;
	color: #777;
	text-transform: uppercase;
	letter-spacing: 0.025em;
}




/* ------------- LISTS ------------- */
ul {
	list-style-type: circle;
	margin: 0 0 2.5em 13px;
}
li {
	font-size: 1.2em;
	color: #bbb;
	line-height: 1.2em;
	margin: 0 0 0.7em 0;
}
li span.liFinePrint {
	font-size: 0.9em;
	color: #777;
}


/* ------------- LINKS ------------- */
a:link,
a:visited {
	color: #00adef;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	text-decoration: underline;
}
#purchasePromoButtons a:link,
#purchasePromoButtons a:visited {
	color: #fff;
	text-decoration: none;
}
#purchasePromoButtons a:link span,
#purchasePromoButtons a:visited span {
	color: #00adef;
	text-decoration: none;
}
#accordian a.accordianToggler {
	text-decoration: none;
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: -0.025em;
	background-color: #1a1a1a;
	display: block;
	padding: 13px 0 15px 60px;
	margin: 4px 0 1px 0;
	cursor: pointer;
}

/* ------------- FORMS ------------- */
.formClearFix {
	clear: both;
	margin: 0 0 25px 0;
	display: block;
	width: 100%;
	height: 1px;
}
.fbFormLabel {
	width: 310px;
	text-align: right;
	font-size: 1.4em;
	font-weight: bold;
	float: left;
	display: inline;
	margin: 5px 35px 0 0;
}
.fbFormLabel span {
	font-size: 0.9em;
	font-weight: normal;
	color: #777;
}
.fbFormInput {
	width: 275px;
	float: left;
	display: inline;
	background-color: transparent;
	border: 1px solid #444;
	color: #bababa;
	font-family: 'helvetica neue', helvetica, arial, san-serif;
	font-size: 1.3em;
	padding: 4px 6px;
}
#purposeOfRequest {
	margin: 4px 0 0 0;
}
#iPhoneOS {
	margin: 10px 0 0 0;
}
.radioGroup {
	display: block;
	padding: 3px 0 0 0;
}
.fbFormTextArea {
	width: 515px;
	float: left;
	display: inline;
	background-color: transparent;
	border: 1px solid #444;
	color: #bababa;
	font-family: 'helvetica neue', helvetica, arial, san-serif;
	font-size: 1.3em;
	padding: 4px 6px;
}
.captchaInput {
	width: 100px;
	float: left;
	display: inline;
	background-color: transparent;
	border: 1px solid #444;
	color: #bababa;
	font-family: 'helvetica neue', helvetica, arial, san-serif;
	font-size: 1.3em;
	letter-spacing: 2.0px;
	padding: 4px 6px;
}
#captchaContainer {
	margin: 0 0 0 343px;
}
#detailsPlease {
	margin: 0 60px 0 345px;
}
#requiredFields {
	margin: 0 0 0 345px;
}
#submitBox {
	margin: 20px 0 0 345px;
}
#loader {
	width: 16px;
	height: 16px;
	visibility: hidden;
}


