* {
	padding:0;
	margin:0;
}

body {
	font-size:10px;
	font-family: helvetica, arial, 'Lucida Grande', verdana, 'sans-serif';
	color:#35203b;
	background:#fff url(/images/iphone_teaser/background_repeat_bg.jpg) repeat-x top center;
}

h2 {
	font-size: 2.3em;
	font-weight: normal;
	margin-bottom: 5px;
	line-height:1.2em;
}

ul {
	list-style-type:none;
}

a img {
	border-width:0px;
}

#container {
	background:#fff url(/images/iphone_teaser/container_bg.jpg) no-repeat top center;
	width:1024px;
	min-height:768px;
	_height:768px;
	margin:0 auto;
	position:relative;
}

#logo {
	position:absolute;
	top:11px;
	left:364px;
}

#nav ul{
	float:left;
	position:relative;
	left:472px;
	top:150px;
}

#nav ul li:first-child {
	margin-left:0px;
}

#nav ul li {
	float:left;
	margin-left:42px;
}

#nav ul li a {
	float:left;
	display:block;
	width:65px;
	position:relative;
	height:53px;
	background: transparent url(/images/iphone_teaser/nav_bg.gif) no-repeat top left;
	text-align:center;
}

#nav ul li a img {
	position:relative;
	top:7px;
}

#content {
	position:relative;
	left:379px;
	top:152px;
	width:570px;
	clear:both;
	overflow-x:hidden;
}

#content li {
	line-height:150%;
}

#content li ul {
	margin:15px 0 0 20px;
}

#content li li {
	padding-left:40px;
	background: transparent url(/images/iphone_teaser/star_bullet.gif) no-repeat top left;
	padding-bottom:8px;
	font-size: 1.4em;
	line-height:1.5em;
}

#content li li ul {
	margin:0;
}

#content li li li {
	font-size: .9em;
	padding-bottom: 0;
	padding-left: 12px;
	background: transparent url(/images/iphone_teaser/bullet.gif) no-repeat 0% 45%;
}

#content p {
	font-size: 1.4em;
	line-height:1.3em;
}

#screens {
	position:relative;
	top:152px;
	width:570px;
	clear:both;
	left:379px;
	float:left;
}

#screens li {
	float:left;
}

#store_link {
	position:relative;
	left:343px;
	top:152px;
}

/* js enabled styles */

#js_enabled #store_link{
	position:absolute;
	top:551px;
}

#js_enabled #nav ul{
	float:left;
	position:relative;
	left:472px;
	_left:390px;
	top:476px;
}

#js_enabled #nav ul li.selected a {
	background: transparent url(/images/iphone_teaser/nav_bg_on.gif) no-repeat top left;
}

#js_enabled #content {
	position:absolute;
	top:148px;
}

#js_enabled #content #slides {
	width:2280px;
	float:left;
	height: 320px;
	overflow-y:hidden;
}

#js_enabled #content #slides li {
	float:left;
	width:570px;
}

#js_enabled #content #slides li ul,
#js_enabled #content #slides li ul li { //overrides for nested lists
	float:none;
	width:494px;
	display:block;
}

#js_enabled #screens {
	width:239px;
	height:344px;
	overflow:hidden !important;
	position:absolute;
	top:230px;
	left:72px;
}

#js_enabled #screens ul {
	float:left;
	width:956px;
}

#js_enabled #screens li {
	float:left;
}

/* elements below created by JS */

#next,
#back {
	position:absolute;
	top:472px;
}

#next {
	left:885px;
}

#back {
	left:352px;
}