* {
	padding: 0;
	margin: 0;
}

body{
	/*background-color: #186495;*/
	background-color: #11476B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	text-align: left;
	font-size: 11px;
	color: #003;
}

h1 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	display: inline;
	margin: 0 5px 0 0;
}

h2 {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #E5891C;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

h3 { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;	
	color: #1D66CE;	
	font-weight: bold; 
	margin:0 0 3px 0;
	padding: 0;
}
  
h4 {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: blue;	
	padding: 0 0 5px 0;
}

p {
	text-align: justify;
	padding-bottom: 5px;
}

a:link, a:visited {
	color: #E5891C; 
	text-decoration: none;
}

a:hover {
	color: #1D66CE;	
	text-decoration: underline;
}

ul {
	line-height: 12px;
	list-style-position: outside;
	list-style-type: square;
	margin: 10px 0 2px 20px;
}

ol {
	line-height: 12px;
	list-style-type: none;
	margin: 10px 0 2px 20px;
}

li {
	padding: 0 0 5px 0;
	margin: 0;
}

hr {
	color: #E5891C;
	background-color: #E5891C;
	height: 1px;	
}

form {
	margin: 0;
	padding: 0;
}

input, textarea  {
	font-size: 11px;
	padding: 2px;
	color: #006;
	border: 1px solid #006;
	width: 350px;
}

select {
	font-size: 11px;
	color:#006;
	padding: 2px;
	border: 1px solid #006;
	width: 150px;	
}

submit, input.bottone
{
  margin: 0;
  padding: 2px;
  border-top: 1px solid #863600;
  border-bottom: 1px solid black;
  border-left: 1px solid #863600;
  border-right: 1px solid black;
  background: #FF6600;
  text-align: center;
  text-decoration: none;
  font: bold 11px Verdana;
  color: white;
  width: 180px;
}

fieldset {
	width: 90%;
	border: 0;
	margin:0;
	padding:0
}

legend {
	font: bold small-caps 120%/1.3 "Arial Narrow",arial,sans-serif;
	color: #1D66CE;
}

form div {
	padding: 5px 0;
	background: #8CAFC5;
   color: #333;
   text-align: left;
	border-top: 1px solid #CCC
}

form p {
	padding: 5px 10px;
   color: #333;
   text-align: left;
	margin: 0;
	border-bottom: 1px solid #990000;
}

form label{
	float: left;
	width: 33%;
	line-height: 23px;
   padding-right: 2%;
   font-weight: bold;
	text-align:right
}

/* Layout */

div#main {
	width: 100%;
	margin: 0;
}

div#top {
	width: 100%;
	border: 0;
	background-color: #11476B;
	color: #FFF;
	font-size: 10px;
	text-align: left;
}

div#barra {
	width: 100%;
	height: 77px;
	border: 0;
	background: #11476B url(../img/bg-barra.gif) repeat-x;
}

div#barra-cont {
	width: 960px;
	height: 77px;
	border: 0;
	background: url(../img/logo.gif) no-repeat;
}

div#barra div#menu-top {
	width:300px;
	float: right;
	padding: 50px 10px 0 10px;
	border:0px solid #fff
}

div#menu-top div.bt
{
	height: 13px;
	background: url(../img/bt.gif) no-repeat;	
	float: left;
	display: block;
	padding-left: 15px; 
}

div#menu-top a:link, div#menu-top a:visited {
	color: #FFF; 
	font-size: 10px;
	line-height: 13px;
	padding: 0 0 2px 0;
	text-decoration: none;
	font-weight: bold;
}

div#menu-top a:hover {
	text-decoration: underline;
}

div#menu-top a.sel {
	color: #0099FF;
}

table#corpo {
	width: 100%;
	height: 77px;
	border: 0;
	background: #FFF;
	text-align: right;
}

table#corpo td {
	padding: 0;
	vertical-align: top;
}

table#corpo td#sx{
	width: 730px;
	background: #FFF;
	text-align: left;
}

table#corpo td#dx{
	background: #186495 url(../img/bg-dx.gif);
	text-align: left;
}

table#corpo td#sx div#flash {
	width: 730px;
	height: 215px;
	background: #FFF url(../img/img-sito.jpg) no-repeat;
	margin: 0;
	padding: 0;
}

