@font-face {
    font-family: 'DroidSansRegular';
    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#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DroidSansBold';
    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#DroidSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nexa_lightregular';
    src: url('fonts/nexa_light-webfont.eot');
    src: url('fonts/nexa_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/nexa_light-webfont.woff') format('woff'),
         url('fonts/nexa_light-webfont.ttf') format('truetype'),
         url('fonts/nexa_light-webfont.svg#nexa_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nexa_boldregular';
    src: url('fonts/nexa_bold-webfont.eot');
    src: url('fonts/nexa_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/nexa_bold-webfont.woff') format('woff'),
         url('fonts/nexa_bold-webfont.ttf') format('truetype'),
         url('fonts/nexa_bold-webfont.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {font: .75em/1.8em 'DroidSansRegular', Arial, Helvetica, sans-serif; color: #6b6b6b;}
body, h1, h2, p {margin: 0; padding: 0; }
.clear {clear: both;}

#download-wrapper {width: 100%;}
#download-wrapper h1 {font: 2.4em 'nexa_lightregular', Arial, Helvetica, sans-serif;}
.dl-col {float: left; width: 43%; margin: 10px 10px 0 0; background-color: #dde4e6; padding: 20px; min-height: 175px;}
.dl-col:hover {background-color: #e3e0d6;}
.dl-col h2 {font: 1.7em 'nexa_boldregular', Arial, Helvetica, sans-serif; margin-bottom: 15px;}
.dl-col p {min-height: 60px;}
.btn {
	margin: 10px 0;
	font-size: .9em;
}
.btn a {
	color: #000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 15px 10px;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 1.3em;
}

.downloadnow a {
	background-color: #ffcf06;
}
.downloadnow a:hover {
	background-color: #ffe473;
}
.sendspace a {
	background: #4fbcfc url(../images/logo-sendspace.png) no-repeat center center; text-indent: -9999px;
}
.sendspace a:hover {
	background-color: #80d0ff;
}