/* GENERALE */
html, body
{
	background-color: #ffd988;
	margin: 0;
	padding: 0;
	font-family: Georgia, Times, Serif;
	color: black;
}

img { border-width: 0; }

a
{
	color: #793700;
	text-decoration: none;
}

a:hover
{
	color: #793700;
	text-decoration: underline;
}

hr
{
	border-width: 0;
	width: 60%;
	color: #999;
	background-color: #999;
	height: 1px;
}

h2
{
	color: #7e4b19;
	/*color: #75833a;*/
	font-style: normal;
	font-size: 1.7em;
	margin-top: 0.4em;
	margin-bottom: 1em;
	line-height: 1em;
}

h3
{
	color: #7e4b19;
	/*color: #75833a;*/
	font-style: normal;
	font-size: 1.3em;
	margin-top: 1.5em;
	margin-bottom: 0;
	line-height: 0.8em;
}

img.left
{
	margin-right: 15px;
	margin-bottom: 10px;
	text-align: left;
	border-width: 0;
	float: left;
}

img.right
{
	margin-left: 15px;
	margin-bottom: 10px;
	text-align: right;
	border-width: 0;
	float: right;
}

div.clear
{
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	padding: 0;
	margin: 0;
}

/* LAYER PRINCIPALE */
div#outer_canvas
{
	width: 960px;
	margin: 30px auto 30px auto;
}

/* INTESTAZIONE */
div#header
{
	width: 920px;
	margin-left: 20px;
	color: #69450a;
	font-weight: bold;
	font-size: 0.9em;
	padding-bottom: 2px;
}

div#header div.data
{
	width: 172px;
	float: left;
	padding-top: 4px;
}

div#header div.aforisma
{
	width: 565px;
	float: left;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}

div#header div.aforisma big
{
	font-style: normal;
	font-size: 1.4em;
}

div#header div.ora
{
	width: 85px;
	float: left;
	padding-top: 4px;
}

div#header div.lingua
{
	width: 98px;
	float: left;
	text-align: right;
	padding-top: 4px;
}

