/* CSS Document */

body{
    margin: 10px 0;
    background: #ECE1CC;
    color: #222;
}
body, #divContent, p, div, td{
    font-family: tahoma, sans-serif;
    font-size: 12px;
    line-height: 1.4em;
}

#content{
    clear: both;
    width: 660px;
    padding-top: 15px;
    padding-bottom: 32px;
}

div#main{
}

#header{
    margin: 0; padding: 0;
    display: block;
    float: left;
    width: 482px; height: 138px;
}

ul#nav{
    margin: 0px 0px 0px 5px;
    width: 640px;
    height: 35px;
    list-style: none;
}

ul#nav li{
    display: block;
    float: left;
    margin: 0; padding: 0;
}

ul#nav li a{
    display: block;
    text-indent: -10000px;
    background-position: 0 0;
}

/*
ul#nav li a:hover{
    background-position: 0 -35px;
}
*/


#button1 a{
    width: 123px; height: 35px;
    background: url(images/navProducts.gif) no-repeat 0 0;
    background-position: 0px 0px;
}
#button2 a{
    width: 123px; height: 35px;
    background: url(images/navAboutUs.gif) no-repeat 0 0;
}
#button3 a{
    width: 123px; height: 35px;
    background: url(images/navContactUs.gif) no-repeat 0 0;
}
#button4 a{
    width: 123px; height: 35px;
    background: url(images/navForms.gif) no-repeat 0 0;
}
#button5 a{
    width: 123px; height: 35px;
    background: url(images/navNews.gif) no-repeat 0 0;
}

img#main_img{
    float: right;
    border-bottom: 1px solid #0168AB;
}


p#footer{
    margin: 0; padding: 0;
}

p#footer a{
    display: block;
    text-indent: -10000px;
    width: 511px;
    height: 219px;
    background: url(images/layout_bottom2.gif) no-repeat;
}

h1{
    margin: 0; padding: 0 0 5px 0;
    font-family: tahoma;
    font-weight: bold;
    font-size: 12pt;
    color: #6eb63f;
}

h2{
    margin: 0; padding: 0;
    font-family: "Century Gothic", "Avant Garde", Geneva, Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 16pt;
    color: #015C95;
}

h3{
    margin: 20px 0 0 0; padding: 0;
    font-family: "Century Gothic", "Avant Garde", Geneva, Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12pt;
    color: #000000;
}

a{
    color: #015C95;
}

a:hover{
    color: #00416A;
}

dt{
    margin: 0 0 5px 0;
    padding: 12px 0 0 35px;
    background: url(images/icon_Q.gif) no-repeat top left;
}

dd{
    margin: 0 0 30px 0;
    padding: 12px 0 0 35px;
    background: url(images/icon_A.gif) no-repeat top left;
}

p.first{
    margin-top: 0; padding-top: 0;
}

ul.forms{
    list-style: none;
}

ul.forms li{
    margin: 2px 0 0 0;
    padding: 3px;
}

.forms .shadeddark{
    background-color: #DFE2E3;
}

.forms .shadedlight{
    background-color: #F0F1F1;
}

.button{
    display: block;
    text-align: right;
}

form{
    margin: 0px;
    padding: 0px;
}
p{
    margin: 0;
    padding: 8px 0;
}


/* MENU */
div.menu{
    border: #996831 1px;
    border-style: outset;
    width :220px;
    position: absolute;
    background: #ffffff;
    display: none;
}

div.menu ul{
    margin: 10px;
    padding-left: 17px;
}
div.menu li{
    list-style-type: circle;
    list-style-image: url(images/menubullet.gif);
    margin: 6px;
}
div.menu li a{
    font-family: tahoma;
    text-decoration: none;
    color: #000000;
    font-size: 10pt;
}
div.menu li a:hover span{
    text-decoration: underline;
    color: #cc0000;
}

div.menu li a span{
    width: 800px;
}
