@font-face {
    font-family: Droid Sans;
    src: url('../fonts/DroidSans-webfont.eot');
    src: local("Droid Sans"), url('../fonts/DroidSans-webfont.woff');
}

@font-face {
    font-family: News Cycle;
    src: url('../fonts/NewsCycle-Regular.eot');
    src: local("News Cycle"), url('../fonts/NewsCycle-Regular.ttf');
}

html {
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
}

/* tell the browser to render HTML 5 elements as block */
article, aside, figure, footer, header, hgroup, nav, section {
    display: block;
}

body {
    font-family: Tahoma,Calibri,Segoe,Arial;
    font-size: 10pt;
    background: #F9F9F9;
    color: #423535;
}

.wrapper {
    width: 98%;
    margin: 1% auto;
}

p {
    padding: 0 0 16px 0;
    line-height: 1.7em;
}

img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #362C20;
    letter-spacing: 0em;
    padding: 0 0 5px 0;
    font-size: 12pt;
}

h1, h2, h3 {
    margin: 0 0 15px 0;
    padding: 15px 0 5px 0;
    color: #222;
}

h2 {
    padding: 9px 0 5px 0;
}

h3 {
    padding: 5px 0 0 0;
}

h4, h6 {
    color: #555;
    padding: 0 0 5px 0;
    font: normal 120% 'Droid Sans', arial, sans-serif;
}

h5, h6 {
    color: #3E499C;
    font: 100% 'Droid Sans', arial;
    padding: 0 0 10px 0;
}

h6 {
    font: normal 100% 'Droid Sans', arial;
}

a, a:hover {
    outline: none;
    text-decoration: underline;
}

    a:hover {
        text-decoration: none;
    }

blockquote {
    margin: 20px 0;
    padding: 10px 20px 0 20px;
    border: 1px solid #E5E5DB;
    background: #FFF;
}

ul {
    margin: 2px 0 22px 17px;
}

    ul li {
        list-style-type: circle;
        margin: 0 0 6px 0;
        padding: 0 0 4px 5px;
        line-height: 1.5em;
    }

ol {
    margin: 8px 0 22px 20px;
}

    ol li {
        margin: 0 0 11px 0;
    }

.left {
    float: left;
    width: auto;
    margin-right: 10px;
}

.right {
    float: right;
    width: auto;
    margin-left: 10px;
}

.center {
    display: block;
    text-align: center;
    margin: 20px auto;
}

#main, #container, #logo, #site_content, footer {
    margin-left: auto;
    margin-right: auto;
}

#main {
    background: #EEEEEE url(../images/light.png);
}

#map_canvas {
    height: 100%;
}

#logo {
    width: 1000px;
    height: 180px;
    background: transparent;
    color: #888;
    padding: 20px 0 0 0;
}

    #logo #logo_text {
        width: 330px;
        border-radius: 70px;
        -moz-border-radius: 7px;
        -webkit-border: 7px;
        background: transparent url(../images/menubar.png);
        left: -2;
        padding: 10px 20px 20px 20px;
    }

    #logo h1, #logo h2 {
        font: normal 250% 'News Cycle', arial, sans-serif;
        border-bottom: 0;
        text-transform: none;
        margin: 0;
    }

#logo_text h1, #logo_text h1 a, #logo_text h1 a:hover {
    padding: 0;
    color: #FFF;
    text-decoration: none;
}

    #logo_text h1 a .logo_colour {
        color: #BBB;
    }

#logo_text a:hover .logo_colour {
    color: #FFF;
}

#logo_text h2 {
    font-size: 14pt;
    padding: 0 0 0 0;
    color: #FFF;
}

.banner {
    padding: 5px;
    text-align: center;
}
.bannerImage {
    width:100%;
    height:400px;
}

nav {
    height: 32px;
    margin: 0 auto 0 auto;
    color: white;
    font-size: 10pt;
    background: transparent url(../images/menubar.png);
    background-color: black;
}

#menu_container {
    width: 100%;
    margin: 0 auto 0 auto;
}

#site_content {
    width: auto;
    overflow: hidden;
    margin-top: 10px;
    text-shadow: 0 1px #FFF;
}

#sidebar_container {
    float: left;
    width: 235px;
    background: #fff;
    /*z-index: 100;
    position: relative;
    padding: 0 1px 0 0;
    border-top: 6px solid #fff;*/
}

