/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/
@font-face
{
    font-family: "FuturaBT";
    font-style: normal;
    font-weight: normal;
    src: url("../files/futural-futurabt_light.eot?#iefix") format("embedded-opentype"),
	url("../files/futural-futurabt_light.woff") format("woff"),
	url("../files/futural-futurabt_light.ttf") format("truetype"),
	url("../files/futural-futurabt_light.svg#FuturaBT") format("svg");
}

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

#header-top
{
    background: linear-gradient(to bottom, #F8FAFB 0%, #F0F4F7 100%) repeat scroll 0 0 transparent;
    height: 105px;
}

/*.header-top-content
{
    padding: 0;
    text-align: left;
}*/

#header-top .logo
{
    float: right;
    margin: 15px 0 0 0;
	padding-right: -7px;
    text-decoration: none;
}

#header-menu
{
    background: linear-gradient(to bottom, #003B6D 0%, #002F57 100%) repeat scroll 0 0 transparent;
    height: 56px;
}

#text
{
    max-width: 750px;
}

#footer-links
{
    background: linear-gradient(to bottom, #97C4DD 0%, #CDE9F8 100%) repeat scroll 0 0 transparent;
	height: 150px;
}

#footer-links-background
{
	height: 150px;
}

@media only screen and (min-width: 1400px)
{
    #footer-links-background
    {
        background: url("../files/footer_links_background.png") no-repeat scroll center bottom transparent;
    }
}

#footer-bottom
{
    background: linear-gradient(to bottom, #002F57 0%, #003969 100%) repeat scroll 0 0 transparent;
}

#footer-bottom div
{
    color: #D1DBE4;
    font: 12px/16px Arial;
    padding: 15px;
}

#footer-bottom .copyright
{
    display: block;
}

#footer-bottom a
{
    color: #D1DBE4;
    font: 12px/16px Arial;
    text-decoration: underline;
}

#footer-bottom a:hover
{
    text-decoration: none;
}

body
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    padding-top: 0;
}

main
{
    color: #697177;
    padding: 3em 0;
}

main h1
{
    color: #009EE1;
    font: 25px/30px 'FuturaLight';
    margin: 0 0 14px;
    text-transform: uppercase;
}

footer, header, main
{
    display: block;
}