html {
	margin:0;
	padding:0;
	border:0;
}

body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display: block;
}

body {
	line-height: 1.5;
	background: white;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	float:none !important;
}
table, th, td {
	vertical-align: middle;
}

blockquote:before, blockquote:after, q:before, q:after { content: ''; }
blockquote, q { quotes: "" ""; }

a img { border: none; }
a {text-decoration: none;}


@font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/gothamrnd-medium-webfont.eot');
    src: url('../fonts/gothamrnd-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gothamrnd-medium-webfont.woff') format('woff'),
         url('../fonts/gothamrnd-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/gothamrnd-light-webfont.eot');
    src: url('../fonts/gothamrnd-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gothamrnd-light-webfont.woff') format('woff'),
         url('../fonts/gothamrnd-light-webfont.ttf') format('truetype');
    font-weight: light;
    font-style: light;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/gothamrnd-bold-webfont.eot');
    src: url('../fonts/gothamrnd-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gothamrnd-bold-webfont.woff') format('woff'),
         url('../fonts/gothamrnd-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: bold;
}

html, body { height: 100%;}

body { 
	color: #346c8c;
	font-family: "Gotham Rounded";
	background: white url('../images/background1.jpg') no-repeat center center fixed; background-size: 100%; min-width:500px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#wrapper { background-color: transparent; width: 100%; padding: 0px; }
ul { list-style: none; text-align: center; width: 460px; margin-left:80px;}

.logo img { height: 95px; margin-top:80px; margin-bottom:30px; }
.lt img { height: 18px; padding-bottom: 5px; }
.lt { font-family: 'Gotham Rounded'; font-weight: normal; font-size: 14px;  padding: 30px 40px 30px; border-top: 1px; border-bottom: 1px; border-style: dotted;
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 80px 80px 130px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 80px 80px 130px rgba(255, 255, 255, 0.5);
	box-shadow: 80px 80px 130px rgba(255, 255, 255, 0.5);
}
.download { padding-top: 20px; }

.button {
	color: #FFF !important;
	font-size: 14px;
	text-shadow: 1px 1px 0px #7CACDE;
	box-shadow: 1px 1px 1px #BEE2F9;
	padding: 10px 25px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #63B8EE;
	background: linear-gradient(top,  #63B8EE,  #468CCF);
	background: -ms-linear-gradient(top,  #63B8EE,  #468CCF);
	background: -webkit-gradient(linear, left top, left bottom, from(#63B8EE), to(#468CCF));
	background: -moz-linear-gradient(top,  #63B8EE,  #468CCF);
}

.button:hover {
	color: #14396A !important;
	background: #468CCF;
	background: linear-gradient(top,  #468CCF,  #63B8EE);
	background: -ms-linear-gradient(top,  #468CCF,  #63B8EE);
	background: -webkit-gradient(linear, left top, left bottom, from(#468CCF), to(#63B8EE));
	background: -moz-linear-gradient(top,  #468CCF,  #63B8EE);
}

h2 { font-weight: normal; font-size: 24px; margin:0; margin-bottom:20px; }

p { margin-top:20px; }
a { color:#346c8c;}