.sidebar {
    width: 80%;
    margin: 10px 0;
    background: #ddd; /* Show a solid color for older browsers */
    background: -moz-linear-gradient(#fff, #ddd);
    background: -o-linear-gradient(#fff, #ddd);
    background: -webkit-linear-gradient(#fff, #ddd);
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
    border: 1px solid #eee;
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border: 7px 7px 7px 7px;
    padding: 10px 15px 5px 13px;
}

    .sidebar h3, .content h1 {
        padding: 0 15px 20px 0;
        text-shadow: #FFF 0 1px;
        margin: 0 1px;
    }

    .sidebar h3 {
        padding: 4px 15px 9px 0;
    }

    .sidebar ul {
        margin: 0 0 15px 0;
    }

    .sidebar li a, .sidebar li a:hover {
        color: #555;
        text-decoration: none;
    }

        .sidebar li a:hover {
            text-decoration: underline;
        }

.sidebar_item, .content_item {
    padding: 15px 0;
}

.content {
    text-align: left;
    width: 700px;
    margin: 0 0 15px 0;
    float: left;
    font-size: 120%;
    padding: 14px 0 0 0;
}

    .content ul {
        margin: 2px 0 22px 0px;
    }

        .content ul li, .sidebar ul li {
            list-style-type: none;
            background: url(../images/bullet.png) no-repeat;
            margin: 0 0 0 0;
            padding: 0 0 4px 28px;
            line-height: 1.5em;
        }

footer {
    font: 100% "Droid Sans",arial,sans-serif;
    height: 20px;
    padding: 32px 0px 10px;
    text-align: center;
    background: #3C3B33;
    color: #FFF;
    margin: 0px;
    border-top: 6px solid #CEC240;
}

    footer p {
        line-height: 1.7em;
        padding: 0 0 10px 0;
    }

    footer a {
        color: #FFF;
        text-decoration: none;
    }

        footer a:hover {
            color: #FFF;
            text-decoration: underline;
        }

.form_settings {
    margin: 15px 0 0 0;
}

    .form_settings p {
        padding: 0 0 4px 0;
    }

    .form_settings span {
        float: left;
        width: 200px;
        text-align: left;
    }

    .form_settings input, .form_settings textarea {
        padding: 5px;
        width: 299px;
        font: 100% 'Droid Sans', arial;
        border: 1px solid #E5E5DB;
        background: #FFF;
        color: #47433F;
        border-radius: 7px 7px 7px 7px;
        -moz-border-radius: 7px 7px 7px 7px;
        -webkit-border: 7px 7px 7px 7px;
    }

    .form_settings .submit {
        font: 100% 'Droid Sans', arial;
        border: 0;
        width: 99px;
        margin: 0 0 0 212px;
        height: 33px;
        padding: 2px 0 3px 0;
        cursor: pointer;
        background: #222;
        color: #FFF;
        border-radius: 7px 7px 7px 7px;
        -moz-border-radius: 7px 7px 7px 7px;
        -webkit-border: 7px 7px 7px 7px;
    }

    .form_settings textarea, .form_settings select {
        font: 100% 'Droid Sans', arial;
        width: 299px;
    }

    .form_settings select {
        width: 310px;
    }

    .form_settings .checkbox {
        margin: 4px 0;
        padding: 0;
        width: 14px;
        border: 0;
        background: none;
    }

.separator {
    width: 100%;
    height: 0;
    border-top: 1px solid #D9D5CF;
    border-bottom: 1px solid #FFF;
    margin: 0 0 20px 0;
}

table {
    margin: 10px 0 30px 10px;
}

    table th {
        color: #FFF;
        text-align: left;
        text-shadow: none;
        padding-right: 10px;
        padding-left: 5px;
        height: 35px;
    }


/* scroll to top */
#scroll {
    position: relative;
    width: 100%;
    margin: 0 auto;
    bottom: 15px;
    right: 0;
    background: red;
    padding: 0;
}

    #scroll a {
        float: right;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

        #scroll a img {
            float: right;
            padding: 0 0 0 0;
            margin: 0;
        }

/* Configuration of menu width */
html body ul.sf-menu ul, html body ul.sf-menu ul li {
    width: 200px;
}

    html body ul.sf-menu ul ul {
        margin: 0 0 0 220px;
    }

/* Framework for proper showing/hiding/positioning */
ul.sf-menu, ul.sf-menu * {
    margin: 0;
    padding: 0;
}

ul.sf-menu {
    display: block;
    position: relative;
}

    ul.sf-menu li {
        display: block;
        list-style: none;
        float: left;
        position: relative;
    }

        ul.sf-menu li:hover {
            visibility: inherit; /* fixes IE7 'sticky bug' */
        }

    ul.sf-menu a {
        display: block;
        position: relative;
    }

    ul.sf-menu ul {
        position: absolute;
        left: 0;
        width: 150px;
        top: auto;
        left: -999999px;
    }

        ul.sf-menu ul a {
            zoom: 1; /* IE6/7 fix */
        }

        ul.sf-menu ul li {
            float: left; /* Must always be floated otherwise there will be a rogue 1px margin-bottom in IE6/7 */
            width: 150px;
        }

        ul.sf-menu ul ul {
            top: 0;
            margin: 0 0 0 100px;
        }

            ul.sf-menu li:hover ul, ul.sf-menu li:focus ul, ul.sf-menu li.sf-hover ul, ul.sf-menu ul li:hover ul, ul.sf-menu ul li:focus ul, ul.sf-menu ul li.sf-hover ul, ul.sf-menu ul ul li:hover ul, ul.sf-menu ul ul li:focus ul, ul.sf-menu ul ul li.sf-hover ul, ul.sf-menu ul ul ul li:hover ul, ul.sf-menu ul ul ul li:focus ul, ul.sf-menu ul ul ul li.sf-hover ul {
                left: auto;
            }

                ul.sf-menu li:hover ul ul, ul.sf-menu li:focus ul ul, ul.sf-menu li.sf-hover ul ul, ul.sf-menu ul li:hover ul ul, ul.sf-menu ul li:focus ul ul, ul.sf-menu ul li.sf-hover ul ul, ul.sf-menu ul ul li:hover ul ul, ul.sf-menu ul ul li:focus ul ul, ul.sf-menu ul ul li.sf-hover ul ul, ul.sf-menu ul ul ul li:hover ul ul, ul.sf-menu ul ul ul li:focus ul ul, ul.sf-menu ul ul ul li.sf-hover ul ul {
                    left: -999999px;
                }

/* autoArrows CSS */
span.sf-arrow {
    width: 7px;
    height: 7px;
    position: absolute;
    top: 20px;
    right: 5px;
    display: block;
    background: url(../images/arrows-white.png) no-repeat 0 0;
    overflow: hidden; /* making sure IE6 doesn't overflow and expand the box */
    font-size: 1px;
}

ul ul span.sf-arrow {
    right: 10;
    top: 20px;
    background-position: 0 100%;
}

/* Theming the menu */
ul#nav {
    float: left;
}

    ul#nav ul {
        background: #505050;
        margin-top: 5px;
        padding-bottom: 15px;
    }

    ul#nav li a {
        padding: 5px 20px 6px 20px;
        text-shadow: 1px 1px #7E4D0E;
        text-decoration: none;
        color: #FFF;
        width: auto;
        font-size: 13pt;
    }

        ul#nav li a:hover, ul#nav li a:focus {
            color: #FFF;
            text-decoration: underline;
        }

