body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #efefef;
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center center;
}
#contenitore {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1024px;
	border-top-width: 5px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
#tophead {
	background-color: #efefef;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	text-align: left;
	width: 1024px;
	height: 270px;
}
#logo {
	float: left;
	background-color: #efefef;
	padding-left: 20px;
}
.dentro_form {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #000000;
	background-color: #E1E1E1;
	border: 1px dashed #000000;
}

#barralogo {
	float: left;
	background-color: #efefef;
}
#menutop {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	width: 280px;
	float: left;
	text-align: center;
	background-color: #efefef;
	margin-top: 35px;
}
#menu {
	width: 760px;
	float: left;
	height: 186px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#imgprincipale {
	width: 565px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	padding-top: 0px;
	height: auto;
}
#lingua, #lingua1{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	width: auto;
	float: left;
	padding-left: 10px;
	background-color: #efefef;
	margin-top: 40px;
	height: auto;
}

/* TITOLO */

#titoli {
	float: left;
	height: 35px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	background-color: #efefef;
	border-width: 0px;
	text-align: left;
	width: 780px;
	padding: 0px;
}

#titolosx {
	float: left;
	width: 220px;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#titoloprincipale {
	float:right;
	text-align: left;
	margin: 0px;
	border-width: 0px;
	padding: 0px;
	width: 520px;
}
#titolodx {
	height: 25px;
	width: 244px;
	background-color: #efefef;
	float: right;
	text-align: left;
	border-width: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


h3 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	width: auto;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}


/* CONTENT */

#content{margin: 0 150px}
#navigation{float:left;width:150px;margin-left:-150px}
#extra{float:left;width:150px;margin-left:-700px}

#principale {
	float: left;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	text-align: left;
	width: 780px;
	background-color: #FFFFFF;

}

#contentprincipale {
	background-color: #FFFFFF;
	width: 520px;
	float:right;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: dashed;
	border-right-color: #999999;
	line-height: 20px;
	height: auto;
	margin: 0px;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 8px;
}
#colonnadx {
	background-color: #ffffff;
	width: 210px;
	float: right;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 5px;
	/* margin-left: 776px; */
}

#colonnasx {
	background-color: #FFFFFF;
	width: 220px;
	float: left;
	text-align: left;
	height: auto;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 3px;
}


/** MENU **/

#navmenu ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#navmenu li
{
	list-style-type: none;
	background-color:#F4F4F4;
	background-repeat: no-repeat;
	height: 30px;
	width: 220px;
	margin-bottom: 2px;
	float: left;
}

#navmenu a
{
	font-size: 14px;
	display: block;
	font-weight: normal;
	color: #333333;
	background-color: transparent;
	width: 216px;
	text-decoration: none;
	margin-bottom: 6px;
	font-style: normal;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 2px;
	text-indent: 30px;
}

#navmenu a:hover
{
	color: #FF9900;
}

#menu_sel{
	font-size: 14px;
	display: block;
	font-weight: bold;
	color: #999999;
	background-color: #ffffff;
	width: 216px;
	text-decoration: none;
	margin-bottom: 6px;
	font-style: normal;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 2px;
	text-indent: 36px;
	list-style-type: disc;
}





#sottocategorie {
	width: auto;
	height: 100px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 5px;
}

#allegati {
	width: 100%;
	height: auto;
}

#footer {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 18px;
	background-color: #efefef;
	width: 1024px;
	clear:both;
	height: auto;
}
#stampa {
	background-image: url(images/icone/stampa.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	text-align: left;
	float: left;
	height: 28px;
	width: 207px;
	font-size: 10px;
	line-height: 28px;
	padding-left: 40px;
	padding-top: 1px;
}

#inviamico {
	background-image: url(images/icone/invia_amico.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	text-align: left;
	float: left;
	height: 28px;
	width: 207px;
	font-size: 10px;
	line-height: 28px;
	padding-left: 40px;
}

