body  {
	padding: 0px;
	border: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background: #fff;
	background: url(bg.png) fixed top repeat-x;
}

table.base {
	width: 100%;
/*	background-image: url(images/sfondo.png);
	background-repeat: repeat-x;
	background-position: top;
*/	padding: 0px;
	margin: 0px;
	border: 0px;
}

td.title {
	background: #fff;
	padding-top: 4px;
	width: 1000px;
	height: 100px;
	border: none;
	border-top: 2px solid #fff;
}

td.menu {
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(sfondo_menu.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 30px;
	border-top: 2px solid #FFFFFF;
}

td.left {
	border-right: 2px solid #fff;
}

td.right {
	border-left: 2px solid #fff;
}

td.footer {
	height: 0px;
}

div.footer {
	width: 100%;
	margin-top: -20px;
	left: 0px;
	font-size: 11px;
	font-style: italic;
	border: none;
	text-align: left;
	vertical-align: center;
	color: #fff;
}

div.footer_content {
	width: 100%;
	font-size: 11px;
	font-style: italic;
	border: none;
	background: #39f;
	text-align: left;
	vertical-align: center;
	color: #fff;
	background-image: url(linea_bottom.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

div.footer_content_bg1 {
	width: 100%;
	border: none;
	background-image: url(porta.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.footer_content_bg2 {
	width: 100%;
	border: none;
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.footer_line {
	width: 100%;
	height: 30px;
	font-size: 11px;
	font-style: italic;
	border: none;
	border-top: 1px solid #9cf;
	border-bottom: 1px solid #9cf;
	background: #039;
	text-align: left;
	vertical-align: center;
	color: #fff;
}

div.footer_ombra {
	width: 100%;
	height: 20px;
	border: none;
	background-image: url(bottom.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

td.footer_left {
}

td.footer_right{
}

td.content {
	height: 200px;
	vertical-align: top;
	background: #fff url(sfondo_main.png) repeat-x top;
}

td.col {
	vertical-align: top;
	background: #E6E6E6 url(sfondo_col.png) repeat-x top;
	padding-top: 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

td.main {
	vertical-align: top;
	padding-top: 20px;
}

td.box_top {
	background: url(box_t.png) repeat-x bottom;
}

td.box_bottom {
	background: url(box_b.png) repeat-x top;
}

td.box_blue {
	padding: 10px;
	background: #0066CC url(sfondo_box_blue.png) repeat-y center center;
	color: #FFFFFF;
	font-size: 12px;
}

td.box_red {
	padding: 10px;
	background: #f00 url(sfondo_box_red.png) repeat-y top center;
	color: #FFFFFF;
	font-size: 12px;
}

td.box_orange {
	padding: 10px;
	background: #f90 url(sfondo_box_orange.png) repeat-y top center;
	color: #0000FF;
	font-size: 12px;
}

td.box_green {
	padding: 10px;
	background: #0f0 url(sfondo_box_green.png) repeat-y center left;
	color: #0000FF;
	font-size: 12px;
}

/*STILE DELLE IMMAGINI*/
img
{
	border: none;
}

img.title
{
	margin-top: 29px;
}

/*STILE DEI LINK IPERTESTUALI*/
a:hover, a:link, a:visited, a:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0000FF;
	text-decoration: none;
	margin: 0px;
	cursor: pointer;
}

tr.event {
	background: #eee;
}

td.event {
	border-top: 1px solid #ccc;
	vertical-align: center;
	padding: 5px;
	font-size: 11px;
}

tr.event:hover {
	background: #ddd;
}

li {
	margin-top: 2px;
}




.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 589px;
/*	width: 740px;*/
	height:260px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

.scrollable .items .banner {
	display: block;
	
}


/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
.items div {
	float:left;
	width: 589px;
/*	width: 740px;*/
	height:261px;
}

.items div a {
	display: block;
	width: 589px;
/*	width: 740px;*/
	height:260px;
}

.navi {
	position: absolute;
	top: 0px;
	right: -8px;
}
.navi a {
	display: block;
	width: 130px;
	height: 58px;
	margin-bottom: 1px;
	text-indent: -1000em;
	background: #316fe1 center center no-repeat;
	padding: 14px;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	-khtml-opacity: 0.60;
	opacity: 0.60;
	position: relative;
}
/*
.navi a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}*/
.navi a.active {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}


.facebookBeach {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url('../../images/varie/facebook.png') left top no-repeat;
	display: block;
	width: 64px;
	height: 64px;
	text-indent: -2000em;
}



