﻿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:#2A5372;
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 - http://css.flepstudio.org/css-tutorials/clearfix.html*/
.clearfix{
clear:both;
}
/*main contenitore*/
#contenitore{
width:880px;
margin:auto;
}
/*header*/
#header{
margin-top:40px;
position:relative;
}
#logo{
width:271px;
float:left;
}
/*menu header-footer*/
#menu{
position:absolute;
right:0;
top:0;
}
#menu a, #footer_menu a{
padding:0 25px;
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;
}
#menu a.last{
border-right:none;
}
#footer_menu a.last{
border-right:none;
}

/*top row*/
#top{
height:340px;
position:relative;
margin-top:25px;
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 articoli*/
#left_col_art{
float:left;
width:540px;
}
/*right column-colonna destra*/
#right_col_art{
float:left;
width:300px;
padding:20px;
}


/*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:20px;
border:2px solid #CCC;
font-size:12px;
color:#FFF;
}
/*right column-colonna destra*/
#right_col{
float:left;
width:400px;
padding:20px;
}
.right_item{
margin-bottom:30px;
padding-bottom:30px;
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;
}

#carousel {
	margin: 0 auto;
	width: 400px;
	height: 390px;
	padding: 0;
	overflow: scroll;
	border: 2px solid #999;
}
#carousel ul {
	list-style: none;
	width: 1500px;
	margin: 0;
	padding: 0;
	position: relative;
}
#carousel li {
	display: inline;
	float: left;	
}
.textholder {
    color:black;
	text-align: left;
	font-size: small;
	padding: 6px;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}

