@charset "utf-8";
/* CSS Document */

html {
overflow: auto;
}

body{
margin: 0px;
padding: 0px;
border: 0px;
background-image:url("/images/css/bg_top.png");
background-repeat:repeat-x;
background-position:top left;
background-color:#FFF;
font-family:Arial,Helvetica,sans-serif;
font-weight:normal;
}

/* INIZIO dichiaro gli stili degli elementi */
img, div, form {
behavior: url("iepngfix.htc");
border:0;
margin:0;
}

input, textarea, select {
border:solid 1px #CCC;
padding:3px;
padding-left:5px;
padding-right:5px;
font-family:Arial, Helvetica, sans-serif;
overflow: visible;/*per correggere il padding in IE */
color:#666;
margin:0;
}



.submit {
padding:3px;
padding-left:5px;
padding-right:5px;
overflow: visible;/*per correggere il padding in IE */
font-size:10px;
background-color:#F3F3F3;
}


a{
text-decoration:none;
}
/* FINE dichiaro gli stili degli elementi */


#wrap {
width:955px;
height:auto;
margin:0 auto 0 auto;
z-index:0;
}

#cont{
	width:955px;
	height:auto;
}

#top{
	width:955px;
	height:auto;
	float:left;
}

#top_lan{
	width:955px;
	height:48px;
	font-size:0px;
	float:left;
}

#top_lan_in{
	width:auto;
	height:auto;
	margin-top:32px;
	float:right;
}

#top_lan_t{
	width:auto;
	height:10px;
	font-size:0px;
	background-color:#FFF;
	margin-left:2px;
	padding:3px;
	float:left;
}

#top_pres{
	width:155px;
	height:auto;
	float:left;
	margin-top:10px;
}

#logo{
	width:auto;
	height:auto;
	float:left;
}

#brand{
	width:143px;
	height:auto;
	float:left;
	text-align:center;
	border:#FF9 solid 1px;
	padding:5px;
	margin-top:2px;
	overflow:hidden;
}

#header_flash{
	width:790px;
	height:165px;
	background-color:#0C3;
	margin:10px;
	margin-right:0px;
	margin-bottom:0px;
	float:left;
}

#top_bar{
	width:785px;
	height:auto;
	margin:10px;
	margin-right:0px;
	margin-top:0px;
	float:right;
}



#top_menu{
	width:195px;
	height:49px;
	font-size:0;
	text-align:center;
	background-image:url("/images/css/bg_button.png");
	background-repeat:no-repeat;
	padding-top:13px;
	float:left;
}

#footer{
	width:100%;
	height:auto;;
	margin-top:30px;
	background-color:#3A52A4;
	background-image:url("/images/css/bg_foot.png");
	background-repeat:repeat-x;	
	overflow:hidden;
	float:left;
}

#footer_d{
	width:100%;
	height:auto;;
	background-color:#3A52A4;
	background-image:url("/images/css/bg_foot.png");
	background-repeat:repeat-x;
	background-position:bottom;
	overflow:hidden;
	float:left;
}

#footer_r{
	width:935px;
	height:auto;
	margin:0 auto 0 auto;
	padding:10px;
	overflow:hidden;
}

#footer_cont{
	height:100%;
	min-height:auto;
	width:auto; 
	border-right:dotted #85553a 1px;
	margin-right:15px;
	float:right;
}

#footer_cont_l{
	height:100%;
	min-height:auto;
	width:auto; 
	margin-right:15px;
	float:left;
}

#footer_block{
	width:auto;
	min-width:30px;
	height:auto;
	margin-right:25px;
	float:left;
}

#footer_in{
	width:auto;
	height:100%;
	float:left;
	padding:5px;
}

#footer_sign{
	width:935px;
	margin:0 auto 0 auto;
	height:20px;
	padding:10px;
}

#footer_iva{
	float:left;
}

#footer_iper{
	float:right;
}

#icona_home{
	width:auto;
	height:auto;
	margin-left:25px;
	float:left;
}

#titolo_sez{
	width:953px;
	height:auto;
	font-size:0;
	border-bottom:#FF0 solid 1px;
	padding-bottom:5px;
	float:left;
}




.color1 {
	color:#3A52A4;
}

.color2 {
	color:#FF0;
}

/*coloro il testo in caso di errore all'input*/
.input_err{
	color:#F00;
	font-size:12px;
}
/*coloro l'input in caso di errore*/
.object_error {
background-color:#FF8A8D;
}

.object_ok {
background-color:#6C6;
}

h1, h1 a:link, h1 a:hover, h1 a:visited, h1 a:active {
	font-family:Arial,Helvetica,sans-serif;
	font-size:22px;
	font-weight:100;
	color:#3A52A4;
	margin:0;
	margin-bottom:3px;
	text-decoration:none;
}

h3, h3 a:link, h3 a:hover, h3 a:visited, h3 a:active {
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#333;
	margin:0;
	margin-bottom:3px;
	text-decoration:none;
}

.icona_home{
	border:solid 3px #FF0;
}

.titolo_sez{
	font-family:Arial,Helvetica,sans-serif;
	font-size:22px;
	font-weight:100;
	color:#3A52A4;
	margin:0;
	margin-bottom:3px;
	text-decoration:none;
}

.top_lan, .top_lan a, .top_lan a:link, .top_lan a:visited, .top_lan a:active {
	font-family:Arial,Helvetica,sans-serif;
	font-size:9px;
	font-weight:normal;
	margin:0;
	margin-left:2px;
	color:#00C;
	text-decoration:none;
}

.top_lan a:hover {
	font-family:Arial,Helvetica,sans-serif;
	font-size:9px;
	font-weight:normal;
	background-color:#FFF;
	margin:0;
	margin-left:2px;
	color:#00C;
	text-decoration:underline;
}


.top_menu, .top_menu a, .top_menu a:link, .top_menu a:visited, .top_menu a:active {
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:normal;
	margin:0;
	color: #3A52A4;
	text-decoration:none;
}

.top_menu a:hover {
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:normal;
	margin:0;
	color:#FFF;
	text-decoration:underline;
}

.brand {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	margin:0;
	color:#3A52A4;
}


.footer, .footer a, .footer a:link, .footer a:visited, .footer a:active {
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:normal;
	margin:0;
	margin-bottom:3px;
	color:#FFF;
	text-decoration:none;
}

.footer a:hover {
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:normal;
	margin:0;
	margin-bottom:3px;
	color:#FFF;
	text-decoration:underline;
}


.footer_tit, .footer_tit a, .footer_tit a:link, .footer_tit a:visited, .footer_tit a:active {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	margin:0;
	margin-bottom:3px;
	color:#FF0;
	text-decoration:none;
}

.footer_tit a:hover {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	margin:0;
	margin-bottom:3px;
	color:#FFF;
	text-decoration:underline;
}

.footer_spec, .footer_spec a, .footer_spec a:link, .footer_spec a:visited, .footer_spec a:active {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	margin:0;
	padding:2px;
	color:#FC6;
	border-bottom:dotted 1px #F90;
	text-decoration:none;
}

.footer_spec a:hover {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	margin:0;
	color:#FFF;
	text-decoration:underline;
}

.footer_iva, .footer_iva a, .footer_iva a:link, .footer_iva a:visited, .footer_iva a:active {
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:normal;
	margin:0;
	margin-bottom:3px;
	color:#CCC;
	text-decoration:none;
}




