﻿/************ Body ************/
/******************************/
body { background-color: #f7f7f7; }
/************ Container ************/
/***********************************/
div#container { background: url('/images/container.gif') repeat-y top left; }
/************ Branding ************/
/**********************************/
div#branding { background: url('/images/branding.gif') no-repeat top left; }
div#branding h1 { background: url('/images/logo.jpg') no-repeat top left; }
div#branding blockquote { background: url('/images/blockquote.gif') no-repeat; }
/************ Nav Main ************/
/**********************************/
ul#nav_features {  }
ul#nav_features li { background: #0b3b9d url('/images/top_left.gif') no-repeat top left; }
ul#nav_features li a { color: #FFFFFF; background: url('/images/top_right.gif') no-repeat top right; }
ul#nav_features li a:hover { color: #000000; }
ul#nav_features li#whiteBtn { background: url('/images/top_left_white.gif') no-repeat top left; }
ul#nav_features li#whiteBtn a { color: #868686; background: url('/images/top_right_white.gif') no-repeat top right; }
ul#nav_features li#redBtn { background: #9b2e31 url('/images/top_left_red.gif') no-repeat top left; }
ul#nav_features li#redBtn a { background: url('/images/top_right_red.gif') no-repeat top right; }
ul#nav_features li#cyanBtn { background: url('/images/top_left_cyan.gif') no-repeat top left; }
ul#nav_features li#cyanBtn a { background: url('/images/top_right_cyan.gif') no-repeat top right; }
ul#nav_features li#orangeBtn { background: url('/images/top_left_orange.gif') no-repeat top left; }
ul#nav_features li#orangeBtn a { background: url('/images/top_right_orange.gif') no-repeat top right; }
ul#nav_features li#greenBtn { background: url('/images/top_left_green.gif') no-repeat top left; }
ul#nav_features li#greenBtn a { background: url('/images/top_right_green.gif') no-repeat top right; }
ul#nav_features li#brownBtn { background: url('/images/top_left_brown.gif') no-repeat top left; }
ul#nav_features li#brownBtn a { background: url('/images/top_right_brown.gif') no-repeat top right; }
/************ Content Main ************/
/**************************************/
div.homeBg { background-color: #ffffff; }
div.privatiBg { background: #a9d7ff url('/images/top_privati.jpg') no-repeat top left; }
div.giovaniBg { background: #f26a1e url('/images/top_giovani.jpg') no-repeat top left; }
div.aziendeBg { background: #48b15c url('/images/top_aziende.jpg') no-repeat top left; }
div.sociBg { background: #73595a url('/images/top_soci.jpg') no-repeat top left; }
div.neutroBg { background: #0d3b9d url('/images/top_neutro.jpg') no-repeat top left; }
/*---- Home Page ----*/
ul#cat_list { color: #7e7e7e; }
ul#cat_list li {  }
	/*
	ul#cat_list li#cat1 { background: url('/images/cat1.jpg') no-repeat top left; }
	ul#cat_list li#cat2 { background: url('/images/cat2.jpg') no-repeat top left; }
	ul#cat_list li#cat3 { background: url('/images/cat3.jpg') no-repeat top left; }
	ul#cat_list li#cat4 { background: url('/images/cat4.jpg') no-repeat top left; }
	*/
ul#cat_list li#cat1 p { background: url('/images/cat1_p.jpg') no-repeat bottom center; }
ul#cat_list li#cat2 p { background: url('/images/cat2_p.jpg') no-repeat bottom center; }
ul#cat_list li#cat3 p { background: url('/images/cat3new_p.jpg') no-repeat bottom center; }
ul#cat_list li#cat4 p { background: url('/images/cat4_p.jpg') no-repeat bottom center; }
ul#cat_list li#cat1 h3 a { background: url('/images/cat1_h3.jpg') no-repeat bottom center; }
ul#cat_list li#cat2 h3 a { background: url('/images/cat2_h3.jpg') no-repeat bottom center; }
ul#cat_list li#cat3 h3 a { background: url('/images/cat3new_h3.jpg') no-repeat bottom center; }
ul#cat_list li#cat4 h3 a { background: url('/images/cat4_h3.jpg') no-repeat bottom center; }
ul#cat_list li h3 { background: url('/images/title.png') no-repeat top center; }
ul#cat_list li h3 span { /*background: url('/images/title.png') no-repeat top right;*/ }
/*---- In evidenza ----*/
ul#highlights_list { color: #7e7e7e; }
ul#highlights_list li {  }
ul#highlights_list li#highlights01 { background: url('/images/h01.jpg') no-repeat top left; }
ul#highlights_list li#highlights02 { background: url('/images/evidenza_giovani.jpg') no-repeat top left; }
ul#highlights_list li#highlights03 { background: url('/images/mano.jpg') no-repeat top left; }
ul#highlights_list li#highlights04 { background: url('/images/h04.jpg') no-repeat top left; }
ul#highlights_list li#highlights01 h3 span { background: url('/images/high01.jpg') no-repeat top center; }
ul#highlights_list li#highlights02 h3 span { background: url('/images/high02.jpg') no-repeat top center; }
ul#highlights_list li#highlights03 h3 span { background: url('/images/high03.jpg') no-repeat top center; }
ul#highlights_list li#highlights04 h3 span { background: url('/images/high04.jpg') no-repeat top center; }
ul#highlights_list li h3 { background: url('/images/title.png') no-repeat top center; }
/*---- Page ----*/
div#page { color: #5b5b5b; background: #ffffff url('/images/page.gif') repeat-y top left; }
/*div#page h2 { border-top: 1px solid #cccccc;  background: url('/images/pageH2.gif') repeat-x top left; }*/
/*---- Page Nav ----*/
ul#page_more {  }
ul#page_more li { border-bottom: 1px solid #cccccc; }
ul#page_more li ul li { border-bottom: none; }
/* Privati */
div.privati_page h3 { color: #5ea2dd; }
div.privati_page ul li a { color: #5b5b5b; }
div.privati_page ul li a:hover { color: #5ea2dd; background: #d4ebff; }
/* Giovani */
div.giovani_page h3 { color: #f68c52; }
div.giovani_page ul li a { color: #5b5b5b; }
div.giovani_page ul li a:hover { color: #f68c52; background: #fac5a8; }
/* Aziende */
div.aziende_page h3 { color: #7acf8c; }
div.aziende_page ul li a { color: #5b5b5b; }
div.aziende_page ul li a:hover { color: #7acf8c; background: #c3e9c9; }
/* Soci */
div.soci_page h3 { color: #73595a; }
div.soci_page ul li a { color: #5b5b5b; }
div.soci_page ul li a:hover { color: #73595a; background: #cdbdbf; }
/* Neutro */
div.neutro_page h3 { color: #4f7ec6; }
div.neutro_page ul li a { color: #5b5b5b; }
div.neutro_page ul li a:hover { color: #4f7ec6; background: #a7c3ee; }
ul#service_list li { border-top: 1px solid #cccccc; }
ul#service_list li a { background: url('/images/more.gif') no-repeat center right; }
ul#service_list li#webbankingSub a { background: url('/images/banking.jpg') no-repeat; }
ul#service_list li#newsSub { background: url('/images/newsSub.gif') no-repeat center left; }
ul#service_list li#gallerySub { background: url('/images/gallerySub.gif') no-repeat center left; }
ul#service_list li#downloadSub { background: url('/images/downloadSub.gif') no-repeat center left; border-bottom: 1px solid #cccccc; }
/************ Bottom pagine ************/
/***************************************/
div.bottom_privati { background: url('/images/bottom_privati.gif') no-repeat; }
div.bottom_giovani { background: url('/images/bottom_giovani.gif') no-repeat; }
div.bottom_aziende { background: url('/images/bottom_aziende.gif') no-repeat; }
div.bottom_soci { background: url('/images/bottom_soci.gif') no-repeat; }
div.bottom_neutro { background: url('/images/bottom_neutro.gif') no-repeat; }
/************ Content Sub ************/
/*************************************/
div#content_sub { background: url('/images/content_sub.gif') no-repeat top left; }
h3#nav_sub_title { color: #484848; background: url('/images/link_list.gif') no-repeat center left; }
ul#nav_sub li a { color: #7e7e7e; border-left: 1px solid #afafaf; }
ul#nav_sub li a:hover { color: #071772; }
ul#nav_sub li#web_banking a { color: #FFFFFF; background: url('/images/web_banking.png') no-repeat 0px 0px; }
/************ Site Info ************/
/***********************************/
div#site_info { color: #7e7e7e; background: url('/images/site_info.jpg') no-repeat top left; }
div#site_info a { color: #7e7e7e; }
div#site_info a:hover { color: #333333; }
div#site_info div.org { color: #000d6c; }
div#nav_supp ul li#sitemapBtn { border-right: 1px solid #7e7e7e; }
span.g2k a { background: url('/images/pulsante.gif') no-repeat bottom right; }

