﻿* {
    margin: 0px;
    padding: 0px;
}

body {
    background-image: url('../images/bg_home.jpg');
    background-position: bottom;
    background-repeat: repeat;
    font-size: 12px;
    font-family: Helvetica Neue, Arial, Tahoma;
    color: #464646;
}

.ulContent li {
    position: relative;
    left: 20px;
}

.container {
    margin: 0px auto;
    width: 980px;
    height: auto;
}

.header {
    width: 980px;
    float: left;
    height: 80px;
    position: relative;
    margin-top: 0px;
}

.logo {
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    float: left;
    height: 90px;
    margin: 10px 10px 10px 0px;
    width: 222px;
}

.logoLink a {
    text-decoration: none;
    height: 90px;
    width: 222px;
    cursor: pointer;
}

.highlight {
    font-weight: bold;
    color: #C93C44;
}

a {
    outline: 0;
}

img {
    border: none;
}

.clear {
    clear: both;
}

.PTG {
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
}

.menuCont {
    float: right;
    margin-top: 50px;
}

div#menu {
    height: 100px;
    z-index: 100;
}

    div#menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        float: left;
        font-size: 14px;
    }

        div#menu ul.menu {
            /*padding-left: 30px;*/
        }

    div#menu li {
        position: relative;
        z-index: 9;
        margin: 0;
        padding: 0 5px 0 0;
        display: block;
        float: left;
    }

        div#menu li:hover > ul {
            left: -2px;
        }

    div#menu a {
        position: relative;
        z-index: 10;
        height: 41px;
        display: block;
        float: left;
        line-height: 30px;
        text-decoration: none;
        font-family: Century Gothic;
    }

        div#menu a:hover, div#menu a:hover span {
            /*color: #fff;*/
        }

    div#menu li.current a {
        /*color: #fff;*/
    }

        div#menu li.current a:hover {
            color: #fff;
        }

    div#menu li.current:hover {
        color: #fff;
    }

    div#menu span {
        display: block;
        cursor: pointer;
        background-repeat: no-repeat;
        background-position: 95% 0;
    }

    div#menu ul ul a.parent span {
        color: #fff;
    }

    div#menu ul ul a.parent:hover span {
    }

    /* menu::level1 */
    div#menu a {
        padding: 0 10px 0 10px;
        line-height: 30px;
        /*color: #525658;*/
    }

    div#menu span {
        margin-top: 5px;
    }
    /**@replace#1*/


    /* menu::level2 */
    div#menu ul ul li {
        background: none;
        padding: 2px;
    }

    div#menu ul ul {
        position: absolute;
        top: 31px;
        left: -999em;
        width: 200px;
        background-color: #525657;
        background-repeat: no-repeat;
        margin-top: 1px;
        font-size: 12px;
        text-align: left;
        margin-right: 20px;
        z-index: -100;
    }

        div#menu ul ul a {
            padding: 0 0 0 15px;
            height: auto;
            float: none;
            display: block;
            line-height: 24px;
        }

        div#menu ul ul span {
            margin-top: 0;
            padding-right: 15px;
            _padding-right: 20px;
            /*color: #fff;*/
        }

        div#menu ul ul a:hover span {
            text-decoration: underline;
        }

        div#menu ul ul li.last {
            background: none;
        }

        div#menu ul ul li {
            width: 100%;
        }

            div#menu ul ul li a {
                color: #fff;
            }
        /* menu::level3 */
        div#menu ul ul ul {
            padding: 0;
            margin: -38px 0 0 210px;
        }

    div#menu ul ul {
        text-transform: capitalize;
    }

    div#menu ul li {
        color: #525658;
    }

        div#menu ul li a {
            color: inherit;
            //color:expression(this.parentNode.currentStyle['color']);
        }

        div#menu ul li.current {
            color: #fff;
        }

        div#menu ul li:hover {
            color: #fff;
        }

        div#menu ul li ul li:hover {
            color: #fff;
        }


    /* colors */
    div#menu ul ul ul {
        background-color: #8B8C8E;
    }
    /*.parent a{color:#fff;}*/

    /* lava lamp */
    div#menu li.back {
        background: url('../images/menuBg.png') no-repeat right -44px !important;
        width: 13px;
        height: 120px;
        z-index: 8;
        position: absolute;
        margin: -50px 0 0 -2px;
    }

        div#menu li.back .left {
            height: 100px;
            margin-right: 8px;
        }

.innerContainer {
    width: 980px;
    margin: 0px auto;
    padding: 10px 20px 20px;
    min-height: 480px;
    *min-height: 460px;
    overflow-x: hidden;
    position: relative;
    *margin-bottom: 20px;
}

.breadCrumb {
    width: 980px;
    height: auto;
    margin: 0px auto;
    float: left;
    position: relative;
    color: #000;
}

    .breadCrumb a {
        font-weight: bold;
        color: #000;
    }

    .breadCrumb span {
        font-weight: normal;
        padding-right: 3px;
    }

.footer {
    width: 100%;
    position: absolute;
    height: 30px;
    z-index: 999;
    font-family: Helvetica Neue;
    /*background-image: url('../images/bg_home.jpg');*/
    /*background-repeat: repeat;*/
    /*margin-top:-2px;*/
}

.innerFooter {
    background-color: #dcdcdc;
    background-image: url(../images/innerFooterBG.png);
    background-repeat: repeat;
    width: 980px;
    margin: -8px auto;
    height: 30px;
    font-family: Helvetica Neue,arial, Tahoma;
    font-size: 12px;
    color: #525658;
    padding: 10px 20px 0px;
}

    .innerFooter a {
        text-decoration: underline;
        font-style: italic;
        font-size: 12px;
        color: #525658;
    }

        .innerFooter a:hover {
            color: #C93C44;
        }