.linkImaginariaFirst:link {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	TEXT-TRANSFORM: none;
	COLOR: #ea5224;
	FONT-FAMILY: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	FONT-VARIANT: normal;
	TEXT-DECORATION: none
}
.linkImaginariaFirst:visited {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	TEXT-TRANSFORM: none;
	COLOR: #ea5224;
	FONT-FAMILY: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	FONT-VARIANT: normal;
	TEXT-DECORATION: none
}
.linkImaginariaFirst:hover {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	TEXT-TRANSFORM: none;
	COLOR: #ea5224;
	FONT-FAMILY: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	FONT-VARIANT: normal;
	TEXT-DECORATION: none
}
.linkImaginariaSecond:link {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	TEXT-TRANSFORM: none;
	COLOR: #999999;
	FONT-FAMILY: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	FONT-VARIANT: normal;
	TEXT-DECORATION: none
}
.linkImaginariaSecond:visited {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	TEXT-TRANSFORM: none;
	COLOR: #999999;
	FONT-FAMILY: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	FONT-VARIANT: normal;
	TEXT-DECORATION: none
}
.linkImaginariaSecond:hover {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	TEXT-TRANSFORM: none;
	COLOR: #999999;
	FONT-FAMILY: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	FONT-VARIANT: normal;
	TEXT-DECORATION: none
}
.credits {
	text-align: right;
	margin-right: 5px;
	font-size: 12px;
	border: thick solid #efefef;
}
.link {
	color: #666666;
	text-decoration: none;
}
.link:hover {
	color: #990000;
	text-decoration: underline;
}
.link:active {
	color: #666666;
	text-decoration: underline;
}
.link:visited {
	color: #666666;
	text-decoration: none;
}
.linkinterni {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}
.linkinterni:link {
	font-weight: bold;
	font-size: 12px;
	text-transform: none;
	color: #666666;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-variant: normal;
	text-decoration: none;
}
.linkinterni:visited {
	font-weight: bold;
	font-size: 12px;
	text-transform: none;
	color: #666666;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-variant: normal;
	text-decoration: none;
}
.linkinterni:hover {
	font-weight: bold;
	font-size: 12px;
	text-transform: none;
	color: #666666;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-variant: normal;
	text-decoration: underline;
}
.archivionews {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding-right: 7px;
	padding-bottom: 0px;
}
#seguenews {
	text-align: right;
	margin: 0;
	padding: 0;
} 
#testonews {
	font-size: 12px;
	line-height: 20px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: auto;
	padding-left: 15px;
}
#datanews {
	font-size: 11px;
	color: #999999;
	font-weight: bold;
	text-align: right;
	margin-right: 0px;
	background-color: #e8e8e8;
	margin-top: 10px;
}
#titoloallegati {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	background-color: #e8e8e8;
	height: 20px;
	width: 207px;
	float: left;
	line-height: 21px;
	margin-top: 5px;
}
.linktitolonews {
	color: #993300;
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
} 
.linktitolonews:link {
	color: #993300;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 10px;
	padding-bottom: 10px;
}
.linktitolonews:hover {
	color: #993300;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.linktitolonews:visited {
	color: #993300;
	font-size: 12px;
	font-weight: bold;
}
#sottotitolonews {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}
#attach1, #attach2, #attach3 {
	font-size: 10px;
	width: 206px;
	border: 1px solid #CCCCCC;
	height: auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
#testobandiera {
	text-align: left;
	margin-left: 3px;
	width: 200px;
}

#centra {
	text-align: center;
	vertical-align: middle;
	width: 199px;
	padding-left: 10px;
	float: left;
}
#img {
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	float: left;
	width: 350px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}
