@charset "utf-8";
/* CSS Document */

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

body {
	background:#326d99 url(/images/bg_home.png) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.clear {
	clear:both;
	line-height:0px;
}

#contenitore {
	width:900px;
	margin:0px auto;
}

img { border:none; }

a { text-decoration:none; }

/*------------------------------------------------------------------------HEADER */

#header{ 
	height:105px;
	background:url(/images/bg_header.png);
	position:relative;
}

#logo {
	float:left;
	margin:18px 0px 9px 0px;
}

/*----------------------------------------------------- MENU */

#menu {
	height:28px;
	width:765px;
	position:absolute;
	bottom:0px;
	right:0px;
}

#menu ul { margin:0 auto; }

#menu ul li {
	list-style-type:none;
	float:left;
}

#menu ul li a {
	background:url(/images/menu_top.png) no-repeat;
	height:28px;
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-indent:280px;
}

#menu li#home a 			{ background-position: 0 0;	width: 64px; }
#menu li#azienda a 			{ background-position: -64px 0; width: 73px; }
#menu li#consulenza a 		{ background-position: -137px 0; width: 96px; }
#menu li#approfondimenti a 	{ background-position: -233px 0; width: 134px; }
#menu li#strumenti a 		{ background-position: -367px 0; width: 86px; }
#menu li#metodologia a		{ background-position: -453px 0 ;width: 176px; }
#menu li#news a 			{ background-position: -629px 0;width: 52px ;}
#menu li#contatti a 		{ background-position: -681px 0;width: 84px; }

#menu li#home a:hover,
#menu li#home a.active 				{ background-position:0 -28px; }

#menu li#azienda a:hover,
#menu li#azienda a.active 			{ background-position:-64px -28px; }

#menu li#consulenza a:hover,
#menu li#consulenza a.active 		{ background-position:-137px -28px; }

#menu li#approfondimenti a:hover,
#menu li#approfondimenti a.active 	{ background-position:-233px -28px; }

#menu li#strumenti a:hover,
#menu li#strumenti a.active 		{ background-position:-367px -28px; }

#menu li#metodologia a:hover,
#menu li#metodologia a.active 		{ background-position:-453px -28px; }

#menu li#news a:hover,
#menu li#news a.active 				{ background-position:-629px -28px; }

#menu li#contatti a:hover,
#menu li#contatti a.active 			{ background-position:-681px -28px; }

/*------------------------------------------------------------------------FLASH */

#flash { 
	height:293px;
	background:url(/images/box_flash.png) no-repeat;
}

#flash_overlay {
	margin-top:-293px;
}

#no_flash {
	height:132px;
	background:url(/images/box_noflash.png) no-repeat;
	position:relative;
}

#no_flash img.title {
	position:absolute;
	left:13px;
	z-index:1;
}

#no_flash img.prodotti {
	position:absolute;
	left:92px;
	margin:0px;
}

#no_flash img.box_noflash{ 
	float:right;
	padding:3px 3px 3px 0px;
}

#page_title {
	position:absolute;
	left:13px;
	z-index:1;
	color:#535353;
	font-size:23px;
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	margin:2px 0px 0px 5px;
}

#lista_prodotti {
	position:absolute;
	left:92px;
	width:165px;
}

#lista_prodotti ul {
	/*height:132px;*/
	margin:10px 0px 0px 0px;
}

#lista_prodotti ul li {
	list-style-type:none;
	float:right;
	width:165px;
}

#lista_prodotti ul li a {
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	line-height:16px;
	color:#535353;
	float:right;
	background:url(/images/img_li_prodotti.png) no-repeat right;
	padding-right:10px;
}

#lista_prodotti ul li a:hover { text-decoration:underline; }

/*------------------------------------------------------------------------CONTENUTO HOME */

.box_home {
	width:294px;
	height:207px;
	float:left;
	margin:9px 9px 0px 0px;
	position:relative;
}

#box_left_home		{ background:url(/images/box_left.png) no-repeat left top; }
#box_center_home	{ background:url(/images/box_center.png) no-repeat left top; }
#box_right_home		{ background:url(/images/box_right.png) no-repeat left top; margin:9px 0px 0px 0px; }

#box_left_home .title,
#box_left_home a, #box_left_home a:visited, #box_left_home a:hover { color:#960f0f; }
#box_center_home .title,
#box_center_home a, #box_center_home a:visited, #box_center_home a:hover { color:#856711; }
#box_right_home .title,
#box_right_home a, #box_right_home a:visited, #box_right_home a:hover { color:#0c724c; }

