/* Do not cancel */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-weight: inherit;*/
	/*font-style: inherit;*/
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	/*line-height: 1;*/
	color: #000000;
	background: #ffffff;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
/*table {
	border-collapse: separate;
	border-spacing: 0;
}*/
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
html, body {
	height: 100%;
}
/* /Do not cancel */



body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	background: #ffffff url(images/bg_pagina.jpg) no-repeat 50% 50%;
	margin: 0px;
	padding: 0px;
	color:#524B43;
}

h1 { font-size: 34px;
  color: #7D7A71;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: left;
}
h1.sifr {
	font-size: 38px;
	margin-top:10px;
}
  
h2 { font-size: 30px;
  color: #7D7A71;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0px;
  font-weight: normal;
  line-height: normal;
  margin-bottom: 0px;
  margin-top: 0px;
  text-align :left;
}
h2.sifr {
	font-size: 38px;
}
  
h3 {
	font-size: 24px;
	color: #7D7A71;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: normal;
    line-height: normal;
	margin-bottom: 0px;
	margin-top: 10px;
	text-align: left;
}
h3.sifr {
	font-size: 24px;
}
  
h4 { font-size: 16px;
  color: #7D7A71;
  font-family: Helvetica, Arial, sans-serif;
  padding: 0px;
  letter-spacing: 1px;
  line-height: normal;
  margin-bottom: 0px;
  margin-top: 10px;
  text-align: left;
}
h4.sifr {
	font-size: 18px;
}
  
h5,h6 { font-size: 9px;
  color: #524B43;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 16px;
  margin-bottom: 0px;
  margin-top: 10px;
  text-align: left;
}
  
p { font-size: 12px;
  color: #524B43; 
  font-family: Tahoma, Verdana, Arial, sans-serif;
  letter-spacing: 0px;
  line-height: 17px;
  margin-bottom: 0px;
  margin-top: 10px;
  text-align: justify;
}

ul {
	line-height: 16px;
	color: #524B43;
	list-style: square;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 0px;
}

ol {
	line-height: 16px;
	color: #524B43;
	list-style: decimal;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 0px;
}


li {
	margin-left: 30px;
	
}

table {
  font-size: 12px; color: #524B43; 
  font-family: Tahoma, Verdana, Arial, sans-serif;
  letter-spacing: 0px;
  line-height: 16px;
}
 

a { color: #EC4724; text-decoration: none; }
a:hover { color: #524B43; text-decoration: none; }





/* ID */

#container {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-278px;
	margin-left:-475px;
	width:950px;
	height:556px;
	background:#ffffff;
}

#menu {
	position:relative;
	width:950px;
	height:94px;
	overflow:hidden;
	background:#AEABA1;
}
#menu h1 {
	width:341px;
	left:94px;
	float:left;
	margin:0px 20px 0px 0px;
}
#menu ul {
	margin:10px 0px 10px 0px;
}
#menu ul li {
	margin:0px 10px 0px 10px;
	display:inline;
}
#menu a {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}
#menu a:hover {
	color:#C91B36;
	text-decoration:none;
}
#menu p {
	margin:0px;
	color:#ffffff;
}

#main_homepage {
	position:relative;
	width:950px;
	height:462px;
	overflow:auto;
	background:#ffffff;
}

#main {
	position:relative;
	width:950px;
	height:462px;
	overflow:auto;
	background:#E7F1F4;
}

#content {
	position:absolute;
	width:910px;
	height:376px;
	top:64px;
	left:20px;
	overflow:hidden;
}

#title_submenu {
	position:absolute;
	width:910px;
	height:64px;
	top:0px;
	left:20px;
	overflow:hidden;
}

#submenu {
	position:absolute;
	top:0px;
	right:0px;
	height:64px;
}
#submenu ul {
	margin:25px 0px 0px 0px;
	padding:0px;
}
#submenu ul li {
	margin:0px 0px 0px 0px;
	padding:3px 10px 3px 10px;
	list-style:none;
	display:inline;
}

#gallery {
	margin:0px;
	padding:0px;
	position:absolute;
	top:0px;
	left:0px;
	width:626px;
	height:376px;
	overflow:hidden;
}

#video {
	position:absolute;
	top:0px;
	right:0px;
	width:264px;
	height:198px;
}

