﻿@charset 'UTF-8';
@import url(http://fonts.googleapis.com/css?family=Open+Sans:700);

@font-face {
    font-family: 'open_sans';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-regular-webfont.woff') format('woff'), url('../fonts/opensans-regular-webfont.ttf') format('truetype'), url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sans_semibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-semibold-webfont.woff') format('woff'), url('../fonts/opensans-semibold-webfont.ttf') format('truetype'), url('../fonts/opensans-semibold-webfont.svg#open_sans_semiboldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rupee_foradian';
    src: url('../fonts/rupee_foradian-webfont.eot');
    src: url('../fonts/rupee_foradian-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/rupee_foradian-webfont.woff') format('woff'), url('../fonts/rupee_foradian-webfont.ttf') format('truetype'), url('../fonts/rupee_foradian-webfont.svg#rupee_foradianregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-bold-webfont.woff') format('woff'), url('../fonts/opensans-bold-webfont.ttf') format('truetype'), url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansItalic';
    src: url('../fonts/OpenSans-Italic-webfont.eot');
    src: url('../fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Italic-webfont.woff') format('woff'), url('../fonts/OpenSans-Italic-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans Semibold Italic";
    src: url("../fonts/OpenSans-SemiboldItalic.eot?") format("eot"), url("../fonts/OpenSans-SemiboldItalic.woff") format("woff"), url("../fonts/OpenSans-SemiboldItalic.ttf") format("truetype"), url("../fonts/OpenSans-SemiboldItalic.svg#OpenSans-SemiboldItalic") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sans_light';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-light-webfont.woff') format('woff'), url('../fonts/opensans-light-webfont.ttf') format('truetype'), url('../fonts/opensans-light-webfont.svg#open_sans_semiboldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_FrutigerLTStd-Roman';
    src: url('../fonts/FrutigerLTStd-Roman.eot');
    src: local('?'), url('../fonts/FrutigerLTStd-Roman.woff') format('woff'), url('../fonts/FrutigerLTStd-Roman.ttf') format('truetype'), url('../fonts/FrutigerLTStd-Roman.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_FrutigerLTStd-Light';
    src: url('../fonts/FrutigerLTStd-Light.eot');
    src: local('?'), url('../fonts/FrutigerLTStd-Light.woff') format('woff'), url('../fonts/FrutigerLTStd-Light.ttf') format('truetype'), url('../fonts/FrutigerLTStd-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
    height: 100%;
}

body {
    margin: 0 auto;
    /*background: #E0E0E0;*/
    background: #fff;
    width: 960px;
    color: #444;
    font: 14px/22px, Arial, Helvetica, sans-serif;
    height: 100%;
}
/**********************header logo******************************/ / header #logo {
    margin: 0 auto;
}

header #logo img {
    margin: 0 auto;
    width: 960px;
    display: block;
}

/**************************homepage banner********************/
#banner {
    margin-top: 15px;
    width: 960px;
}

    #banner img {
        margin: 0 auto;
        width: 800px;
        display: block;
    }

/************************navigation-content-products images************************/
table {
    margin-top: 15px;
    margin-bottom: 15px;
}

    /*****left navigation*****/
    table #vert_nav {
        vertical-align: top;
    }



/*******************************nav*********************************/
/* 
#vert_nav,
#vert_nav ul,
#vert_nav li,
#vert_nav a {
    margin: 0;
    padding: 0px;
    font-weight: normal;
    list-style: none;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
    font-size: 14px;
    position: relative;
    white-space: nowrap;
}

    #vert_nav a {
        line-height: 1.3;
    }

    #vert_nav ul ul {
        display: normal;
        border-left: 10px solid #E0E0E0;
    }

    #vert_nav a {
        padding: 10px 10px 10px 25px;
        display: block;
        color: #676767;
        font-weight: normal;
    }

        #vert_nav a:hover {
            color: blue;
        }

    #vert_nav ul ul a {
        padding: 10px 10px 10px 25px;
        display: block;
        color: #000;
        font-weight: normal;
    }

        #vert_nav ul ul a:before {
            position: absolute;
            left: 10px;
        }

        #vert_nav ul ul a:hover {
            color: red;
        }

    #vert_nav .active {
        color: green;
        text-decoration: underline;
    }



ul {
    list-style-type: none;
}

    ul > li,
    ul ul ul li {
        float: none;
    }

li > ul {
    display: none;
}

li:hover > ul {
    position: relative;
    display: block;
}

  */

