*
{
	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-width: 768px;
	height: 100%;
	
	background-color: #EEEEEE;
	
	color: #333333;
	font-size: 15px;
	line-height: 22px;
	
	-webkit-font-smoothing: antialiased;
}

body
{
	position: relative;
	
	min-height: 100%;
}

a
{
	text-decoration: none;
	color: #333333;
	border-bottom: 1px dotted #333333;
	
	padding-bottom: 1px;
	
	cursor: pointer;
}

a:active
{
	color: #0099FF;
	border-bottom: 1px dotted #0099FF;
}

h1,
h2,
h3,
h4
{
	text-align: left;
	color: #333333;
	font-weight: 500;
	
	margin-bottom: 10px;
	
	line-height: 125%;
}

h1
{
	font-size: 50px;
	line-height: 50px;
	font-weight: 100;
	text-align: center;
	
	margin-bottom: 0px;
	
	color: #999999;
}

h2
{
	font-size: 22px;
	line-height: 26px;
	margin-top: 25px;
}

h3
{
	margin-top: -10px;
	font-size: 15px;
	line-height: 22px;
	color: #999999;
	font-weight: normal;
}

h4
{
	font-size: 19px;
	margin-top: 20px;
	margin-bottom: 5px;
}

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

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

p
{
	margin-bottom: 15px;
}

ol,
ul
{
	margin-left: 20px;
}

li
{
	margin-bottom: 10px;
}

ol.Tight li,
ul.Tight li
{
	margin-bottom: 0px;
}

b
{
	font-weight: 500;
}

.Viewport
{
	position: relative;
	
	width: 600px;
	
	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;
	*/
}

.Clear
{
	clear: both;
}

.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;
}

.AllDevices,
.PressKit
{
	position: relative;
	
	width: 700px;
	height: 400px;
	
	margin-left: -50px;
	margin-right: -50px;
	
	background-image: url("all.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 700px 400px;
}

.PressKit
{
	height: 500px;
	background-image: url("presskit.jpg");
	background-size: 700px 500px;
}

.Release
{
	position: relative;
	
	width: 768px;
	height: 900px;
	
	margin-left: -84px;
	
	background-image: url("release.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 800px 900px;
}

.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
{
	display: block;
	position: relative;
	
	width: 210px;
	height: 70px;
	
	margin-top: 30px;
	margin-bottom: 35px;
	
	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;
	
	border-bottom: none;
}

.AppBadge:hover,
.AppBadge:active
{
	background-position: center -255px;
	
	border-bottom: none;
}

.Spacer_5
{
	height: 5px;
}

.Spacer_10
{
	height: 10px;
}

.Spacer_20
{
	height: 20px;
}


/* 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)
{
	.AllDevices
	{
		background-image: url("all@2x.jpg");
	}
	
	.PressKit
	{
		background-image: url("presskit@2x.jpg");
	}
	
	.AppTitle,
	.AppBadge
	{
		background-image: url("sprite@2x.jpg");
	}
	
	.Release
	{
		background-image: url("release@2x.jpg");
	}
}

/* Desktop */
@media only screen
and (min-device-width : 1025px)
{	
	html
	{
		min-width: 800px;
	}
	
	a:hover
	{
		color: #0099FF;
		border-bottom: 1px dotted #0099FF;
	}
	
	a:active
	{
		color: #0099FF;
		border-bottom: 1px dotted #0099FF;
	}
	
	.Header a:hover,
	.Footer a:hover
	{
		color: #333333;
		border-bottom: none;
	}
	
	.Header a:active,
	.Footer a:active
	{
		color: #0099FF;
		border-bottom: none;
	}
}