/* Eric Meyer's Reset Reloaded *//* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
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;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}

/* =Clearfix --------------------------------*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

a:link {
color: #185663;
text-decoration: none;
}

a:visited {
color: #185663;
text-decoration: none;
}

a:hover,a:focus {
color: #185663;
text-decoration: none;
}

a:active {
text-decoration: none;
}

body {
	background: #767676 url(overview-bg.png) 0 0 repeat-x;
	font:normal normal 15px/1.4 Helvetica, sans;
	color: rgba(10,11,13,.9);
	text-shadow:rgba(255,255,255,0.33) 0 1px 0;
}

p { margin: 0 0 21px 0; }

#site-wrap {
	width: 800px;
	min-height: 400px;
	margin: 0 auto;
	padding: 0;
	background: transparent url(wrap-light.png) top center no-repeat;
	position: relative;
}

#header {
	position: absolute;
	top: 68px;
	left: 0;
}

#header-icon {
	position: absolute;
	top: 0;
	left: 0;	
}

#header h2 {
	position: absolute;
	top: 12px;
	left: 74px;
	text-indent: -1000px;
	overflow: hidden;
	width: 160px;
	height: 45px;
	background: transparent url(overview-h2.png) 0 0 no-repeat;
}

#header h3 {
	position: absolute;
	top: 65px;
	left: 74px;
	text-indent: -1000px;
	overflow: hidden;
	width: 316px;
	height: 30px;
	background: transparent url(overview-h3.png) 0 0 no-repeat;
}

#topnav {
	position: absolute;
	top: 210px;
	left: 0px;
}

#topnav ul {
	height: 40px;
	width: 440px;
}

#topnav li {
	float: left;
	height: 40px;
	width: 100px;
	margin-right: 42px;
}

#topnav li a {
	width: 100px;
	height: 40px;
	display: block;
	text-indent: -1000px;
	overflow: hidden;
	background: transparent url(arrival-overview-sprites.png) 0 0 no-repeat;
	position: relative;
	opacity: .75;
	
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.25s;
	-webkit-transition-timing-function: ease-out;
}

#topnav li a:hover {
	opacity: 1;
}

#topnav #topnav-overview a { background-position: 0px 5px; }
#topnav #topnav-overview a.selected { background-position: 0px -35px; opacity: 1; }
#topnav #topnav-support a { background-position: -140px 5px; }
#topnav #topnav-support a.selected { background-position: -140px -35px; opacity: 1; }
#topnav #topnav-download a { background-position: -280px 5px; }
#topnav #topnav-download a.selected { background-position: -280px -35px; opacity: 1; }

#content {
	 padding: 0 0 40px 0;
}

#col-right {
	width: 360px;
	float: right;
	position: relative;
	padding-top: 71px;
}

#col-right #phone {
	width: 346px;
	height: 601px;
	background: transparent url(iphone-bg.png) 0 0 no-repeat;
	position: relative;
}

#phone #phone-content {
	position: absolute;
	top: 90px;
	left: 54px;
	width: 240px;
	height: 360px;
	overflow: hidden;	
}

#phone #overview-video,
#phone #overview-img-2,
#phone #overview-img-3 {
	position: absolute;
	top: 0px;
	left: 0px;
}

#phone #overview-video img,
#phone #overview-img-2 img,
#phone #overview-img-3 img {
	display: block;
	margin: 0;
	padding: 0;
}

#phone #overview-img-2,
#phone #overview-img-3 {
	left: 240px;
}


#phone #phone-caption {
	position: absolute;
	top: 555px;
	left: 60px;
	width: 258px;
	height: 50px;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
}

#phone #phone-caption em {
	font-weight: normal;
	font-style: normal;
	color: #050807;
}

#col-right #price {
	position: absolute;
	top: 537px;
	left: 265px;
	width: 84px;
	height: 84px;
}

#col-left {
	width: 430px;
	float: left;
	position: relative;
	margin: 270px 0 0 0;
}

#col-left h3 {
	font-size: 17px;
	line-height: 23px;
	font-weight: normal;
	margin-bottom: 24px;
	text-shadow:rgba(255,255,255,0.5) 0 1px 0;

}


#overview-thumbs {
	margin-bottom: 24px;
	overflow: hidden;
}

#overview-thumbs li {
	float: left;
	width: 126px;
	height: 70px;
	margin-right: 15px;
}

#overview-thumbs li a {
	position: relative;
	display: block;
	width: 124px;
	height: 68px;
}

#overview-thumbs li a img {
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
}

#overview-thumbs li .frameOut,
#overview-thumbs li .frameOver,
#overview-thumbs li .frameSelected {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 124px;
	height: 70px;
	background-image: url(arrival-overview-sprites.png);
	background-repeat: no-repeat;
}

#overview-thumbs li .frameOut {
	background-position: -150px -100px;
	opacity: .9;
}

#overview-thumbs li .frameOver {
	background-position: -150px -180px;
	opacity: 0;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.15s;
	-webkit-transition-timing-function: ease-out;
}

#overview-thumbs li .frameSelected {
	background-position: -150px -260px;
	opacity: 0;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.25s;
	-webkit-transition-timing-function: ease-out;
}

#overview-thumbs li a:hover .frameOver { opacity:1; }

#overview-thumbs li a.selected .frameSelected { opacity: 1; }

#overview-thumbs li #video-thumb .frameOut {
	background: transparent url(arrival-overview-sprites.png) 0px -100px no-repeat;
}

#overview-thumbs li a#video-thumb:hover .frameOver {
	background: transparent url(arrival-overview-sprites.png) 0px -180px no-repeat;
}

#overview-thumbs li a#video-thumb.selected .frameSelected {
	background: transparent url(arrival-overview-sprites.png) 0px -260px no-repeat;
}



#footer {
	height: 30px;
	margin-bottom: 50px;
	padding: 0 15px;
	color: #fff;
	font-size: 11px;
	line-height: 30px;
	background: transparent url(footer-bg.png) 0 0 no-repeat;
}

#footer a,
#footer span {
	display: block;
	float: left;
	color: rgba(255,255,255,0.85);
	text-shadow:rgba(0,0,0,0.25) 0 -1px 0;
	text-decoration: none;
	letter-spacing: .075em;
}

#ah-footer {
	width: 140px; 
	padding: 0 4px;
	margin-left: 5px;
	text-indent: -1000px;
	overflow: hidden;
	background: transparent url(ah-small-footer.png) 0 9px no-repeat;
}

#footer #footer-support-link,
#footer .divider,
#footer #footer-itunes-link { float: right; }
#footer .divider { margin:0 6px; }
#footer #footer-support-link:hover,
#footer #footer-itunes-link:hover { text-decoration: underline; }



