/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	font-size: .75em;
	text-align: center;
	}






															/** MAIN CONTAINERS **/
div#container {
	width: 816px;
	margin: 0 auto;
	text-align: left;
	}
	body.fullwidth div#container { width: 100%; }
	div#header {
		
		}
		div#header-in {
			
			}
	div#content-wrap {
		
		}
		div.content {
			
			}
			div.content-in {

				}
	div#footer {
		
		}
		div#footer-in {
			
			}






															/** SUB CONTAINERS **/
div.horizontalDivider {
	background: url(../images/horizontalDivider.gif) repeat-x;
	width: 776px;
	height: 3px;
}

div#contentProductContainer {
	width: 776px;
}
	div#contentProductScreen1 {
		background: url(../images/mainScreen.gif) no-repeat 10px;
		height: 332px;
		width: 166px;
		float: left;
		margin: 50px 0 50px 5px;
}
	div#contentProductScreen2 {
		background: url(../images/detailScreen.gif) no-repeat 10px;
		height: 332px;
		width: 166px;
		float: left;
		margin: 50px 0 0 5px;
}
	div#contentProductScreen3 {
		background: url(../images/scheduleScreen.gif) no-repeat 10px;
		height: 332px;
		width: 166px;
		margin: 50px 0 0 5px;
		float: left;
}

	div#contentProductHighlights {
		width: 200px;
		height: 332px;
		float: right;
		margin-right: 20px;
}

div#contentBottomDrawer {
	background: url(../images/bottomDrawer.gif) no-repeat;
	height: 54px;
	width: 784px;
	margin-top: 25px;
	margin-left: 16px;
}		
	div#appStoreLogo {
	background: url(../images/appleAppStoreLogo.gif) no-repeat 0 7px;
	height: 40px;
	width: 123px;
	margin: 0 0 0 210px;
	padding-top: 10px;
	text-indent: -5000px;
	float: left;
}
	div#supportButton {
	background: url(../images/emailButton.gif) no-repeat 0 7px;
	height: 40px;
	width: 101px;
	text-indent: -5000px;
	float: left;
	padding-top: 10px;
	margin-left: 270px;
}

															/** LISTS **/
ul#productFeatures {
	list-style-type: disc;
	list-style-position: outside;
	margin: 5px 0 0;
}

li {
	padding: 5px 0;
}




															/** TYPOGRAPHY **/
.note {
	color: #fff27b;
	font-size: 0.9em;
}

.disclaimer {
	font-size: 0.8em;
	padding-left: 15px;
}





															/** FORMS **/
* { }






															/** END **/