﻿body {
    margin: 0;
    background: rgb(124, 124, 124);
}

div#outer-wrapper {
    width: 100%;
    height: auto;
}

div#inner-Wrapper {
    width: 960px;
    height: auto;
    margin: 0 auto;
    background: rgb(41, 0, 4);
}

div#header {
    width: 960px;
    height: 115px;
    background: white;
    background-image: url("/image/top_banner.jpg");
}

div#logo {
    width: 200px;
    height: 115px;
    float: left;
}

div#social-Links {
    float: right;
    padding: 50px 10px 0px 0px;
}

    div#social-Links img {
        padding-right: 5px;
    }

div#content {
    width: 960px;
    height: auto;
    clear: both;
    min-height: 780px;
}

#menu {
    clear: both;
    width: 960px;
    height: 57px;
    margin: 0 auto;
}

#inner_menu {
    width: 780px;
    margin: 0 auto;
}

    #inner_menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #inner_menu ul li {
            float: left;
        }

ul li a {
    padding-left: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
    color: #000;
}

#Aboutpage {
    width: 940px;
    height: auto;
    background: inherit;
    float: left;
    color: white;
    padding: 10px;
    font-family: tahoma;
    line-height: 25px;
    text-align: justify;
}

div#left-content {
    width: 639px;
    height: auto;
    background: inherit;
    float: left;
    color: white;
    padding: 10px;
    font-family: tahoma;
    line-height: 25px;
    text-align: justify;
    border-right: 1px red solid;
}

    div#left-content h2, #Aboutpage h2 {
        background: url(/image/left_middle_heading.png);
        background-repeat: no-repeat;
        font-family: "Helvetica Neue", Helvetica,sans-serif;
        font-weight: 500;
        width: auto;
        height: 47px;
        padding: 10px;
        font-size: 18px;
        margin: 0;
    }

div#right-content {
    width: 280px;
    height: auto;
    float: right;
    padding: 10px;
    color: white;
    line-height: 70px;
}

    div#right-content h2 {
        background: url(/image/left_middle_heading.png);
        background-repeat: no-repeat;
        font-family: "Helvetica Neue", Helvetica,sans-serif;
        font-weight: 500;
        width: auto;
        height: 47px;
        padding: 10px;
        font-size: 18px;
        margin: 0;
        line-height: 30px;
        text-transform: capitalize;
    }


div#footer {
    width: 940px;
    height: 157px;
    /*background: white;*/
    clear: left;
    padding: 0 10px 10px 10px;
    background-image: url("/image/footer.jpg");
    background-repeat: no-repeat;
}

div#left-footer {
    float: left;
    width: 649px;
    border-right: 1px red solid;
}

.footer-col {
    float: left;
    width: 210px;
}


div#footer h3 {
    text-transform: uppercase;
    font-family: sans-serif;
    margin: 10px;
}

div#footer ul {
    list-style: none;
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    text-align: justify;
    margin-left: 10px;
    line-height: 25px;
}

div#footer a {
    color: black;
    text-decoration: none;
    text-transform: capitalize;
}


div#right-footer {
    padding: 0 10px;
    margin-right: 10px;
    float: right;
    width: 259px;
    font-size: 13px;
    line-height: 20px;
    font-family: sans-serif;
}

input {
    width: 200px;
    height: 40px;
    padding-left: 10px;
    border: none;
}

    input#btnReachus {
        background: rgb(220, 223, 172);
        width: 210px;
        font-size: x-large;
        text-transform: uppercase;
        cursor: pointer;
    }

.home {
    background-image: url("/image/home_button.png");
    background-repeat: no-repeat;
    height: 52px;
    width: 84px;
    margin: 0;
    padding: 0;
    padding-top: 20px;
}

.about {
    background-image: url("/image/aboutUS_button.png");
    background-repeat: no-repeat;
    height: 52px;
    width: 118px;
    margin: 0;
    padding: 0;
    padding-top: 20px;
}

.service {
    background-image: url("/image/services_button.png");
    background-repeat: no-repeat;
    height: 52px;
    width: 109px;
    margin: 0;
    padding: 0;
    padding-top: 20px;
}

.products {
    background-image: url("/image/products_button.png");
    background-repeat: no-repeat;
    height: 52px;
    width: 111px;
    margin: 0;
    padding: 0;
    padding-top: 20px;
}

.gallery {
    background-image: url("/image/gallery_button.png");
    background-repeat: no-repeat;
    height: 52px;
    width: 96px;
    margin: 0;
    padding: 0;
    padding-top: 20px;
}

.career {
    background-image: url("/image/career_button.png");
    background-repeat: no-repeat;
    height: 52px;
    width: 92px;
    margin: 0;
    padding: 0;
    padding-top: 20px;
}

.contact {
    background-image: url("/image/contactUS_button.png");
    background-repeat: no-repeat;
    height: 52px;
    width: 130px;
    margin: 0;
    padding: 0;
    padding-top: 20px;
}
