*
{
	margin: 0px auto;
	padding: 0px;
	
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	
	text-shadow: 0px 1px 0px #FFFFFF;
	
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	
	cursor: default;
}

html
{
	position: relative;
	min-height: 100%;
	min-width: 768px;
	
	background-color: #EEEEEE;
	
	color: #333333;
	font-size: 14px;
	
	-webkit-font-smoothing: antialiased;
}

body
{
	position: absolute;
	
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	
	min-height: 920px;
}

a
{
	text-decoration: none;
	color: #999999;
	
	cursor: pointer;
}

a:active
{
	color: #333333;
}

h2,
h3
{
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	color: #333333;
}

h3
{
	font-size: 15px;
	color: #999999;
}

b
{
	font-weight: 500;
}

.Viewport
{
	position: absolute;
	
	left: 50%;
	top: 50%;
	
	margin-left: -384px;
	margin-top: -460px;
	
	width: 768px;
	height: 920px;
	
	overflow: visible;
}

.Left
{
	position: absolute;
	
	left: 0px;
	top: 20px;
	
	width: 350px;
	height: 900px;
	
	overflow: visible;
}

.Phone
{
	position: absolute;
	
	width: 500px;
	height: 900px;
	
	left: -75px;
	
	background-image: url("phone.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 500px 900px;
}

.Right
{
	position: absolute;
	
	right: 30px;
	top: 200px;
	
	width: 360px;
	
	overflow: visible;
}

.TopSpacer,
.BottomSpacer
{
	position: relative;
	
	height: 100px;
}

.TopSpacer
{
	height: 70px;
}

.Header,
.Footer
{
	position: absolute;
	
	left: 20px;
	right: 20px;
	
	height: 40px;
	
	line-height: 40px;
	font-size: 12px;
	color: #BBBBBB;
	
	text-align: center;
	
	box-shadow: 0px -1px 0px rgba(0,0,0,0.15), inset 0px 1px 0px rgba(255,255,255,1);
}

.Header
{
	top: 0px;
	
	font-size: 15px;
	
	box-shadow: inset 0px -1px 0px rgba(0,0,0,0.15), 0px 1px 0px rgba(255,255,255,1);
	
	z-index: 1;
}

.Footer
{
	bottom: 0px;
}

.Copyright
{
	color: #999999;
	
	/*
	float: left;
	*/
}

.FooterLinks
{
	/*
	float: right;
	text-align: right;
	*/
}

.Header a,
.Footer a
{
	text-decoration: none;
	color: #999999;
	border-bottom: none;
	
	cursor: pointer;
}

.Header a:active,
.Footer a:active
{
	color: #333333;
	border-bottom: none;
}

.Header a.Selected
{
	color: #333333;
	pointer-events: none;
	
	cursor: default;
}


.Clear
{
	clear: both;
}

.AppTitle
{
	position: relative;
	
	width: 360px;
	height: 160px;
	
	margin-bottom: 10px;
	
	background-image: url("sprite.jpg");
	background-position: center 0px;
	background-repeat: no-repeat;
	background-size: 360px 350px;
	
	overflow: hidden;
}

.AppBadge
{
	position: relative;
	
	width: 210px;
	height: 70px;
	
	margin-top: 40px;
	margin-bottom: 40px;
	
	background-image: url("sprite.jpg");
	background-repeat: no-repeat;
	background-size: 360px 350px;
	background-position: center -180px;
	
	overflow: hidden;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	cursor: pointer;
}

.AppBadge.Pressed
{
	background-position: center -255px;
}

.View
{
	position: absolute;
	
	left: 140px;
	top: 150px;
	
	width: 250px;
	height: 600px;
	
	background-repeat: no-repeat;
	background-size: 250px 600px;
	background-position: center center;

	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	
	-webkit-transition-property: opacity;
	-webkit-transition-timing-function: linear;
	
	-ms-transition-property: opacity;
	-ms-transition-timing-function: linear;

	transition-property: opacity;
	transition-timing-function: linear;
	
	-webkit-transition-duration: 0s;
	-ms-transition-duration: 0s;
	transition-duration: 0s;
}

.View.On,
.View.AlwaysOn
{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	
	-webkit-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.View.Done
{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	
	-webkit-transition-duration: 0s;
	-ms-transition-duration: 0s;
	transition-duration: 0s;
}

.View.Off
{
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	
	-webkit-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

#View_1
{
	background-image: url("screen_1.jpg");
}

#View_2
{
	background-image: url("screen_2.jpg");
}

#View_3
{
	background-image: url("screen_3.jpg");
}

#View_4
{
	background-image: url("screen_4.jpg");
}

#View_5
{
	background-image: url("screen_5.jpg");
}

#View_6
{
	background-image: url("screen_6.jpg");
}

#View_7
{
	background-image: url("screen_7.jpg");
}

.BulletList
{
	text-align: left;
	font-size: 15px;
	
	margin-left: 10px;
}

.Bullet
{
	display: inline-block;
	color: #999999;
	line-height: 22px;
	
	-webkit-transition-property: color;
	-webkit-transition-timing-function: linear;
	-webkit-transition-duration: 0.5s;
	
	-ms-transition-property: color;
	-ms-transition-timing-function: linear;
	-ms-transition-duration: 0.5s;

	transition-property: color;
	transition-timing-function: linear;
	transition-duration: 0.5s;
}

.Bullet.On
{
	color: #333333;
}

.Spacer
{
	position: relative;
	
	height: 0px;
}

/* iPhone */
@media only screen 
and (device-width : 320px)
and (device-height : 480px)
{
	
}

/* iPhone Portrait */
@media only screen 
and (device-width : 320px)
and (device-height : 480px)
and (orientation : portrait)
{

}

/* iPhone Landscape */
@media only screen 
and (device-width : 320px)
and (device-height : 480px)
and (orientation : landscape)
{

}

/* New iPhone */
@media only screen 
and (device-width : 320px)
and (device-height : 568px)
{

}

/* New iPhone Portrait */
@media only screen 
and (device-width : 320px)
and (device-height : 568px)
and (orientation : portrait)
{

}

/* New iPhone Landscape */
@media only screen 
and (device-width : 320px)
and (device-height : 568px)
and (orientation : landscape)
{

}

/* iPad */
@media only screen 
and (device-width : 768px)
and (device-height : 1024px)
{	

}

/* iPad Portrait */
@media only screen 
and (device-width : 768px)
and (device-height : 1024px)
and (orientation : portrait)
{
	
}

/* iPad Landscape */
@media only screen 
and (device-width : 768px)
and (device-height : 1024px)
and (orientation : landscape)
{
	
}

/* Retina Devices */
@media only screen
and (-webkit-min-device-pixel-ratio: 2),
only screen
and (min-device-pixel-ratio: 2)
{
	.AppTitle,
	.AppBadge,
	.AppIcon
	{
		background-image: url("sprite@2x.jpg");
	}
	
	.Phone
	{
		background-image: url("phone@2x.jpg");
	}	

	#View_1
	{
		background-image: url("screen_1@2x.jpg");
	}
	
	#View_2
	{
		background-image: url("screen_2@2x.jpg");
	}
	
	#View_3
	{
		background-image: url("screen_3@2x.jpg");
	}
	
	#View_4
	{
		background-image: url("screen_4@2x.jpg");
	}
	
	#View_5
	{
		background-image: url("screen_5@2x.jpg");
	}
	
	#View_6
	{
		background-image: url("screen_6@2x.jpg");
	}
	
	#View_7
	{
		background-image: url("screen_7@2x.jpg");
	}
}

/* Desktop */
@media only screen
and (min-device-width : 1025px)
{	
	html
	{
		min-width: 800px;
	}
	
	a:hover
	{
		color: #333333;
	}
	
	a:active
	{
		color: #333333;
	}
	
	.Header a:hover,
	.Footer a:hover
	{
		color: #333333;
		border-bottom: none;
	}
	
	.Header a:active,
	.Footer a:active
	{
		color: #0099FF;
		border-bottom: none;
	}
	
	.Viewport
	{
		width: 800px;
		margin-left: -400px;
	}
	
	.AppBadge:hover
	{
		background-position: center -255px;
	}
}

.Visible
{
	display: block;
}

.Hidden
{
	display: none;
}