/* MENU SUPERIORE */
div#top_menu
{
	position: relative;
	width: 920px;
	background-color: white;
	margin-left: 20px;
	height: 178px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

div#top_menu div.menu_item
{
	top: 10px;
	position: absolute;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
}

div#top_menu div.menu_item a
{
	display: block;
	color: white;
	font-weight: bold;
	text-decoration: underline;
	font-size: 1em;
	line-height: 1em;
	padding-top: 143px;
	height: 15px;
}

div#top_menu div.menu_item a:hover,
div#top_menu div.menu_item a.sel { color: #e7bb74; }

/* CONTENUTI HOME */
div#content
{
	width: 920px;
	margin-left: 20px;
	background-color: white;
	background-image: url(/img/sf_col_left.gif);
	background-repeat: repeat-y;
}

/* COLONNA LEFT */
div#content div#col_left
{
	float: left;
	width: 249px;
	padding: 10px 0 10px 10px;
}

/* COLONNA MIDDLE */
div#content div#col_middle
{
	float: left;
	width: 379px;
	padding: 10px 0 10px 8px;
}

/* COLONNA RIGHT */
div#content div#col_right
{
	float: left;
	width: 256px;
	padding: 10px 0 10px 8px;
}

/* CONTENUTI PAGINA */
/* COLONNA PAGINA LEFT */
div#content div#col_page_left
{
	float: left;
	width: 116px;
	padding: 10px 0 0 10px;
	text-align: left;
	background-color: white;
	background-image: url(/img/sf_menu_left_end.gif);
	background-repeat: no-repeat;
	margin: 0;
	background-position: 10px bottom;
}

div#col_page_left div.menu_left a
{
	background-color: #ffd988;
	display: block;
	color: #85582b;
	padding: 10px 5px 5px 5px;
	margin: 0 0 8px 0;
	font-size: 1em;
	font-family: helvetica- arail, sans-serif;
}

div#col_page_left div.menu_left a:hover
{
	background-color: #9B6632;
	color: white;
}

div#col_page_left div.menu_left a.sel
{
	background-color: #9B6632;
	color: white;
	text-align: right;
}

div#col_page_left div.news_item
{
	color: black;
	font-size: 0.90em;
	border-top: 1px #d0d0d0 dotted;
	background-image: url(/img/sf_news.gif);
	background-repeat: repeat-x;
	padding-top: 3px;
}

div#col_page_left div.news_item a
{
	color: #793700;
	text-decoration: none;
}

div#col_page_left div.news_item span.data { color: #666; }

/* VENETIAN LEFT */
div#col_page_left div.venclusters { margin-bottom: 10px; }

/* CRU LEFT */
div#col_page_left div.cru { margin-bottom: 10px; }

/* NEWSLETTER LEFT */
div#col_page_left div.newsletter { margin-bottom: 15px; }

div#col_page_left div.newsletter img
{
	float: left;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-top: 3px;
}

div#col_page_left div.newsletter a
{
	font-size: 0.8em;
	font-style: italic;
	color: black;
	text-decoration: none;
}

div#col_page_left p { margin: 0; }

/* COLONNA PAGINA RIGHT */
div#content div#col_page_full
{
	float: left;
	width: 770px;
	padding: 10px 0 10px 12px;
	text-align: justify;
	line-height: 1.6em;
}

/* -------------------------------------------------------------------------- */
/* NEWS */
div#col_page_full div.news_item
{
	color: #333;
	font-size: 0.90em;
	margin-bottom: 10px;
	padding-top: 10px;
	border-top: 1px #d0d0d0 dotted;
	background-image: url(/img/sf_news.gif);
	background-repeat: repeat-x;
}

div#col_page_full div.news_item span.data { color: #666; }

div#col_page_full div.news_item img.icon
{
	margin-right: 10px;
	margin-bottom: 5px;
	text-align: left;
	border-width: 0;
	float: left;
}

/* BOLLETTINO */
div#col_page_full div.bollettino
{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

/* RASSEGNA */
div#col_page_full table.rassegna_stampa
{
	width: 100%;
	border-collapse: collapse;
	border-width: 0;
}

div#col_page_full table.rassegna_stampa td.icon
{
	padding: 5px 10px 15px 0;
	vertical-align: top;
}

div#col_page_full table.rassegna_stampa td.desc
{
	padding: 5px 0 15px 0;
	vertical-align: top;
}

div#col_page_full table.rassegna_stampa span.fonte
{
	color: #666;
	font-style: italic;
}

/* -------------------------------------------------------------------------- */
/* ARCHIVIO */
table.archive
{
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
}

table.archive td
{
	vertical-align: top;
	text-align: left;
}

table.archive table { border-collapse: collapse; }

/* -------------------------------------------------------------------------- */
/* FOOTER */
div#footer
{
	width: 920px;
	margin-left: 20px;
	background-image: url(../img/sf_footer.gif);
	height: 150px;
	position: relative;
	background-repeat: no-repeat;
}

div#footer div.provincia
{
	position: absolute;
	right: 9px;
	top: 4px;
}

div#footer div.indirizzo
{
	position: absolute;
	top: 80px;
	left: 0;
	color: #69450a;
	font-size: 0.85em;
}

div#footer div.indirizzo a
{
	color: #69450a;
	text-decoration: underline;
}


div#_TOPMENU {
	position: absolute;
	font-family: Helvetica, Arial, sans-serif;
	border: 1px #999 solid;
	background-color: white;
	background-image: url(/img/sf_topmenu_droplist.gif);
	background-repeat: repeat-x;
	overflow: hidden;
}

div#_TOPMENU a
{
	display: block;
	font-size: 1.05em;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	white-space: nowrap;
	padding: 5px 10px 0 10px;
	height: 20px;
	margin-top: 3px;
}

div#_TOPMENU a:hover
{
	background-color: #9B6632;
	color: white;
}
