
/* ------------------------------ BOX V-ALIGN MIDDLE ------------------------------- */

#box_ctr {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	padding: 0;
	width: 950px;
	height: 570px;
	text-align: center;
}

* html #box_ctr {
	margin: auto;
	padding: 0;
	top: 50%;
	left: 50%;
	margin-left: -475px; /* 950/2 */
	margin-top: -285px; /* 570/2 */
}

/* .................................. GENERALE .................................. */

body {
	text-align: center;
	margin: auto;
	padding: 0;
	background-color: #ffffff;
}

form {
	display: inline;
}

#container {
	text-align: center;
	margin: auto;
	padding: 0;
}

#header {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 950px;
	height: 120px;
}

#header_logo {
	text-align: left;
	margin: auto;
	padding: 0;
	width: 950px;
	height: 90px;
	position: relative;
}

#flag {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 46px; /* 18 + 18 + 10 */
	height: 12px;
	position: absolute;
	bottom: 10px;
	right: 0px;
	z-index: 50;
}

#ita {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 18px;
	height: 12px;
	float: left;
}

#ita a, #ita a:link, #ita a:visited {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 18px;
	height: 12px;
	display: block;
	text-decoration: none;
	background-image: url(../images/ita.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#ita a:hover, #ita a:active {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 18px;
	height: 12px;
	display: block;
	text-decoration: none;
	background-image: url(../images/ita.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#ita_attivo {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 18px;
	height: 12px;
	display: block;
	text-decoration: none;
	background-image: url(../images/ita.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
}

#eng {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 18px;
	height: 12px;
	float: left;
}

#eng a, #eng a:link, #eng a:visited {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 18px;
	height: 12px;
	display: block;
	text-decoration: none;
	background-image: url(../images/eng.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#eng a:hover, #eng a:active {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 18px;
	height: 12px;
	display: block;
	text-decoration: none;
	background-image: url(../images/eng.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#eng_attivo {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 18px;
	height: 12px;
	display: block;
	text-decoration: none;
	background-image: url(../images/eng.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
}

#header_menu {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 950px;
	height: 30px;
	background-color: #979ba2; /* grigio chiaro */
}

#menu {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 392px;
	height: 30px;
	float: left;
}

#login {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 558px;
	height: 30px;
	float: left;
}

#login a, #login a:link, #login a:visited {
	text-align: center;
	margin: auto;
	padding: 0;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}

#login a:hover, #login a:active {
	text-align: center;
	margin: auto;
	padding: 0;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

#logout {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 558px;
	height: 30px;
	float: left;
}

#logout a, #logout a:link, #logout a:visited {
	text-align: center;
	margin: auto;
	padding: 0;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}

#logout a:hover, #logout a:active {
	text-align: center;
	margin: auto;
	padding: 0;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

#footer {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 950px;
	height: 80px;
}

#footer_su {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 950px;
	height: 30px; /* 60px */
	/*background-image: url(../images/bg_footer.jpg);
	background-position: top right;
	background-repeat: no-repeat;*/
	background-color: #979ba2; /* grigio chiaro */
}

#footer_giu {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 950px;
	height: 20px;
}

#content {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 950px;
	height: auto !important; /* per i browser moderni */
	height: 370px; /* per IE5.x e IE6 */
	min-height: 370px; /* per i browser moderni */
	background-image: url(../images/bg_logo_trasp.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#content_collez {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 950px;
	height: auto !important; /* per i browser moderni */
	height: 370px; /* per IE5.x e IE6 */
	min-height: 370px; /* per i browser moderni */
}


#content_in {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 950px;
	height: 366px;
}

#flashcontent {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 950px;
	height: 366px;
}

.contenuto {
	text-align: justify;
	margin: auto;
	padding: 20px;
}

/* .................................. CATALOGO .................................. */

#content_in_catalogo {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 950px;
	height: auto !important; /* per i browser moderni */
	height: 366px; /* per IE5.x e IE6 */
	min-height: 366px; /* per i browser moderni */
	background-image: url(../images/bg_catalogo.gif);
	background-position: top;
	background-repeat: repeat-y;
}

#sx_catalogo {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 200px;
	height: auto !important; /* per i browser moderni */
	height: 366px; /* per IE5.x e IE6 */
	min-height: 366px; /* per i browser moderni */
	float: left;
/*	background-color: #e1e1e1;*/ /* grigio menu */
}