.box_home h2,
.box_home .title,
.box_home a {
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
}

.box_home .title {
	font-size:20px;
	display:inline-block;
	margin:12px 0px 10px 10px;
}

.box_home h2 {
	font-size:21px;
	font-weight:normal;
	margin:10px 0px 10px 10px;
	line-height:1;
}

.box_home p {
	font-size:11px;
	width:180px;
	margin:10px 0px 10px 10px;
}

.box_home a {
	font-size:17px;
	border-bottom:1px solid;
	position:absolute;
	bottom:10px;
	left:10px;
}

/*---------------------------------------------BOX NEWS */

#box_news {
	background:url(/images/box_news.png) no-repeat;
	float:left;
	margin-top:9px;
	width:294px;
	height:276px;
}

#box_news p.title {
	background:url(/images/title_box_news.png) no-repeat;
	width:65px;
	height:48px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:70px;
}

#box_news p.titolo_news {
	margin:10px 10px 0px 13px;
	color:#326d99;
	background:url(/images/img_freccia.png) no-repeat right bottom;
}

#box_news p.data {
	margin-left:13px;
	color:#a0a0a0;
	font-size:10px;
}

#box_news p.data span {
	color:#326d99;
	font-size:11px;
}

#box_news p.testo_news {
	font-size:10px;
	margin-left:13px;
	line-height:13px;
	color:#000000;
	width:250px;
}

#box_news a.leggi { 
	color:#61a363;
	font-size:11px;
	float:left;
	margin:5px 0px 0px 14px;
}

#box_news a#moreNews { 
	float:right;
	padding-right:15px;
}

#box_news p a { color:#326d99; }

#box_news p a.vedi,
#box_newsletter_home p a.vedi { color:#61a363; }

#box_news a.leggi:hover,
#box_news p a:hover,
#box_news p a.vedi:hover,
#box_newsletter_home p a.vedi:hover { text-decoration:underline; }

#content_news { height:198px; overflow:hidden; }

#content_news div { height:90px; padding-bottom:8px; border-bottom:1px solid #CCCCCC; overflow:hidden; }

/*---------------------------------------------BOX CONSULENZA */

#box_consulenza {
	background:url(/images/box_consulenza.png) no-repeat;
	margin-top:11px;
	width:640px;
	height:257px;
	float:right;
	position:relative;
}

#box_consulenza p.title {
	background:url(/images/title_box_consulenza.png) no-repeat;
	width:300px;
	height:46px;
	text-indent:305px;
	white-space:nowrap;
	overflow:hidden;
	margin:0px;
}

#box_consulenza img { 
	float:right;
	margin-top:13px;
}

#box_consulenza img.button { 
	float:none;
	margin-top:3px;
}

#box_consulenza p { 
	font-size:11px;
	line-height:14px;
	width:345px;
	margin:18px 0px 0px 10px;
}

#box_consulenza p span { color:#326d99; }

#box_consulenza a.consulenza {
	background:url(/images/button_consulenza_home.png) no-repeat;
	height:50px;
	width:188px;
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-indent:189px;
	margin-top:3px;
	position:absolute;
	bottom:0px;
	left:0px;
}

#box_consulenza a.richiedi_consulente {
	background:url(/images/button_contattaci_top.png) no-repeat;
	height:50px;
	width:218px;
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-indent:219px;
	position:absolute;
	bottom:0px;
	left:188px;
}

#box_consulenza a.consulenza:hover,
#box_consulenza a.richiedi_consulente:hover { background-position:0 -50px; }

/*---------------------------------------------BOX NEWSLETTER */

#box_newsletter_home {
	background:url(/images/box_home_newsletter.png) no-repeat;
	margin-top:9px;
	float:left;
	width:250px;
	height:276px;
}

#box_newsletter_home p.title,
#box_newsletter p.title {
	background:url(/images/title_newsletter.png) no-repeat;
	width:106px;
	height:24px;
	text-indent:110px;
	white-space:nowrap;
	overflow:hidden;
	margin:0px;
}

#box_newsletter_home p,
#box_newsletter p {
	font-size:10px;
    color:#000000;
	width:218px;
	margin:15px 0px 0px 13px;
}

#box_newsletter_home p strong { 
	font-weight:bold;
	font-size:11px;
	color:#326D99;
}