/*********************************left-side coming nav******************************************
 
 #vert_nav {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #FFF;
}

    #vert_nav > ul {
        list-style: none;
        margin: 0;
        padding: 0;
        line-height: 1;
        border-radius: 6px;
        vertical-align: baseline;
    }

    #vert_nav > ul {
        display: block;
        position: relative;
    }

        /* The list elements which contain the links 
        #vert_nav > ul li {
            display: block;
            position: relative;
            margin: 0;
            padding: 0;
        }

            /* General link styling 
            #vert_nav > ul li a {
                /* Layout
                display: block;
                position: relative;
                margin: 0;
                padding: 0;
                /* Typography
                font-family: Helvetica, Arial, sans-serif;
                text-decoration: none;
                text-transform: uppercase;
                color: #444;
                font-size: 14px;
                /* Background & effects 
                border: 1px solid transparent;
                height: 42px;
                line-height: 40px;
                padding: 0;
                text-align: center;
                text-overflow: ellipsis;
            }

            /* The hover state of the menu/submenu links 
            #vert_nav > ul li > a:hover,
            #vert_nav > ul li:hover > a {
                color: #fff;
                text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
                background: black;

                border-color: transparent;
            }


    /*creating sub-menus
    #vert_nav > ul ul {
        position: absolute;
        opacity: 0;
        left: 100%;
        top: -1000px;
        width: 100%;
        transition: opacity 0.3s ease-in;
        -webkit-transition: opacity 0.3s ease-in;
        -moz-transition: opacity 0.3s ease-in;
        padding-left: 1px;
    }

    #vert_nav > ul li:hover > ul {
        opacity: 1;
        top: 0px;
    }

/***********************************jquery nav*****************************************************/

#vert_nav,
#vert_nav ul,
#vert_nav ul li,
#vert_nav ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#vert_nav {
    width: 200px;
    font-family: Helvetica, Arial, sans-serif;
    color: #ffffff;
}

    #vert_nav ul ul {
        display: none;
    }

.align-right {
    float: right;
}

#vert_nav > ul > li > a {
    padding: 15px 20px;
    /*border-left: 1px solid #1682ba;
  border-right: 1px solid #1682ba;
  border-top: 1px solid #1682ba;*/
    cursor: pointer;
    z-index: 2;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
    /*background: #36aae7;
  background: -webkit-linear-gradient(#36aae7, #1fa0e4);
  background: -moz-linear-gradient(#36aae7, #1fa0e4);
  background: -o-linear-gradient(#36aae7, #1fa0e4);
  background: -ms-linear-gradient(#36aae7, #1fa0e4);
  background: linear-gradient(#36aae7, #1fa0e4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);*/
}

    #vert_nav > ul > li > a:hover,
    #vert_nav > ul > li.active > a,
    #vert_nav > ul > li.open > a {
        color: #000;
        /*background: #1fa0e4;
  background: -webkit-linear-gradient(#1fa0e4, #1992d1);
  background: -moz-linear-gradient(#1fa0e4, #1992d1);
  background: -o-linear-gradient(#1fa0e4, #1992d1);
  background: -ms-linear-gradient(#1fa0e4, #1992d1);
  background: linear-gradient(#1fa0e4, #1992d1);*/
    }

#vert_nav > ul > li.open > a {
    /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);*/
    /*border-bottom: 1px solid #1682ba;*/
}

#vert_nav > ul > li:last-child > a,
#vert_nav > ul > li.last > a {
    /*border-bottom: 1px solid #1682ba;*/
}

.holder {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
}

    .holder::after,
    .holder::before {
        display: block;
        position: absolute;
        content: '';
        width: 6px;
        height: 6px;
        right: 20px;
        z-index: 10;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .holder::after {
        top: 17px;
        border-top: 2px solid #ffffff;
        border-left: 2px solid #ffffff;
    }

#vert_nav > ul > li > a:hover > span::after,
#vert_nav > ul > li.active > a > span::after,
#vert_nav > ul > li.open > a > span::after {
    border-color: #000;
}