.innerFooterLeft {
    text-align: left;
    padding: 5px;
    float: left;
}

    .innerFooterLeft a {
        font-style: normal !important;
    }

.innerFooter_right {
    text-align: right;
    padding: 5px;
    float: right;
}

.innerFooterLeft b {
    color: #C93C44;
}

.menu-level1 {
    background: url("../images/tooltip_bg.png") no-repeat scroll 0 0;
    padding-top: 10px !important;
}

li.menu-level2:hover {
    background: url("../images/tooltip1_bg.png") no-repeat scroll right center !important;
    padding-right: 12px !important;
}

.innerContainerBg {
    position: absolute;
    min-height: 540px;
    *min-height: 470px;
    background-image: url('../images/bg_inner.png');
    background-repeat: repeat;
    position: absolute;
    top: 100px;
    left: 0px;
    width: 100%;
    float: left;
    *z-index: -99;
}

.homeBG {
    position: absolute;
    background-image: url('../images/home_Bg.png');
    background-repeat: repeat-X;
    position: absolute;
    top: 120px;
    left: 0px;
    width: 100%;
    float: left;
    z-index: -100;
    height: auto;
}
.emailCampaign {
            z-index: -100;
            height: auto;
            width: 100%;
            position: absolute;
            background-image: url('../images/emailCampaing_Bg.jpg');
            background-size: cover;
            background-repeat: no-repeat;
            /*background-repeat: repeat;*/
            position: absolute;
            top: 100px;
            left: 0px;
        }


.innerBannerRightCampaign {
    float: left;
    width: 300px;
    height: 180px;
    padding: 5px;
    background-color: #fff;
    font-size: 14px !important;
}
.thankyouBG {
    display: block;
}

.thankyou_Bg {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    z-index: 999;
    float: left;
}

.thankyou_mesg {
    float: left;
    z-index: 9999;
    /*background-image: url('../images/bg_inner.jpg');*/
    background-color: #fff;
    width: 50%;
    height: 120px;
    text-align: justify;
    line-height: 30px;
    padding: 20px;
    position: absolute;
    top: 100px;
    left: 250px;
    /*background-repeat: repeat;*/
    font-size: 14px;
    font-weight: bolder;
    color: #ca3c44;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    behavior: url(../Scripts/pie.htc);
    -moz-box-shadow: 0px 0px 10px #fff;
    -webkit-box-shadow: 0px 0px 10px #fff;
    box-shadow: 0px 0px 10px #fff;
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#fff')"; /* For IE 5.5 - 7 
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#fff');*/
}

.thankyou_close {
    float: right;
    width: 30px;
    height: 30px;
    display: block;
    /*background-color: #ca3c44;*/
    font-weight: bolder;
    cursor: pointer;
    display: block;
    color: #525658;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
}

    .thankyou_close a {
        /*color: #fff;*/
        text-decoration: none;
    }

.thankyou_mesg p {
    margin: 30px 10px;
}

.homeActive {
    background-image: url(../Images/homeIcon.png);
    background-repeat: no-repeat;
    background-position: center top;
    width: 30px;
    margin-top: -5px;
}

    .homeActive:hover {
        background-image: url(../Images/homeIcon_Active.png);
    }

.homeActive_white {
    background-image: url(../Images/homeIcon_Active.png);
    background-repeat: no-repeat;
    background-position: center top;
    width: 30px;
}

.inputButton {
    float: left;
    width: 79%;
}

    .inputButton span {
        float: right;
    }

.submitBtn_emailCampaign {
    width: 100px;
    height: 30px;
    float: left;
    background-repeat: no-repeat;
    background-color: none;
    background-image: url('../Images/submit.png');
    border: 1px solid #fff;
    font-family: Helvetica Neue, Arial, Tahoma;
    font-size: 15px;
    font-weight: bolder;
    text-transform: uppercase;
    cursor: pointer;
    text-align: left;
}

    .submitBtn_emailCampaign:hover {
        color: #ca3c44;
    }

.submitBtn {
    width: 100px;
    height: 30px;
    background-repeat: no-repeat;
    background-color: none;
    background-image: url('../Images/submit.png');
    border: 1px solid #fff;
    font-family: Helvetica Neue, Arial, Tahoma;
    font-size: 15px;
    font-weight: bolder;
    text-transform: uppercase;
    cursor: pointer;
}

    .submitBtn:hover {
        color: #ca3c44;
    }

.Queries {
    display: block;
    float: right;
    clear: both;
    font-weight: bold;
    color: #CA3C44;
    font-size: 1em;
}

.sitemap {
    display: block;
    float: left;
}

    .sitemap ul {
        list-style: none;
    }

        .sitemap ul li a {
            font-size: 14px;
            color: #464646;
            text-decoration: none;
            line-height: 24px;
            font-weight: bold;
        }

            .sitemap ul li a:hover {
                text-decoration: underline;
            }

        .sitemap ul ul {
            list-style: square;
            padding-left: 20px;
        }

            .sitemap ul ul li a {
                font-size: 13px;
                line-height: 18px;
                font-weight: normal;
            }

            .sitemap ul ul ul {
                list-style: disc;
                padding-left: 20px;
            }


            /*Open world css*/


.openWorld{
            z-index: -100;
            height: auto;
            width: 100%;
            position: absolute;
            background-image: url('../images/openworld.jpg');
            background-size: cover;
            background-repeat: no-repeat;
            /*background-repeat: repeat;*/
            position: absolute;
            top: 100px;
            left: 0px;
        }