body {
    margin: 0;
    padding: 0;
}

p, ul, li, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

.clear {
    clear: both;
}

/*..........................................................total end............................................*/

/*..........................................................bg start............................................*/

#total_container {
    width: 100%;
    margin: 0;
    padding: 0;
}


.container {
    width: 960px;
    margin: 0 auto;
}

#header_content_area {
    width: 100%;
    margin: 0;
    padding: 0;
    background: url(images/top_bg.jpg) repeat-x;
    height: 70px;
    padding: 14px 0 0 0;
}

#menu_content_area {
    width: 100%;
    margin: 0;
    padding: 0;
    background: url(images/menu_bg.jpg) repeat-x;
    height: 49px;
    text-transform: uppercase;
}

#slider_content_area {
    width: 100%;
    margin: 0;
    padding: 0;
    background: url(images/slider_bg.jpg) repeat-x;
    height: 412px;
}

#footer_content_area {
    border-top: #dadada 1px solid;
    background: #f7f7f7;
    height: 62px;
    padding: 25px 0 0 0;
    box-shadow: #cccccc 0px -2px 4px;
}



/*..........................................................top start............................................*/

.container a.orange_button {
    float: right;
    background: url(images/button_bg.jpg) repeat-x;
    height: 3;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    text-shadow: #ff7400 1px 1px 1px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    box-shadow: #cccccc 0px 3px 3px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    padding: 15px 40px;
    cursor: pointer;
    text-decoration: none;
    margin: 20px 2px 0 2px;
}

    .container a.orange_button:hover {
        float: right;
        background: url(images/button_bg_hov.jpg) repeat-x;
        height: 3;
        border-radius: 5px;
        text-shadow: #ff7400 1px 1px 1px;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 16px;
        box-shadow: #cccccc 0px 3px 3px;
        text-align: center;
        color: #ffffff;
        font-weight: bold;
        padding: 15px 40px;
        cursor: pointer;
        text-decoration: none;
    }
/*..........................................................menu start............................................*/

.top_menu ul li {
    background: url(images/menu_bar.jpg) center right no-repeat;
    /*font-family: Arial,Helvetica,sans-serif;*/
    font-family: 'Century Gothic';
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    float: left;
    list-style: none;
    text-decoration: none;
    height: 48px;
}

    .top_menu ul li a {
        /*font-family: Arial,Helvetica,sans-serif;*/
        font-family: 'Century Gothic';
        font-size: 16px;
        color: #ffffff;
        font-weight: bold;
        float: left;
        list-style: none;
        text-decoration: none;
        padding: 15px 50px;
    }

        .top_menu ul li a:hover {
            background: url(images/menu_bg_hov.jpg) repeat-x;
            /*font-family: Arial,Helvetica,sans-serif;*/
            font-family: 'Century Gothic';
            font-size: 16px;
            color: #ffffff;
            font-weight: bold;
            display: block;
            float: left;
            list-style: none;
            text-decoration: none;
            height: 18px;
            padding: 15px 50px;
        }

/*..........................................................content area start............................................*/

#content_area {
    background: url(images/body.jpg) top right no-repeat;
    margin: 15px 0;
    padding: 30px 0 0 0;
    color: #000000;
    font-family: arial;
    font-size: 13px;
    line-height: 1.7em;
    text-align: justify;
    min-height: 319px;
}

    #content_area p {
        width: 665px;
    }

/*..........................................................footer start............................................*/

.footer_menu {
    float: left;
    margin: 0 10px;
}

    .footer_menu ul li {
        float: left;
        list-style: none;
        color: #5d5a5a;
        font-family: arial;
        font-size: 12px;
    }

        .footer_menu ul li a {
            float: left;
            list-style: none;
            color: #5d5a5a;
            font-family: arial;
            font-size: 12px;
            text-decoration: none;
            margin: 0 12px;
        }

            .footer_menu ul li a:hover {
                float: left;
                list-style: none;
                color: #a60907;
                font-family: arial;
                font-size: 12px;
                text-decoration: underline;
                margin: 0 12px;
            }

    .footer_menu h2 {
        color: #3f3e3e;
        font-family: arial;
        font-size: 14px;
    }

.tablle_style {
    font-family: Arial;
    font-size: 15px;
    color: #5d5a5a;
}

#content_Place_Holder {
    margin: 15px 0;
    padding: 30px 0 0 0;
    color: #000000;
    font-family: arial;
    font-size: 13px;
    line-height: 1.7em;
    text-align: justify;
    min-height: 319px;
}

#footerarea {
    width: 100%;
    /*height:80px;*/
    background: #fff;
    margin: 0 auto;
}

#footer_c {
    width: 100%;
    margin: 0px auto;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #0E3537;
    line-height: 20px;
    border-top: #dadada 1px solid;
    background: #f7f7f7;
    height: 80px;
    box-shadow: #cccccc 0px -2px 4px;
}

    #footer_c a {
        color: #0E3537;
    }

    #footer_c p {
        font-family: Arial,Helvetica,sans-serif;
        font-size: 12px;
        color: #0E3537;
        text-align: center;
        line-height: 20px;
    }