.holder::before {
    top: 18px;
    border-top: 2px solid;
    border-left: 2px solid;
    border-top-color: inherit;
    border-left-color: inherit;
}

#vert_nav ul ul li a {
    cursor: pointer;
    /*border-bottom: 1px solid #32373e;
  border-left: 1px solid #32373e;
  border-right: 1px solid #32373e;*/
    padding: 10px 20px;
    z-index: 1;
    text-decoration: none;
    font-size: 13px;
    color: #000;
    /*background: #49505a;*/
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

#vert_nav ul ul li:hover > a,
#vert_nav ul ul li.open > a,
#vert_nav ul ul li.active > a {
    /*background: #424852;
  color: #ffffff;*/
    color: green;
    font-weight: bolder;
    text-decoration: underline;
}

#vert_nav ul ul li:first-child > a {
    box-shadow: none;
}

#vert_nav ul ul ul li:first-child > a {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

#vert_nav ul ul ul li a {
    padding-left: 30px;
}

#vert_nav ul ul ul ul li a {
    padding-left: 40px;
}

#vert_nav ul ul ul ul ul li a {
    padding-left: 55px;
}

#vert_nav > ul > li > ul > li:last-child > a,
#vert_nav > ul > li > ul > li.last > a {
    border-bottom: 0;
}

#vert_nav > ul > li > ul > li.open:last-child > a,
#vert_nav > ul > li > ul > li.last.open > a {
    /*border-bottom: 1px solid #32373e;*/
}

#vert_nav > ul > li > ul > li.open:last-child > ul > li:last-child > a {
    border-bottom: 0;
}

#vert_nav ul ul li.has-sub > a::after {
    display: block;
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    right: 20px;
    z-index: 10;
    top: 11.5px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#vert_nav ul ul li.active > a::after,
#vert_nav ul ul li.open > a::after,
#vert_nav ul ul li > a:hover::after {
    border-color: #000;
}


/*****************************************/
table #content {
    vertical-align: top;
	border-left:1px solid #E0E0E0;
    font-family: Helvetica, Arial, sans-serif;
    width: 960px;
}

    table #content h2 {
        padding: 10px;
        margin: 10px;
        text-align: center;
        color: green;
    }

    table #content p {
        padding: 10px;
        margin: 10px;
        line-height: 2.5;
        text-align: justify;
        font-size: 14px;
    }

    table #content ul li {
        padding-right: 5px;
        line-height: 2;
        text-align: justify;
        font-size: 14px;
        padding: 5px;
    }

    table #content ol li {
        padding-right: 5px;
        line-height: 1.5;
        text-align: justify;
        padding: 5px;
    }

    table #content section {
        margin: 10px;
        text-align: justify;
    }

        table #content section h3 {
            font-size: 19px;
            text-align: center;
            color: darkgreen;
        }

        table #content section b {
            margin-left: 20px;
        }

        table #content section p {
            padding-bottom: 5px;
            line-height: 2;
        }

        table #content section ul li {
            margin: 5px;
            line-height: 1.5;
        }
/*****************************************/

table .acc-content {
    vertical-align: top;
    font-family: Helvetica, Arial, sans-serif;
}

    table .acc-content section {
        margin: 10px;
        text-align: justify;
    }

    table .acc-content h2 {
        padding: 10px;
        margin: 10px;
        text-align: center;
        color: green;
    }

    table .acc-content section {
        margin: 10px;
        text-align: justify;
    }

        table .acc-content section h3 {
            font-size: 18px;
            text-align: left;
            color: #444;
        }

        table .acc-content section p {
            padding: 10px 0 10px;
            font: 14px/18px Helvetica, Arial, sans-serif;
            
        }

    table .acc-content img {
        float: left;
        height: 230px;
        width: 260px;
    }


    table .acc-content p {
        margin: 0;
        padding: 0;
        
    }



/*****************************************/
table #prod_scroll {
    width: 200px;
    vertical-align: top;
   
}

    table #prod_scroll marquee {
        height:90%;
       
    }