.logintabal {
    width: 60%;
    border-left-style: solid;
    border-left-width: 1px;
    border-right: 1px solid #C0C0C0;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom: 1px solid #C0C0C0;
    background-color: #BBBBBB;
}

.tdlogin {
    width: auto;
}

inputs:-webkit-input-placeholder {
    color: #b5b5b5;
}

inputs-moz-placeholder {
    color: #b5b5b5;
}

.inputs {
    width: 250px;
    padding: 10px;
    font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #9D9E9E;
    text-shadow: 1px 1px 0 rgba(256, 256, 256, 1.0);
    background: #FFF;
    border: 1px solid #FFF;
    border-radius: 5px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
}

    .inputs:focus {
        background: #DFE9EC;
        color: #414848;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
        outline: 0;
    }

    .inputs:hover {
        background: #DFE9EC;
        color: #414848;
    }

.Mandatory {
    background-color: yellow;
    color: black;
}

.FinalButton {
    background-color: #f35c4a;
    border: 1px solid #080707;
    border-radius: 5px;
    box-shadow: 0 0 0 0 rgba(242, 156, 147, 0.49) inset;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: Segoe UI,"Trebuchet MS",Tahoma,Helvetica,Verdana,Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    padding: 4px 10px;
    text-transform: uppercase;
    text-decoration: inherit;
}

    .FinalButton:hover {
        background-color: #2DC40C;
    }

    .FinalButton:active {
        position: relative;
        top: 1px;
    }

