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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #fff;
	background: #003f60 url(images/bg.jpg) no-repeat center 50px;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a{
	text-decoration: underline;
	color: #FFFFFF;
}

iframe{
	float:right; margin:65px 0 0 0;
}

#otherapps { background: #002c42; display: none; }

	#otherapps div { width: 900px; margin: 0 auto; padding: 10px 0; text-align: right; }

#header { height: 50px; background: url(images/bg_header.png) center; }

	#header div { width: 900px; margin: 0 auto; position: relative; }

	#logo { position: absolute; top: 10px; left: 0; }
	
	#more { position: absolute; top: 10px; right: 15px; }

#container { width: 900px; margin: 0 auto; position: relative; }

	#itunes { position: absolute; right: 10px; top:0; }

	h1 { margin: 40px 0 0 350px; }
	h3 { margin: 0 0 20px 350px; }
	
	#iphone { width: 270px; height: 573px; background: url(images/bg_iphone.png) no-repeat; float: left; position: relative; }
	
		#iphone img { position: absolute; top:84px; left: 23px; }
	
	#content { margin-left: 350px; width: 484px; height: 468px;  background: url(images/bg_content.png) no-repeat; padding: 5px 30px 30px 25px; }
	
		#content h2 { font-family: Helvetica, arial, sans-serif; font-size: 20px; font-weight: normal; padding: 20px 0 10px; text-transform: uppercase; }
		
		#content p { font-family: Helvetica, arial, sans-serif; font-size: 13px; line-height: 18px; font-weight: normal; padding: 0 0 5px; }
		
		#content ol { font-family: Helvetica, arial, sans-serif; font-size: 13px; line-height: 18px; font-weight: normal; list-style: decimal; margin-left: 30px; }
		
			#content ol li { margin-bottom: 5px; }
			
#map {width:270px; margin:0 0 0 0; height:150px; border:5px solid #002c42;  -moz-border-radius: 5px; -webkit-border-radius: 5px; }