html
{
}

body
{
    font-family: 'Droid Sans', Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    background: #879b9c url('../img/bg.png') repeat-x;
}

header
{
    /* width:960px; */
    width: 964px;
    margin: 0 auto;
}

    header h1#logo
    {
        margin: 10px auto 30px auto;
    }

    header nav#menu
    {
        margin: 15px 83px 15px 0;
        height: 45px;
        position: relative;
        background: #1f4b92 url('../img/menu_bg.png') repeat-x;
    }

        header nav#menu:after
        {
            content: '';
            position: absolute;
            top: 0;
            right: -83px;
            width: 83px;
            height: 45px;
            background: transparent url('../img/menu_after.png') no-repeat;
        }

        header nav#menu > ul
        {
            list-style-type: none;
        }



            header nav#menu > ul > li
            {
                float: left;
                position: relative;
                z-index: 500;
            }
            
                header nav#menu > ul > li ul
                {
                    position: absolute;
                    left: 0;
                    display: none;
                    margin: 0 0 0 -1px;
                    padding: 0;
                    list-style: none;
                }
                
                    header nav#menu > ul > li ul li
                    {
                        float: left;
                        margin:0 ;
                        padding: 0;
                        width: 150px;
                    }
                    
                        header nav#menu > ul > li ul li a
                        {
                            display: block;
                            width: 150px;
                        }

                header nav#menu > ul > li a
                {
                    text-decoration: none;
                    line-height: 45px;
                    background: #1f4b92 url('../img/menu_bg.png') repeat-x;
                    font-size: 13px;
                    font-weight: bold;
                    color: #FFF;
                    display: inline-block;
                    padding: 0 20px;
                    transition: all linear .2s;
                    -moz-transition: all linear .2s;
                    -webkit-transition: all linear .2s;
                    -ms-transition: all linear .2s;
                    -o-transition: all linear .2s;
                }

                    header nav#menu > ul > li a.selected
                    {
                    }

                    header nav#menu ul > li > a:hover
                    {
                        background: #1e1e1e;
                    }

                    header nav#menu ul > li > a:active
                    {
                    }

    header .right-grid .box.currency
    {
        display: block;
        border: 1px solid #1f4b92;
        background: #ededed;
        overflow: hidden;
        padding-bottom: 20px;
    }

        header .right-grid .box.currency h2
        {
            margin: 0;
            background: transparent url('../img/sub_head_bg.png') repeat-x;
            color: #ededed;
            padding: 5px 50px 5px 8px;
            font-size: 15px;
        }

        header .right-grid .box.currency p
        {
            float: left;
            margin: 20px 0 0 10px;
        }

            header .right-grid .box.currency p img
            {
                width: 16px;
                height: 16px;
            }

            header .right-grid .box.currency p span
            {
                font-weight: bold;
                color: #666;
                margin: 0 10px 0 5px;
            }

    header .right-grid .box.anouncements
    {
        display: block;
        margin: 10px 0 0 0;
        border: 1px solid #1f4b92;
        background: #ededed;
        min-height: 150px;
    }

        header .right-grid .box.anouncements h2
        {
            margin: 0;
            background: transparent url('../img/sub_head_bg.png') repeat-x;
            color: #ededed;
            padding: 5px 50px 5px 8px;
            font-size: 15px;
        }

        header .right-grid .box.anouncements .anounce
        {
            padding: 5px 20px;
        }

            header .right-grid .box.anouncements .anounce h3
            {
                color: #333;
                margin: 5px 0 0 0;
            }

            header .right-grid .box.anouncements .anounce p
            {
            }

                header .right-grid .box.anouncements .anounce p span.date
                {
                    color: #666;
                    font-style: italic;
                    font-weight: bold;
                }

                header .right-grid .box.anouncements .anounce p a.more
                {
                    margin: 0 0 0 5px;
                    color: #1f4b92;
                }