.css_zoom_image {
    width: 50px;
}

.img-zoom {
    position: absolute;
    width: 0px;
    -webkit-transition: width 0.3s linear 0s;
    -moz-transition: width 0.3s linear 0s;
    -ms-transition: width 0.3s linear 0s;
    -o-transition: width 0.3s linear 0s;
    transition: width 0.3s linear 0s;
    z-index: 10;
}

.css_zoom_image:hover + .img-zoom {
    width: 200px;
}

.previewPane {
    background-color: #fff;
    background-image: url(Images/previewPaneBg.gif);
    background-repeat: no-repeat;
}

.infoPane {
    background-color: #fff;
    background-image: url(Images/infoPaneBg.gif);
    background-repeat: no-repeat;
}

.infoPaneBg {
    margin-top: 20px;
    background-color: #fff;
    background-image: url(Images/grayBg.gif);
    background-repeat: no-repeat;
    height: 192px;
    width: 272px;
}

.imageDetailsHeader {
    font: bold 16px Arial, Verdana, Helvetica, Sans-serif;
    color: #666666;
    margin-top: 20px;
    margin-left: 30px;
    margin-bottom: 5px;
}

.details {
    font: normal 11px Arial, Verdana, Helvetica, Sans-serif;
    color: #666666;
    margin-left: 30px;
    width: 330px;
    vertical-align: middle;
    margin-bottom: 4px;
}

.detailsTxtBox {
    font: normal 11px Arial, Verdana, Helvetica, Sans-serif;
    color: #666666;
    height: 13px;
    border: solid 1px #ccc;
}

a.editBtns, a.editBtns:link, a.editBtns:visited, a.editBtns:active, a.editBtns:focus {
    text-decoration: none;
    border: solid 1px #808080;
    display: inline-block;
    width: 50px;
    font: bold 11px Arial, Verdana, Helvetica, Sans-serif;
    text-align: center;
    margin-top: 4px;
    background-color: #e8e8e8;
    color: #808080;
}

    a.editBtns:hover {
        color: #3b3b3b;
    }

.thumbsViewer {
    background-color: #fff;
    background-image: url(Images/thumbsBg.gif);
}

.RotatorImage {
    margin: 0px 11px;
    cursor: hand;
    cursor: pointer;
}

