body { 
	margin:0px; padding:0px; 
	background-color:#DBEEFD;
	text-align:center;
	font-family: verdana, sans-serif;
	font-size: 10px;
	color:#333333;
  }

div.clear{ background:transparent; clear:both; height:1px;}
p,form {margin:0px;padding:0px;}
img {border:0px;}
a {color:#000000}
table {empty-cells:show; border-collapse:collapse;}
.stopper { clear:both; height:0px; overflow:hidden;}

#header, #main, #footer{
	width:980px;
	margin:0px auto;
	position:relative;
	text-align:left;
}

#header_top{
	text-align:right;
}
#header_lang{
	position:absolute;
	top:26px;
	left:449px;
}
#header_lang img{
	margin:0px 3px;
}
#header_flash{
	border-top: 2px solid #023B79;
	border-bottom: 2px solid #023B79;
}

#shadow_left{
	position:absolute;
	top:0px;
	left:-18px;
}
#shadow_right{
	top:0px;
	position:absolute;
	right:-18px;
}

#main{
	background-color:#FFFFFF;
	height:auto !important;
	height:310px;
	min-height:310px;
}
#menusx{
	float:left;
	width:174px;
}
#content{
	width:801px;
	margin-left:177px !important;
	margin-left:174px;
}

#footer, #pop_footer{
	height:auto !important;
	height:40px;
	min-height:40px;
	padding-bottom:10px;
	padding-top:15px;
	background-image:url('../images/sinacarri_bottom.jpg');
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	color:#023B79;
	font-size:10px;
}

.tbparag td{
	padding:2px;
}
.divparag{
	padding:5px 10px 5px 5px;
}
.printpage{
	display:block;
	text-align:right;
	height:18px;
	padding-top:7px;
	padding-right:30px;
	margin-right:10px;
	background-image:url('../images/stampa.jpg');
	background-position:top right;
	background-repeat:no-repeat;
	color:#888888;
	text-decoration:none;
}
@media print{
	.printpage {display:none}
}

/* - DEFINIZIONI PER IL MENU LATERIALE - - - - - - - - - - - - - - - - */
ul.menu_l1{
	margin:0px;
	padding:0px;
	border-right:3px solid #023B79;
	background-image:url('../images/menusx_sfondo.jpg');
	background-position:top left;
	background-repeat:repeat-y;
}
ul.menu_l1 li{
	margin:0px;
	padding:0px;
	list-style:none;
}
ul.menu_l1 li a{
	display:block;
	width:149px;
	padding:4px 10px 4px 10px;
	margin:0px;
	text-decoration:none;
	font-weight:normal;
	border-right:1px solid #BBD1E7;
	border-bottom:2px solid #BBD1E7;
	color:#023B79;
}
ul.menu_l1 li a:hover{
	text-decoration:underline;
}
ul.menu_l1 li.menu_l1_on a{
	color:#023B79;
	font-weight:bold;
}

/* LIVELLO 2 */
ul.menu_l1 ul.menu_l2{
	margin:0px;
	padding:0px;
	background:none;
	background-color:#BBD1E7;
}
ul.menu_l1 ul.menu_l2 li{
	margin:0px;
	padding:0px;
	list-style:none;
}
ul.menu_l1 ul.menu_l2 li a{
	display:block;
	width:149px;
	padding:2px 10px 2px 10px;
	margin:0px;
	text-decoration:none;
	font-weight:normal;
	border-right:1px solid #BBD1E7;
	border-bottom:2px solid #BBD1E7;
	color:#023B79;
}
ul.menu_l1 ul.menu_l2 li a:hover{
	text-decoration:underline;
}
ul.menu_l1 ul.menu_l2 li.menu_l2_on a{
	font-weight:bold;
}
