/* v1.0 | 20080212 */

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;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}

body {
	font-family: 'lucida sans unicode', 'lucida grande', arial, helvetica, sans-serif;
	font-size: 1em;
	color: #666;
	text-align: center;
}

#wrapper {
	margin: 15px auto;
	width: 960px;
	text-align: left;
	position: relative;
}

#header {
	width: 100%;
	position: relative;
}

h1 a {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	display: block;
	width: 200px;
	height: 139px;
	text-indent: -9999em;
	background: url(../img/logo.png) top left no-repeat;
}

#tabs {
	position: absolute;
	right: 0;
	top: 49px;
	z-index: 1;
	width: 100%;
	text-align: right;
	border-bottom: 2px solid #ccc;
}

#tabs li {
	display: inline;
}

#tabs li a {
	text-decoration: none;
	color: #888;
	font-size: 135%;
	font-family: georgia, 'times new roman', serif;
	margin-left: 20px;
}

#tabs li a:hover {
	color: #000;
}

#content {
	position: absolute;
	top: 150px;
	width: 100%;
}

#footer {
	font-size: 70%;
	color: #aaa;
	text-align: center;
	border-top: 1px solid #e5e5e5;
	padding: 5px 0 0 0; 
}

#sections-holder {
	height: 500px;
}


div.section {
	height: 500px;
	display: none;
}

.section h2 {
	font-family: 'arial', helvetica, sans-serif;
	color: #aaa;
	width: 20%;
	font-size: 200%;
	text-align: right;
	font-weight: normal;
	padding-right: 20px;
	border-right: 1px solid #ddd;
	height: 480px;
	float: left;
	margin-right: 25px;
}


h3 {
	font-size: 120%;
	font-family: georgia, 'times new roman', serif;
	margin-bottom: 10px;
	color: #666;
	font-weight: normal;
}

div.col {
	width: 35%;
}

.lefted {
	float: left;
}

.righted {
	float: right;
}

.app-image {
	float: left;
	margin-right: 15px;
}

.iphone-app {
	float: left;
}

.iphone-app .info {
	font-size: 80%;
	padding-top: 5px;
}

.info-wrapper {
	height: 111px;
}

.vert-iphone {
	position: absolute;
	background: url(../img/vert-iphone-8.png) top left no-repeat;
	width: 500px;
	height: 580px;
}

.vert-iphone .phone-wrapper {
	position: absolute;
	height: 330px;
	width: 215px;
	left: 18px;
	top: 81px;
	overflow: hidden;
}

.vert-iphone .phone-wrapper ul {
	width: 9000px;
	height: 100%;
	position: absolute;
}

.vert-iphone .phone-wrapper ul li {
	display: inline;
	float: left;
}

#phone {
	position: absolute;
	left: 450px;
}

small {
	font-size: 80%;
}

a {
	color: #404040;
	text-decoration: none;
}

.centered {
	text-align: center;
}

.badge{
	font-size: 80%;
	background-color: #ffa;
	padding: 2px;
}

#framephone {
	position: absolute;
	z-index: 10;
	right: 0;
	width: 100%;
	height: 500px;
}

#the-apps {
	position: absolute;
	width: 333px;
	left: 0;
	top: 500px;
}

#the-apps li {
	display: inline;
	margin-right: 15px;
}

#the-apps li a {
	color: #fff;
}

 #framephone  {
	height: 500px;
	width: 350px;
	overflow: hidden;
 }
 
 #app-detail {
	height: 500px;
	position: absolute;
	left: 250px;
	top: 0;
 }
 
 #escape-button {
	display: none;
	width: 50px;
	height: 50px;
	position: absolute;
	top:  450px;
	left: 650px;
	z-index: 999999;
 }
 
 #app-list {
	border: 1px solid #000;
 }