.clear {
	clear: both;
}
body
{
	text-align: center;
	background: #fff url(images/page_background.jpg) repeat-x;
	padding: 0;
	margin: 0;
	color: #939393;
	text-shadow: 0px 1px 1px #fff;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
img {
	border-style: none;
}
a {
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
}
div#top
{
	margin-left: auto;
	margin-right: auto;
	height: 507px;
}
#iPhoneBackground {
	background: url(images/top_background.jpg) no-repeat;
	width: 936px;
	height: 507px;
	display: inline-block;
	position: relative;
	overflow: visible;
}

#numbricScreen {
	text-indent: -99999px;
	background: url(images/iphone.png) no-repeat;
	width: 803px;
	height: 280px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 40px;
}

#numbricIcon {
	text-indent: -999999px;
	background-image: url(images/title_icon.png);
	width: 122px;
	height: 110px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 16px;
}

#tagline {
	text-indent: -999999px;
	background-image: url(images/tagline.png);
	width: 432px;
	height: 21px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 72px;
}
#featureContainer {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
ul#screenCaptureRow {
	margin: 50px auto;
	padding: 0;
	list-style-type: none;
	height: 98px;
	width: 700px;
}
ul#screenCaptureRow li {
	padding: 0;
	margin-right: 22px;
	float: left;
}
ul#screenCaptureRow li.lastFeature {
	margin: 0;
}
#featureTable {
	width: 300px;
	float: left;
	margin-left: 20px;
	display: table;
	position: relative;
}
#featureTable .feature {
	display: table-row;
	position: absolute;
	width: 300px;
}
#featureTable .icon {
	width: 120px;
}
#featureTable .icon, #featureTable .description {
	display: table-cell;
	vertical-align: middle;
}
#featureTable .description {
	font-style: italic;
	text-align: left;
}
#iconZero {
	line-height: 38px;
	background: url(images/icon_zero.png) no-repeat 0 -34px;
}
li#iconNightmode {
	background: url(images/icon_nightmode.png) no-repeat;
	line-height: 117px;
	height: 121px;
}
li#iconSymbolKey {
	background: url(images/icon_symbol_key.png) no-repeat 8px 0;
	height: 121px;
}
#iconLandscape {
	background: url(images/icon_landscape.png) 32px;
}
#featureDescription {
	font-weight: bold;
	width:  310px;
	float: right;
	margin-right: 48px;
	text-align: left;
}
#featureDescription p {
	margin: 0 0 20px 0;
	line-height: 20px;
}
#headnixConnectDescription {
	width: 440px;
	margin-top: 12px;
	padding-left: 56px;
	text-align: left;
	font-style: italic;
	min-height: 54px;
}
#headnixConnectDescription p {
	padding-top: 10px;
}
#headnixConnectDescription img {
	margin-right: 24px;
	float: left;
}
#bottomLogo {
	position: absolute;
	right: 48px;
	bottom: 0;
}
.app_store_link {
	width: 217px;
	height: 98px;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	background: url(images/appstore_button.png) no-repeat 0 0;
	text-indent: -9999px;
}

.app_store_link:hover {
	background: url(images/appstore_button.png) no-repeat 0 -109px;
}

.app_store_link:active {
	background: url(images/appstore_button.png) no-repeat 0 -219px;
}

.supportNote {
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
}
