/* ------------------------------------------- */
/* BODY                                        */
body { background: #fff url('../images/head.jpg') repeat-x; }
h2, h3 { color: #aa2d31; } 
/* ------------------------------------------- */
/* WRAP                                        */
#wrap { 
    background-image: url('../images/fill.gif');
    background-repeat:  repeat-y;
    background-position: left top;
    border-width: 28px; 
    border-style: solid; 
    border-color: #ebebeb;
    border-bottom: 0;
    }
/* ------------------------------------------- */
/* BRANDING                                    */
#branding a { /*background: url('../images/logo.gif') no-repeat;*/ }
/* ------------------------------------------- */
/* NAV MAIN                                    */
#nav_main ul li a { border-left: 1px solid #ea4a5b; color: #7e7e7e; }
#nav_main ul li ul li a { background: #EFEFEF; border-left: 0; }
#nav_main ul li a:hover { color: #333; }
#nav_main ul li.current_page_item { background: url('../images/arr.gif') no-repeat 15px 7px; border-left: 0; }
    #nav_main ul li.current_page_item a { border-left: 0; color: #aa2d31; }
        #nav_main ul li.current_page_item ul li { background: none; border-left: 0; }
            #nav_main ul li.current_page_item ul li a { border-left: 0; color: #7e7e7e; }
/* ------------------------------------------- */
/* CONTENT MAIN                                */
#content_main { color: #555555; }
    #content_main a { color: #333; }
    #content_main h2 a { color: #aa2d31; }
    #content_main h3.pdf2{ background: url('../images/pdf.gif') no-repeat; }
/* ------------------------------------------- */
/* CONTENT SUB                                 */
#content_sub { color: #aaaaaa; }
    #content_sub a { color: #333; }
    .box { border: 7px solid #dcdcdc; }
        #content_sub .box h4 a { color: #aaaaaa; }
        #content_sub .box h4 a:hover { color: #333; }
    /* Searchui */
    #searchui input { background: rgba(181,24,35,.7); border: 0; color: #fff; }
    #searchui label { background: #ebebeb; border: 0; color: #555555; }
    /* Tabs */
    .service-list { background: url('../images/dot.gif') repeat-x left bottom; }
        .service-list li { background: #f5f5f5; border: 1px solid #dcdcdc; border-left: 0; }
        .service-list li:first-child { border-left: 1px solid #dcdcdc; }
        .service-list li.current { background: #fff; border: 1px solid #dcdcdc; border-bottom: 0; }
            #content_sub .service-list li a { color: #c3c3c3; }
        #newsletter, #evidenza { border: 1px solid #dcdcdc; border-top: 0; }
            #newsletter input { border: 1px solid #dfdfdf!important; color: #333!important; } 
    /* Links */
    #content_sub .links-list li a { color: #aaaaaa; }
    .links-list li { border-top: 1px solid #dcdcdc; }
    .links-list li:first-child { border-top: 0; }
        .links-list li a[title="Documenti"] { background: url('../images/pdf.gif') no-repeat; }
        #content_sub .links-list li a:hover { color: #333; }
        
        span.pdf { background: url('../images/pdf.gif') no-repeat 5px 0px; }
/* ------------------------------------------- */
/* INFOS                                       */
#infos { background: url('../images/infos.gif') no-repeat center top; }
    #infos span { background: url('../images/number.gif') no-repeat center top; }
/* ------------------------------------------- */
/* SITE INFO                                   */
#site_info { background: #505050 url('../images/site_info.gif') repeat-x; }
    #site_info p { background: #d3d3d3; color: #3e3d3d; }
        #site_info p a { border-right: 1px solid #3e3d3d; color: #3e3d3d; }
            #site_info p a.g2k { border-right: none; color: #3e3d3d; }
        #site_info p span { border-right: 1px solid #3e3d3d; }
            #site_info p span.project { border: none; }

