*{
	font-family: helvetica;
}
body {
	background-color: #040d14;
	margin: 0;
	padding: 0;
	min-width: 1050px;
}
input[type="text"], input[type="password"] {
	color: #fff;
	border: #fff solid 1px;
	background-image: url(/images/input-bg.png);
	background-repeat: repeat-x;
}
#header {
	position: relative;
	height: 117px;
	background-image: url(/images/header-bg.png);
	background-repeat: repeat-x;
	min-width: 1050px;
	z-index: 3;
}
#display {
	position: relative;
	margin-top: -5px;
	height: 343px;
	background-image: url(/images/display-bg.png);
	background-repeat: repeat-x;
	z-index: 2;
}
#main {
	position: relative;
	margin-top: -5px;
	background-color: #dfe6e8;
	background-image: url(/images/main-bg.png);
	background-repeat: repeat-x;
	text-align: center;
	z-index: 1;
}
#footer {
	position: relative;
	color: #fff;
	font-size: 12px;
	height: 87px;
	background-image: url(/images/footer-bg.png);
	background-repeat: repeat-x;
	z-index: 1;
}
.centerer {
	height: 100%;
	width: 1050px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -525px;
}
.auto-centerer {
	position: relative;
	margin: 0 auto;
	width: 1050px;
	text-align: left;
}
#header .logo {
	margin-top: 15px;
	margin-left: -52px;
	border: 0;
}
#header ul.menu {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 270px;
	bottom: 15px;
	height: 49px;
	width: 404px;
	list-style: none;
}
#header ul.menu li {
	float: left;
	margin: 0;
	padding: 0;
}
#header ul.menu a {
	display: block;
	height: 49px;
	color: #154a8d;
	font-size: 14.4px;
	font-weight: bold;
	text-shadow: #fff 0 1px 1px;
	text-decoration: none;
	text-align: center;
	line-height: 45px;
	background-image: url(/images/menu-bg.png);
	background-repeat: no-repeat;
}
#header ul.menu a.open {
	color: #fff;
	text-shadow: #000 0 1px 1px;
}
#header ul.menu a.why-mobile {
	padding-left: 8px;
	width: 158px;
}
#header ul.menu a.clients {
	width: 117px;
	background-position: -166px 0;
}
#header ul.menu a.about {
	padding-right: 8px;
	width: 113px;
	background-position: -283px 0;
}
#header ul.menu a.why-mobile.open {
	background-position: 0 -49px;
}
#header ul.menu a.clients.open {
	background-position: -166px -49px;
}
#header ul.menu a.about.open {
	background-position: -283px -49px;
}
#header form.login {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	height: 41px;
	width: 343px;
	background-image: url(/images/login-bg.png);
	background-repeat: no-repeat;
}
#header form.login label {
	position: relative;
	top: 7px;
	margin-left: 15px;
}
#header form.login input[type="text"], #header form.login input[type="password"] {
	position: relative;
	top: 2px;
	width: 96px;
}
#header form.login a.login {
	position: absolute;
	top: 5px;
	right: 15px;
	height: 21px;
	width: 47px;
	font-size: 12px;
	font-weight: bold;
	color: #081825;
	display: block;
	text-shadow: #fff 0 1px 1px;
	line-height: 21px;
	text-decoration: none;
	text-align: center;
	background-image: url(/images/login-icon-submit.png);
	background-repeat: no-repeat;
}
#display p, #display ul {
	width: 650px;
	color: #d1dbdc;
	font-size: 20px;
	text-shadow: #000 0 1px 1px;
}
#display ul {
	font-size: 15px;
}
#display ul li {
	margin-bottom: 10px;
}
#iphone {
	position: absolute;
	top: 25px;
	right: -90px;
	height: 719px;
	width: 475px;
	background-image: url(/images/iphone-bg.png);
	background-repeat: no-repeat;
	background-position: center 0;
}
#iphone div.display {
	position: absolute;
	top: 127px;
	left: 104px;
	height: 392px;
	width: 270px;
	background-color: black;
}
#iphone h3 {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	display: block;
	height: 38px;
	width: 270px;
	background-image: url(/images/iphone-ui-header.png);
	background-repeat: no-repeat;
}
#iphone h3 span {
	display: none;
}
#iphone h4 {
	position: absolute;
	top: 35px;
	left: 0;
	margin: 0;
	padding: 6px 0 0 0;
	display: block;
	height: 56px;
	width: 270px;
	font-size: 15px;
	background-image: url(/images/iphone-ui-banner.png);
	background-repeat: no-repeat;
	text-align: center;
}
#iphone h4 small {
	font-size: 9px;
	font-weight: normal;
	white-space: nowrap;
}
#iphone div.button {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 48px;
	width: 270px;
	background-image: url(/images/iphone-ui-button.png);
	background-repeat: no-repeat;
}
#iphone div.button a {
	position: absolute;
	top: 7px;
	left: 12px;
	display: block;
	height: 34px;
	width: 246px;
	color: #081825;
	font-size: 20px;
	font-weight: bold;
	text-shadow: #fff 0 1px 1px;
	line-height: 34px;
	text-align: center;
	text-decoration: none;
	background-image: url(/images/iphone-ui-button.png);
	background-repeat: no-repeat;
	background-position: 0 -48px;
}
#iphone div.button a:hover {
	background-position: 0 -82px;
}
#iphone #appstore {
	position: absolute;
	bottom: -250px;
	left: 42px;
}
#iphone img.content {
	margin-top: 88px;
}
#display div.centerer {
	background-image: url(/images/display-highlight.png);
	background-repeat: no-repeat;
	background-position: left 0;
}
#display div.content {
	height: 240px;
}
#display a.buttons {
	position: absolute;
	bottom: 18px;
	left: 60px;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	text-shadow: #000 0 1px 1px;
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 8px 18px 0 0;
	height: 53px;
	width: 217px;
	background-image: url(/images/display-buttons.png);
	background-repeat: no-repeat;
}
#display a.buttons:hover, #display a.buttons.open {
	background-position: 0 -61px;
}
#display a.buttons.green {
	left: 430px;
	background-position: -235px 0;
}
#display a.buttons.green:hover, #display a.buttons.green.open {
	background-position: -235px -61px;
}
#display a.buttons small {
	font-size: 13px;
	color: #081825;
	font-weight: bold;
	text-shadow: #ddd 0 1px 1px;
}
#display div.lines {
	position: absolute;
	left: 360px;
	bottom: 5px;
	height: 97px;
	width: 12px;
	background-image: url(/images/lines-display.png);
	background-repeat: no-repeat;
}
#display div.clients img {
	margin: 5px 10px 0 0;
}
#main ul.points {
	float: left;
	margin: 30px 0 0 -20px;
	padding: 0;
	list-style: none;
	width: 315px;
}
#main ul.points li {
	margin: 0;
	padding: 10px 0;
	position: relative;
	padding-left: 100px;
	width: 215px;
	height: 170px;
}
#main ul.points h3 {
	margin: 0;
	padding: 0;
	font-size: 28px;
	color: #081825;
	text-shadow: #fff 0 1px 1px;
}
#main ul.points p {
	margin-top: 10px;
	padding: 0;
	color: #7f7e7e;
	font-size: 17px;
	line-height: 19px;
	font-weight: bold;
	text-shadow: #fff 0 1px 1px;
}
#main ul.points img {
	position: absolute;
	bottom: 10px;
	left: 0;
}
#main div.lines {
	position: absolute;
	left: 370px;
	bottom: 0;
	height: 100%;
	width: 2px;
	background-image: url(/images/lines-main.png);
	background-repeat: repeat-y;
}
#footer span {
	position: absolute;
	top: 20px;
	right: 0px;
}
#footer span a {
	color: #fff;
}
#footer div.lines {
	position: absolute;
	left: 367px;
	bottom: 0;
	height: 87px;
	width: 7px;
	background-image: url(/images/lines-footer.png);
	background-repeat: no-repeat;
}
#forms form {
	position: absolute;
	padding-top: 30px;
	top: 430px;
	left: 0;
	height: 397px;
	width: 277px;
	background-image: url(/images/form-sprites.png);
	background-repeat: no-repeat;
	z-index: 1;
}
#forms form p {
	clear: both;
	margin: 0;
	padding: 0;
}
#forms form label {
	float: left;
	display: block;
	margin-left: 10px;
	color: #fff;
	width: 100px;
	font-size: 11px;
	text-align: right;
	padding: 0 0 15px 0;
}
#forms form input, #forms form select {
	float: left;
	margin-left: 10px;
}
#forms form.merchants {
	left: 37px;
}
#forms form.consumers {
	left: 410px;	
}
#forms label a {
	color: #fff;
}
#forms a[title="submit"], #forms a[title="cancel"] {
	position: absolute;
	bottom: 10px;
	height: 27px;
	width: 120px;
	display: block;
	text-align: center;
	font-size: 15px;
	color: #fff;
	line-height: 27px;
	text-shadow: #000 0 1px 1px;
	text-decoration: none;
	background-image: url(/images/form-sprites.png);
	background-repeat: no-repeat;
}
#forms a[title="submit"] {
	left: 10px;
	background-position: -277px 0;
}
#forms a[title="cancel"] {
	right: 10px;
	background-position: -397px 0;
}
#forms a[title="submit"]:hover {
	background-position: -277px -27px;
}
#forms a[title="cancel"]:hover {
	background-position: -397px -27px;
}