/* CSS Document */

body {
	background:#DBDBDB;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	margin:0;
	padding:0;
	}

/* DIV */

div#main {
	width:100%;
	padding:0;
	margin:0;
	}
	
div#header {
	background:#090B78 url(../img/bg/header.gif) repeat-x;
	width:100%;
	padding:0;
	margin:0;
	}
	
div#inheader {
	background:url(../img/bg/header_in.gif) no-repeat;
	width:939px;
	height:163px;
	padding:0;
	margin:0;
	}
	
div#inheader div#menu {
	border:0px solid #fff;
	padding:0;
	margin:67px 0 0 0 ;
	color:#FFFFFF;
	width:710px;
	height:50px;
	float:right
	}
	
div#corpo {
	width:100%;
	height:500px;
	background:url(../img/bg/corpo.gif) repeat-x top #DBDBDB
	}


/*colori*/

.yellow {
	color:#FFCC00;
	}

	
/*MENU HEADER*/
	
div#inheader div#menu ul.item {
	float:right;
	list-style-type:disc;
	margin:0;
	padding:0;
	font-size:12px;
	}
	
div#inheader div#menu ul.item li {
	display:inline;
	list-style-image:none;
	list-style-type:disc;
	margin:0 0 0 10px;
	background:url(../img/bullet.gif) no-repeat left center;
	padding: 0 0 0 14px;
	color:#FFCC00;
	font-weight:bold
	}
	
div#inheader div#menu ul.item li a { 
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}
	
div#inheader div#menu ul.item li a:hover, div#inheader div#menu ul.item li a#qui { 
	color:#FFCC00;
	}


div#inheader div#menu ul.item li.middle {
	background:none;
	padding: 0 0 0 0;
	margin:0 0 0 5px;
}
	
.middle img{
	vertical-align:middle;
}
	
/*TESTATA*/

table#testata {
	width:939px;
	background:url(../img/bg/testata.gif) repeat-x top;
	
	}
	
table#testata td#box1 {
	width:172px;
	background:url(../img/box_1.jpg) no-repeat 0 6px 
}

table#testata td#box2 {
	width:172px;
	background:url(../img/box_2.jpg) no-repeat 0 6px 
}

table#testata td#box3 {
	width:172px;
	background:url(../img/box_3.jpg) no-repeat 0 6px 
}

table#testata td#box4 {
	width:172px;
	background:url(../img/box_4.jpg) no-repeat 0 6px 
}


table#testata div.box {
	width:162px;
	padding:0 5px 5px 5px;
	height:40px;
	
	color:#000000;
	text-align:left
}

table#testata div#sx h2 {
	background:url(../img/arrow.gif) no-repeat center left;
	color:#F60242;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	padding-left:17px;
	margin:15px 0 0 0
}


table#testata div.box a {
	color:#CC0000;
	font-weight:bold;
	text-decoration:none
}

table#testata div.box a:hover {
	color:#0066CC
}

table#testata div.box span {
	font-size:12px
}

table#testata div.box h3 {
	font-size:13px;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF
}

table#testata div.box h6 {
	font-size:12px;
	font-weight:bold;
	color:#003399;
	line-height:15px;
	margin-bottom:0px;
	padding:0
	
}

table#testata td#nav {
	background:url(../img/barra.jpg);
	color:#FFFFFF;
	text-indent:5px;
	text-align:left;
	padding:3px 0 4px 0
}

table#testata td#nav a {
	color:#FFCC00;
	text-decoration:none;
	font-weight:bold
}

table#testata td#nav a:hover {
	color:#FF6600;
	text-decoration:none
}


table#testata td#freccia {
	height:53px;
	background:url(../img/testata.jpg) no-repeat top;
	color:#FFFFFF;
	text-transform:uppercase;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	padding:0 0 0 5px;
	line-height:19px
}

/*pagina*/

table#testata td#page {
	background:url(../img/bg/pagina.gif) right top no-repeat #EDEDED;
	height:300px
}


/*footer*/

table#testata td#footer {
	background:url(../img/bg/footer.gif) repeat-x top #DBDBDB;
	text-align:center;
	padding-bottom:5px;
	line-height:15px
}

table#testata td#footer a {
	color:#006699;
	text-decoration:none
}

table#testata td#footer a:hover {
	color:#CC0000;
	text-decoration:none
}

table#testata td#footer ul.item2 {
	margin:30px 0 2px 0;
	padding:0;
	font-size:12px;
}
	
table#testata td#footer ul.item2 li {
	display:inline;
	list-style-image:none;
	list-style-type:disc;
	margin:0 0 0 10px;
	background:url(../img/bullet_b.gif) no-repeat left center;
	padding: 0 0 0 14px
	}
	
table#testata td#footer ul.item2 li a { 
	color:#062EB0;
	font-weight:bold;
	text-decoration:none;
	}
	
table#testata td#footer ul.item2 li a:hover { 
	color:#CC0000;
	}
