/* CSS Document */
body{
    margin: 10px 0;
    background: #DCC7AA;
    color: #222222;
}
body, #divContent, p, div, td{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.3em;
}
p{
    margin: 0;
    padding: 5px 0;
}
img{
    border: none;
    border: 0;
}

h1{
    margin: 0; padding: 0 0 5px 0;
    font-family: "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #AB6B25;
}
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;
}

#divContent ul{ 
    padding: 2px 0 0 0; 
    margin: 0 30px; 
}  
#divContent li{ 
    padding: 3px;  
    list-style-type: circle;
    list-style-image: url(images/menubullet.png);
    font-family: "Trebuchet MS";
    font-size: 14px;
    padding-bottom: 7px;
}


a{
    color: #015C95;
}
a:hover{
    color: #00416A;
}

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


/* == NAV == */
#nav{
    margin: 0px 0px 0px 5px;
    width: 665px;
    height: 35px;
    list-style: none;
}
#nav li{
    display: block;
    float: left;
    margin: 0; padding: 0;
    padding-bottom: 0;
}
#nav li a{
    display: block;
    text-indent: -10000px;
    background-position: 0 0;
}

#divContentHolder{
    padding-top: 15px;
    padding-bottom: 27px;
    text-align: left;
    width: 650px;
    min-height: 220px;
}
#divContent{
    padding: 5px;
}

/* == FOOTER == */
#footer{
    margin: 0; padding: 0;
}
#footer a{
    display: block;
    text-indent: -10000px;
    width:470px;
    height: 130px;
    background: url(../../ufiles/images/bottom.gif) no-repeat;
}

/* == BUTTONS == */
#button1 a{
    display: inline-block;
    width: 123px; height: 35px;
    background: url(images/navProducts.gif) no-repeat 0 0;
    background-position: 0px 0px;
}
#button2 a{
    width: 142px; height: 35px;
    background: url(images/navLossControl.gif) no-repeat 0 0;
}
#button3 a{
    width: 123px; height: 35px;
    background: url(images/navAboutUs.gif) no-repeat 0 0;
}
#button4 a{
    width: 123px; height: 35px;
    background: url(images/navContactUs.gif) no-repeat 0 0;
}
#button5 a{
    width: 123px; height: 35px;
    background: url(images/navNews.gif) no-repeat 0 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/menubullet1.gif);
    margin: 6px;
    vertical-align: middle;
}
div.menu li a{
    font-family: "Trebuchet MS", tahoma;
    text-decoration: none;
    color: #222;
    font-size: 13px;
}
div.menu li a div{
    display: inline;
    vertical-align: middle;
}
div.menu li a:hover div{
    text-decoration: underline;
    color: #AB6B25;
    cursor: pointer;
}

