/* Table of Content
==================================================
	#Font-Face
	#Site Styles
	#Page Styles
	#Media Queries    */

/* #Font-Face
================================================== */
@font-face {
    font-family: 'AvantGardeGothicMedium';
    src: url('../fonts/avantgarmed-webfont.eot');
    src: url('../fonts/avantgarmed-webfontd41dd41d.html?#iefix') format('embedded-opentype'), url('../fonts/avantgarmed-webfont.woff') format('woff'), url('../fonts/avantgarmed-webfont.ttf') format('truetype'), url('../fonts/avantgarmed-webfont.svg#AvantGardeGothicMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvantGardeGothicDemi';
    src: url('../fonts/avantgardem-webfont.eot');
    src: url('../fonts/avantgardem-webfontd41dd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/avantgardem-webfont.woff') format('woff'), url('../fonts/avantgardem-webfont.ttf') format('truetype'), url('../fonts/avantgardem-webfont.svg#AvantGardeGothicDemi') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* #Site Styles
================================================== */
body {
    background: #000;
    background-repeat: repeat-x;
    font-family: "AvantGardeGothicMedium", "AvantGardeGothicDemi", Arial, Verdana, Helvetica;
    font-size: 14px;
    line-height: 20px;
    color: #EAE3E3;
    margin: 0px;
}

p.center {
    text-align: center;
}

a:visited, a:link {
    text-decoration: none;
    color: #666;
}

a:hover {
    text-decoration: none;
    color: #ccc;
}


.ie8 html, .ie8 body, .ie7 html, .ie7 body, .ie6 html, .ie6 body {
    min-width: 980px;
}
/* Use if you have a full-width container */

/* #Typography
	================================================== */

h1 {
    font-family: "AvantGardeGothicDemi", Arial, Verdana, Helvetica;
    font-weight: normal;
    font-size: 30px;
    color: #E00000;
    line-height: 1.0em;
}

h2 {
    font-family: "AvantGardeGothicDemi", Arial, Verdana, Helvetica;
    font-weight: normal;
    font-size: 25px;
    color: #CB0000;
    margin: 0px 0px 10px 0px;
}

h3 {
    font-family: "AvantGardeGothicDemi", Arial, Verdana, Helvetica;
    font-weight: normal;
    font-size: 17px;
    color: #CB0000;
    margin: 0px 0px 10px 0px;
}

h4 {
    font-family: "AvantGardeGothicDemi", Arial, Verdana, Helvetica;
    font-weight: normal;
    font-size: 16px;
    color: #EC3030;
    margin: 0px 0px 10px 0px;
}

h5 {
    font-family: "AvantGardeGothicDemi", Arial, Verdana, Helvetica;
    font-weight: normal;
    font-size: 15px;
    color: #CB0000;
    margin: 0px 0px 0px 0px;
}

h6 {
    font-family: "AvantGardeGothicDemi", Arial, Verdana, Helvetica;
    font-weight: normal;
    font-size: 13px;
    color: #EC3030;
    margin: 0px 0px 10px 0px;
}


/* #Header
	================================================== */

.global-header {
    position: relative;
    z-index: 50;
    margin-bottom: 3px;
}

    .global-header h3 {
        color: #CB0000;
        font-size: 22px;
        line-height: 1.1em;
        margin: 25px 0px 3px 0px;
        padding: 0;
    }

    .global-header #logo {
        margin-top: 25px;
        text-align: left;
        color: #fff;
    }

        .global-header #logo a.logo {
            font-size: 31px;
            line-height: 50px;
            color: #fff;
            letter-spacing: -1px;
        }

        .global-header #logo a.sub {
            font-size: 15px;
            color: #ECE9E9;
        }


/* #Navigation
	================================================== */

