/* ------------------------------------------------------------------------------------------------ */
@import "style_common.css";
@import "hslide.css";
@import "hslideHTML.css";
@import "jcarousel1.css";
@import "jcarousel4.css";
/* ------------------------------------------------------------------------------------------------ */
#content{}
#content #title{
	height: 60px;
	position: relative;
}
#content #title h3{
	font-size: 24px;
	color: #666666;
	letter-spacing: -1px;
	position: absolute;
	left: 20px;
	top: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica;
}
#content #title h3 strong{
	font-size: 17px;
	color: #D90000;
}

#content #title #tempo{
	position: absolute;
	top: 15px;
	right: 20px;
}
/* ------------------------------------------------------------------------------------------------ */
#content #contentCols{
	background-image: url(../images/sfInt1.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom: 20px;
	width: 960px;
}
#colSx{
	float: left;
	width: 660px;
	padding-left: 20px;
}
#colSx #colSxContent{
	padding: 20px;	
}
#colDx{
	float: right;
	width: 260px;
}
#colDx #colDxContent{
	padding: 20px;
}
/* ------------------------------------------------------------------------------------------------ */
#colSx hr{
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#colSx #datiCentro{}
#colSx #datiCentro a.map{
	display: block;
	float: left;
	margin-right: 20px;
	margin-bottom: 0px;
	height: 110px;
	width: 200px;
	border: 1px solid #FFFFFF;
}
#colSx #datiCentro a.map:hover{
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
/* ------------------------------------------------------------------------------------------------ */
#colSx #thumbsBox{
	height: 80px;
	width: 560px;
	background-image: url(../images/sfThumbs.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}

#colSx #thumbs{
	height: 80px;
	width: 560px;
	background-image: url(../images/loader1.gif);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
}
/* ------------------------------------------------------------------------------------------------ */
#content #bannersDxBox{
	height: 115px;
	width: 220px;
	background-image: url(../images/sfBannersDx.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#content #bannersDx{
	height: 115px;
	width: 220px;
	background-image: url(../images/loader1.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#content #bannersDx ul li a{
	display: block;
	height: 114px;
	width: 220px;
	text-align: center;
	text-decoration: none;
}
#content #bannersDx ul li a:hover{
	color: #333333;
	text-decoration: none;
	background-color: #CCCCCC;
}
#content #bannersDx ul li strong{
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	color: #D90000;
	display: block;
	padding-top: 40px;
}
#content #bannersDx ul li p{
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 13px;
}

