@font-face {
	font-family: 'Calibri';
	src: url('fonts/calibri.eot');
	src: local('☺'), url('fonts/calibriI.woff') format('woff'), url('fonts/calibri.ttf') format('truetype'), url('fonts/calibri.svg') format('svg');
	font-weight: 300;
	font-style: normal;
}



@font-face {
	font-family: 'Helvetica_LT_Std_Regular';
	src: url('fonts/Helvetica_LT_Std_Regular.eot');
	src: local('☺'), url('fonts/Helvetica_LT_Std_Regular.woff') format('woff'), url('fonts/Helvetica_LT_Std_Regular.ttf') format('truetype'), url('fonts/Helvetica_LT_Std_Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background: url('../images/bg.png');
	padding: 0;
	margin: 0;
	font-family: 'Calibri';

}

header {
	height:120px;
	background: url('../images/header_bg.png') repeat-x left top;
}

.container {
	width: 820px;
	margin: 0 auto;
}

.logo {
	width: 180px;
	padding: 30px 0 0 20px;
	float:left;
}

.about {
	font-size: 15px;
	color: #acadae;
	text-align: right;
	width: 60%;
	float: right;
	padding: 30px 15px 0 0;
}

footer {
	background:#f9f9fa;
	border-top: 1px solid #cccccc;
	height:122px;
}

footer .copyright {
	width: 33%;
	float: left;
	color: #666;
	padding: 52px 0;
	font-size: 12px;
	font-family: 'Helvetica_LT_Std_Regular';
}

footer .links {
	width:33%;
	float:left;
	padding: 32px 0;
}

footer .links ul li {
	list-style:none;
	float:left;
	padding: 0 2px;
	color: #b2b2b2;
}

footer .links ul li a {
	color:#3d82c6;
	font-size:15px;
	text-decoration:none;
}

footer .social {
	width:33%;
	float:left;
	padding:51px 0;
	font-size:12px;
	color:#666;
	text-align:right;
}

footer .social span {
	margin-right:5px;
	font-family: 'Helvetica_LT_Std_Regular';
}

footer .social img {
	margin: -9px 2px;
}

.btn {
	border: 2px solid #56932d; /* stroke */
	-moz-border-radius: 12px / 13px;
	-webkit-border-radius: 12px / 13px;
	border-radius: 12px / 13px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-color: #65ad35; /* layer fill content */
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.1) 0%, rgba(255,255,255,.1) 100%); /* gradient overlay */
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.1) 0%, rgba(255,255,255,.1) 100%); /* gradient overlay */
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.1) 0%, rgba(255,255,255,.1) 100%); /* gradient overlay */
	background-image: linear-gradient(bottom, rgba(0,0,0,.1) 0%, rgba(255,255,255,.1) 100%); /* gradient overlay */
	color: #FFF;
	text-align: center;
	height: 18px;
	width: 120px;
	display: inline-block;
	padding: 4px;
	font-size:14px;
	text-decoration:none;
}

.btn:hover {
	background-color: #65ad35; /* layer fill content */
	background-image: -moz-linear-gradient(bottom, rgba(255,255,255,.1) 0%, rgba(0,0,0,.1) 100%); /* gradient overlay */
	background-image: -o-linear-gradient(bottom, rgba(255,255,255,.1) 0%, rgba(0,0,0,.1) 100%); /* gradient overlay */
	background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,.1) 0%, rgba(0,0,0,.1) 100%); /* gradient overlay */
	background-image: linear-gradient(bottom, rgba(255,255,255,.1) 0%, rgba(0,0,0,.1) 100%); /* gradient overlay */
	cursor:pointer;
}

.application {
	border: 1px solid #ccc; /* stroke */
	-moz-border-radius: 19px;
	-webkit-border-radius: 19px;
	border-radius: 19px; /* border radius */
	background-color: #fff; /* layer fill content */
	margin: 30px auto;
	padding: 20px 7px 15px 7px;

}

.app-image {
	border: 1px solid #ccc; /* stroke */
	-moz-border-radius: 16px 16px 1px 1px;
	-webkit-border-radius: 16px 16px 1px 1px;
	border-radius: 16px 16px 1px 1px; /* border radius */
	overflow:hidden;
	width: 773px;
	margin: 0 auto;
	display: block;
}

.application h2 {
	font-size:23px;
	color:#323232;
	padding: 0 15px;
}

.application .app-desc {
	font-size:14px;
	color:#323232;
	padding: 0 15px;
}

.application .links {
	height: 50px;
	padding: 15px;
}

.application .stores {
	margin: 10px 0;
	float: left;
}

.application .buttons {
	margin: 23px 0;
	float: right;
}

.content {
	min-height: 350px;
}

a img {
	border:none;
}