/* CSS Document */
*{
margin:0px;
padding:0px
}
img{
border:0px
}
html{
width:100%;
background-image:url(images/bg.jpg);
background-position:top left;
background-repeat:repeat-x;
height:100%;
}
body{
width:766px;
margin:auto;
}
#header{
text-align:center;
padding:15px 0 35px 0
}
#left{
float:left
}

.center{
width:420px;
padding:1px 0 0 0;
float:left
}
.center img{

float:left
}
.topcenter{
background-color:#fff;
padding:20px 25px 0 30px;
width:695px;
font-family:Tahoma;
font-size:12px;

float:left
}
.topcenter img {padding-left: 100px;

}

.topcenter p{
padding:5px 0 5px 0;
}

.centerdettagli{
background-color:#fff;
padding:20px 25px 0 30px;
width:460px;
font-family:Tahoma;
font-size:11px;

float:left
}
.centerdettagli p{
width:460px;
padding:25px 0 35px 0;
float:left;
}
.bottomcenter{
background-color:#fff;
width:465px;
padding:25px 20px 0 30px;
float:left
}
.img{
float:left;
padding:20px 0 25px 1px
}
.img img{
border:0px solid black;
margin:0 3px 0 3px
}
.img a{
display:block;
float:left
}
.img {
width:280px;
float:left;
margin:5px 0 0 150px
}
.img {
list-style-type:none;
float:left;
line-height:18px
}
.img  p{
font-family:Tahoma;
font-size:11px;

text-decoration:none
}
.img  a:visited{text-decoration:none}
.img  a:hover{text-decoration:underline}
.right{
float:left
}
#footer{background-color:#fff;

width:766px;
padding:4px 0 0 0;
float:left;
font-family:Verdana;
font-size:10px;
color:#000;
text-align:center;
line-height:15px

}
#footer a{
color:#000;
text-decoration:none
}
.bot{
text-align:center;
}
.bot img{
margin:0 15px 0 15px
}

p {font-size: 16px;}
li {list-style:none; font-size: 15px;}
h3 {color:#FF9900}
h1{color:#FF9900}
h2 {color:#FF3333; font-size:120%; font-family:verdana,arial,sans-serif;}
.standard {font-size: 15px; font-family:Tahoma;}
.lista {font-size: 20px; font-family:Tahoma;bold}
.chi a {font-size: 20px; font-family:Tahoma; margin-left:450px;margin-top:20px;}


a{color:#FF9900;
  text-decoration: none
  }
  
  
  /* tabella */
  table.prima {
	border-width: 0px 0px 0px 0px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
	font-size:15px;
}
table.prima th {
	border-width: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	}
table.prima td {
	border-width: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	
	
}

  /*form*/




form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:80% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 200px;
  max-width: 400px;
  width: 550px; 
}

form fieldset {
  clear: both; /* note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size:1.1em; }

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

/* menu ori */

ul.menu { 
	
list-style-type:none;
width:750px;
position:relative;
display:block;
height:33px;
background:url(images/bg.png) repeat-x top left;
font-family:Verdana,Helvetica,Arial,sans-serif;
border-bottom:0px solid #000;
margin:0;
padding:0;
}

ul.menu li {
display:block;
float:left;
margin:0;
padding:0;
}

ul.menu li a {
float:left;
color:#000;
text-decoration:none;
height:24px;
padding:9px 23px 0;
font-weight:normal;
}

ul.menu li a:hover,.current {
color:#000;
background:url(images/bg.png) repeat-x top left;
text-decoration:none;
}

ul.menu .current a {
color:#FF3333;
font-weight:700;
}