#box_newsletter_home p span,
#box_newsletter p span { 
	color:#326d99;
	font-weight:bold;
	font-size:11px;
}

#box_newsletter_home p.newsletter,
#box_newsletter p.newsletter {
	color:#626262;
	font-size:10px;
	margin:1px 0px 0px 13px;
}

#box_newsletter_home p.newsletter span,
#box_newsletter p.newsletter span { 
	color:#ca0303;
	font-size:10px;
	font-weight:normal;
}

#box_newsletter_home form,
#box_newsletter form {
	margin:1px 0px 0px 13px;
}

#box_newsletter_home label,
#box_newsletter label {
	color:#000000;
	font-size:10px;
}

#box_newsletter_home form input#text,
#box_newsletter form input#text {
	width:128px;
	height:16px;
	font-size:11px;
}	

.button_invia {
	float:right;
	width:51px;
	height:33px;
	margin:0px 10px 0px 0px;
}

#box_newsletter_home img.iscriviti,
#box_newsletter img.iscriviti {
	float:right;
	margin:5px 10px 0px 0px;
}

#box_newsletter_home a.referenze {
	background:url(/images/button_referenze_home.png) no-repeat;
	height:29px;
	display:block;
	overflow:hidden;
	white-space:nowrap;	
}

#box_newsletter_home a.referenze:hover { background-position:0 -29px; }



/*---------------------------------------------BOX CLIENTI */

#box_clienti {
	background:url(/images/box_clienti.png) no-repeat;
	margin-top:9px;
	float:right;
	width:597px;
	height:276px;
	position:relative;
}

#box_clienti p.title {
	background:url(/images/title_box_clienti.png) no-repeat;
	width:563px;
	height:46px;
	text-indent:565px;
	white-space:nowrap;
	overflow:hidden;
	margin:0px;
}

#box_clienti img { 
	float:right;
	margin-top:13px;
}

#box_clienti img.button_sx { 
	float:left;
	margin-top:49px;
}

#box_clienti img.button_dx {
	float:left;
	margin-top:0px;
}

#box_clienti p { 
	font-size:11px;
	line-height:14px;
	width:392px;
	margin:12px 0px 0px 10px;
}

#box_clienti p span { color:#326d99; }

#box_clienti a.metodologia {
	background:url(/images/button_metodologia.png) no-repeat;
	height:37px;
	width:188px;
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-indent:189px;
	position:absolute;
	left:0px;
	bottom:0px;
}

#box_clienti a.richiedi_consulente {
	background:url(/images/button_richiedi_consulente.png) no-repeat;
	height:37px;
	width:243px;
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-indent:244px;
	position:absolute;
	bottom:0px;
	left:188px;
}
	
#box_clienti a.metodologia:hover,
#box_clienti a.richiedi_consulente:hover { background-position:0 -37px; }
 

/*---------------------------------------------BOX SPECIALIZZAZIONI */

#box_specializzazioni {
	background:url(/images/box_specializzazioni.png) no-repeat;
	margin-top:12px;
	height:92px;
	width:900px;
	float:left;
}

#box_specializzazioni p.title {
	background:url(/images/title_specializzazioni.png) no-repeat;
	width:224px;
	height:26px;
	text-indent:225px;
	white-space:nowrap;
	overflow:hidden;
	margin:0px;
}

#box_specializzazioni ul { margin-top:5px; }

#box_specializzazioni ul li {
	display:inline;
	font-weight:bold;
}

#box_specializzazioni ul li p {
	width:196px;
	float:left;
	margin:0px 24px 0px 20px;	
}

#box_specializzazioni ul li p.first { margin:0px 0px 0px 0px; }

#box_specializzazioni ul li a { color:#326d99; }

#box_specializzazioni ul li a:hover { text-decoration:underline; }

#box_specializzazioni ul li p.ultimo {
	margin:0px 14px 0px 20px;
	width:180px;
}

#box_specializzazioni img { 
	float:left;
	padding:3px 4px;
	background:url(/images/bordo_img_home.png) no-repeat;
	margin:0px 7px;
}

/*------------------------------------------------------------------------CONTENUTO PAGINE INTERNE */

/*------------------------------------------------------------------------BOX LEFT */

#box_left {
	float:left;
	width:250px;
	margin-top:10px;
}

/*----------------------------------BOX SOLUZIONI*/

#box_soluzioni {
	background:url(/images/box_soluzioni.png) no-repeat;
	height:257px;
}

