@charset "utf-8";
/* CSS Document */

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
	-webkit-text-size-adjust: 100%;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

/* ==========================================================================
   Fonts
   ========================================================================== */

@font-face
{
    font-family: "FuturaStdBook";
    src: url("../fonts/FuturaStd-Book.eot");
    src: url("../fonts/FuturaStd-Book.eot?#iefix") format("embedded-opentype"),
         url("../fonts/FuturaStd-Book.woff") format("woff"),
         url("../fonts/FuturaStd-Book.ttf") format("truetype"),
         url("../fonts/FuturaStd-Book.svg#FuturaStdBook") format("svg");
    font-style: normal;
    font-weight: normal;
}

@font-face
{
    font-family: "FuturaStdBold";
    src: url("../fonts/FuturaStd-Bold.eot");
    src: url("../fonts/FuturaStd-Bold.eot?#iefix") format("embedded-opentype"),
         url("../fonts/FuturaStd-Bold.woff") format("woff"),
         url("../fonts/FuturaStd-Bold.ttf") format("truetype"),
         url("../fonts/FuturaStd-Bold.svg#FuturaStdBold") format("svg");
    font-style: normal;
    font-weight: bold;
}

@font-face
{
    font-family: "FuturaStdLight";
    src: url("../fonts/FuturaStd-Light.eot");
    src: url("../fonts/FuturaStd-Light.eot?#iefix") format("embedded-opentype"),
         url("../fonts/FuturaStd-Light.woff") format("woff"),
         url("../fonts/FuturaStd-Light.ttf") format("truetype"),
         url("../fonts/FuturaStd-Light.svg#FuturaStdLight") format("svg");
    font-style: normal;
    font-weight: normal;
}

@font-face
{
    font-family: "FuturaMedium";
    src: url("../fonts/Futura-Medium.eot");
    src: url("../fonts/Futura-Medium.eot?#iefix") format("embedded-opentype"),
         url("../fonts/Futura-Medium.woff") format("woff"),
         url("../fonts/Futura-Medium.ttf") format("truetype"),
         url("../fonts/Futura-Medium.svg#FuturaMedium") format("svg");
    font-style: normal;
    font-weight: normal;
}

@font-face
{
    font-family: "HelveticaNeueCondensedBold";
    src: url("../fonts/HelveticaNeueCondensed-Bold.eot");
    src: url("../fonts/HelveticaNeueCondensed-Bold.eot?#iefix") format("embedded-opentype"),
         url("../fonts/HelveticaNeueCondensed-Bold.woff") format("woff"),
         url("../fonts/HelveticaNeueCondensed-Bold.ttf") format("truetype"),
         url("../fonts/HelveticaNeueCondensed-Bold.svg#HelveticaNeueCondensedBold") format("svg");
    font-style: normal;
    font-weight: normal;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.floatLeft
{
    float: left;
}

.floatRight
{
    float: right;
}

.bold
{
	font-family: "FuturaStdBold", "Helvetica", "Arial", sans-serif;
	font-weight: bold;
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clear
{
	clear: both;
	float: none;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}