.top-navigation {
    overflow: hidden;
}

    .top-navigation img {
        float: right;
        margin: 27px 0px 0px 12px;
    }

    .top-navigation ul {
        float: right;
        font-family: "AvantGardeGothicMedium", Arial, Verdana, Helvetica;
    }

    .top-navigation li {
        float: none;
        text-align: right;
        color: #929292;
		display:inline-block;
        font-size: 13px;
    }

        .top-navigation li:last-child {
            border-right: none;
            padding-right: 0;
        }

    .top-navigation a {
        font-size: 13px;
        font-weight: normal;
        color: #8b8a8a;
        float: left;
        padding: 0px 0px 0px 0px;
    }

    .top-navigation h3 a {
        color: #CB0000;
        font-size: 22px;
        float: none;
        white-space: nowrap;
    }


li.selected a {
    background: #80706a;
    color: #ffffff !important;
    font-family: "AvantGardeGothicMedium", Arial, Verdana, Helvetica;
    font-weight: normal;
}

.nav-primary {
    margin-top: 17px;
    margin-right: -10px;
    background: #4c433f;
    padding: 9px 0px;
}

    .nav-primary ul li a {
        padding: 9px 15px;
        font-size: 16px;
        font-family: "AvantGardeGothicMedium", Arial, Verdana, Helvetica;
        letter-spacing: 0.05em;
        color: #b7b4b2;
    }

.ie8 .nav-primary ul li a, .ie7 .nav-primary ul li a {
    padding: 9px 9px;
}

.nav-primary ul li:last-child a {
}

.nav-primary a:hover {
    color: #ffffff;
}


/* #Banner
	================================================== */

.flexslider {
    position: relative;
    z-index: 40;
}

.flex-control-nav {
    display: none;
}


/* #Content
	================================================== */
.content {
    color: #3D3D3D;
}

    .content a {
        font-family: Arial, Verdana, Helvetica;
        color: #2e96d7;
    }

        .content a:hover {
            color: #000;
        }

.row.general .content, .row.product .content, .row.products .content, .row.product-single .content {
    background: #f1f1f1;
}

.row.product .content, .row.product-single .content {
    line-height: 1.5em;
}

    .row.product .content ul li, .row.product .content ul li li {
        padding: 0px 0px 3px 20px;
        margin: 0;
    }

    .row.general .content h1, .row.product .content h1, .row.product-single .content h1, .row.products .content h1 {
        color: #5e5e5e;
        margin-bottom: 16px;
    }

    .row.product-single .content h1 {
        width: 45%;
    }

.content {
    position: relative;
    line-height: 1.2em;
}

.row.general .content ul li {
    background-position: 0px 0px !important;
}

.row.product .content .padding {
    float: left;
    width: 57%;
    padding: 40px 20px 40px 40px;
    overflow: hidden;
}

.row.general .content .padding, .row.products .content .padding {
    padding: 40px 20px 40px 40px;
    overflow: hidden;
}

.row.product-single .content {
    overflow: hidden;
}

    .row.product-single .content .padding {
        float: left;
        width: 96%;
        padding: 40px 0px 40px 40px;
        overflow: hidden;
    }

.row.product-single .images {
    float: right;
    margin-top: -111px;
}

.row.product-single .content ul li {
    background-position: 0px 2px !important;
}


.images {
    float: right;
    width: 33%;
    padding: 50px 0px 0px 0px;
    background: #e8e8e8;
    text-align: center;
    min-height: 1450px;
}

    .images img {
        line-height: 0;
        padding: 0;
        margin: 0px 0px 10px 0px;
    }

.literature-container {
    margin-top: 25px;
}


.showroom-details {
    font-family: "AvantGardeGothicMedium", Arial, Verdana, Helvetica;
    position: relative;
    float: left;
    width: 43%;
    line-height: 1.7em;
}

    .showroom-details .padding {
        position: relative;
        overflow: hidden;
        padding: 12px 20px 20px 20px;
        height: 140px;
        background: #CB0000;
        color: #fff;
        font-size: 15px;
    }

    .showroom-details h3 {
        font-size: 18px;
        color: #fff;
    }

    .showroom-details a {
        color: #fff;
    }

        .showroom-details a:hover {
            text-decoration: underline;
        }

    .showroom-details .button {
        background: #9A0202;
        margin-bottom: 0 !important;
    }

