/* ---------- reset ---------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
	text-align: left;
}
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }

:focus { outline: 0; }

ins { text-decoration: none; }
del { text-decoration: line-through; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.clearfix { display:inline-block; }
* html .clearfix  { height:1%; }
.clearfix  { display:block; }
/* ---------- end reset ---------- */

html, body { height: 100%; }
body {
	background-color: #d7d7c8;
	background-image: url(images/sf_page.gif);
	background-position: top center;
	background-repeat: repeat-x;
	color: #474c49;
	font-family: Tahoma, Kalimati, FreeSans, Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
a {
	color: #d26400;
	text-decoration: none;
}
a:visited {
	color: #d26400;
	text-decoration: none;
}
a:hover {
	color: #d26400;
	text-decoration: none;
}
b, strong { font-weight: bold; }
i, em { font-style: italic; }

#wrap {
	background-color: #e6e8dd;
	background-image: url(images/sf_txtr.gif);
	background-position: top center;
	background-repeat: no-repeat;
	width: 780px;
	height: 100%;
	margin: 0 auto 0 auto;
}
body > #wrap {
	height: auto;
	min-height: 100%;
}

#header {
	background-color: #9f9f92;
	background-image: url(images/sf_head.gif);
	background-position: top center;
	background-repeat: repeat-y;
	width: 780px;
	height: 355px;
	margin: 0 auto 0 auto;
}
	#head_cont {
		width: 760px;
		height: 355px;
		margin: 0 auto 0 auto;
	}
	#head_menu {
		background-image: url(images/sf_menu.gif);
		background-position: top center;
		background-repeat: repeat-x;
		width: 760px;
		height: 32px;
	}
		#head_menu_cont {
			width: 748px;
			height: 32px;
			margin: 0 auto 0 auto;
		}
		#head_menu li {
			width: 148px;
			height: 32px;
			float: left;
		}
		#head_menu a {
			width: 148px;
			height: 32px;
		}
		#head_menu a:hover { line-height: 1px; cursor: pointer; /*IE*/ }
		#head_menu a:hover img { visibility: hidden; }
		#head_menu a#m_actlnk:hover img { visibility: visible; }
		#head_menu .m_spc {
			background-image: url(images/m_space.gif);
			background-position: top left;
			background-repeat: no-repeat;
			width: 2px;
			height: 32px;
			float: left;
		}
		#m_hp { background: url(images/m_hp_u.gif) no-repeat top left; }
		#m_rio { background: url(images/m_rio_u.gif) no-repeat top left; }
		#m_att { background: url(images/m_att_u.gif) no-repeat top left; }
		#m_alb { background: url(images/m_alb_u.gif) no-repeat top left; }
		#m_ris { background: url(images/m_ris_u.gif) no-repeat top left; }
	#head_img {
		background-image: url(images/sf_himg.jpg);
		background-position: top left;
		background-repeat: no-repeat;
		width: 760px;
		height: 323px;
	}
	
#banda {
	background-color: #cc5500;
	background-image: url(images/sf_band.gif);
	background-position: top center;
	background-repeat: repeat-y;
	width: 780px;
	height: 48px;
	margin: 0 auto 0 auto;
}
	#banda_cont {
		width: 760px;
		height: 48px;
		margin: 0 auto 0 auto;
	}
	#banda_img {
		background-image: url(images/sf_bimg.jpg);
		background-position: top left;
		background-repeat: no-repeat;
		width: 760px;
		height: 48px;
	}
	#banda_img .grande {
		color: #ffffff;
		font-family: Tahoma, Kalimati, FreeSans, Verdana, sans-serif;
		font-size: 24px;
		font-weight: bold;
		margin: 0 25px 0 25px;
		line-height: 48px;
		height: 48px;
	}
	#banda_img .piccolo {
		color: #ffffff;
		font-family: Tahoma, Kalimati, FreeSans, Verdana, sans-serif;
		font-size: 14px;
		font-weight: bold;
	}