#prod_scroll img {
    width: 180px;
 
}


table td #enquiry_form {
    vertical-align: top;
}

.smart-green {
    width: 560px;
    padding: 75px 30px 0px 30px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #666;
}

    .smart-green h1 {
        font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
        padding: 20px 0px 20px 40px;
        display: block;
        margin: -340px -25px 50px -32px;
        color: #FFF;
        background: #9DC45F;
        text-shadow: 1px 1px 1px #949494;
        border-bottom: 1px solid #89AF4C;
    }

        .smart-green h1 > span {
            display: block;
            font-size: 11px;
            color: #FFF;
        }

    .smart-green label {
        display: block;
        margin: 0px 0px 5px;
    }

        .smart-green label > span {
            float: left;
            margin-top: 10px;
            color: #5E5E5E;
            font-weight: bold;
        }

    .smart-green input[type="text"], .smart-green input[type="email"], .smart-green textarea, .smart-green select {
        color: #555;
        height: 30px;
        line-height: 15px;
        width: 100%;
        padding: 0px 0px 0px 10px;
        margin-top: 2px;
        border: 1px solid #E5E5E5;
        background: #FBFBFB;
        outline: 0;
        -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
        box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
        font: normal 14px/14px Arial, Helvetica, sans-serif;
    }

    .smart-green textarea {
        height: 100px;
        padding-top: 10px;
    }

    .smart-green select {
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: '';
        width: 100%;
        height: 30px;
    }



    .smart-green .button {
        background-color: #9DC45F;
        /*background-color:#006B00;*/
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-border-radius: 5px;
        border: none;
        padding: 10px 25px 10px 25px;
        color: #FFF;
        text-shadow: 1px 1px 1px #949494;
    }

        .smart-green .button:hover {
            background-color: #80A24A;
        }


/*******************************footer**************************************************/

/*footer {
    height: 60px;
    width: 960px;
    background: transparent;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

    footer hr {
        height: 10px;
        background: yellow;
        border: none;
    }

    footer section {
        background: #2B3535;
        height: 100%;
        color: whitesmoke;
        margin-top: -15px;
    }

    footer #copyright {
        float: left;
        display: inline-block;
    }

    footer div #copyright p {
        margin: 10px;
        padding: 10px;
    }

    footer #foot_links {
        float: right;
        display: inline-block;
        margin-right: 10px;
    }

        footer #foot_links ul {
            margin: 0;
            padding: 0;
            display: inline-block;
        }

            footer #foot_links ul li {
                float: left;
                padding-left: 5px;
                list-style-type: none;
            }

                footer #foot_links ul li a {
                    text-decoration: none;
                    color: whitesmoke;
                    padding-left: 5px;
                }*/
/*****************************Page - Contact Us *********************************/

table #contacts {
    font-family: Helvetica, Arial, sans-serif;
}

    table #contacts h3 {
        font-size: 18px;
        text-align: center;
    }

    table #contacts b {
        font-size: 15px;
        text-align: center;
    }

    table #contacts p {
        font-size: 13px;
    }

/*********************************************************************************/

hr {
    background-color: blue;
}

footer {
    color: #000;
    width: 960px;
    margin-top: 0px;
    font-size: 11px;
    line-height: 32px;
    clear: both;
    height: 90px;
    background: transparent;
    font-family: Helvetica, Arial, sans-serif;
}

#foot_cont {
    width: 960px;
    height: 100px;
    /* margin-left: 25%;
    margin-right: auto;
    margin-top: 2%;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    border-color: #008040;
    overflow: hidden; */
}

#foot_links {
    float: left;
    margin-left: -30px;
    width: 450px;
}

#foot_bar {
    list-style: none;
}

    #foot_bar li {
        float: left;
        padding: 0 6px 0 7px;
    }

    #foot_bar a {
        text-decoration: none;
        color: #000;
		font-family: Helvetica, Arial, sans-serif;
    }

#foot_links p {
    margin-left: 47px;
	font-family: Helvetica, Arial, sans-serif;
}



#foot_copy {
    float: left;
    margin-top: 30px;
    line-height:2;
    text-align:center;
}

#foot_credit {
    float: right;
}