#dx_catalogo {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 750px;
	float: left;
}

.contenuto_catalogo {
	text-align: justify;
	margin: auto;
	padding: 20px;
}

.contenuto_catalogo h2 {
	margin: 0;
}

#percorso {
	text-align: left;
	margin: auto;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #74777d; /* grigio */
	line-height: 30px;
}

#percorso a, #percorso a:link, #percorso a:visited {
	text-align: left;
	margin: auto;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #74777d; /* grigio */
	line-height: 30px;
	text-decoration: none;
}

#percorso a:hover, #percorso a:active {
	text-align: left;
	margin: auto;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #74777d; /* grigio */
	line-height: 30px;
	text-decoration: underline;
}

.paginazione {
	text-align: center;
	margin: auto;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

.paginazione span {
	text-align: center;
	margin: auto;
	padding: 0 5px 0 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

.paginazione a, .paginazione a:link, .paginazione a:visited {
	text-align: center;
	margin: auto;
	padding: 0 5px 0 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #74777d; /* grigio */
	font-weight: bold;
	text-decoration: none;
}

.paginazione a:hover, .paginazione a:active {
	text-align: center;
	margin: auto;
	padding: 0 5px 0 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.btn_catalogo_uno {
	text-align: left;
	margin: auto;
	padding: 0;
	width: 160px;
	height: 30px;
	float: left;
}

.btn_catalogo_uno a, .btn_catalogo_uno a:link, .btn_catalogo_uno a:visited {
	text-align: left;
	margin: auto;
	padding: 0;
	width: 160px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	display: block;
	text-decoration: none;
	background-image: url(../images/freccia_dx.gif);
	background-position: right;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #74777d; /* grigio */
	font-weight: bold;
}

.btn_catalogo_uno a:hover, .btn_catalogo_uno a:active {
	text-align: left;
	margin: auto;
	padding: 0;
	width: 160px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	display: block;
	text-decoration: none;
	background-image: url(../images/freccia_dx.gif);
	background-position: right;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

.btn_catalogo_uno_attivo {
	text-align: left;
	margin: auto;
	padding: 0;
	width: 160px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	display: block;
	text-decoration: none;
	background-image: url(../images/freccia_dx.gif);
	background-position: right;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	float: left; /* manu */
}

.btn_catalogo_uno_attivo a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

.btn_catalogo_tre {
	text-align: left;
	margin: auto;
	padding: 0;
	width: 160px;
	height: 30px;
	/*float: left;*/
}

.btn_catalogo_tre a, .btn_catalogo_tre a:link, .btn_catalogo_tre a:visited {
	text-align: left;
	margin: auto;
	padding: 0;
	width: 160px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	display: block;
	text-decoration: none;
	background-image: url(../images/freccia_dx.gif);
	background-position: right;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #74777d; /* grigio */
	font-weight: bold;
}

.btn_catalogo_tre a:hover, .btn_catalogo_tre a:active {
	text-align: left;
	margin: auto;
	padding: 0;
	width: 160px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	display: block;
	text-decoration: none;
	background-image: url(../images/freccia_dx.gif);
	background-position: right;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

.btn_catalogo_tre_attivo {
	text-align: left;
	margin: auto;
	padding: 0;
	width: 160px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	display: block;
	text-decoration: none;
	background-image: url(../images/freccia_dx.gif);
	background-position: right;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	/*float: left;  manu */
}

.btn_catalogo_tre_attivo a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

.btn_catalogo_due {
	text-align: left;
	margin: auto;
	padding: 0;
	width: 160px;
	height: 30px;
}

.btn_catalogo_due a, .btn_catalogo_due a:link, .btn_catalogo_due a:visited {
	text-align: left;
	margin: auto;
	padding: 0;
	width: 160px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	display: block;
	text-decoration: none;
	background-image: url(../images/freccia_giu.gif);
	background-position: right;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #74777d; /* grigio */
	font-weight: bold;
}

.btn_catalogo_due a:hover, .btn_catalogo_due a:active {
	text-align: left;
	margin: auto;
	padding: 0;
	width: 160px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	display: block;
	text-decoration: none;
	background-image: url(../images/freccia_giu.gif);
	background-position: right;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

.btn_catalogo_due_attivo {
	text-align: left;
	margin: auto;
	padding: 0;
	width: 160px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	display: block;
	text-decoration: none;
	background-image: url(../images/freccia_giu.gif);
	background-position: right;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
/*	float: left;*/ /* manu */
}

.btn_catalogo_due_attivo a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

.not_found {
	text-align: center;
	margin: auto;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #74777d; /* grigio */
	font-weight: bold;
}

.sottomenu {
	text-align: left;
	margin: auto;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #74777d; /* grigio */
}

.sottomenu a, .sottomenu a:link, .sottomenu a:visited {
	text-align: left;
	margin: auto;
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	display: block;
	text-decoration: none;
	background-image: url(../images/trattino.gif);
	background-position: left;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #74777d; /* grigio */
}

.sottomenu a:hover, .sottomenu a:active {
	text-align: left;
	margin: auto;
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	display: block;
	text-decoration: none;
	background-image: url(../images/trattino.gif);
	background-position: left;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.sottomenu_attivo a {
	text-align: left;
	margin: auto;
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	display: block;
	text-decoration: none;
	background-image: url(../images/trattino.gif);
	background-position: left;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

.box_foto_small {
	text-align: center;
	margin: auto;
	padding-left: 0;
	width: 155px;
	height: 155px;
}

.box_foto_small_new {
	background: url(../images/div_img_bkg.gif);
	/*text-align: center;*/
	text-align: left;
	margin: auto;
	padding-left: 0;
	width: 155px;
	height: 155px;
}

.box_foto_small_su {
	text-align: center;
	margin: auto;
	padding-left: 0;
	width: 155px;
	height: 5px;
	font-size: 0px;
}

.box_foto_small_giu {
	text-align: center;
	margin: auto;
	padding-left: 0;
	width: 155px;
	height: 5px;
	font-size: 0px;
}

.box_foto_small_centro {
	text-align: center;
	margin: auto;
	padding-left: 0;
	width: 155px;
	height: 145px;
	background-image: url(../images/bg_box_foto_small_centro.gif);
	background-position: top;
	background-repeat: repeat-y;
}

.box_foto_small_centro_in {
	text-align: center;
	margin: auto;
	padding-left: 0;
	width: 145px;
	height: 145px;
}

.box_foto_small_centro_in_new {
	text-align: left;
	margin: 0;
	padding-left: 1px;
	padding-top: 1px;
	width: 149px;
	height: 149px;
}

.box_foto_big {
	text-align: center;
	margin: auto;
	padding-left: 0;
	width: 340px;
	height: 340px;
}

.box_foto_big_new {
	background: url(../images/div_img_bkg_maxi.gif);
	text-align: left;
	margin: auto;
	padding-left: 0;
	width: 340px;
	height: 340px;
}

.box_foto_big_su {
	text-align: center;
	margin: auto;
	padding-left: 0;
	width: 340px;
	height: 5px;
	font-size: 0px;
}

.box_foto_big_giu {
	text-align: center;
	margin: auto;
	padding-left: 0;
	width: 340px;
	height: 5px;
	font-size: 0px;
}

.box_foto_big_centro {
	text-align: center;
	margin: auto;
	padding-left: 0;
	width: 340px;
	height: 330px;
	background-image: url(../images/bg_box_foto_big_centro.gif);
	background-position: top;
	background-repeat: repeat-y;
}

.box_foto_big_centro_in {
	text-align: center;
	margin: auto;
	padding-left: 0;
	width: 330px;
	height: 330px;
}

.box_foto_big_centro_in_new {
	text-align: left;
	/*margin: auto;*/
	padding-left: 1px;
	padding-top: 1px;
	margin: 0;
	width: 330px;
	height: 330px;
}

/* .................................. MENU ITA .................................. */

#menu_btn_azienda_ita {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 94px;
	height: 30px;
	float: left;
}

#menu_btn_azienda_ita a, #menu_btn_azienda_ita a:link, #menu_btn_azienda_ita a:visited {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 94px;
	height: 30px;
	display: block;
	text-decoration: none;
	background-image: url(../images/menu_btn_azienda_ita.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#menu_btn_azienda_ita a:hover, #menu_btn_azienda_ita a:active {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 94px;
	height: 30px;
	display: block;
	text-decoration: none;
	background-image: url(../images/menu_btn_azienda_ita.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#menu_btn_azienda_ita_attivo {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 94px;
	height: 30px;
	display: block;
	text-decoration: none;
	background-image: url(../images/menu_btn_azienda_ita.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
}

#menu_btn_contatto_ita {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 96px;
	height: 30px;
	float: left;
}

#menu_btn_contatto_ita a, #menu_btn_contatto_ita a:link, #menu_btn_contatto_ita a:visited {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 96px;
	height: 30px;
	display: block;
	text-decoration: none;
	background-image: url(../images/menu_btn_contatto_ita.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#menu_btn_contatto_ita a:hover, #menu_btn_contatto_ita a:active {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 96px;
	height: 30px;
	display: block;
	text-decoration: none;
	background-image: url(../images/menu_btn_contatto_ita.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#menu_btn_contatto_ita_attivo {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 96px;
	height: 30px;
	display: block;
	text-decoration: none;
	background-image: url(../images/menu_btn_contatto_ita.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
}

#menu_btn_collezioni_ita {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 104px;
	height: 30px;
	float: left;
}

#menu_btn_collezioni_ita a, #menu_btn_collezioni_ita a:link, #menu_btn_collezioni_ita a:visited {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 104px;
	height: 30px;
	display: block;
	text-decoration: none;
	background-image: url(../images/menu_btn_collezioni_ita.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#menu_btn_collezioni_ita a:hover, #menu_btn_collezioni_ita a:active {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 104px;
	height: 30px;
	display: block;
	text-decoration: none;
	background-image: url(../images/menu_btn_collezioni_ita.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#menu_btn_collezioni_ita_attivo, #menu_btn_collezioni_ita_attivo a {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 104px;
	height: 30px;
	display: block;
	text-decoration: none;
	background-image: url(../images/menu_btn_collezioni_ita.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
}

#menu_btn_catalogo_ita {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 94px;
	height: 30px;
	float: left;
}

#menu_btn_catalogo_ita a, #menu_btn_catalogo_ita a:link, #menu_btn_catalogo_ita a:visited {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 94px;
	height: 30px;
	display: block;
	text-decoration: none;
	background-image: url(../images/menu_btn_catalogo_ita.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#menu_btn_catalogo_ita a:hover, #menu_btn_catalogo_ita a:active {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 94px;
	height: 30px;
	display: block;
	text-decoration: none;
	background-image: url(../images/menu_btn_catalogo_ita.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#menu_btn_catalogo_ita_attivo, #menu_btn_catalogo_ita_attivo a {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 94px;
	height: 30px;
	display: block;
	text-decoration: none;
	background-image: url(../images/menu_btn_catalogo_ita.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
}

/* .................................. MENU ENG .................................. */

#menu_btn_azienda_eng {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 94px;
	height: 30px;
	float: left;
}

#menu_btn_azienda_eng a, #menu_btn_azienda_eng a:link, #menu_btn_azienda_eng a:visited {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 94px;
	height: 30px;
	display: block;
	text-decoration: none;
	background-image: url(../images/menu_btn_azienda_eng.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#menu_btn_azienda_eng a:hover, #menu_btn_azienda_eng a:active {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 94px;
	height: 30px;
	display: block;
	text-decoration: none;
	background-image: url(../images/menu_btn_azienda_eng.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#menu_btn_azienda_eng_attivo {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 94px;
	height: 30px;
	display: block;
	text-decoration: none;
	background-image: url(../images/menu_btn_azienda_eng.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
}

#menu_btn_contatto_eng {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 96px;
	height: 30px;
	float: left;
}

#menu_btn_contatto_eng a, #menu_btn_contatto_eng a:link, #menu_btn_contatto_eng a:visited {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 96px;
	height: 30px;
	display: block;
	text-decoration: none;
	background-image: url(../images/menu_btn_contatto_eng.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#menu_btn_contatto_eng a:hover, #menu_btn_contatto_eng a:active {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 96px;
	height: 30px;
	display: block;
	text-decoration: none;
	background-image: url(../images/menu_btn_contatto_eng.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#menu_btn_contatto_eng_attivo {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 96px;
	height: 30px;
	display: block;
	text-decoration: none;
	background-image: url(../images/menu_btn_contatto_eng.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
}

#menu_btn_collezioni_eng {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 104px;
	height: 30px;
	float: left;
}

#menu_btn_collezioni_eng a, #menu_btn_collezioni_eng a:link, #menu_btn_collezioni_eng a:visited {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 104px;
	height: 30px;
	display: block;
	text-decoration: none;
	background-image: url(../images/menu_btn_collezioni_eng.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#menu_btn_collezioni_eng a:hover, #menu_btn_collezioni_eng a:active {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 104px;
	height: 30px;
	display: block;
	text-decoration: none;
	background-image: url(../images/menu_btn_collezioni_eng.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#menu_btn_collezioni_eng_attivo, #menu_btn_collezioni_eng_attivo a {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 104px;
	height: 30px;
	display: block;
	text-decoration: none;
	background-image: url(../images/menu_btn_collezioni_eng.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
}

#menu_btn_catalogo_eng {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 94px;
	height: 30px;
	float: left;
}

#menu_btn_catalogo_eng a, #menu_btn_catalogo_eng a:link, #menu_btn_catalogo_eng a:visited {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 94px;
	height: 30px;
	display: block;
	text-decoration: none;
	background-image: url(../images/menu_btn_catalogo_eng.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#menu_btn_catalogo_eng a:hover, #menu_btn_catalogo_eng a:active {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 94px;
	height: 30px;
	display: block;
	text-decoration: none;
	background-image: url(../images/menu_btn_catalogo_eng.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#menu_btn_catalogo_eng_attivo, #menu_btn_catalogo_eng_attivo a {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 94px;
	height: 30px;
	display: block;
	text-decoration: none;
	background-image: url(../images/menu_btn_catalogo_eng.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
}

/* .................................. CLASSI .................................. */

.display {
	display: none;
}

.float {
	float: left;
}

.clear {
	clear: left;
}

.grassetto {
	font-weight: bold;
}

.txt_grigio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #74777d; /* grigio */
	line-height: 18px;
}

.txt_nero_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.txt_grigio_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #979ba2; /* grigio chiaro */
}

.spazio {
	font-size: 0px;
}

.riga {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 160px;
	height: 2px;
	font-size: 0px;
}

.riga_grigia {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 710px;
	height: 1px;
	font-size: 0px;
	background-color: #74777d; /* grigio */
}

/*.lnk_grigio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #74777d; 
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;
}*/

.lnk_grigio, .lnk_grigio:link, .lnk_grigio:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #74777d; /* grigio */
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;
}

.lnk_grigio:hover, .lnk_grigio:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;
}

.lnk_grigio_coll, .lnk_grigio_coll:link, .lnk_grigio_coll:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #74777d; /* grigio */
	font-weight: bold;
	text-decoration: underline;
}

.lnk_grigio_coll:hover, .lnk_grigio_coll:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.lnk_mappa, .lnk_mappa:link, .lnk_mappa:visited {
	padding-left: 20px;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #74777d; /* grigio */
	text-decoration: none;
	font-weight: bold;
	background-image: url(../images/map.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

.lnk_mappa:hover, .lnk_mappa:active {
	padding-left: 20px;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #74777d; /* grigio */
	text-decoration: underline;
	font-weight: bold;
	background-image: url(../images/map.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

.lnk_dettaglio, .lnk_dettaglio:link, .lnk_dettaglio:visited {
	padding-left: 25px;
	height: 19px;
	line-height: 19px;
	vertical-align: middle;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #74777d; /* grigio */
	text-decoration: none;
	font-weight: bold;
	background-image: url(../images/dett.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

.lnk_dettaglio:hover, .lnk_dettaglio:active {
	padding-left: 25px;
	height: 19px;
	line-height: 19px;
	vertical-align: middle;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #74777d; /* grigio */
	text-decoration: underline;
	font-weight: bold;
	background-image: url(../images/dett.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

.mto, .mto:link, .mto:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #979ba2; /* grigio chiaro */
	text-decoration: none;
}

.mto:hover, .mto:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #979ba2; /* grigio chiaro */
	text-decoration: underline;
}

.mto2, .mto2:link, .mto2:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #74777d; /* grigio */
	text-decoration: underline;
}

.mto2:hover, .mto2:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #74777d; /* grigio */
	text-decoration: none;
}

a.trasp img, a.trasp:link img, a.trasp:visited img {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

a.trasp:hover img, a.trasp:active img {
	filter: alpha(Opacity=80);
	-moz-opacity: .80;
	opacity: .80
}

a.lightbox img, a.lightbox:link img, a.lightbox:visited img {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

a.lightbox:hover img, a.lightbox:active img {
	filter: alpha(Opacity=80);
	-moz-opacity: .80;
	opacity: .80
}

/* .................................. CLASSI INPUT .................................. */

.inpt_login {
	width: 140px;
	border: none;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #979ba2; /* grigio chiaro */
}