div#main
{
    width: 964px;
    margin: 0 auto;
}

    div#main .left-grid
    {
    }

        div#main .left-grid .content
        {
            margin: 0;
            background: #ededed;
            padding: 25px;
            overflow: hidden;
            line-height: 1.6em;
            font-size: 13px;
            color: #666;
        }

            div#main .left-grid .content h1
            {
                font-size: 24px;
                color: #333;
            }
            
                div#main .left-grid .content h1 small
                {
                    font-size: 13px;
                    float: right;
                    font-weight: bold;
                    color: maroon;
                    font-style: italic;
                    display: none;
                }

            div#main .left-grid .content p
            {
                line-height: 1.6em;
                font-size: 13px;
                color: #666;
            }

            div#main .left-grid .content .product
            {
                overflow: hidden;
                border-bottom: 1px dotted #666;
                margin: 0 15px 25px 0;
                min-height: 153px;
            }

                div#main .left-grid .content .product a.image-link
                {
                    float: left;
                    margin: 0 15px 0 0;
                }

                    div#main .left-grid .content .product a.image-link img
                    {
                        width: 200px;
                        height: 133px;
                    }

                div#main .left-grid .content .product h2
                {
                    font-size: 18px;
                    margin: 0;
                }

                    div#main .left-grid .content .product h2 a
                    {
                        color: #1f4b92;
                    }

                div#main .left-grid .content .product p
                {
                    line-height: 1.5em;
                    color: #999;
                }

                    div#main .left-grid .content .product p a
                    {
                        color: #1f4b92;
                    }

            div#main .left-grid .content .product-detail
            {
                overflow: hidden;
            }

                div#main .left-grid .content .product-detail img.detail
                {
                    float: left;
                    border: 3px solid #999;
                    width: 250px;
                    height: 166px;
                    margin: 0 15px 0 0;
                }

                div#main .left-grid .content .product-detail h1
                {
                    margin: 0;
                }

        div#main .left-grid div#categories
        {
            float: left;
            /* width: 420px; */
            width: 424px;
        }

            div#main .left-grid div#categories .box.category
            {
                width: 200px;
                float: left;
                height: 125px;
                border: 1px solid #1f4b92;
                margin: 0 10px 10px 0;
            }

                div#main .left-grid div#categories .box.category a
                {
                    text-decoration: none;
                    position: relative;
                    display: inline-block;
                    height: 125px;
                    width: 200px;
                }

                    div#main .left-grid div#categories .box.category a img
                    {
                    }

                    div#main .left-grid div#categories .box.category a span
                    {
                        background: rgba(0,0,0, .5);
                        color: #ededed;
                        font-weight: bold;
                        font-size: 12px;
                        display: inline-block;
                        padding: 5px 10px;
                        position: absolute;
                        right: 10px;
                        bottom: 10px;
                    }


        div#main .left-grid div#categories-content
        {
            float: left;
        }

            div#main .left-grid div#categories-content .box.category
            {
                width: 200px;
                float: left;
                height: 125px;
                border: 1px solid #1f4b92;
                margin: 0 10px 10px 0;
            }

                div#main .left-grid div#categories-content .box.category a
                {
                    text-decoration: none;
                    position: relative;
                    display: inline-block;
                    height: 125px;
                    width: 200px;
                }

                    div#main .left-grid div#categories-content .box.category a img
                    {
                    }

                    div#main .left-grid div#categories-content .box.category a span
                    {
                        background: rgba(0,0,0, .5);
                        color: #ededed;
                        font-weight: bold;
                        font-size: 12px;
                        display: inline-block;
                        padding: 5px 10px;
                        position: absolute;
                        right: 10px;
                        bottom: 10px;
                    }




        div#main .left-grid div#adverts
        {
            float: left;
            width: 270px;
        }

            div#main .left-grid div#adverts .box.advert
            {
                float: left;
                height: 216px;
                border: 1px solid Black;
                margin: 0 10px 10px 0;
            }

                div#main .left-grid div#adverts .box.advert a
                {
                    text-decoration: none;
                    display: inline-block;
                    width: 270px;
                    height: 216px;
                    position: relative;
                }

                    div#main .left-grid div#adverts .box.advert a img
                    {
                    }

                    div#main .left-grid div#adverts .box.advert a span.title
                    {
                        background: rgba(0,0,0, .5);
                        color: #ededed;
                        font-weight: bold;
                        font-size: 12px;
                        display: inline-block;
                        padding: 5px 10px;
                        position: absolute;
                        right: 10px;
                        top: 10px;
                    }

                    div#main .left-grid div#adverts .box.advert a span.url
                    {
                        background: rgba(0,0,0, .5);
                        color: #ededed;
                        font-size: 11px;
                        display: inline-block;
                        padding: 3px 5px;
                        margin: 5px 0;
                        right: 10px;
                        top: 50px;
                        position: absolute;
                    }


    div#main .right-grid .box.video
    {
        margin: 0 0 15px 0;
        height: 228px;
    }

    div#main .right-grid .box.advert
    {
        height: 230px;
        border: 1px solid #1f4b92;
        margin: 0 0 10px 0;
    }

        div#main .right-grid .box.advert a
        {
            text-decoration: none;
            height: 230px;
            width: 248px;
            display: inline-block;
            position: relative;
        }

            div#main .right-grid .box.advert a img
            {
                width: 248px;
                height: 230px;
            }

            div#main .right-grid .box.advert a span.title
            {
                background: rgba(0,0,0, .5);
                color: #ededed;
                font-weight: bold;
                font-size: 12px;
                display: inline-block;
                padding: 5px 10px;
                position: absolute;
                right: 10px;
                top: 10px;
            }

            div#main .right-grid .box.advert a span.url
            {
                background: rgba(0,0,0, .5);
                color: #ededed;
                font-size: 11px;
                display: inline-block;
                padding: 3px 5px;
                margin: 5px 0;
                right: 10px;
                top: 50px;
                position: absolute;
            }


    div#main .right-grid nav
    {
        margin: 15px 0;
    }

        div#main .right-grid nav ul
        {
            list-style-type: none;
        }

            div#main .right-grid nav ul li
            {
                padding: 5px 8px;
            }

                div#main .right-grid nav ul li:hover
                {
                    border-left: 3px solid #1f4b92;
                }

                div#main .right-grid nav ul li a
                {
                    font-size: 13px;
                    font-weight: bold;
                    color: #1f4b92;
                }

                    div#main .right-grid nav ul li a:hover
                    {
                    }

    div#main .right-grid .box
    {
        display: block;
        margin: 0 0 20px 0;
        border: 1px solid #1f4b92;
        background: #ededed;
    }

        div#main .right-grid .box h3
        {
            margin: 0;
            background: transparent url('../img/sub_head_bg.png') repeat-x;
            color: #ededed;
            padding: 5px 50px 5px 8px;
        }

