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:right;
color:#2A5372;
}
.left_item a.read_more{
color:#FFF;
}
/*general style image*/
img{
border:none;
}
/*title style*/
h1,h2,h3{
margin:0;
padding:0;
font-family:"Arial Narrow", Arial, Sans Serif;
}
h1{
font-size:26px;
}
h2{
font-size:20px;
}
h3{
font-size:18px;
margin-bottom:20px;
}
/*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;
}
/*menu header-footer*/
#menu{
	position:absolute;
	right:0;
	top:25px;
}
#menu a, #footer_menu a{
padding:0 20px;
border-right:1px solid #CCCCCC;
text-decoration:none;
font-size:13px;
color:#333333;
}
#menu a:hover, #menu a.selected, #menu a:hover.selected{
color:#B61616;
}
#footer_menu a:hover, #footer_menu a.selected, #footer_menu a:hover.selected{
color:#B61616;
}
#menu a.last{
border-right:none;
}
/*top row*/
#top{
	height:300px;
	position:relative;
	margin-top:30px;
	background:#25262A url(../img/top_bg.jpg) repeat-x top left;
	color:#FFFFFF;
	border:2px solid #CCC;
}
#top_left, #top_right{
width:400px;
height:300px;
padding:20px;
}
#top_left{
overflow:auto;
}
#top_right{
position:absolute;
top:0;
right:0;
}
/*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;
}
.left_item{
background:#7D0F0F url(../img/left_item_bg.jpg) repeat-x top left;
padding:20px;
margin-bottom:10px;
border:2px solid #CCC;
font-size:11px;
color:#FFF;
}
/*right column-colonna destra*/
#right_col{
float:left;
width:400px;
padding:20px;
}
.right_item{
	margin-bottom:25px;
	padding-bottom:25px;
	border-bottom:1px solid #CCC;
}
.right_item img{
float:left;
padding:5px;
margin-right:10px;
border:1px solid #CCC;
}
/*footer*/
#footer{
text-align:center;
padding:20px;
border-top:1px solid #CCC;
}
