﻿body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    background-color: #1B1C21;
    background: transparent url('../../images/Main_BG.jpg') top center;
    background-repeat: no-repeat;
    background-position: fixed;
}

/*----------- MODAL POPUP BOX ---------------*/

.iframePopupclose {
    background: transparent url('../../images/popupbox.png') 0px 0px;
    cursor: pointer;
    border: 0px solid blue;
    position: absolute;
    top: -18px;
    right: -20px;
    width: 40px;
    height: 32px;
}

.iframePopupstart {
    cursor: pointer;
    outline: 0;
    display: none; /*-- remove this attribute to turn on the div for it to work --*/
}

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.7;
}

input:focus {
    background-color: #EBEFF8;
}


.wrapper {
    float: left;
    clear: both;
    width: 100%;
    overflow: hidden;
    background-color: Black;
    background-image: url('../../images/Main_BG.jpg');
    background-repeat: no-repeat;
    background-position: top center;
}

#header {
    margin: 0 auto;
    width: 960px;
    height: 114px;
    background-repeat: no-repeat;
    border: solid 0px red;
}

#logo {
    #padding-top:10px !important;
    width: 526px;
    height: 100px;
    float: left;
    clear: right;
    margin: 0px 0 0 0;
    padding: 25px 0 0px 0;
    border: solid 0px red;
}

#hdr_right_container {
    width: 375px;
    height: 114px;
    float: right;
    border: solid 0px red;
}

.Top_Social {
    position: relative;
    right: 0px;
    padding: 0;
    margin-left: 50px;
    margin-top: 30px;
    height: 60px;
    float: right;
    clear: left;
    border: 0px solid blue;
}

.banner {
    width: 977px;
    height: 433px;
    margin: 0 auto;
    padding: 0px;
    clear: both;
}

.banner_small {
    background-color: #FFFFFF;
    border-top: 1px solid #deded6;
    border-bottom: 1px solid #deded6;
    width: 960px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: -1;
}

/*-----------------------  SIDEBAR MENU  ---------------------------*/
.sidebar_right {
    float: right;
    width: 230px;
    padding: 11px 5px 0 5px;
    margin: 0;
    border: 0px solid blue;
}

    .sidebar_right h3 {
        margin: 0;
        padding: 0;
        font-size: 16px;
    }

    .sidebar_right hr {
        clear: both;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .sidebar_right .right_date {
        margin: 0;
        padding: 0;
        font-size: 10px;
    }

    .sidebar_right img {
        float: left;
        clear: right;
        margin: 0;
        padding: 0;
    }

    .sidebar_right p {
        float: left;
        clear: right;
        width: 150px;
        font-size: 12px;
        text-align: left;
        margin: -4px 0 0 8px;
        padding: 0;
    }

    .sidebar_right span.links {
        text-align: center;
        width: 100%;
        float: left;
        clear: both;
        margin: 0;
        padding: 0;
        font-size: 8px;
    }

/*-- Special Fade Image --*/

.img_gallery_fade_container {
    position: relative;
    clear: both;
    margin: 0 0 0 50px;
}

.img_fade_special {
    float: left;
    clear: right;
    border: 0px solid blue;
    width: 310px;
    height: 347px;
}

    .img_fade_special img {
        position: absolute;
        left: 0;
        top: 0;
        width: 310px;
        height: 347px;
    }

/*---------------------------- CONTENT ----------------------------*/

#gallery_thumbs {
    float: left;
    clear: both;
    text-align: center;
    margin: 0;
    padding: 0;
    width: 620px;
    margin: 0 0 0 50px;
}

    #gallery_thumbs img {
        margin: 0 auto;
    }

#content_frame {
    margin: 0 auto;
    height: auto;
    min-height: 300px;
    width: 980px;
    clear: both;
    padding: 0 0 10px 0;
}

#content {
    position: relative;
    width: 960px;
    padding: 0 10px 0 10px;
    float: left;
    clear: right;
    height: auto;
    min-height: 300px;
    border: solid 0px red;
    background: #000407 url('../../images/Content_BG_Main.jpg') bottom center;
    background-repeat: no-repeat;
    background-position: fixed;
}

#main {
    clear: both;
    width: 735px;
    border: 0px solid blue;
}

#calendarContainerOverride table {
    width: 0px;
    height: 0px;
}

    #calendarContainerOverride table tr td {
        padding: 0;
        margin: 0;
    }
/*---------------------------- CONTACT PAGE - START ----------------------------*/
.input {
    width: 250px;
    height: 20px;
    border: 1px solid #ccc;
    background-color: #fff;
    padding-top: 6px;
}

.textArea {
    height: 205px;
    width: 300px;
    padding-top: 0px;
    font-family: Arial;
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.errorMessage {
    color: #cc0000;
}

#contact_content {
    text-align: left;
    float: left;
    width: 735px;
    margin: 0;
    border: solid 0px red;
}

.contact_form_fields {
    float: left;
    clear: right;
    width: 350px;
    border: solid 0px red;
}

/*---------------------------- CONTACT PAGE - END ----------------------------*/

.date {
    text-transform: uppercase;
    color: #ef9100;
}

.portfolioItemInfo p {
    color: #FFFFFF;
    margin-top: 0px;
    font-size: 12px;
}


/*-----------------------  FOOTER  ---------------------------*/

#footer {
    clear: both;
    margin: 0 auto;
    width: 960px;
    height: auto;
    border: 0px solid blue;
}

#footerMenuWrapper {
    border: 0px solid red;
    width: 980px;
    height: auto;
    float: left;
    clear: right;
    text-align: center;
}

#footerSubscribe {
    width: 150px;
    float: left;
    clear: right;
    text-align: center;
    padding: 15px 0 0 10px;
}

#footerMenu {
    border: 0px solid green;
    width: 700px;
    float: right;
    clear: left;
}

#footerCopyright {
    border: 0px solid blue;
    width: 250px;
    float: left;
    clear: both;
    margin-top: -30px;
    font-size: 12px;
    text-align: center;
}

    #footerCopyright img {
        #margin-top:30px;
        float: left;
        clear: right;
    }

    #footerCopyright p {
        #margin-top:40px;
        color: White;
        float: left;
        clear: right;
    }

#footerSocial {
    width: 150px;
    float: left;
    clear: right;
    text-align: center;
    padding-top: 15px;
}

.footer_object {
    width: auto;
    height: auto;
}

.ErrorField {
    border: 1px solid red;
}

/*-- Loading Bar Popup --*/

.loading_bar {
    position: fixed;
    display: none;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 9999;
    background: #34383e url(../../images/ajax-loader.gif) no-repeat 50% 50%;
}


