html {
    height: 101%;
}

body
{
    background: #004b62;
    color: #1f3642;
    margin: 0;
    font-family: Verdana, Geneva, Arial, Helvetica;
    font-size: 12px;
    text-align: center;
    padding: 0;
    position: relative;
}

img
{
    border: 0px;
}

h1, h2, h3
{
    margin-top: 0;
    padding-top: 0;
}

h1
{
    font-size: 20px;
}


.clear
{
    clear: both;
}

a, a:visited
{
    color: #1f3642;
    text-decoration: none;
}

a:hover
{
    color: #183785;
}

div#loader
{
    display: none;
    position: absolute;
    height: 15px;
    top: 20px;
    width: 100%;
    background: url('layout/loader.gif');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 50;
}

div#topBg
{
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('layout/bg1.png');
    background-size: 100%;
    background-repeat: no-repeat;

}

div#topBgFade
{
    width: 100%;
    height: 100%;
    background: url('layout/bg1_fade.png');
    background-repeat: no-repeat;
    background-size: 100%;

}

div#container
{
    width: 100%;
    min-height: 100%;
    background: url('layout/bg.png');
    background-size: 100% 100%;
}

div#wrapper
{
    width: 1088px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 40px;
}

div#contentNarrow
{
    width: 500px;
    margin: 0 auto;
}

div#header
{
    margin-bottom: 25px;
}

div#main
{

    background: url('layout/mainBg.png');
    position: relative;
    padding: 50px 75px 30px 60px;
    min-height: 800px;
    height: auto !important;
    height: 800px;
}

div#shadowL
{
    width: 17px;
    height: 100%;
    background: url('layout/shadowL.png');
    position: absolute;
    top: 0px;
    left: -17px;
}

div#shadowR
{
    width: 17px;
    height: 100%;
    background: url('layout/shadowR.png');
    position: absolute;
    top: 0px;
    right: -17px;
}

a#logo, a#logo:visited, a#logo:hover
{
    display: block;
    background: url('layout/logo.png');
    width: 193px;
    height: 62px;
    float: left;
    margin: 0;
}

div#header ul
{
    float: right;
    margin: 0 0 10px 0;
    padding: 0 0 8px 0;
    border-bottom: 1px solid #c2c2c2;
}

div#header li
{
    cursor: pointer;
    display: block;
    float: left;
}

div#header li a
{
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 0 0 5px 0;
    margin: 0 12px;
    color: #686868;
}

div#header li:first-child a
{
    margin-left: 0;
}

div#header li:last-child a
{
    margin-right: 0;
}

div#header li a:hover, div#header li a.active
{
    color: #183785;
    border-bottom: 3px solid #1a3783;
}

div#searchBox
{
    float: right;
    height: 33px;
}

div#searchBox input[type=text]
{
    width: 176px;
    height: 33px;
    border: 0;
    background: url('layout/searchInput.png');
    padding: 0 10px 0 10px;
    color: #5a5a5a;
    font-size: 11px;
    margin: 0;
    float: left;
}

div#searchBox input[type=submit]
{
    width: 38px;
    height: 33px;
    border: 0;
    background: url('layout/searchButton.png');
    cursor: pointer;
    margin: 0;
    float: left;
}

div#footer
{

    background: #004b62;
    padding: 15px 0;
    color: white;
    clear: both;
    position: absolute;
    width: 100%;
    margin: 0;
    height: 30px;
    bottom: 0;
}


div#footer ul
{
    clear: both;
    padding: 0px;
    list-style-type: none;
    margin: 10px auto;
    text-align: center;
}

div#footer li
{
    margin: 10px auto;
    text-align: center;
    display: inline;
}

div#footer li a
{
    text-decoration: none;
    padding: 0 10px;
    margin: 0 15px;
    color: white;
}

div#footer li a:hover, div#footer li a.active
{
    color: #2c93fe;
}

div#leftMenu
{
    float: left;
    width: 208px;
    text-align: left;
    height: 100%;
}

div#leftMenu ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

div#leftMenu li
{
    height: 35px;
}

div#leftMenu li a
{
    text-decoration: none;
    padding: 0 0 5px 0;
    margin: 0;
    color: #072162;
}

div#leftMenu li a:hover, div#leftMenu li.active a
{
    color: #183785;
    border-bottom: 3px solid #1a3783;
}

div#logos
{
    width: 150px;
    margin: 10px 0;
    text-align: center;
}

div#logos img
{
    max-width: 150px;
    margin: 5px auto;
}

div#content
{
    float: right;
    width: 745px;
    line-height: 18px;
    text-align: justify;
    font-size: 11px;
}

.socialIco
{
    position: fixed;
    left: -5px;
    width: 40px;
    height: 38px;
    cursor: pointer;
}

#googlePlusIco
{
    top: 350px;
    background: url('layout/googlePlusIco.png');
}

#facebookIco
{
    top: 410px;
    background: url('layout/facebookIco.png');
}

#twitterIco
{
    top: 470px;
    background: url('layout/twitterIco.png');
}

div#goBack
{
    clear: both;
    padding: 10px 0;
    margin: 10px;
    text-align: center;
}

div.doubleTitle
{
    text-align: left;
    clear: both;
    overflow: auto;
}

.first
{
    float: left;
    color: #7594a6;
    margin-right: 6px;
    font-size: 18px;
}

.second
{
    display: inline;
    color: #1d2b38;
    font-size: 18px;
}

div#products
{
    width: 300px;
    float: left;
}

div#products ul a
{
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
}

div.categoryIcon
{
    float: left;
    margin-right: 10px;
    width: 86px;
    height: 86px;

}

div#contentBanner
{
    width: 745px;
    height: 170px;
    margin-bottom: 15px;
}

div#language
{
    position: absolute;
    right: 70px;
    top: 0;
}

div.language, a.language, a.language:visited
{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 5px;
    display: block;
    background: url('layout/mainBg.png');
    float: left;
    border-left: 1px solid silver;
    border-bottom: 1px solid silver;
    border-right: 1px solid silver;
}

a.language:hover
{
    background: lightgray;
}

div.language_active
{
    font-weight: bold;
}


