/* GENERICHE */html, body	{	margin: 0;	padding: 0;	background-color: #623414;	}body, table	{	font-family: Verdana;	font-size: 11px;	}div {	border: 0px solid #f00;}h1 {	font-weight: bolder;	font-size: 20px;	border-bottom: 2px solid #4b2810;	color: #000;}a {	font-weight: bold;	text-decoration: none;	color: #6e3b17;}a:hover {	text-decoration: underline;	color: #4b2810;}		/* POSIZIONI E DIMENSIONI */div#container {	position:relative;	width: 900px;	margin: 0 auto;	/*border-bottom: 1px solid #1c1d72;*/}div#outerleft {	position: absolute;	left: -13px;	width: 12px;	height: 100%;	background: url(../images/bkg-extshad-sx.gif) repeat-y;}div#outerright {	position: absolute;	right: -13px;	width: 12px;	height: 100%;	background: url(../images/bkg-extshad-dx.gif) repeat-y;}div#header {	height: 102px;	background: url(../images/bkg-header.jpg);	margin: 0;}div#mainmenu {	height: 24px;	background: url(../images/bkg-topmenu.gif) repeat-x #4b2810;}div#navigator {	height: 22px;	background: url(../images/bkg-wrapper.gif) repeat-y #f3f3f3;	background-position: top right;	line-height: 18px;}div#wrapper {	min-height: 500px;	height: auto !important;	#height: 500px;	width: 900px;	background: url(../images/bkg-wrapper.gif) repeat-y #f3f3f3;	background-position: top right;}div#wrapper:after {	content: ";"; 	display: block; 	height: 0; 	clear: both; 	visibility: hidden;}div#centro {	width: 640px;	float: left;	margin-left: 3px;	padding-bottom:5px;}div#slideshow {	border: 0px solid #f00;	height: 300px;	background: url(../images/slideshow-load.gif) no-repeat center;}div#mainhomepage {	min-height: 432px;	height: auto !important;	height: 432px;	margin-bottom: 10px;}div#bottommain {	/*background: url(../images/bkg-bottommain.gif) repeat-x #fcfcfc;*/	/*border-top: 2px solid #e7e7e7;*/	/*border-bottom: 2px solid #e7e7e7;*/	padding: 10px;	padding-top: 0px;	margin-bottom: 10px;/* hack sperimentale per float contenuti in div.	http://www.htmlweekly.com/articoli/?id=8 */	min-height: 300px; /* questo è per firefox ed ie7*/	height: auto !important; /* !important fa allargare il box a ie7 */	#height: 300px; /* questo è per ie6, DEVE essere dopo l'height per ie7 */}div#bottommain div.homebox {	/*border: 1px solid #90aad2;	background-color: #c7daea;*/	/*background-color: #fff*/}div.qqqq {	text-align: justify;	padding: 0px 10px;	min-height: 110px;	height: auto !important;	height: 110px;	/*overflow: hidden;*/}div.homebox div.titolobox {	text-align: center;	/*border-bottom: 1px solid #90aad2;*/	font-weight: bolder;	font-size: 18px;		margin: 3px 5px;	color: #4b2810;;}div.menuverticale a {	font-weight: normal;	font-size: 13px;	color: #3d3d3d;}div#bottommain:after {	content: ";"; 	display: block; 	height: 0; 	clear: both; 	visibility: hidden;}/* fine sezione sperimentale */div#menudx {	width: 200px;	float: left;	position: relative;	padding: 0px 10px;}div#menudx div#menudxshad {	position: absolute;	/*background: url(../images/sidemenu-shad.png) repeat-y;*/	height: 100%;	left: -10px;	width: 10px;}div#footer {	background: url(../images/bkg-topmenu.gif) repeat-x #47210b;	clear: left;	color: #fff;	border-top: 2px solid #e7e7e7;	border-bottom: 2px solid #dedede;	padding-top:4px;}div#credits {	background: url(../images/bkg-credits.gif) repeat-x #fff;	line-height: 20px;	border-bottom: 1px solid #ddd;}
