
body {
	background-color:#fff;
	font-family: sans-serif;
	color:#999;
}
#menu {position: fixed;top:96px;right:96px;cursor: pointer;z-index:1;}
#menu ul li {border:1px solid #999;border-top:none;}
#menu ul li:hover {background-color: #FF0066;color:#fff;}
#menu ul li.active {background-color: #999;color:#fff;}
#menu ul li:first-child {border-top:1px solid #999;}
#menu ul li p {padding:24px 48px;}

#iphoneFrame {
	border:1px solid #ccc;
	background-color:#FFF;
	width:375px;
	height:667px;
	margin:32px 0;
	position: relative;
	overflow: hidden;
}
#iphoneContent {
	border-top:1px solid #ccc;
	background-color:#FFF;
	width:375px;
	height:667px;
	margin-top:68px;
	overflow: scroll;
}
header {
	border-bottom: 1px solid #ccc;
	width: 375px;
	height: 68px;
	position: absolute;
	top:0;
}
footer {
	width: 375px;
	height: 77px;
	position: absolute;
	bottom:0;
}
#ctaImage {
	border-bottom: 1px solid #ccc;
	width: 375px;
	height: 110px;
	position: absolute;
	top:69px;
}
#imageSpacer {
	width: 100%;
	height:110px;
}
#redBox, #greenBox, #blueBox, #orangeBox {
	width: 375px;
	height: 110px;
	position: absolute;
	display: none;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}
#redBox, #greenBox {
	top:69px;
}
#blueBox, #orangeBox {
	border-bottom: 1px solid #ccc;
	opacity: 1;
}
#blueBox {bottom:77px;}
#orangeBox {top: 69px;}
.hideThis {
	display: none;
}


