#contact
{
    font-size: 13px;
}


    #contact ul
    {
        list-style-type: none;
        margin: 15px;
        padding: 0;
    }

        #contact ul li
        {
            color: #333;
            margin: 5px 0;
        }

            #contact ul li img
            {
                margin-right: 10px;
            }

            #contact ul li a
            {
                color: #1f4b92;
            }




footer
{
    width: 960px;
    margin: 15px auto;
    line-height: 30px;
    overflow: hidden;
}

    footer p
    {
        float: left;
        font-size: 11px;
        margin: 0;
        padding: 0;
    }

        footer p a
        {
            text-decoration: none;
            font-weight: bold;
            font-size: 11px;
            margin: 0 0 0 10px;
            color: #fff;
            border-bottom: 1px dotted #ededed;
            transition: all linear .2s;
            -moz-transition: all linear .2s;
            -webkit-transition: all linear .2s;
            -ms-transition: all linear .2s;
            -o-transition: all linear .2s;
        }

            footer p a:hover
            {
                color: #1f4b92;
                border-bottom: 1px dotted #1f4b92;
            }

    footer nav
    {
        float: right;
        display: inline-block;
        margin: 0;
        padding: 0;
    }

        footer nav ul
        {
            list-style-type: none;
        }

            footer nav ul li
            {
                float: left;
            }

                footer nav ul li a
                {
                    text-decoration: none;
                    font-weight: bold;
                    font-size: 11px;
                    margin: 0 0 0 10px;
                    color: #fff;
                    border-bottom: 1px dotted #ededed;
                    transition: all linear .2s;
                    -moz-transition: all linear .2s;
                    -webkit-transition: all linear .2s;
                    -ms-transition: all linear .2s;
                    -o-transition: all linear .2s;
                }

                    footer nav ul li a:hover
                    {
                        color: #1f4b92;
                        border-bottom: 1px dotted #1f4b92;
                    }

                    footer nav ul li a.selected
                    {
                    }

                    footer nav ul li a:hover
                    {
                    }

                    footer nav ul li a:active
                    {
                    }

.left-grid
{
    float: left;
    width: 700px;
    min-height: 250px;
}

.right-grid
{
    float: left;
    width: 250px;
    margin: 0 0 0 10px;
    min-height: 250px;
}



/* Global Styles */

