
body{
	margin:0;
	padding:0;
	background-color:#FFF;
	font:12px/18px Arial, Sans Serif;
	text-align:justify;
	color:#25262A;
}
/*link style*/
a{
outline:none; /*x Firefox - http://css.flepstudio.org/css-tips/come-rimuovere-bordo-grigio-dei-links-in-firefox.html*/
font-family:"Arial Narrow", Arial, Sans Serif;
font-weight:bold;
color:#FFF;
letter-spacing:2px;
}
/*read more link*/
a.read_more{
display:block;
margin-top:10px;
text-align:left;
color:#2A5372;
}
a.read_more{
color:#FFF;
}

/*read more testi*/
a.read_more_testi{
	display:block;
	margin-top:0px;
	text-align:left;
	color:#2A5372;
}
a.read_more_testi{
color:#FFF;
}


/*link fondo pagina pagamenti*/
a.listenozze{
color:#2A5372;
}
a.listenozze{
color:#FFF;
}


/*general style image*/
img{
border:none;
}
/*title style*/
h1,h3,h4{
margin:0;
padding:0;
font-family:"Arial Narrow", Arial, Sans Serif;
}
h1{
font-size:20px;
text-align:left;
}
h3{
font-size:16px;
margin-bottom:20px;
}
h4{
font-size:16px;
}
/*list style*/
ul{
list-style:square;
}
/*clearfix */
.clearfix{
clear:both;
}
/*main contenitore*/
#contenitore{
width:880px;
margin:auto;
}
/*header*/
#header{
	margin-top:0px;
	position:relative;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#logo{
width:271px;
float:left;
}
/*nasconde i menu sopra e sotto  */
#menu, #footer_menu, #sottotitolo{ display: none; }

/*top row*/
#top{
	height:40px;
	position:relative;
	margin-top:10px;
	background:#25262A url(../img/top_bg.jpg) repeat-x top left;
	color:#FFFFFF;
}
/*images row*/
#images{
height:100px;
margin:10px 0;
}
#images a{
display:block;
width:166px;
padding:0 5px;
height:90px;
float:left;
position:relative;
text-align:center;
text-decoration:none;
color:#333333;
}
#images a.last_img{/*x Internet Explorer 6 - impostato a l'ultima immagine - applied to the last image*/
padding-right:0;
}
#images a img{
padding:5px;
border:1px solid #CCCCCC;
}
#images a span{
display:none;
}
#images a:hover span{
display:block;
width:156px;
height:25px;
position:absolute;
bottom:4px;
left:10px;
background:url(../img/images_bg.jpg) repeat-x;
line-height:25px;
}
#images a:hover img{
opacity:0.7; /*proprietà opacity - http://css.flepstudio.org/css3/opacity.html*/
filter: alpha(opacity=60);
}
/*left column-colonna sinistra*/
#left_col{
float:left;
width:440px;
}
/*right column-colonna destra*/
#right_col{
float:left;
width:400px;
padding:20px;
}
.right_item{
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #CCC;
	padding-right: 20px;
}
.right_item img{
float:left;
padding:5px;
margin-right:10px;
border:1px solid #CCC;
width:146;
height:82;
}
/*definisce gli spazi per la parte senza foto*/
.right_item_testi{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:1px solid #CCC;
	padding-right: 20px;
}