#testo {
	position:absolute;
	top:198px;
	right:0px;
	width:264px;
	height:178px;
}

#testo_news {
	position:absolute;
	top:0px;
	left:326px;
	width:584px;
	height:376px;
	padding-top:10px;
}
#testo_news h3.sifr {
	width:450px;
}
#testo_news .scroll-pane {
	width:584px;
	height:306px;
}
#torna_indietro {
	position:absolute;
	top:8px;
	right:0px;
	margin:0px 0px 0px 0px;
	list-style:none;
}
#torna_indietro li {
	margin:10px 0px 10px 0px;
	font-size:12px;
	font-weight:bold;
	font-family: Helvetica, Arial, sans-serif;
	line-height:14px;
	letter-spacing:1px;
	text-align:right;
}
#torna_indietro img {
	float:left;
	margin-right:5px;
}

#link_allegato {
	position:relative;
	width:280px;
	margin-left:13px;
	margin-right:13px;
}
#link_allegato ul {
	margin:0px 0px 0px 0px;
	list-style:none;
}
#link_allegato ul li {
	margin:10px 0px 10px 0px;
	font-size:12px;
	font-weight:bold;
	font-family: Helvetica, Arial, sans-serif;
	line-height:14px;
	letter-spacing:1px;
}
#link_allegato img {
	float:left;
	margin-right:5px;
}





/* inizio scroller */
.scroll-pane {
	width:264px;
	height:140px;
	overflow:auto;
	top:0;
	left:0;
}
.jScrollPaneTrack {
	background: #AEABA1;
}
.jScrollPaneDrag {
	background: #524B43;
}
a.jScrollArrowUp {
	background-color: #524B43;
}
a.jScrollArrowUp:hover {
	background-color: #524B43;
}
a.jScrollArrowDown {
	background-color: #524B43;
}
a.jScrollArrowDown:hover {
	background-color: #524B43;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-color: #524B43;
}
/* fine scroller */





/* CLASSI */


.lista_news {
	width:209px;
	height:337px;
	margin:9px;
	float:left;
	overflow:hidden;
}
.lista_news h4 {
	margin:0px;
	height:45px;
}
.lista_news div {
	width:201px;
	height:118px;
	border:4px solid #AEABA1;
	overflow:hidden;
	background:#333333;
}
.lista_news div img {
	width:201px;
}

.paginatore{
	position:relative;
	clear:both;
	height:20px;
	text-align: right;
	overflow: hidden;
	font-size: 11px;
	margin:0px 12px 0px 0px;
}
.paginatore ul{
	display: inline;
}
.paginatore li{
	display: inline;
	margin: 2px 5px 2px 5px;
}
.paginatore .selected{
	color:#FF3300;
	font-weight:bold;
}
.paginatore a{
	cursor: pointer;
}
.paginatore a:hover{
}


.elenco_link {
	margin:20px 0px 20px 0px;
	border-top:1px solid #B1D3DA;
	width:249px;
}
.elenco_link li {
	border-bottom:1px solid #B1D3DA;
	margin:0px;
	list-style:none;
	height:24px;
}
.elenco_link a {
	display:block;
	height:24px;
	line-height:24px;
	padding-left:5px;
	padding-right:5px;
	text-decoration:none;
}
.elenco_link a:hover {
	background:#ffffff;
	background:url(images/freccia.gif) no-repeat right;
}





/* SITE MAP */

ul#sitemap{
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	color: #524B43;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 50px;
	
}
#sitemap li.firstLevel{
	font-weight:700 !important;
	padding:5px !important;
	margin:5px 0px 5px 10px;
	float:left;
	border-top:6px solid #ffffff;
}
ul#sitemap li{
	list-style:none;
	margin:2px 0px 2px 10px;
	padding:0px;
	font-weight:normal;
	font-size:11px;
}
ul#sitemap li a{
	border:0px !important;
	padding:0px 5px 0px 15px;
	color:#524B43;
	display:block;
	width:150px;
}
ul#sitemap li a:link,
ul#sitemap li a:visited{
	text-decoration:none;
	color:#524B43;
}
ul#sitemap li a:hover,
ul#sitemap li a:focus,
ul#sitemap li a:active{
	text-decoration:underline;
	color:#EC4724;
}