.clear
{
    clear: both;
}

a
{
    text-decoration: none;
}

    a:visited
    {
        text-decoration: none;
        color: #fff;
    }


#map
{
    height: 250px;
}

ul#menu
{
    float: left;
    margin: 25px 0 0 0;
    padding: 0;
}

    ul#menu li
    {
        display: inline;
        cursor: pointer;
    }

        ul#menu li.active a
        {
            background: #999;
        }

        ul#menu li a
        {
            background: #CCC;
            padding: 10px;
            float: left;
            border-right: 1px solid #CCC;
            border-bottom: none;
            text-decoration: none;
            color: black;
            font-weight: bold;
        }


div.tab-content
{
    background: #ebebeb;
    border: 1px solid #999;
    padding: 15px;
}

p.message
{
    color: #333;
    font-size: 14px;
    font-weight: bold;
    padding: 25px;
    border: 1px dotted #333;
}

p.scs
{
    color: green !important;
    margin: 15px 0;
    font-size: 14px;
    font-weight: bold;
}

form.contact-form
{
    margin: 15px 20px;
}

    form.contact-form label
    {
        display: block;
        margin: 10px 0;
        font-size: 14px;
        color: #666;
        font-weight: bold;
    }

        form.contact-form label.error
        {
            font-size:  12px;
            font-weight: normal;
            color: red;
        }

    form.contact-form input[type="text"]
    {
        width: 180px;
        padding: 8px 10px;
        color: #999;
        border: 1px solid #999;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        outline: 0;
        font-family: 'Droid Sans', Arial, Verdana, Helvetica, sans-serif;
    }

    form.contact-form textarea
    {
        width: 180px;
        height: 120px;
        padding: 8px 10px;
        color: #999;
        border: 1px solid #999;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        outline: 0;
        font-family: 'Droid Sans', Arial, Verdana, Helvetica, sans-serif;
    }

    form.contact-form button
    {
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#803885bc', EndColorStr='#004664be')";
        font-family: 'Droid Sans', Arial, Verdana, Helvetica, sans-serif;
        background-color: #155786;
        border: 1px solid #84BFE9;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        padding: 9px 10px;
        color: white;
        cursor: pointer;
        background-image: -moz-linear-gradient(-90deg, rgba(56, 133, 188, 0.8), rgba(70, 100, 190, 0));
        padding: 9px 10px;
        box-shadow: 1px 1px 7px rgb(76, 76, 76);
        font-size: 12px;
        font-weight: bold;
        font-style: normal;
        font-variant: normal;
        line-height: normal;
    }

.product-pdf-image
{
    margin:  25px 0;
    border:  4px solid #999;
}

    .product-pdf-image img
    {
        width: 642px;
    }

a
{
    color: #1F4B92;
}

    a:visited
    {
        color: #1f4b92;
    }
    
    
/* Table Styles */

.table {
  width: 100%;
  margin-bottom: 18px;
}

.table th,
.table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #999;
}

.table th {
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #999;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #999;
  border-collapse: separate;
  *border-collapse: collapsed;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #999;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
     -moz-border-radius: 0 0 0 4px;
          border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}

.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #f5f5f5;
}

table .span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

table .span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

table .span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

table .span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

table .span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

table .span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

table .span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

table .span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

table .span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

table .span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

table .span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

table .span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

table .span13 {
  float: none;
  width: 1004px;
  margin-left: 0;
}

table .span14 {
  float: none;
  width: 1084px;
  margin-left: 0;
}

table .span15 {
  float: none;
  width: 1164px;
  margin-left: 0;
}

table .span16 {
  float: none;
  width: 1244px;
  margin-left: 0;
}

table .span17 {
  float: none;
  width: 1324px;
  margin-left: 0;
}

table .span18 {
  float: none;
  width: 1404px;
  margin-left: 0;
}

table .span19 {
  float: none;
  width: 1484px;
  margin-left: 0;
}

table .span20 {
  float: none;
  width: 1564px;
  margin-left: 0;
}

table .span21 {
  float: none;
  width: 1644px;
  margin-left: 0;
}

table .span22 {
  float: none;
  width: 1724px;
  margin-left: 0;
}

table .span23 {
  float: none;
  width: 1804px;
  margin-left: 0;
}

table .span24 {
  float: none;
  width: 1884px;
  margin-left: 0;
}

/* End Table Styles */