@charset "utf-8";
/* CSS Document */

.clear {
clear:both;
}

html,body{margin:0;padding:0;}

a:link {
	color:#333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration:underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}

body{
	font: 76% lucida sans, arial, verdana,sans-serif;
	text-align:center;
	background: url(../images/bkg_top.jpg) repeat-x top;
	margin-top: 20px;
	 }

tetxt,textarea,input,select{
border:1px dotted #cccccc;
}

tetxt,textarea,input,select {
	font:lucida sans, arial, verdana,sans-serif;
	font-size:x-small;
}

/* contenitore principale */
div#container{
	width:956px;
	margin:0 auto;
}

/* Colonna di sinistra */
div#extra{
	float:left;
	width:302px;
	height:100%;
	border-right: 1px solid #f0f0f0;
	}

/* contenitore centrale */
div#content{
	float:left;
	width:650px;
	height:100%;
	margin-left:-1px;
	border-left: 1px solid #f0f0f0;
	margin-bottom: 50px;
}


/* footer */
div#footer{
	border-top: 2px solid #ccc;
	clear: both;
	color: #999999;
	padding-top: 10px;
	width: 100%;
	margin-top: 50px;
}

div#footer a{
	text-decoration: none;
	color: #cc1d34;
}

div#footer a:hover{
	text-decoration: underline;
}

div#footer p{
	font-size: 10px;
}

div#footer p a{
	text-decoration: none;
	color: #666666;
}

div#footer p a:hover{
	text-decoration: underline;
}

/* Menu principale */
.s_menu{
	margin-left: -85%;
	color: #CC0000;
}

.ss_menu{
	margin-left: -50%;
	margin-top: 25px;
}

.suckerdiv h3{
	color: #0e6072; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 7px 0 7px 15px; /* 31px is left indentation of header text*/
	background-color: #f0f0f0;
	text-align: left;
	margin-top: 0px;
	margin-left:3px;
}

.suckerdiv ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 170px;
	text-align: left;
}
	
.suckerdiv ul li{
	position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
	position: absolute;
	width: 170px; /*sub menu width*/
	top: 0;
	visibility: hidden;
}

.suckerdiv ul li ul li a{
	border-bottom-color: #FFFFFF;
	background: none;
	padding: 7px 0px;
	color: #cc1d34;
}

/* Sub level menu links style */
.suckerdiv ul li a{
	background: white url(../images/menu_freccia.png) no-repeat 15px center;
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #0e6072;
	text-decoration: none;
	padding: 7px 30px;
}

.suckerdiv ul li a {
	width: 100px;
}

.suckerdiv ul li a:hover{
	text-decoration: underline;
}

.suckerdiv img{
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}


/* microlayout */
div.textimage{
	width: 600px;
	margin-top: 30px;
	margin-left: 20px;
	border-bottom: 1px dotted #999999;
}

div.textimage img{
float:left;
margin: 10px
}

div.textimage h3{
	margin:0 10px;
	padding: 0;
	text-align: left;
}

div.textimage h3{
	color: #cc1d34;
}

div.textimage p{
	text-align: left;
	color: #666666;
}

div.clearer{clear: left}

/* Area riservata */
div.areariservata{
	width: 40%;
	margin-top: 20px;
	float: right;
	margin-right: 40px;
	color: 666666;
}

div.areariservata h3{
	margin:0;
	padding: 0;
	text-align: left;
}

div.areariservata h3 a{
	color: #cc1d34;
	text-decoration: none;
}

div.areariservata label{
	color: #666666;
}

div.areariservata input{
	margin-top: 10px;
}

button#go{
	width: 80px;
	height:25px !important;
	height /**/:30px;
	border: 0px solid;
	padding: 1px 0 4px;
	color: #000;
	cursor: pointer;
	margin-top: 5px;
	margin-left: 130px;
	background-color: #eaeaea;
}

button#go a:hover{
	background-color: #CCCCCC;
}

div.clearer{clear: left}

/* news */
div.news{
	width: 40%;
	margin-top: 20px;
	float: left;
	margin-left: 20px;
}

.news_home_d{
	color: #999999;
	margin-left: 10px;
}

.news_home_t a{
	color: #666666;
	text-decoration: none;
	margin-bottom: 10px;
	margin-left: 10px;
}

.news_home_t a:hover{
	text-decoration: underline;
}

div.news h3{
	margin:0 10px;
	padding: 0;
	text-align: left;
}

div.news h3 a{
	color: #cc1d34;
	text-decoration: none;
}

div.news ul{
	text-align: left;
}

div.clearer{clear: left}

/* ricerca albo */
div.albo{
	width: 90%;
	background-color: #f6f6f6;
	border: 1px solid #cccccc;
	clear: both;
	margin-left: 20px;
	height: 70px;
	color: #666666;
}

/* form Albo */
form#search{
	width: 470px
}
form#search fieldset{border: 0px solid;padding: 3}
form#search legend{text-indent: -9999px;font-size: 1px}
form#search input{
	float: left;
	width: 270px;
	margin: 5px;
	font: 12px Lucida sans, arial, verdana,sans-serif;
	color: #666666
}
form#search button{background: #FFF;
    cursor: pointer}



/* menu top */
div#menu_top a{
text-decoration:none;
font:92% lucida sans, arial, verdana,sans-serif;
color:#666666;
font-weight:900;
}

div#menu_top a:hover{
text-decoration:underline;
color:#cc1d34;
}

.cornice_allegati {
	border:1px dashed #CCC;
}