table#corpo td#sx div#navigatore {
	padding: 189px 0 4px 5px;
	border: 0;
	font-size: 11px;
}

div#navigatore a:link, div#navigatore a:visited {
	color: #1D66CE; 
	font-size: 11px;
	text-decoration: none;
}

div#navigatore a:hover {
	text-decoration: underline;
}

table#corpo td#sx div#pagina {
	border: 0;
	text-align: left;
	padding: 7px;
	font-size: 11px;
	line-height: 15px;
	text-align:justify
}

table#corpo td#sx div#fine-pagina {
	width: 730px;
	height: 60px;
	background: #FFF url(../img/bg-fine.gif) no-repeat;
}

table#corpo td#dx div#menu {
	width: 100%;
	border-top: 1px solid #3196BA;
	border-bottom: 3px solid #11476B;
	background: #3196BA url(../img/bg-menu.gif) repeat-y;
	text-align: left;
}

div#menu ul{
	width: 215px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none; 
	margin:5px 0;
	text-align: right;
	padding: 0 8px;
}

div#menu ul li {
	text-align: right;
	background-color: #2D8EB5;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	margin:0;
	padding:0;
	line-height:30px;
	width: 208px;
	margin:5px 0;
	padding:0 5px 0 0;
	
}

div#menu ul li a {
	color:#FFF;
	text-decoration:none;
	display: block;
	width: 208px;
	padding:0 5px 0 0;
		
}

div#menu ul li a:hover, div#menu ul li.sel {
	color:#E5891C;
	text-decoration:none;
	display:block;
	background-color: #186495;
	width: 208px;
	padding:0 5px 0 0;
	
}

div#sotto {
	width: 100%;
	height: 40px;
	background: #186495 url(../img/bg-sotto.gif) left top no-repeat;
}

div#sotto-cont {
	width: 730px;
	text-align: right;
}

div#sotto img {
	margin: 13px 20px;
	border: 0;
	vertical-align:middle
}

div#footer {
	width: 100%;
	border: 0;
	background: #11476B url(../img/bg-footer.gif) repeat-x;
}

div#footer-cont {
	width: 730px;
	border: 0;
	color: #FFF;
	font-size: 11px;
	text-align: center;
	padding: 10px 0;
	line-height: 18px;
}

div#footer-cont a:link, div#footer-cont a:visited {
	color: #E5891C; 
	font-size: 11px;
	text-decoration: none;
	padding: 0 10px;
}

div#footer-cont a:hover {
	text-decoration: underline;
}

div#footer-cont a.sel {
	color:#0099FF;
}


/* Ricerca */

div#ricerca {
	width:215px;
}

.white {
	background-color:#E1E1E1;

	
	}
	
div#ricerca table.ric {
	width:210px;
	margin:15px  0 0 8px;
	font-size:11px;
	}
	
div#ricerca table.ric td {
	vertical-align: top;
	text-align: left;
}	

	
div#ricerca table.ric td.rcsx {
	width:84px;
	line-height:24px;
	font-weight:bold;
	color:#FFF
	}

div#ricerca table.ric td.rc2sx {
	width:60px;
	line-height:24px;
	font-weight:bold;
	color:#333333;
	text-align:left
	}
	
div#ricerca table.ric td.rc2dx {
	width:141px;
	padding:3px 0 3px 3px
}
	
div#ricerca table.ric td.rcsx img {
	width:80px;
	height:80px;
	padding:2px;
	border:1px solid #fff
	}

div#ricerca table.ric td.rcdx {
	width:117px;
	color:#FFFFFF;
	padding:3px 0 3px 3px
}

div#ricerca table.ric td.rcdx a {
	color:#FF9900;
	text-decoration:none;
	font-weight:bold
}
div#ricerca table.ric td.rcdx a:hover {
	color:#FFCC00;
}



div#ricerca table.ric td.rcdx select {
	width:141px;
	height:20px
}

div#ricerca table.ric td.rcint {
	color:#FFFFFF;
	background-color:#3196BA;
	line-height:20px;
	font-weight:bold;
	text-align:center
}

div#ricerca table.ric input {
	width:70px;
	height:20px;
	background-color:#FF9900;
	color:#006699;
	text-align:center;
	font-weight:bold
}