/* CSS Document */
/* struttura pagina principale */

/* contiene il bg della pagina. bordo e ombra */
html,body{
	margin:0;
	padding:0;
	font: 12px arial,sans-serif;
	/* contiene il bg per lo sfondo */
	background:#013f7a url(../images/base/bg-alto.gif) center top no-repeat;
}

div#container{
	width:990px;
	margin:0 auto;
	/* contiene il bg per la riga alta */
	background:url(../images/base/bg-riga.gif) top center no-repeat;
}

/* contiene la pagina */
div#wrapper{
	width:970px;
	margin:0 10px 0 10px;
}

/* testata */
div#header{
	width:970px;
	height:26px;
	padding-top:3px;
}

/* colonna sx */
div#bar-sx{
	width:330px;
	float:left;
}

/* colonna dx */
div#main{
	width:640px;
	margin:0;
	float:right;
	background:url(../images/base/ombra-colonna-dx.gif) right top no-repeat;
}

/* piede */
/* contiene il bg per la fine della pagina */

div#footer{
	width:990px;
	height:169px;
	background:url(../images/base/footer.gif) center bottom no-repeat;
	clear:both;
}


/* ******************************* header > div#header ************************************** */

.titoletto{
	width:700px;
	text-align:left;
	padding-left:10px;
	float:left;
}

.lingua{
	width:150px;
	padding-right:10px;
	text-align:right;
	float:right;
	
}

div#header h1,.lingua{
	margin:0;
	font-size:11px;
	padding-top:6px;
	color:#65BAE2;
}

div#header a{
	color:#65BAE2;
}

div#header a:hover{
	color:#FFD900;
}

/* ******************************* colonna sx > div#bar-sx ************************************** */

#logo, #logo span{
	width:330px;
	height:344px;
	background-image:url(../images/base/no-flash.jpg);
	background-repeat:no-repeat;
}

div#bar-sx #welcome{
	margin-left:14px;
}
#welcome, #welcome span{
	width:222px;
	height:89px;
	background-image:url(../images/base/welcome.gif);
	background-repeat:no-repeat;
}
div#bar-sx #brochure-it, #brochure-en {
	margin:0px 0 10px 22px;
}

#brochure-it, #brochure-it span{
	width:160px;
	height:61px;
	background-image:url(../images/scarica-it.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}
#brochure-en, #brochure-en span{
	width:160px;
	height:61px;
	background-image:url(../images/scarica-en.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}

div#bar-sx #mappa-it, #mappa-en {
	margin:0px 0 40px 22px;
}

#mappa-it, #mappa-it span{
	width:160px;
	height:61px;
	background-image:url(../images/vedimappa-it.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}
#mappa-en, #mappa-en span{
	width:160px;
	height:61px;
	background-image:url(../images/vedimappa-en.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}


div#bar-sx h2{
	margin-left:20px;
}

div#bar-sx ul{
	font-size:11px;
	list-style-type:none;
	margin-left:-16px;
	line-height:16px;
	margin-top:0px;
	color:#006699;
}


/* ******************************* colonna dx > div#content ************************************** */

/* elenco menu  */

div#content ul{
	font-size:11px;
	color:#fff;
	margin:0;
	padding:63px 0 0 23px;
	width:180px;
	list-style:none;
}

div#content li{
	line-height: 17px;
	text-decoration:none;
	font-weight:bold;
	padding:3px 0 0 15px;
	background:url(../images/base/elenco-menu.gif) left top no-repeat;
	display: block;
}

/* cambia colore freccia */
div#content li:hover{
	line-height: 17px;
	text-decoration:none;
	font-weight:bold;
	padding:3px 0 0 15px;
	background:url(../images/base/elenco-menu-on.gif) left top no-repeat;
	display: block;
}

div#content li a{
	color:#FFFFFF;
	text-decoration:none;
}

div#content li a:hover{
	color:#FFD900;
	text-decoration:underline;
}


/* ******************************* CONTENUTO  ************************************** */

div#main-pg{
	width:588px;
	padding:30px 25px 30px 0;
	float:right;
}
	
/* ******************************* piede > div#bg-sotto  ************************************** */

div#indirizzo{
	width:850px;
	font-size:10px;
	color:#33CCFF;
	padding:45px 0 0 20px;
	text-align:left;
	float:left;
}

div#indirizzo a{
	color:#FF9900;
}

div#indirizzo a:hover{
	color:#FFFFFF;
}

div#credits{
	margin:43px 15px 0 0;
	text-align:right;
}

#credits, #credits span{
	width:66px;
	height:15px;
	float:right;
	background:url(../images/base/credits.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}


	
/* ******************************* varie  ************************************** */

.noborder{
	border:none;
}
.link-gal-riga{
	text-align:right;
	padding-right:10px;
	color:#6666FF;
}
.link-gal-riga a{
	color:#6666FF;
	font-weight:bold;
}


/* ********************** campi fieldset ************************************* */

div#main-pg fieldset legend{
	color:#000033;
	font-weight:bold;
}

/* ******************************* tecnica sostituzione img ************************************** */

.replace{
	position:relative;
	margin:0;
	padding:0;
	/* hide overflow:hidden from IE5/mac */
	overflow:hidden;
	/* */
}

.replace span{
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1; /* for opera5 and 6 */
}