.feature-container {
    position: relative;
    float: left;
    width: 57%;
    margin-top: -70px;
    z-index: 500;
}

    .feature-container .feature {
        font-family: "AvantGardeGothicMedium", Arial, Verdana, Helvetica;
        line-height: 1.4em;
        background: #66544e;
        color: #fff;
        padding: 23px;
        font-size: 14px;
        overflow: hidden;
    }

        .feature-container .feature h2 {
            font-size: 23px;
            line-height: 1.1em;
            margin: 0px 0px 25px 0px;
            padding: 0px 30px 20px 0px;
            color: #fff;
            font-weight: normal;
            border-bottom: 1px solid #857671;
        }

        .feature-container .feature h3 {
            font-size: 18px;
            color: #fff;
        }

        .feature-container .feature img {
            float: right;
            margin-left: 6px;
        }

.testimonial {
    background: url('../images/general/inverted-comma.png') no-repeat 30px 31px;
    padding: 50px 50px 0px 52px;
    font-family: "AvantGardeGothicDemi", Arial, Verdana, Helvetica;
    line-height: 1.2em;
    font-size: 21px;
    color: #CB0000;
    overflow: hidden;
}

.ie8 .testimonial, .ie7 .testimonial {
    font-size: 17px;
}

.testimonial .source {
    font-family: "AvantGardeGothicMedium", Arial, Verdana, Helvetica;
    font-size: 15px;
    color: #959595;
    text-align: right;
}

iframe {
    margin-bottom: 20px;
}

video {
    width: 100% !important;
    height: auto !important;
}


/* #Sidebar & Page Listing
	================================================== */

.sidebar ul {
    background: #CB0000;
    overflow: hidden;
    padding: 8px 0px 8px 0px;
    margin: 0px 0px 10px 0px;
}

    .sidebar ul li {
    }

        .sidebar ul li a {
            background: transparent !important;
            display: block;
            margin: 0px 15px;
            padding: 11px 0px;
            color: #fff;
            font-family: "AvantGardeGothicDemi", Arial, Verdana, Helvetica;
            /*font-size: 18px;*/
            font-size: 16px;
            border-bottom: 1px solid #48a0d5;
        }

.ie8 .sidebar ul li a {
    font-size: 16px;
    margin: 0px 12px;
}

.sidebar ul li a:after {
    font-family: IcoMoon;
    float: right;
    font-size: 24px;
    content: "\e000";
}

.ie8 .sidebar ul li a:after {
    font-size: 15px;
}

.sidebar ul.brown {
    background: #66544e !important;
}

.sidebar ul li:last-child a {
    border: none;
}

.products .content div ul li, .product-list, .showcase-list {
    float: left;
    width: 46%;
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 0;
   
}

.ie8 .products .content div ul li, .ie8 .product-list, .showcase-list {
    width: 24%;
}

.products .content div ul li a {
    display: block;
    padding: 30px 235px 0px 14px !important;
    line-height: 1.2em;
    text-align: right;
    background-position: top right !important;
    height: 175px;
    color: #fff;
    font-family: "AvantGardeGothicDemi", Arial, Verdana, Helvetica;
    font-size: 23px;
}

.ie8 .products .content div ul li a, .ie7 .products .content div ul li a {
    background-position: 150px 0px !important;
}

.ie8 .products .content div ul li a {
    padding: 30px 145px 0px 14px !important;
}

.products .content div ul li a:before {
    font-family: IcoMoon;
    font-size: 34px;
    content: "\e000";
    display: block;
    margin-bottom: 15px;
}