.itemTemplate {
    text-align: center;
    padding: 20px;
    border: solid 1px #dddddd !important;
    font-size: 12px;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.vs {
    background-color: #FCDCDC;
    border-bottom: 1px solid #BA4747;
    border-top: 1px solid #BA4747;
    color: #333333;
    display: block;
    font-family: "Open Sans",Verdana,Arial, "MS Sans Serif";
    font-size: 12px;
    font-weight: bold;
    margin: 0 10px;
    padding-left: 10px;
    text-align: left;
}

.mstr {
    color: #0066CA;
    font-size: 15px;
    padding: 10px;
}

.mpBG {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.BarIndicator_TextBox2_weak {
    color: Red;
    background-color: Red;
    border: 0;
}

.BarIndicator_TextBox2_average {
    color: Blue;
    background-color: Blue;
    border: 0;
}

.BarIndicator_TextBox2_good {
    color: Green;
    background-color: Green;
    border: 0;
}

.BarBorder_TextBox2 {
    border-style: solid;
    border-width: 1px;
    padding: 2px 2px 2px 2px;
    width: 200px;
    vertical-align: middle;
}

.header {
    /*background: url(img/sprite.png) repeat-x 0px 0px;*/
    border-color: #808080 #808080 #ccc;
    border-style: solid;
    border-width: 0px 0px 0px;
    padding: 0px 10px;
    color: #000000;
    font-size: 9pt;
    font-weight: bold;
    line-height: 1.9;
    font-family: arial,helvetica,clean,sans-serif;
}

.bd {
    /*background-color: #f2f2f2;*/
    background-color: #CCCCCC;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 0px;
    padding: 10px;
}

.container {
    border: solid 1px #808080;
    border-width: 1px 1px;
    background-color: #CCCCCC;
    position: absolute;
    width: 250px;
    height: 70px;
    position: absolute;
}

p {
    width: auto;
    text-align: justify;
    padding-left: 25px;
}

.pHome {
    width: 82%;
    text-align: justify;
    padding: 10px;
    color: darkblue;
}

.hederTag {
    width: 85%;
    border: 1px;
    cursor: pointer;
    color: red;
    background: #F5B994;
    text-align: left;
    padding-left: 25px;
}

.footerText {
    background-color: #000000;
    color: #ffffff;
    height: 20px;
    font-size: 10pt;
    text-align: center;
    width: auto;
}

.generalDropDown {
    font-family: Segoe UI, "Trebuchet MS",Tahoma,Helvetica,Verdana,Arial,sans-serif;
    font-size: 10pt;
    font-weight: normal;
    padding: 3px;
    vertical-align: middle;
    background-color: #FBFBFB;
    border: 1px #7F9DB9 solid;
    width: 200px;
    height: 35px;
}


.FieldSetText {
    font-size: 18px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: Tahoma,Segoe,Calibri,Arial;
    color: black;
}

.DataGridrowMargin {
    padding-right: 10px;
    padding-bottom: 5px;
    height: auto;
    text-align: left;
    width: auto;
}

.DataGridHeaderMargin {
    color: #FFF;
    text-align: left;
    text-shadow: none;
    padding-right: 10px;
    padding-left: 5px;
    height: 40px;
}

fieldset {
    border-radius: 7px 7px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.profile-img {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}

.loading {
    font-family: Arial;
    font-size: 10pt;
    border: 5px solid #67CFF5;
    width: 200px;
    height: 100px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
}

label {
    color: black;
    padding-left: 5px;
    font-size: 11pt;
}

.FooterStyle {
    padding: 10px;
    border: 1px solid #000;
    text-align: center;
    background-color: #6363ae;
    color: #4A3C8C;
    font-weight: bold;
}

.DIV_Popular_Product {
    float: left;
    margin: 10px 0 0;
    padding: 0;
    width: 80%;
    border-bottom: 1px dashed #bdbdbd;
}

.ProductBoxHolder {
    background: #fff;
    float: left;
    margin: 0 0 9px 30px;
    padding-bottom: 10px;
    text-align: center;
    width: 170px;
}

    .ProductBoxHolder:first-child {
        margin-left: 0;
    }

    .ProductBoxHolder h5 {
        font-size: medium;
    }

.PBHPic {
    background: #fff;
    border: 0 solid #2d56b2;
    float: left;
    height: 175px;
    margin: 0 6px 10px;
    padding: 2px;
    text-align: center;
    width: 150px;
    border-radius: 20px;
}

.headBackground {
    font-size: 24px;
    color: rgb(255, 255, 255);
    font-family: calibri;
    margin: 0px 0px 10px;
    font-weight: bold;
    background-color: #4A3C8C;
    height: 32px;
    padding: 3px 10px;
    border: 1px solid #00629a;
    letter-spacing: 2px;
    /*border-radius: 15px;*/
}

.conactUs {
    float: right;
    text-align: left;
    padding: 20px;
    width: 50%;
    font-size: 14pt;
    color: gray;
}

.GeoLocation {
    text-align: right;
    padding-right: 25px;
    font-size: 15px;
    line-height: 40px;
}

.decoration {
    text-decoration: none;
}

td table tbody tr td span {
    width: 50px;
    font-size: 15px;
    text-align: center;
    /*background-color: #4A3C8C;*/
    margin: 0px 2px !important;
    color: #0b0b0b;
    font-weight: bold;
}

#pagecontainer_5 {
    width: 1000px;
    margin: 0px auto;
    overflow: hidden;
    padding: inherit;
    position: relative;
    top: 0px;
    left: 0px;
    height: auto;
}

.heading_2 {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Lato;
    color: #666;
    font-size: 20px;
    margin: 0px 80px 20px 0px;
    text-align: center;
}