#box_soluzioni p.top {
	background:url(/images/title_soluzioni_software.png) no-repeat;
	height:37px;
	width:250px;
	text-indent:251px;
	white-space:nowrap;
	overflow:hidden;
	padding:0px;
}

#box_soluzioni p.news {
	background:url(/images/title_news.png) no-repeat;
	height:37px;
	width:250px;
	text-indent:251px;
	white-space:nowrap;
	overflow:hidden;
	margin-bottom:2px;
	padding:0px;
}

#box_soluzioni p {
	background:#EEEEEE;
	line-height:20px;
	padding:10px 20px 0px 20px;
	color:#326D99;
}

#box_soluzioni p span {
	font-size:11px;
	color:#000000;
}

#box_soluzioni p a { 
	color:#326D99;
	text-decoration:underline;
}

#box_soluzioni ul {
	margin:0px 1px;
	padding-bottom:1px;
	border-top:1px solid #ababab;
	border-bottom:1px solid #ababab;
	width:248px;
	background:#f6f6f6;
}

#box_soluzioni ul.lista_bottom { color:#eeeeee; }

#box_soluzioni ul li {
	list-style-type:none;
	border-bottom:1px solid #ababab;
	padding-left:15px;
	width:233px;
}

#box_soluzioni ul li img { padding-right:8px; }

#box_soluzioni ul li a {
	text-decoration:none;
	color:#898989;
	font-size:11px;
	line-height:19px;
	background:url(/images/img_freccia_small.png) no-repeat right;
	display:block;
	height:19px;
}

#box_soluzioni ul li a:hover,
#box_soluzioni ul li a.active {
	background:#b6b6b6 url(/images/img_freccia_hover.png) no-repeat right;
	color:#FFFFFF;
	
}

#box_soluzioni p.bottom {
	background:url(/images/title_soluzioni_verticali.png) no-repeat;
	height:33px;
	width:250px;
	text-indent:251px;
	white-space:nowrap;
	overflow:hidden;
	padding:0px;
}


/*----------------------------------BOX NEWSLETTER*/

#box_newsletter {
	background:url(/images/box_newsletter.png) no-repeat;
	height:226px;
	margin:11px 0px 10px 0px;
}

#box_newsletter a.referenze {
	background:url(/images/button_referenze.png) no-repeat;
	height:29px;
	display:block;
	overflow:hidden;
	white-space:nowrap;
}

#box_newsletter a.referenze:hover,
#box_newsletter a.consulenza:hover,
#box_newsletter a.news:hover { background-position:0 -29px; }

#box_newsletter a.contatti {
	background:url(/images/button_contatti.png) no-repeat;
	height:22px;
	display:block;
	overflow:hidden;
	white-space:nowrap;	
}

#box_newsletter a.contatti:hover { background-position:0 -22px; }

#box_newsletter a.consulenza {
	background:url(/images/button_consulenza.png) no-repeat;
	height:29px;
	display:block;
	overflow:hidden;
	white-space:nowrap;	
}

#box_newsletter a.news {
	background:url(/images/button_news.png) no-repeat;
	height:29px;
	display:block;
	overflow:hidden;
	white-space:nowrap;	
}

/*------------------------------------------------------------------------BOX RIGHT */

#box_right,
#box_right_area_ris {
	float:right;
	background:#FFFFFF url(/images/bg_box_right_bottom.png) no-repeat bottom;
	width:640px;
	margin-top:10px;
	padding-bottom:30px;
}

#box_right_top {
	background:url(/images/bg_box_right_top.png) no-repeat top;
	width:640px;
	height:39px;
}

#box_right h2,
#box_right_area_ris h2 {
	margin:0px 21px 0px 14px;
	color:#9d0d15;
	font-size:16px;
	font-weight:bold;
	line-height:39px;
	border-bottom:1px solid #c7c7c7;
	height:39px;
	padding-bottom:0px;
	clear:both;
}

#box_right p {
	font-size:11px;
	margin:15px 21px 25px 14px;
	line-height:15px;
}

#box_right p img { border:1px solid #C7C7C7; margin:15px; }

#box_right p.text {
	border-bottom:1px solid #c7c7c7;
	padding-bottom:20px;
}
	

#box_right img.title_prodotti { 
	margin:10px 0px 0px 30px;
	border:1px solid #C7C7C7;
}

#box_right p span { color:#006f9f; }