.ie8 .products .content div ul li a:before {
    font-size: 24px;
    text-align: right;
    margin-bottom: 4px;
}

.products .content div ul li a:after {
    content: "View Range";
    font-size: 15px;
    display: inline-block;
    background: #80706a;
    padding: 4px 10px 4px 10px !important;
    margin-top: 10px;
}

.ie8 .products .content div ul li a:after {
    font-size: 14px;
}

.ie8 .product-list .link, .ie7 .product-list .link {
    float: left;
    width: 40%;
}

.product-list, .showcase-list {
    overflow: hidden;
    height: 205px;
}

    .product-list .link a {
        color: #fff;
        font-family: "AvantGardeGothicDemi", Arial, Verdana, Helvetica;
        font-size: 22px;
        display: block;
        padding: 30px 0px 0px 20px !important;
        line-height: 1.1em;
        text-align: right;
    }

        .product-list .link a:before, .showcase-list .link a:before {
            font-family: IcoMoon;
            font-size: 34px;
            content: "\e000";
            display: block;
            margin-bottom: 15px;
        }

.ie8 .product-list .link a:before, .ie8 .showcase-list .link a:before {
    font-size: 24px;
    text-align: right;
}

.product-list img, .showcase-list img {
    float: right;
    width: 203px;
    height: 205px;
    margin-left: 20px;
}

.ie7 .product-list img, .ie7 .showcase-list img {
    float: right;
    width: 75%;
    margin-right: -80px;
}

.ie8 .product-list img, .ie8 .showcase-list img {
    float: right;
    width: 79%;
    margin-right: -80px;
}

.product-list .link a.button {
    font-size: 15px;
    background: #80706a;
    padding: 4px 10px 17px 10px !important;
    margin: 10px 0px 0px 0px;
    line-height: 0;
    display: inline-block;
    float: right;
}

.ie7 .product-list .link a.button {
    padding: 17px 10px 17px 10px !important;
}

.ie8 .product-list .link a.button {
    font-size: 14px;
    padding: 5px 10px 17px 0px !important;
}

.product-list .link a.button:after, .product-list .link a.button:before {
    content: "";
}

.showcase-list .link a {
    color: #fff;
    font-family: "AvantGardeGothicDemi", Arial, Verdana, Helvetica;
    font-size: 16px;
    display: block;
    padding: 30px 0px 10px 5px !important;
    line-height: 1.2em;
    text-align: right;
}

.ie7 .showcase-list .link a {
    font-size: 18px;
}

.ie8 .showcase-list .link a {
    font-size: 16px;
}

.showcase-list .link {
    text-align: right;
    color: #fff;
}


/* #Footer
	================================================== */

.global-footer {
    padding: 34px 20px 10px 20px;
    margin-bottom: 20px;
    border-top: 1px solid #e5e5e5;
}

    .global-footer ul li {
        font-size: 12px;
        color: #848484;
        float: left;
        padding: 0px 15px 0px 0px;
        margin: 0;
    }

.ie8 .global-footer ul li, .ie7 .global-footer ul li {
    float: none;
}

.global-footer ul li.designed {
    float: right;
    padding: 0 25px 0;
}

.ie8 .global-footer ul li.designed, .ie7 .global-footer ul li.designed {
    float: none;
    padding: 0;
}

.global-footer ul li.designed a {
    color: #848484;
}

    .global-footer ul li.designed a:hover {
        color: #CB0000;
    }


/* #Forms
	================================================== */

#SignUp p {
    width: 100%;
    overflow: hidden;
    clear: both;
}

#SignUp input[type="text"] {
    float: left;
    display: block;
    width: 70%;
}

#SignUp input[type="submit"] {
    float: right;
    margin: 0;
}


.form label, .webform label {
    font-size: 14px;
}

.contact {
    color: #444;
}

/* #Misc
	================================================== */

.greybg {
    background-color: #e1e1e1;
}