#corpo {
	background-image: url(images/sf_corpo.gif);
	background-position: top center;
	background-repeat: repeat-y;
	width: 780px;
	margin: 0 auto 0 auto;
	padding-bottom: 282px;
}
	
	#corpo p {
		text-align: justify;
		margin-bottom: 10px;
	}
	#corpo li {
		background-image: url(images/dot.gif);
		background-position: left center;
		background-repeat: no-repeat;
		padding-left: 10px;
	}
	#corpo .imgr {
		border: 2px solid #e6e8dd;
		margin-left: 15px;
		margin-bottom: 15px;
		float: right;
	}
	#corpo .imgl {
		border: 2px solid #e6e8dd;
		margin-right: 15px;
		margin-bottom: 10px;
		float: left;
	}
	#corpo .imgn {
		border: 2px solid #e6e8dd;
		margin-bottom: 15px;
		float: left;
	}
	#corpo .div_imgl {
		border: 2px solid #e6e8dd;
		width: 348px;
		height: 261px;
		margin-right: 15px;
		margin-bottom: 10px;
		float: left;
		overflow: hidden;
	}
	#corpo .div_imgr {
		border: 2px solid #e6e8dd;
		width: 346px;
		height: 260px;
		margin-left: 15px;
		margin-bottom: 10px;
		float: right;
		overflow: hidden;
	}
	
	#corpo .eventotit {
		font-size: 18px;
		font-weight: bold;
		clear: both;
		padding: 30px 0 5px 0;
		margin-bottom: 10px;
		width: 700px;
		border-bottom: 2px solid #c5cab0;
	}
	#corpo .evento {
		border: 1px solid #d7d7c8;
		clear: both;
	}
	#corpo .evedata {
		float: left;
		width: 95px;
		height: 12px;
	}
	#corpo .evedesc {
		float: right;
		text-align: justify;
		width: 590px;
		padding-bottom: 10px;
	}
	#corpo .evedeschp {
		float: right;
		text-align: justify;
		width: 225px;
		padding-bottom: 10px;
	}
	
	/* <pagina intera> */
	#corpo .pag_box {
		width: 730px;
		margin: 0 auto 0 auto;
		padding-top: 50px;
		display: table;
	}
	#corpo .pag_box_other {
		width: 730px;
		margin: 0 auto 0 auto;
		padding-top: 30px;
	}
	#corpo .pag_testo { width: 730px; }
	#corpo .pag_tit {
		background-image: url(images/c_tit_pag.gif);
		background-position: top left;
		background-repeat: no-repeat;
		height: 40px;
		color: #d26400;
		font-family: Tahoma, Kalimati, FreeSans, Verdana, sans-serif;
		font-size: 20px;
		font-weight: bold;
		line-height: 40px;
		padding: 0 10px 0 10px;
	}
	#corpo .pag_tit_other {
		background-image: url(images/c_tit_pag_other.gif);
		background-position: top left;
		background-repeat: no-repeat;
		height: 40px;
		color: #d26400;
		font-family: Tahoma, Kalimati, FreeSans, Verdana, sans-serif;
		font-size: 20px;
		font-weight: bold;
		line-height: 40px;
		padding: 0 10px 0 10px;
	}
	#corpo .pag_tit_star {
		display: inline;
		position: absolute;
	}
	#corpo .pag_txtbox {
		height: 100%;
		background-color: #d7d7c8;
		padding: 0 15px 30px 15px;
		display: table;
	}
	#corpo .larg_hack {
		width: 700px;
		height: 30px;
	}
	#corpo #pag_txtbox_meteo {
		width: 700px;
		background-color: #d7d7c8;
		padding: 0 15px 30px 15px;
		display: table;
	}
	#corpo #meteo { 
		height: 339px;
		width: 450px;
		margin: 0 auto 0 auto;
	}
	#corpo .tit_table {
		color: #515551;
		font-weight: bold;
		padding: 5px 5px 10px 5px;
	}
	#corpo table {
		width: 696px;
		background-color: #e6e8dd;
		border: 2px solid #9f9f92;
		margin-bottom: 5px;
	}
	#corpo th {
		background-color: #9f9f92;
		height: 50px;
		color: #e6e8dd;
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
		padding: 5px 5px 5px 5px;
	}
	#corpo td {
		color: #515551;
		height: 50px;
		text-align: center;
		vertical-align: middle;
		padding: 5px 5px 5px 5px;
	}
	#corpo .tit_pack {
		color: #515551;
		font-size: 16px;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#corpo .tit_menu {
		color: #515551;
		font-size: 16px;
		font-weight: bold;
		padding-bottom: 15px;
	}
	
	small {
		font-size: 9px;
		line-height: 30px;
		height: 30px;
	}
	#corpo .lbl {
		font-size: 12px;
		line-height: 20px;
		float: left;
		width: 130px;
		height: 20px;
	}
	#corpo .lblnote {
		font-size: 12px;
		line-height: 14px;
		float: left;
		width: 130px;
		height: 14px;
		margin-bottom: 110px;
	}
	#corpo .lbltxt {
		font-size: 12px;
		line-height: 14px;
		float: left;
		width: 130px;
		height: 14px;
		margin-bottom: 50px;
	}
	#corpo .campi {
		font-size: 10px;
		line-height: 12px;
		width: 500px;
		margin: 5px auto 15px auto;
		text-align: justify;
		clear: both;
	}
	
	/* </pagina intera> */
	
	/* <mezza pagina> */
	#corpo .mpag_box_sx {
		width: 360px;
		float: left;
	}
	#corpo .mpag_box_dx {
		width: 360px;
		float: right;
	}
	#corpo .mpag_box_testo {
		width: 360px;
		padding-top: 30px;
	}
	#corpo .mpag_testo {
		width: 360px;
	}
	#corpo .mpag_tit {
		background-image: url(images/c_tit_mpag.gif);
		background-position: top left;
		background-repeat: no-repeat;
		height: 40px;
		color: #d26400;
		font-family: Tahoma, Kalimati, FreeSans, Verdana, sans-serif;
		font-size: 18px;
		font-weight: bold;
		line-height: 40px;
		padding: 0 10px 0 10px;
	}
	#corpo .mpag_txtbox {
		background-color: #d7d7c8;
		font-family: Tahoma, Kalimati, FreeSans, Verdana, sans-serif;
		font-size: 12px;
		line-height: 16px;
		padding: 0 15px 20px 15px;
		height: 150px;
		display: table;
	}
	#corpo .mlarg_hack {
		width: 330px;
		height: 20px;
	}
	#corpo .mpag_txtbox p { margin: 0; }
	#meteobox{
		background-color: #d7d7c8;
		font-family: Tahoma, Kalimati, FreeSans, Verdana, sans-serif;
		font-size: 12px;
		line-height: 16px;
		padding: 0 15px 20px 15px;
		height: 200px;
	}
	#corpo #meteohp { 
		height: 157px;
		width: 200px;
		margin: 0 auto 0 auto;
		padding-bottom: 10px;
	}
	#corpo .hphref { 
		text-align: center;
		margin: 0 auto 0 auto;
		clear: both;
	}
	#calbox{
		background-color: #d7d7c8;
		font-family: Tahoma, Kalimati, FreeSans, Verdana, sans-serif;
		font-size: 12px;
		line-height: 16px;
		padding: 0 15px 20px 15px;
		height: 200px;
	}
	#corpo .imglsb {
		margin-right: 15px;
		margin-bottom: 10px;
		float: left;
	}
	/* </mezza pagina> */
	
	
	/* <credits> */
	#corpo .validico_m {
		width: 338px;
		height: 31px;
		padding-left: 130px;
		padding-bottom: 50px;
		clear: both;
	}
	#corpo .validico {
		width: 169px;
		text-align: center;
		float: left;
	}
	#corpo .ico_m {
		width: 324px;
		height: 32px;
		padding: 10px 0 50px 144px;
		margin: 0 auto 0 auto;
		clear: both;
	}
	#corpo .ico {
		width: 32px;
		height: 32px;
		margin: 0 6px 0 6px;
	}
	/* </credits> */
	
	
	/* <form> */
	#corpo .errore {
		font-size: 12px;
		font-weight: bold;
		color: #ff0000;
		text-align: center;
		line-height: 11px;
		padding-bottom: 10px;
	}
	#corpo .titoloc {
		font-size: 12px;
		font-weight: bold;
		line-height: 11px;
		padding-bottom: 10px;
		text-align: center;
	}
	.form_b {
		font-family: Tahoma, Kalimati, FreeSans, Verdana, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #ffffff;
		text-align: center;
		vertical-align: middle;
		border: 1px solid #9f9f92;
		background-color: #d26400;
		height: 20px;
		width: 100px;
		margin: 0;
		padding: 0;
	}
	.form_fm {
		font-family: Tahoma, Kalimati, FreeSans, Verdana, sans-serif;
		color: #474c49;
		font-size: 12px;
		border: 1px solid #9f9f92;
		background-color: #e6e8dd;
		width: 200px;
		height: 20px;
	}
	.form_fp {
		font-family: Tahoma, Kalimati, FreeSans, Verdana, sans-serif;
		color: #474c49;
		font-size: 12px;
		border: 1px solid #9f9f92;
		background-color: #e6e8dd;
		width: 100px;
		height: 20px;
	}
	.form_fpp {
		font-family: Tahoma, Kalimati, FreeSans, Verdana, sans-serif;
		color: #c3c3c3;
		font-size: 12px;
		border: 1px solid #9f9f92;
		background-color: #e6e8dd;
		width: 100px;
		height: 20px;
	}
	.form_ag {
		font-family: Tahoma, Kalimati, FreeSans, Verdana, sans-serif;
		color: #474c49;
		font-size: 12px;
		border: 1px solid #9f9f92;
		background-color: #e6e8dd;
		width: 350px;
		height: 100px;
	}
	.form_sm {
		font-family: Tahoma, Kalimati, FreeSans, Verdana, sans-serif;
		color: #474c49;
		font-size: 12px;
		border: 1px solid #9f9f92;
		background-color: #e6e8dd;
		width: 200px;
		height: 20px;
	}
	.form_sg {
		font-family: Tahoma, Kalimati, FreeSans, Verdana, sans-serif;
		color: #474c49;
		font-size: 12px;
		border: 1px solid #9f9f92;
		background-color: #e6e8dd;
		width: 350px;
		height: 20px;
	}
	.form_r { margin-bottom: -2px; }
	/* <form> */
	
	
#footer {
	background-image: url(images/sf_foot.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	color: #515551;
	font-family: Tahoma, Kalimati, FreeSans, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	width: 780px;
	height: 233px;
	margin: 0 auto 0 auto;
	clear: both;
	position: relative;
	margin-top: -283px;
	padding-top: 50px;
}
	#footer_cont {
		width: 760px;
		height: 233px;
		margin: 0 auto 0 auto;
	}
	#footer_top {
		background-image: url(images/sf_ftop.gif);
		background-position: top left;
		background-repeat: no-repeat;
		width: 760px;
		height: 141px;
	}
	#footer_box {
		background-color: #9f9f92;
		width: 760px;
		height: 92px;
	}
	#footer_sx {
		text-align: left;
		width: 440px;
		float: left;
		padding: 15px 0 0 15px;
	}
	#footer_dx {
		text-align: right;
		width: 280px;
		float: right;
		padding: 15px 15px 0 0;
	}
	#footer a {
		color: #515551;
		text-decoration: none;
	}
	#footer a:visited {
		color: #515551;
		text-decoration: none;
	}
	#footer a:hover {
		color: #e6e8dd;
		text-decoration: none;
	}