#box_right p a { color:#006f9f; }

#box_right p a:hover { text-decoration:underline; }

#box_right ul,
#box_right ol { margin:5px 21px 0px 30px; list-style-position:inside; }

#box_right ul li,
#box_right ol li { font-size:11px; }

#box_right ul.lista_news { margin:15px 21px 0px 15px; }

#box_right ul li.news {
	list-style-type:none;
	padding-bottom:20px;
	border-bottom:1px solid #A8A9AA;
	margin:10px 0px 30px 0px;
}

#box_right ul li.news a {
	color:#326d99;
	font-size:13px;
	font-weight:bold;
}

#box_right ul li a.leggi_tutto,
#page_news a.leggi_tutto {
	float:right;
	padding-top:10px;
}

/*#box_right span {
	color:#326D99;
	font-size:13px;
	margin-left:14px;
	font-weight:bold;
}*/

#page_news {
	border-bottom:1px solid #A8A9AA;
	padding-bottom:20px;
	margin:15px 21px 0px 14px;
}

#page_news a { 
	color:#9D0D15;
	font-size:11px;
}

#page_news a:hover { text-decoration:underline; }

#page_news p { margin:0px; }

#testo_prodotto {
	margin:15px 21px 0px 14px;
	padding-bottom:55px;
	border-bottom:1px solid #a8a9aa;
}

#testo_prodotto a {
	float:right;
	margin-top:45px;
}

#testo_prodotto img { border:none; }

/*------------------------------------------------------------------------BOX RIGHT LARGE */

#box_right.large {
	margin-top:0px;
	width:900px;
	background:#FFFFFF url(/images/bg_content_large.png) no-repeat bottom;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

#box_right.large #box_right_top {
	width:900px;
	background:url(/images/bg_h2_large.png) no-repeat top;
}

#breadcrumbs a {
	color:#9D0D15;
}

#breadcrumbs a.last {
	color:#707070;
}

#box_right #content span {
	color:inherit;
}

#box_right p span { color:#006f9f; }

#box_right.large #form {
	width:378px;
	float:right;
	clear:none;
	margin:15px 20px 20px 20px;
}

#box_right.large #contatti {
	background:#FFFFFF url(/images/bg_form_right.png) repeat-x bottom;
}

fieldset {
	border:1px solid #999999;
}

legend {
	padding:0px 10px;
	font-size:15px;
	color:#326d99;
	margin-left:10px;
}

#box_right.large #contatti p {
	margin-bottom:10px;
}

#box_right.large #form ul li textarea,
#box_right.large #privacy {
	width:250px;
}

#box_right.large #form ul li.mezza {
	width:368px;
}

#box_right.large #form ul li {
	width:368px;
}

#box_right #form a {
	font-weight:normal;
	font-size:11px;
	color:#333333;
	text-decoration:underline;
}

#section_tree {
	margin-left:15px;
}

#section_tree h3 {
	margin-top:20px;
	margin-bottom:10px;
}

#section_tree h3,
#section_tree h3 a,
#section_tree h3 a:visited,
#section_tree h3 a:hover {
	color:#9D0D15;
}

#approfondimenti_box {
	background:#FFFFFF url(/images/bg_fascia_bottom.png) no-repeat center bottom;
	float:left;
	width:900px;
	margin-top:10px;
	padding-bottom:10px;
}

#approfondimenti_box .inner {
	background:url(/images/bg_fascia_top.png) no-repeat center top;
	padding-top:10px;
	min-height: 126px;
	height: auto !important;
	height: 126px;
}

#approfondimenti_box .inner div {
	float:left;
	width:290px;
	padding-left:10px;
}

#approfondimenti_box h3 {
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	color:#9D0D15;
	font-size:18px;
	font-weight:normal;
	margin-bottom:10px;
}


#approfondimenti_box ul {
	list-style:square inside;
	padding-left:10px;
}

#approfondimenti_box ul a {
	color:#333333;
}


/*------------------------------------------BOX SOLUZIONI SOFTWARE*/

#soluzioni_software {
	border-top:1px solid #c7c7c7;
	margin:1px 21px 0px 14px;
	padding-bottom:17px;
	border-bottom:1px solid #c7c7c7;
	margin-top:10px;
	height:173px;
	position:relative;
}

#soluzioni_software h2 {
	background:url(/images/title_soluzioni_software_page.png) no-repeat;
	height:22px;
	width:605px;
	text-indent:610px;
	white-space:nowrap;
	overflow:hidden;
	margin-top:15px;
	margin-left:0px;
	border:none;
}