/* FORM CONTATTI */

.styleForm { 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.styleForm fieldset { 
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
           
.styleForm legend { 
font-size: 13px;
font-weight: bold;
font-family: Helvetica, Arial, sans-serif;
letter-spacing: 1px;
color: #ffffff;
margin: 0px;
padding: 0px;
}

.styleForm fieldset div { 
margin: 10px 0px 10px 0px;
padding: 0px 0px 0px 0px;
clear: both;
}
         
.styleForm label { 
display: block;
width: 90px;
float: left;
font-weight: normal;
font-family: Tahoma,Geneva,Helvetica,sans-serif;
font-size: 11px;
letter-spacing: 1px;
line-height: 16px;
color: #524B43;
text-align: right;
margin-right: 10px;
}
.styleForm label span {
color: #ff0000;
font-family: Tahoma,Geneva,Helvetica,sans-serif;
font-size: 12px;
}
        
.styleForm input,select,textarea { 
background: transparent; 
color: #524B43; 
font-weight: normal;
font-family: Tahoma,Geneva,Helvetica,sans-serif;
font-size: 11px;
letter-spacing: 1px;
padding: 0px 0px 0px 0px; 
margin: 0px 0px 0px 0px;
border: 0px;
border-bottom: 1px solid #AEABA1;
width: 200px;
height: 16px;
cursor: text;
}
.styleForm input:hover,select:hover { 
border-bottom: 1px solid #EC4724;
}
.styleForm input:focus,select:focus { 
border-bottom: 1px solid #EC4724;
}

.styleForm div.riga_citta { 
float: left;
clear: none;
margin-right: 0px !important;
margin-right: -15px;
margin-top: 0px;
margin-bottom: 0px;
}
.styleForm div.riga_citta input { 
width: 105px;
}

.styleForm div.riga_cap { 
clear: none;
margin-right: 0px !important;
margin-right: -15px;
margin-top: 0px;
margin-bottom: 0px;
}
.styleForm div.riga_cap label { 
width: 35px;
}
.styleForm div.riga_cap input { 
width: 50px;
}

.styleForm div.riga_textarea label { 
width: 35px;
clear:both;
text-align:left;
width:150px;
margin-top:3px;
}
.styleForm div.riga_textarea textarea {
border-right: 1px solid #AEABA1;
border-bottom: 1px solid #AEABA1;
border-left: 1px solid #AEABA1;
height: auto;
width:230px;
}
.styleForm div.riga_textarea textarea:hover {
border-right: 1px solid #EC4724;
border-bottom: 1px solid #EC4724;
border-left: 1px solid #EC4724;
}

.styleForm div.riga_textarea textarea:focus {
border-right: 1px solid #EC4724;
border-bottom: 1px solid #EC4724;
border-left: 1px solid #EC4724;
}

.styleForm div.riga_spunta {
margin-bottom: 10px;
}
.styleForm div.riga_spunta input {
background: transparent;
border: 0px solid #ffffff;
width: auto;
vertical-align: middle;
padding: 0px;
margin: 0px;
cursor: pointer;
}
.styleForm div.riga_spunta input:hover {
background: transparent;
}
.styleForm div.riga_spunta label {
display: inline;
width: 180px;
text-align: left;
float: none;
font-size: 9px;
}

.styleForm p.leggi_privacy { 
font-family: Tahoma,Geneva,Helvetica,sans-serif;
font-size: 9px;
letter-spacing: 1px;
color: #585E5F;
margin: 10px 0px 10px 0px;
}
	
.styleForm input.pulsante {
background: #EC4724;
color: #ffffff;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
letter-spacing: 1px;
text-align: center;
font-weight: bold;
padding: 0px;
margin: 0px 10px 0px 0px;
cursor: pointer;
width: auto;
border: 0px;
float: left;
}
.styleForm input.pulsante:hover {
background: #ffffff;
color: #EC4724;
}

.styleForm div.riga_login label { 
display: block;
width: 200px;
float: none;
text-align: left;
font-weight: bold;
margin-left: 0px;
margin-bottom: 5px;
}

.styleForm input.errore {
color:#ffffff;
background:#EC4724;
}