html, body {
	font-size: 100%;
}

body {
	background: #e9eef7;
	color: #000000;
	font-family: "Helvetica Neue", "Tahoma", sans-serif;
	min-width: 1000px;
}

img {
	border: 0;
}

a {
	color: #0086ca;
}

.main {
	padding: 0;
	margin: 0 auto;
	width: 1000px;
}

.top-menu {
	width: 100%;
}

.top-contacts {
	float: left;
	width: 96%;
	margin-top: 10px;
	padding-right: 0px;
}

.top-logo {	
	float: left;
}

.top-description {
	float: left;
	width: 100%;
	padding: 0 0 80px 10px;
	line-height: 140%;
	text-align: center;
}

.app-header {
	padding: 100px 0 60px 0;
	float: left;
	width: 100%;
	text-align: center;
}

.app-screenshots {
	float: left;
	padding: 0 0 120px 0;
	width: 100%;
	text-align: center;
}

.app-logo {
	padding: 80px 0 60px 0;
	float: left;
	width: 100%;
	text-align: center;
}

.screenshot-left {
	float: left;
	width: 500px;	
}

.screenshot-right {
	float: right;
	width: 440px;
	padding-left: 60px;
}

.description-right {
	float: right;
	width: 500px;
	padding: 60px 0 0 0;
	line-height: 140%;
}

.description-left {
	float: left;
	width: 480px;
	padding: 60px 20px 0 0;
	line-height: 140%;
}

.description-right h2 {
	color: #a3a3a3;
}

.description-left h2 {
	color: #a3a3a3;
}

.support {
	background: url('img/support.png') no-repeat;
	padding-left: 24px;
	padding-right: 40px;
	height: 24px;
	font-size: 80%;
	font-weight: bold;
	color: #000000;
	vertical-align: middle;
	text-align: left;
	float: right;
}

.twitter {
	background: url('img/twitter.png') no-repeat;
	padding-left: 24px;
	height: 24px;
	font-size: 80%;
	font-weight: bold;
	color: #000000;
	vertical-align: middle;
	text-align: left;
	float: right;
}

.blog {
	background: url('img/blog.png') no-repeat;
	padding-left: 24px;
	padding-right: 38px;
	height: 24px;
	font-size: 80%;
	font-weight: bold;
	color: #000000;
	vertical-align: middle;
	text-align: left;
	float: right;
}

.line {
	float: left;
	width: 100%;
	padding: 0 0 60px 0;
}

.line-iphone {
	float: left;
	width: 100%;
	padding: 0px 0 40px 0;
}

.column {
	float: left;
	width: 50%;
}

.description {	
	padding-top: 20px;
	padding-bottom: 50px;
	padding-left: 40px;
	padding-right: 40px;
	color: #000000;
	line-height: 140%;
}

.screenshots {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.screenshot {
	float: left;
	width: 25%;
	text-align: center;
}

.bigscreen {
	 display: none;
}

.bottom-description {
	background: url('img/warning.png') no-repeat;
	float: left;
	width: 100%;
	margin-top: 60px;
	padding-top: 2px;
	padding-left: 36px;
	color: #000000;
	vertical-align: middle;
	font-size: 100%;
}

.download_or_buy {
	float: left;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 20px;
	text-align: center;
}

.copyright {
	float: left;
	width: 100%;
	margin-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	font-size: 80%;
	color: #505050;
}

small {
	font-size: 80%;
	color: #505050;
}

.clear {
	float: left;
	width: 100%;
	display: none;
}

.blog-note {
	float: left;
	width: 100%;
	padding-bottom: 60px;
}

.blog-header {
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 140%;
}

.blog-date {
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 30px;
	color: #565656;
	font-size: 80%;
}

.blog-content {
	line-height: 140%;
}