#soluzioni_software img.picture,
#soluzioni_verticali img.picture {
	background:url(/images/bordo_img.png) no-repeat;
	float:left;
	margin:10px 15px 0px 0px;
	padding:10px 10px 9px 13px;
}

#soluzioni_software p {
	font-size:10px;
	line-height:14px;
	border-bottom:none;
	margin:10px 0px 8px 0px;
	height:55px;
	padding-bottom:0px;
}

#soluzioni_software p img { border:none; }

#soluzioni_software a{
	bottom:-9px;
	right:0px;
	position:absolute;
}

/*------------------------------------------BOX SOLUZIONI VERTICALI*/

#soluzioni_verticali {
	margin:0px 21px 0px 14px;
	padding-bottom:17px;
	border-bottom:1px solid #a8a9aa;
	height:170px;
	position:relative;
}

#soluzioni_verticali h2 {
	background:url(/images/title_soluzioni_verticali_page.png) no-repeat;
	height:22px;
	width:605px;
	text-indent:610px;
	white-space:nowrap;
	overflow:hidden;
	margin-top:15px;
	margin-left:0px;
	border:none;
}

#soluzioni_verticali p {
	font-size:10px;
	line-height:14px;
	border-bottom:none;
	margin:10px 0px 8px 0px;
	height:98px;
	padding-bottom:0px;
}

#soluzioni_verticali p img { border:none; }

#soluzioni_verticali a{
	position:absolute;
	right:0px;
	bottom:-9px;
}

/*------------------------------------------BOX PRODOTTI*/

#box_prodotti {
	margin:0px 21px 0px 14px;
	border-bottom:1px solid #a8a9aa;
	padding-bottom:17px;
}

#box_prodotti p.product_title { font-size:20px; }

#box_prodotti p.product_title a { color:#326d99; }

#box_prodotti a.pulsante {
	float:right;
	padding-top:7px;
}

#box_prodotti img.product {
	border:none;
	background:url(/images/bordo_img_home.png) no-repeat;
	padding:3px 4px;
	float:left;
	margin:10px 15px 5px 0;
}

/*------------------------------------------------------------------------FOOTER */

#footer {
	background:url(/images/bg_footer.png) no-repeat;
	height:153px;
	width:900px;
	margin:auto;
}

#footer_nohome { 
	background:url(/images/bg_footer_nohome.png) no-repeat;
	height:153px;
	width:900px;
	margin:auto;
}

#footer_left {
	float:left;
	font-size:11px;
	line-height:16px;
	color:#FFFFFF;
	margin-top:30px;
	width:325px;
	font-weight:bold;
}

#footer_left a { 
	color:#FFFFFF;
	text-decoration:underline;
}

#footer_left img {
	float:left;
	padding-right:8px;
	padding-bottom:8px;
}

#footer_right {
	float:right;
	color:#FFFFFF;
	margin-top:30px;
	font-weight:bold;
}

#footer_right a,
#footer_right a:hover,
#footer_right a:visited {
	text-decoration:none;
	font-size:11px;
	color:#FFFFFF;
}


/****************************************************  FORM  **************************************************/

.grazie {
	margin-left:15px;
	margin-top: 10px;
	font-size:13px;
}


#form, #form ul {
	float:left;
	clear:both;	
	margin:15px 0 0 9px;
	padding:0;
	color:#000;
}

#form ul li {
	width:500px;
	height:auto !important;
	min-height:15px;
	height:15px;
	float:left;
	clear:both;
	list-style:none;
	padding-bottom:10px;
}
#form ul li.mezza {
	width:240px;
	height:auto !important;
	min-height:15px;
	height:15px;
	float:left;
	clear:none;
	padding-bottom:10px;
}
#form ul li.mezza img {
	margin:4px 0 0 5px;
}
#form ul li label {
	display:block;
	width:100px;
	height:15px;
	float:left;
	padding-left:0px;
	text-align:left;
}

#form h2 {
	margin-left:5px;
	color:#12759f;
}

#acquirente label {
	display:block;
	width:60px;
	height:15px;
	float:left;
	padding-left:0px;
	text-align:left;	
}


#acquirente input{
	height:15px;
	float:left;
	padding-left:0px;
	text-align:left;	
	margin: 0 20px 0 20px;
}

