/* ======================== */
/* ***** STYLES: BODY ***** */
/* ======================== */

body {
    height:                 101%;
    color:                  #3A3A3A; 
    font-weight:            normal;
    font-family:            Arial,Verdana,Helvetica,sans-serif;
    font-size:              11px;
    line-height:            14px;
    margin:                 0px;
    padding:                0px;
    background-image:       url(../images/bg-body_orange.jpg);
    background-repeat:      repeat-x;
}

a {
    color:                  #3A3A3A;
    text-decoration:        none;
}

a:hover {
    color:                  #747576;
    text-decoration:        none;
}

div.column-01 a             { color: #E79800; }
div.column-02 a             { color: #E79800; }
div.column-03 a             { color: #E79800; }

#nav-language a             { color: #FFFFFF; }
#nav-language a:hover       { color: #505050; }
#nav-language span.active   { color: #505050; }


/* =================================== */
/* ***** STYLES: LEFT NAVIGATION ***** */
/* =================================== */

#nav-left li li {
    background-image:       url(../images/dot_orange.gif);
    background-repeat:      no-repeat;
    background-position:    0px 10px;
}

#nav-left li.active {
    background-image:       url(../images/arrow_orange.gif);
    background-repeat:      no-repeat;
    background-position:    0px 2px;
}

#nav-left a:hover, #nav-left ul a:hover, #nav-left a.active, #nav-left li.active, #nav-left li.sub-active {
    color:                  #E79800;
}
