﻿@charset "UTF-8";
/* CSS Document */

/************GLOBAL STYLES************/

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

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

body {
    margin: 0;
    background-color: #e3e1db;
}

img {
    border: none;
    height: 40px;
}

#container {
    position: relative;
    width: 100%;
    height: auto;
    margin: auto;
}

header.top {
    position: relative;
    width: 100%;
    height: 44px;
    margin: 0;
    padding: 0;
    background-color: #33363b;
}

header.bottom {
    position: relative;
    width: 100%;
    height: 85px;
    margin: 0;
    padding: 0;
    background-color: #8a7b4d;
}

.header-content {
    position: relative;
    width: 900px;
    height: auto;
    margin: auto;
}

img#logo {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 202px;
    height: 85px;
    margin: 0;
    padding: 0;
    z-index: 1000;
}

.lang-icon {
    float: right;
    width: 16px;
    height: 11px;
    margin: 15px 0px 0px 10px;
}

#customer-service {
    position: absolute;
    top: 16px;
    right: 85px;
    width: auto;
    height: auto;
    color: #fff;
    text-align: right;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 11px;
}

nav {
    position: absolute;
    top: 0px;
    right: 0px;
    width: auto;
    height: 85px;
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    text-align: right;
}

    nav ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

        nav ul li {
            float: left;
            margin: 0px;
            padding: 0px;
        }

            nav ul li a {
                display: block;
                height: 85px;
                color: #fff;
                text-decoration: none;
                padding: 45px 15px 0px 15px;
            }

                nav ul li a:hover {
                    background-color: #33363b;
                }


main {
    width: 900px;
    height: auto;
    margin: auto;
}

footer {
    /*clear:both;*/
    width: 900px;
    height: auto;
    margin: auto;
    background-color: #33363b;
    padding: 25px;
    color: #626262;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 9px;
    text-transform: uppercase;
}

    footer ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        footer ul li {
            padding-bottom: 10px;
        }

            footer ul li a {
                color: #fff;
                text-decoration: none;
            }

                footer ul li a:hover {
                    color: #8a7b4d;
                }

.banner-ad {
    float: right;
    width: 600px;
    height: 100px;
}

.clearfix {
    overflow: auto;
}

/************HOME PAGE STYLES************/

#hero-banner {
    position: relative;
    width: 900px;
    height: 297px;
    margin: auto;
    background-image: url(images/hero-banner-01.jpg);
    background-repeat: no-repeat;
}

#hero-text {
    position: absolute;
    top: 33px;
    right: 20px;
    width: 480px;
    height: 230px;
    margin: 0;
    padding: 25px;
    background-color: #fff;
    color: #333;
}

.hero-text-1 {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
}

.hero-text-2 {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 46px;
    line-height: 53px;
    text-transform: uppercase;
}

.hero-text-3 {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}

#cta-container {
    width: 900px;
    height: auto;
    margin: auto;
    padding: 40px 0px 40px 0px;
}

#cta-reg {
    float: left;
    width: 355px;
    /*height: auto;*/
    min-height: 200px;
    margin-left: 75px;
    background-color: #fff;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    color: #333;
}

#cta-track {
    float: left;
    width: 355px;
    /*height: auto;*/
    min-height: 200px;
    margin-left: 40px;
    background-color: #fff;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    color: #333;
}

.cta-btn {
    height: auto;
    padding: 25px 35px 15px 35px;
}

.cta-icon {
    float: left;
    width: 67px;
    margin: 0 15px 0 0;
}

.cta-link {
    float: left;
    width: 203px;
    height: auto;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
}

    .cta-link a {
        color: #333;
        text-decoration: none;
    }

        .cta-link a:hover {
            color: #8a7b4d;
        }

.cta-text {
    margin: 0px;
    padding: 0px 35px 25px 35px;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
}

/************CONTENT PAGE STYLES************/

#content-page-container {
    width: 900px;
    margin: 25px 0px;
    min-height: 350px;
    padding: 30px 25px;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #333;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

    #content-page-container a.black {
        color: #333;
    }

        #content-page-container a.black:hover {
            color: #8a7b4d;
        }

#content-page-header {
    position: relative;
    width: 850px;
    height: auto;
    margin: 0 0 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
}

#header-icon {
    float: left;
    width: auto;
    height: auto;
    margin-right: 12px;
}

/*.header-icon {
	width:auto;
	height:40px;
}*/

#header-text {
    float: left;
    width: 700px;
    height: auto;
}

h1 {
    margin: 0px 0px 7px 0px;
    padding: 0px;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 22px;
    text-transform: uppercase;
}

h2 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    font-size: 14px;
}

    h2 a {
        color: #333;
    }

        h2 a:hover {
            color: #8a7b4d;
        }

    h2 ul {
        list-style: none;
        margin: 8px 0px 0px 0px;
        padding: 0px;
    }

        h2 ul li {
            padding: 0px 0px 3px 1em;
            text-indent: -.7em;
            font-size: 12px;
        }

            h2 ul li:before {
                content: "• ";
                color: #333;
            }

h3 {
    margin: 0px;
    padding: 0px;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
}

p {
    margin: 0px;
    padding: 0px;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
}

.font-10px {
    font-size: 10px;
}

.border-top {
    border-top: 1px solid #e4e4e4;
}

#content-page-content {
    width: auto;
    height: auto;
}

.align-center {
    text-align: center;
}

table {
    margin: 0;
    padding: 0;
    border: none;
}

input {
    margin: 0px;
}

select {
    margin: 0px;
}

input.main-btn {
    margin: 0px;
    padding: 7px 12px 6px 12px;
    border: none;
    background-color: #8a7b4d;
    color: #fff;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
}

    input.main-btn:hover {
        cursor: pointer;
        background-color: #666;
    }

input.grey-btn {
    margin: 0px;
    padding: 7px 12px 6px 12px;
    border: none;
    background-color: #444;
    color: #fff;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
}

    input.grey-btn:hover {
        cursor: pointer;
        background-color: #666;
    }

input::-moz-focus-inner {
    border: 0;
}

a.main-btn {
    margin: 0px;
    padding: 7px 12px 6px 12px;
    border: none;
    background-color: #8a7b4d;
    color: #fff;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}

    a.main-btn:hover {
        background-color: #666;
    }

a.grey-btn {
    margin: 0px;
    padding: 7px 12px 6px 12px;
    border: none;
    background-color: #444;
    color: #fff;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}

    a.grey-btn:hover {
        background-color: #666;
    }

button.main-btn {
    margin: 0px;
    padding: 7px 12px 6px 12px;
    border: none;
    background-color: #8a7b4d;
    color: #fff;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
}

    button.main-btn:hover {
        cursor: pointer;
        background-color: #666;
    }

button.grey-btn {
    margin: 0px;
    padding: 7px 12px 6px 12px;
    border: none;
    background-color: #444;
    color: #fff;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
}

    button.grey-btn:hover {
        cursor: pointer;
        background-color: #666;
    }