.inputs {
	display:block;
	float:left;
	border:1px dotted #ccc;
	background-color:#fff;
	width:150px;
	height:16px;
}
.inputs_cal {
	display:block;
	float:left;
	border:none;
	background-color:#f8fbe6;
	width:155px;
	height:20px;
}

.check {
	margin-right:10px;
}
#form ul li textarea {
	display:block;
	float:left;
	border:none;
	background-color:#FFFFFF;
	width:392px;
	height:84px;
}
#form ul li textarea, .inputs, #form ul li select, .inputs_cal {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	border:1px dotted #666;
}
#privacy {
	font-size:10px;
	width:371px;
	height:84px;
	padding:0 10px 0 10px;
	overflow-y:scroll;
	float:left;
	border:1px dotted #666;
	color:#000000;
}

#privacy a , #privacy a:hover{
	text-decoration:underline;
	color:#999999;
}
#privacy p {
	margin:0;
/*color:#4c88cf;*/}
#form ul li select {
	display:block;
	float:left;
	border:none;
	border:1px dotted #6f930f;
	background-color:#f8fbe6;
	width:180px;
	height:20px;
}

.bottone {
	width:84px;
	height:21px;
	display:block;
	padding:0 10px 0 10px;
	margin:0 0 0 75px;
	font-size:11px;
	font-weight:bold;
	color:#666;
	border:1px dotted #6f930f;
	background-color:#ECE9ED;
	text-transform:uppercase;
}


.cliar {
	clear:both;
}

/*#################################################			FORM AREA RISERVATA		*/

form.contatti {
	width:442px;
	margin-left:18px;
	padding-top:20px;
}

form.contatti label {
	width:140px;
	float:left;
	display:block;
	clear:left;
	line-height:20px;
	margin-bottom:12px;
	color:#54719B;
}

form.contatti label.checkbox_label {
}

form.contatti input,
form.contatti textarea,
form.contatti select {
	width:200px;
	height:18px;
	border:1px solid #999999;
	float:left;
	display:block;
	margin-bottom:12px;
	font-size:11px;
}

form.contatti input[type="checkbox"] {
	border:none;
}

form.contatti span {
	float:left;
	padding:3px 0px 0px 8px;
	font-size:10px;
	color:#54719B;
}

form.contatti input.button {
	width:100px;
	height:auto;
	background-color:#F0F0F0;
	font-weight:bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#666666;
	margin-right:10px;
}

form.contatti textarea {
	height:100px;
	width:300px;
}

/*form.contatti input.nascosto {
	border:none;
	display:none;
}*/

form.contatti input.checkbox {
	width:auto;
	margin:0px;
}

form.contatti p.checkbox_label {
	padding:2px 0px 2px 8px;
	margin:0px;
	float:left;
	width:274px;
	font-size:11px;
	color:#54719B;
}

form.contatti p.campi_obbl {
	margin:2px 0px 20px 0px;
	padding-left:130px;
	clear:both;
	font-weight:bold;
	color:#54719B;
}

form.contatti div.privacy_form {
	width:300px;
	height:100px;
	overflow:auto;
	border:1px solid #999999;
	float:right;
	margin:5px 0px 10px 0px;
}

form.contatti div.privacy_form p {
	font-size:9px;
	color:#54719B;
}

#error{
	border:1px solid #DD0005;
	padding:10px;
	color:#DD0005;
	background-color:#FBECEC;
	margin-bottom:15px;
	font-weight:bold;
}

.titolo { padding:20px 0 0 20px; }

#message p {
	color:#326d99;
	padding:10px 0 0 20px;
	font-size:12px;
}

.ok{
	color:#54719B;
	padding:10px 0 0 50px;	
}

span.evidenzia {
	color:#326d99;
	font-size:14px;
}

#logout {
	text-align:right;
	padding:15px 36px 20px 0px;
}

#logout a { 
	text-decoration:none;
	color:#54719B;
	font-weight:bold;
}

#filelist table {
	border-collapse:collapse;
	margin-left:14px;
}

#filelist table td {
	border:1px solid #999999;
	padding:3px;
}

.arearis {
	margin:20px 0px 0px 14px;
}

.arearis label { color:#326d99; }

a.arearis {
	color:#326d99;
	text-decoration:underline;
}

#recoveryp { margin-left:20px; }

#recoveryp label { color:#326d99; }

form.contatti input.nascosto { 
	display:none;
	border:medium none; }