@font-face {
    font-family: 'droid_sansregular';
    src: url('fonts/DroidSans-webfont.eot');
    src: url('fonts/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/DroidSans-webfont.woff') format('woff'),
         url('fonts/DroidSans-webfont.ttf') format('truetype'),
         url('fonts/DroidSans-webfont.svg#droid_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'droid_sansbold';
    src: url('fonts/DroidSans-Bold-webfont.eot');
    src: url('fonts/DroidSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/DroidSans-Bold-webfont.woff') format('woff'),
         url('fonts/DroidSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/DroidSans-Bold-webfont.svg#droid_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'typograph_prolight';
    src: url('fonts/typograph_pro_light-webfont.eot');
    src: url('fonts/typograph_pro_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/typograph_pro_light-webfont.woff2') format('woff2'),
         url('fonts/typograph_pro_light-webfont.woff') format('woff'),
         url('fonts/typograph_pro_light-webfont.ttf') format('truetype'),
         url('fonts/typograph_pro_light-webfont.svg#typograph_prolight') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	padding:0px;
	margin:0px;
	background:url(images/page_bg.jpg) center center;
}

.header-wrapper {
	position:relative;
	width:100%;
	text-align:center;
	background:#3fa1d0;
	min-height:78px;
	padding-bottom:20px;

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.header-wrapper .header {
	position:relative;
    font-family: 'typograph_prolight';
	text-transform:uppercase;
	font-size:22px;
	letter-spacing:20px;
	color:#fff;
	padding-top:25px;
	max-width:960px;
	width:100%;
	margin-left:auto;
	margin-right:auto;

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.content-wrapper {
	position:relative;
	width:100%;
	text-align:center;
	padding-bottom:20px;
}

.content-wrapper .content {
    font-family: 'droid_sansregular';
	font-size:14px;
	color:#3a3a3a;
	position:relative;
	text-align:left;
	max-width:960px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding-left:10px;
	padding-right:10px;

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.content-wrapper .content h1 {
    font-family: 'droid_sansregular';
	font-size:20px;
	color:#3a3a3a;
	text-transform:uppercase;
	border-bottom:1px solid #e4e4e4;
	padding-bottom:10px;
	margin-bottom:30px;
}

.content-wrapper .content img {
	width:100%;
	max-width:919px;
	height:auto;
}

a {
	text-decoration:none !important;
}

a .download-btn {
    font-family: 'droid_sansregular';
	text-transform:uppercase;
	font-size:12px;
	color:#fff;
	width:155px;
	height:32px;
	background:#3fa1d0 url(images/download_btn.jpg) left center no-repeat;
	padding-top:6px;
	padding-left:40px;
	margin-left:auto;
	margin-right:auto;

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.footer-wrapper {
	position:relative;
	width:100%;
	text-align:center;
	background:#3a3a3a;
	min-height:32px;
	margin-top:20px;
	padding-bottom:10px;

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.footer-wrapper .footer {
	position:relative;
    font-family: 'droid_sansregular';
	text-align:left;
	font-size:12px;
	color:#fff;
	padding-top:10px;
	max-width:960px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding-left:10px;
	padding-right:10px;

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