#titolonewscontent {
	font-size: 14px;
	color: #993300;
	font-weight: bold;
}
#borderImageBig_color {
	padding-right: 0;
	padding-left: 0;
	float: left;
	padding-bottom: 0;
	margin: 8px 8px 8px 0;
	padding-top: 0;
	border: 1px solid #000000;
	text-align: center;
}
#titoloform {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	color: #999999;
	background-color: #efefef;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.form {
	background-color: #efefef;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	border: 1px dashed #000000;
	color: #000000;
}
.bottoform {
	background-color: #efefef;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	border: 1px dashed #999999;
	color: #000000;
	height: 20px;
	width: 120px;
	text-align: center;
}
#mailform, #richiestaform {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #999999;
	float: left;
	width: 80px;
}
#contenitorenews {
	float: left;
	font-size: 12px;
	border-right-width: 0px;
	text-align: left;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 200px;
}

#contenitorelink {
	float: left;
	font-size: 12px;
	border-right-width: 0px;
	text-align: left;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#immaginenews {
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 200px;
	text-align: center;
	vertical-align: super;
}
#tornasu {
	font-size: 12px;
	line-height: 20px;
	text-align: right;
	margin-top: 40px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: auto;
	padding-left: 15px;
}
#newsDX {
	height: auto;
	float: right;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 290px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#legginews {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	float: right;
	width: 280px;
}
#erroremail {
	background-attachment: scroll;
	background-image: url(images/icone/freccia_errore.jpg);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 12px;
	float: left;
	height: 30px;
	width: 350px;
	line-height: 30px;

}
#immaginesottocat {
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 200px;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
}
#sottotitolosottocat {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	float: left;
	height: auto;
	width: auto;
}
#leggisottocat {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	float: right;
	width: 270px;
	height: auto;
	margin-right: 5px;
}
#occhiellosottocat {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	width: auto;
}
#titolosottocat {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	width: auto;
}
#sottotitsottocat {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: italic;
	width: auto;
}
#creditsottocat {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	width: auto;
}
#testosottocat {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	width: auto;
}
#notesottocat {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	width: auto;
}
#autoresottocat {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	width: auto;
	font-weight: bold;
	font-variant: small-caps;
}
#inviastampa {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 70px;
	text-align: left;
	float: left;
	margin-left: 150px;
}
#stampapagina {
	width: 210px;
	float: left;
	background-image: url(images/icone/stampa.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	height: 30px;
	line-height: 28px;
	font-size: 12px;
	color: #333333;
	text-align: left;
	padding-left: 40px;
}
#chiudipagina {
	line-height: 28px;
	width: 210px;
	height: 30px;
	background-image: url(images/icone/chiudi.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	float: left;
	padding-left: 40px;
}
.forminvia {
	background-color: #efefef;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	border: 1px dashed #000000;
	color: #000000;
	width: 200px;
}
#forminvioamico {
	text-align: left;
	float: left;
	width: 350px;
}


#conten_acq {
	background-color: #FFFFFF;
	width: 720px;
	float: left;
	text-align: left;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	line-height: 15px;
	height: auto;
	margin: 0px;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 8px;
}
.tabella {
	float: left;
	width: 170px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	display: inline;
}
.sfondo_shop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	display: inline;
	float: left;
	width: 120px;
	background-color: #DBDBDB;
	height: 20px;
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 2px;
}
.lente {
	float: left;
	width: 140px;
	text-align: right;
	display: inline;
	margin-bottom: 5px;
	margin-top: 5px;
	text-decoration:none;
}
.spazio {
	float: left;
	width: 650px;
	display: inline;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 15px;
}
.text_did {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	float: left;
	width: 144px;
	display: inline;
	text-decoration:none;
}
.text_did_l:link {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	display: inline;
	text-decoration:none;
}
.text_did_l:hover {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	display: inline;
	text-decoration:none;
}
.text_did_l:visited {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	display: inline;
	text-decoration:none;
}

.text_msg {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	display: inline;
}

.text_did_10 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
}

.testo_form {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
}
.no_deco {
text-decoration:none;
}

