html {
	overflow-y: scroll;
}
body {
	font: 10px Arial, Verdana, Helvetica, sans-serif;
	line-height:16px;
	color: #526258;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	background: url(../img/sfondo.jpg) repeat-x;
}
a {
	text-decoration: none;
	color: #526258;
}
a:hover {
	color: #F25D23;
}
label.contact {
	display:block;
	font-weight:bold;
	text-align:left;
	width:100px;
	float:left;
}
label.info {
	display:block;
	font-weight:bold;
	text-align:left;
	width:300px;
	float:left;
	font-size:10px;
	margin-left:100px;
	margin-top:10px;
}
.contact_input {
	font-size:11px;
	width:250px;
	margin:2px 0 3px 0px;
}
.form_submit {
	border:1px #526258 solid;
	margin-top:2px;
	background-color:#526258;
	color:#FFFFFF;
	font-size:11px;
	cursor:pointer;
}
/* HEADER */
#container {
	width:936px;
	margin:0 auto;
	margin-top:30px;
	background-color: #FFFFFF;
}
#header {
	/*width:920px;*/
	position:relative;
	float:left;
	height:45px;
	width:620px;
	margin-left:30px;
}

#index_header {
	/*width:920px;*/
	position:relative;
	float:left;
	height:45px;
	width:889px;
}

#index_content {
	position:relative;
	float:left;
	/*width:920px;*/
	width:889px;
	height:414px;
	/*margin-top:30px;
	margin-left:15px;
	margin-right:15px;*/
	margin-bottom:15px;
	background-color: #FFFFFF;
	/*background: url(../img/index.jpg) no-repeat;*/
}

#main_content  {
	padding-top:30px;
	padding-left:23px;
	padding-right:23px;
	padding-bottom:15px;
	background-color: #FFFFFF;
}
#logo {
	position:relative;
	float:right;
}
/* END HEADER */
/* FOOTER */
#footer {
	clear:both;
	width:936px;
	height:60px;
	font-size:11px;
	color: #526258;
}
/*#footer_logo {
	position:absolute;
	height:63px;
	width:55px;
	margin-top:-78px;
	margin-left:854px;
}*/
#footer_top {
	position:relative;
	float:left;
	background-color: #E3E3E1;
	width:906px;
	padding-left:30px;
	height:33px;
	font-size:11px;
	color: #526258;
	text-align:left;
	line-height:33px;
}
#footer_bottom {
	clear:both;
	position:relative;
	float:right;
	background-color: #FFFFFF;
	width:936px;
	height:23px;
	font-size:10px;
	color: #526258;
	text-align:right;
}
#footer_bottom_index {
	clear:both;
	position:relative;
	float:right;
	background-color: #FFFFFF;
	width:936px;
	height:23px;
	font-size:10px;
	color: #526258;
	text-align:right;
	margin-right:45px;
}
#footer a {
	text-decoration: none;
	color: #526258;
}
#footer a:hover {
	color: #F25D23;
}

/* END FOOTER */

.pagination a {
	color: #5F4A37;
	font-weight:bold;
	text-decoration:none;
}
.pagination a:hover {
	color: #F25B16;
}

label.blue {
	color:#007FA1;
}

.blue_title {
	color:#007FA1;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
}

#err {
	text-align:left;
	color:#E44C16;
	font-weight:bold;
	margin-left:75px;
	margin-top:15px;
}

/* LEFT SIDE */
#side_left {
	position:relative;
	float:left;
	width: 238px;
	/*height:473px;*/
}
#side_news {
	/*position:absolute;
	bottom:0;*/
	margin-left:15px;
	margin-top:15px;
	/*margin-bottom:15px;*/
}

/* CONTENT RIGHT */
#content_right {
	position:relative;
	float:left;
	width:636px;
	margin-left:15px;
	border-left:1px #526258 solid;
	min-height:400px;
}
label.home_menu {
	position:relative;
	float:left;
	margin-top:7px;
	margin-left:7px;
}

/* ACCORDION MENU */
.arrowlistmenu{
width: 238px; /*width of accordion menu*/
/*height:356px;*/
/*height:649px;*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
height:13px;
font: 11px Arial, Verdana, Helvetica, sans-serif;
color: #526258;
background-color: #E3E3E1;
margin-bottom: 5px; /*bottom spacing between header and rest of content*/
/*text-transform: uppercase;*/
padding: 10px 0 10px 10px; /*header text is indented 10px*/
/*cursor: hand;
cursor: pointer;*/
border: 1px #E3E3E1 solid;
}

/*.arrowlistmenu a{
color: #526258;
display: block;
padding: 2px 0;
padding-left: 13px;
text-decoration: none;
}*/
/*.arrowlistmenu a:visited{
color: #526258;
}*/
/*.arrowlistmenu a:hover{
background-color: #FFFFFF;
color: #F25D23;
border: 1px #F25D23 solid;
}*/
.arrowlistmenu .menuheader:hover{
background-color: #FFFFFF;
color: #F25D23;
border: 1px #F25D23 solid;
}

.link_scelta{
position:relative;
float:left;
width:197px;
height:123px;
/*margin-bottom:15px;*/
margin-left:15px;
background-color: #E3E3E1;
/*color: #FFFFFF;*/
}
.link_scelta:hover{
background-color: #F25D23;
color: #FFFFFF;
cursor:pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-color: #FFFFFF;
color: #F25D23;
border: 1px #F25D23 solid;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #526258;
display: block;
padding: 2px 0;
padding-left: 13px;
text-decoration: none;
/*border-bottom: 1px solid #526258;*/
}
.arrowlistmenu ul li a:visited{
color: #526258;
}
.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #F25D23;
/*border-bottom: 1px solid #F25D23;*/
}
.arrowlistmenu label{
color: #F25D23;
display: block;
padding: 2px 0;
padding-left: 13px;
text-decoration: none;
}
h3{
margin:0px;
padding:0px;
}
h4{
margin:0px;
padding:0px;
font: 11px Arial, Verdana, Helvetica, sans-serif;
font-weight:bold;
}
p{
margin:13px 0px;
}