body{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	position:absolute;
	width: 99%;
	height: 96%;
	color: #CCCCCC;
	margin-top: 35px;
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 12px;
	line-height: 12px;
	}

a, a:link, a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
	font-size: 12px;
	line-height: 12px;
	z-index: 9;
}

a:hover{
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
	color: #00FF00; /* 00FF00 verde elettrico 00CC00 verde chiaro  009900 verde scuro*/
	}
	
#pre_site{
	position:absolute;
    top: 40%;
    left: 50%;
    width: 510px;
    height: 420px;
    margin: -210px -255px;
	overflow: visible;
	z-index: 1;
	background-color: transparent;
	}	

#pos_popup{
	position:absolute;
    top: 42%;
    left: 50%;
    width: 630px;
    height: 500px;
    margin: -250px -325px;
	overflow: visible;
	z-index: 1;
	background-color: transparent;
	}
	
#main{
	position:absolute;
    left: 50%;
    width: 800px;
    margin: 0px -400px;
	overflow: visible;
	padding-top: 3px;
	padding-bottom: 0px;	
	z-index: 1;
	background-color: transparent;
	}
	
/************** CLASSI EVIDENZIAZIONE TESTO *****************/

.bold_normal{
	font-weight: bold;
	}

.bold_normal_under{
	font-weight: bold;
	text-decoration: underline;
	}
	
.bold_italic{
	font-style: italic;
	font-weight: bold;
	}
	
.bold_italic_under{
	font-style: italic;
	font-weight: bold;
	text-decoration:underline;
	}

.soft_color_normal{
	color: #666666;
	font-style: inherit;
	}	

.soft_color_italic_under{
	color: #666666;
	font-style: italic;
	text-decoration: underline;
	}

.soft_color_normal_under{
	color: #666666;
	font-style: inherit;
	text-decoration: underline;
	}

.dark_color_normal{
	color: #333333;
	font-style: inherit;
	}

.dark_color_bold{
	color: #333333;
	font-weight: bold;
	}	

.dark_color_italic_under{
	color: #333333;
	font-style: italic;
	text-decoration: underline;
	}

.dark_color_normal_under{
	color: #333333;
	font-style: inherit;
	text-decoration: underline;
	}
	
.italic_normal{
	font-style: italic;
	}

.italic_bold{
	font-style: italic;
	font-weight: bold;
	}
	
.italic_normal_under{
	font-style: italic;
	text-decoration: underline;
	}

.italic_bold_under{
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	}

.soft_color_italic{
	color: #666666;
	font-style: italic;
	}
	
.soft_color_italic_bold{
	color: #666666;
	font-style: italic;
	font-weight: bold;
	}

.soft_italic_normal_under{
	font-style: italic;
	text-decoration: underline;
	}

.dark_color_italic{
	color: #333333;
	font-style: italic;
	}
	
.dark_color_italic_bold{
	color: #333333;
	font-style: italic;
	font-weight: bold;
	}

.dark_italic_normal_under{
	font-style: italic;
	text-decoration: underline;
	}

.border_3d{
	border-left: solid 1px #cccccc;
    border-top: solid 1px #cccccc;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	}
	
#mail{
	position: relative;
	top: 41.5em;
	margin-left: 2.5em;
	float: left;
}
	
/* BORDI E CONTORNI PAGINE */
	
#corner_down_left{
	background: url(../images/borders/down_left.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 23px;
	width: 23px;
	}

#corner_down_right{
	background: url(../images/borders/down_right.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 23px;
	width: 23px;
	}

#corner_up_right{
	position: relative;
	background: url(../images/borders/up_right.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 23px;
	width: 23px;
	}
	
#corner_up_left{
	position: relative;
	background: url(../images/borders/up_left.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 23px;
	width: 23px;
	}	
	
#pre_site_border_up{
	position: relative;
	background: url(../images/borders/pre_site_border_up.gif);
	background-position: center;
	background-repeat: repeat-x;
	height: 23px;
	}
		
#border_bottom{
	background: url(../images/borders/border_bottom.gif);
	background-position: center;
	background-repeat: repeat-x;
	height: 23px;
	}

#border_left{
	background: url(../images/borders/border_left.gif);
	background-position: center;
	background-repeat: repeat-y;
	height: 1px;
	width: 23px;
	}	
	
#border_right{
	background: url(../images/borders/border_right.gif);
	background-position: center;
	background-repeat: repeat-y;
	height: 1px;
	width: 23px;
	}		


/* SUB MENU */
#sub_menu_border_left{
	background: url(../images/borders/border_left.gif);
	background-position: left;
	background-repeat: repeat-y;
	height: 1px;
	width: 293px;
	}	
	
#sub_menu_border_right{
	background: url(../images/borders/border_right.gif);
	background-position: right;
	background-repeat: repeat-y;
	height: 1px;
	width: 92px;
	}
	
/* IMMAGINI ANGOLO SINISTRO */
/* VUOTO */
#image_corner_blank{
	background: url(../images/borders/image_corner_blank.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	}	
	
/* BIOGRAFIA */
#image_corner_biografia{
	position: relative;
	background: url(../images/image_corner/biografia/image_corner_biografia.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}
	
/* PROGETTI & PRODOTTI */
#image_corner_progetti_prodotti{
	position: relative;
	background: url(../images/image_corner/progetti_prodotti/image_corner_progetti_prodotti.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}	

/* ALLTOGHETHER */
#image_corner_alltoghether_1{
	position: relative;
	background: url(../images/image_corner/progetti_prodotti/image_corner_alltoghether_1.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}

/* ondo */
#image_corner_ondo_1{
	position: relative;
	background: url(../images/image_corner/progetti_prodotti/image_corner_ondo_1.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}
	
/* ESTENSO */
#image_corner_estenso_1{
	position: relative;
	background: url(../images/image_corner/progetti_prodotti/image_corner_estenso_1.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}	

#image_corner_estenso_2{
	position: relative;
	background: url(../images/image_corner/progetti_prodotti/image_corner_estenso_2.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}		
	
/* FLESSO */
#image_corner_flesso_1{
	position: relative;
	background: url(../images/image_corner/progetti_prodotti/image_corner_flesso_1.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}
	
#image_corner_flesso_2{
	position: relative;
	background: url(../images/image_corner/progetti_prodotti/image_corner_flesso_2.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}
	
#image_corner_flesso_3{
	position: relative;
	background: url(../images/image_corner/progetti_prodotti/image_corner_flesso_3.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}						

/* IMO */
#image_corner_imo_1{
	position: relative;
	background: url(../images/image_corner/progetti_prodotti/image_corner_imo_1.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}
	
#image_corner_imo_2{
	position: relative;
	background: url(../images/image_corner/progetti_prodotti/image_corner_imo_2.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}

#image_corner_imo_3{
	position: relative;
	background: url(../images/image_corner/progetti_prodotti/image_corner_imo_3.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}	

#image_corner_imo_4{
	position: relative;
	background: url(../images/image_corner/progetti_prodotti/image_corner_imo_4.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}	

/* MOUSE */
#image_corner_mouse_1{
	position: relative;
	background: url(../images/image_corner/progetti_prodotti/image_corner_mouse_1.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}
	
#image_corner_mouse_2{
	position: relative;
	background: url(../images/image_corner/progetti_prodotti/image_corner_mouse_2.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}

#image_corner_mouse_3{
	position: relative;
	background: url(../images/image_corner/progetti_prodotti/image_corner_mouse_3.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}

/* QUADRO' */
#image_corner_quadro_1{
	position: relative;
	background: url(../images/image_corner/progetti_prodotti/image_corner_quadro_1.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}
	
/* SHEHE */
#image_corner_shehe_1{
	position: relative;
	background: url(../images/image_corner/progetti_prodotti/image_corner_shehe_1.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}
	
#image_corner_shehe_2{
	position: relative;
	background: url(../images/image_corner/progetti_prodotti/image_corner_shehe_2.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}	

/* SKLIN */
#image_corner_sklin_1{
	position: relative;
	background: url(../images/image_corner/progetti_prodotti/image_corner_sklin_1.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}
	
#image_corner_sklin_2{
	position: relative;
	background: url(../images/image_corner/progetti_prodotti/image_corner_sklin_2.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}

#image_corner_sklin_3{
	position: relative;
	background: url(../images/image_corner/progetti_prodotti/image_corner_sklin_3.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}	

/* SOSO */
#image_corner_soso_1{
	position: relative;
	background: url(../images/image_corner/progetti_prodotti/image_corner_soso_1.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}

#image_corner_soso_2{
	position: relative;
	background: url(../images/image_corner/progetti_prodotti/image_corner_soso_2.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}

#image_corner_soso_3{
	position: relative;
	background: url(../images/image_corner/progetti_prodotti/image_corner_soso_3.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}

/* SLIDE */
#image_corner_slide_1{
	position: relative;
	background: url(../images/image_corner/progetti_prodotti/image_corner_slide_1.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}

#image_corner_slide_2{
	position: relative;
	background: url(../images/image_corner/progetti_prodotti/image_corner_slide_2.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}

#image_corner_slide_3{
	position: relative;
	background: url(../images/image_corner/progetti_prodotti/image_corner_slide_3.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}
	
#image_corner_soso_4{
	position: relative;
	background: url(../images/image_corner/progetti_prodotti/image_corner_soso_4.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}	
	
#image_corner_soso_5{
	position: relative;
	background: url(../images/image_corner/progetti_prodotti/image_corner_soso_5.jpg);
	background-position: left;
	background-repeat: no-repeat;
	float: left;
	height: 468px;
	width: 400px;
	z-index: 99;
	}
	
/* TATOMI */	
#image_corner_tatomi_1{
	position: relative;
	background: url(../images/image_corner/progetti_prodotti/image_corner_tatomi_1.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}

#image_corner_tatomi_2{
	position: relative;
	background: url(../images/image_corner/progetti_prodotti/image_corner_tatomi_2.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}	
	
/* TELECOMANDO */
#image_corner_telecomando_1{
	position: relative;
	background: url(../images/image_corner/progetti_prodotti/image_corner_telecomando_1.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}
	
#image_corner_telecomando_2{
	position: relative;
	background: url(../images/image_corner/progetti_prodotti/image_corner_telecomando_2.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}

#image_corner_telecomando_3{
	position: relative;
	background: url(../images/image_corner/progetti_prodotti/image_corner_telecomando_3.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}	
	
/* UGO */
#image_corner_ugo_1{
	position: relative;
	background: url(../images/image_corner/progetti_prodotti/image_corner_ugo_1.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}
	
#image_corner_ugo_2{
	position: relative;
	background: url(../images/image_corner/progetti_prodotti/image_corner_ugo_2.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}

#image_corner_ugo_3{
	position: relative;
	background: url(../images/image_corner/progetti_prodotti/image_corner_ugo_3.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}

/* UNO_1 */
#image_corner_uno_1_1{
	position: relative;
	background: url(../images/image_corner/progetti_prodotti/image_corner_uno_1_1.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}

#image_corner_uno_1_2{
	position: relative;
	background: url(../images/image_corner/progetti_prodotti/image_corner_uno_1_2.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}
	
		
/* STAMPA */
#image_corner_stampa{
	position: relative;
	background: url(../images/image_corner/stampa/image_corner_stampa.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}
	
/* RIVISTE */	
/* ABITARE */

#image_corner_abitare_1094{
	position: relative;
	background: url(../images/image_corner/stampa/riviste/image_corner_abitare_1094.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}	

/* GAP CASA */		
#image_corner_gap_casa_1194{
	position: relative;
	background: url(../images/image_corner/stampa/riviste/image_corner_gap_casa_1194.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}			
	
/* MODO */		
#image_corner_modo_1298{
	position: relative;
	background: url(../images/image_corner/stampa/riviste/image_corner_modo_1298.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}
		
/* ELLE DECOR */
#image_corner_elle_decor_0699{
	position: relative;
	background: url(../images/image_corner/stampa/riviste/image_corner_elle_decor_0699.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}

/* ESQUIRE */
#image_corner_esquire_1099{
	position: relative;
	background: url(../images/image_corner/stampa/riviste/image_corner_esquire_1099.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}
	
/* GDA */	
#image_corner_gda_0999{
	position: relative;
	background: url(../images/image_corner/stampa/riviste/image_corner_gda_0999.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}
	
/* INTERNI */	
#image_corner_interni_0499{
	position: relative;
	background: url(../images/image_corner/stampa/riviste/image_corner_interni_0499.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}	
	
/* DOMUS */	
#image_corner_domus_0200{
	position: relative;
	background: url(../images/image_corner/stampa/riviste/image_corner_domus_0200.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}	
	
/* ELLE DECOR */	
#image_corner_elle_decor_0900{
	position: relative;
	background: url(../images/image_corner/stampa/riviste/image_corner_elle_decor_0900.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}		

/* MODO */	
#image_corner_modo_0500{
	position: relative;
	background: url(../images/image_corner/stampa/riviste/image_corner_modo_0500.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}	
		
/* CASAMICA */				
#image_corner_casamica_0401{
	position: relative;
	background: url(../images/image_corner/stampa/riviste/image_corner_casamica_0401.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}	
			
/* INTERNI */			
#image_corner_interni_0604{
	position: relative;
	background: url(../images/image_corner/stampa/riviste/image_corner_interni_0604.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}

/* INTERNI */	
#image_corner_interni_0604_2{
	position: relative;
	background: url(../images/image_corner/stampa/riviste/image_corner_interni_0604_2.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}		

/* BOX */			
#image_corner_box_0606{
	position: relative;
	background: url(../images/image_corner/stampa/riviste/image_corner_box_0606.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}

/* CASE DA ABITARE */
#image_corner_case_da_abitare_06{
	position: relative;
	background: url(../images/image_corner/stampa/riviste/image_corner_case_da_abitare_06.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}	

/* DDN */
#image_corner_ddn_0507{
	position: relative;
	background: url(../images/image_corner/stampa/riviste/image_corner_ddn_0507.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}

/* DDN */
#image_corner_ddn_0507_2{
	position: relative;
	background: url(../images/image_corner/stampa/riviste/image_corner_ddn_0507_2.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}

/* DDN */	
#image_corner_ddn_0507_3{
	position: relative;
	background: url(../images/image_corner/stampa/riviste/image_corner_ddn_0507_3.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}			

/* MODO */		
#image_corner_modo_0194{
	position: relative;
	background: url(../images/image_corner/stampa/riviste/image_corner_modo_0194.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}	

/* PIGRECO */
#image_corner_pigreco_0607{
	position: relative;
	background: url(../images/image_corner/stampa/riviste/image_corner_pigreco_0607.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}


/* NISHA */
#image_corner_nisha_0608{
	position: relative;
	background: url(../images/image_corner/stampa/riviste/image_corner_nisha_0608.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}
			
/* CATALOGHI */
	
#image_corner_experimente{
	position: relative;
	background: url(../images/image_corner/stampa/cataloghi/image_corner_experimente.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}	
		
#image_corner_il_fantasma_del_design{
	position: relative;
	background: url(../images/image_corner/stampa/cataloghi/image_corner_il_fantasma_del_design.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}
	
#image_corner_design_yearbook{
	position: relative;
	background: url(../images/image_corner/stampa/cataloghi/image_corner_design_yearbook.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}	
	
#image_corner_passage_through_design{
	position: relative;
	background: url(../images/image_corner/stampa/cataloghi/image_corner_passage_through_design.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}
	
#image_corner_italian_designers_book{
	position: relative;
	background: url(../images/image_corner/stampa/cataloghi/image_corner_italian_designers_book.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}					
	
#image_corner_the_new_italian_design{
	position: relative;
	background: url(../images/image_corner/stampa/cataloghi/image_corner_the_new_italian_design.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}

#image_corner_100designers{
	position: relative;
	background: url(../images/image_corner/stampa/cataloghi/image_corner_100designers.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}
			

/* CONTATTI */
#image_corner_contatti{
	position: relative;
	background: url(../images/image_corner/image_corner_contatti.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}	
	
/* CREDITS PRIVACY */
#image_corner_credits_privacy{
	position: relative;
	background: url(../images/image_corner/img_c_credits_privacy.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 468px;
	width: 400px;
	z-index: 99;
	}	
		
/* HIDDEN LINK */	
.hidden_link{
	display: block;
	width: 100%;
	height: 100%;
}

.cell_link{
	display: block;
	width: 100%;
	height: 100%;
}
																		/* ENTER PAGE */

#table_enter{
	position: relative;
	top: -105px;
	left: 143px;
	z-index: 99
}

/* PIERPAOLOLENOCIDESIGER */	
#gl_pre_site_pierpaololenocidesigner{
	background: url(../images/menu/pierpaololenocidesigner_presite.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
	height: 83px;
	width: 293px;
	overflow: visible;
	}																		
	
/* ENTRA */	
#gl_entra{
	background: url(../images/menu/entra.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 78px;
	width: 65px;
	cursor: pointer;
	overflow: hidden;
	}
	
#gl_entra:hover{	
	background-position: 0 -91px;
	}
	
/* ENTER */	

#gl_enter{
	background: url(../images/menu/enter.gif);
	background-position: 0 0px;
	background-repeat: no-repeat;
	height: 78px;
	width: 134px;
	cursor: pointer;
	overflow: hidden;
	}
	
#gl_enter:hover{
	background-position: 0 -91px;
	}	
		
#firma{
	position: relative;
	float: right;
	top: 125px;
	}			
																		/* GLOBAL LINK */
	
/* PIERPAOLOLENOCIDESIGER */	

#gl_pierpaololenocidesigner{
	background: url(../images/menu/global/pierpaololenocidesigner.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 30px;
	width: 293px;
	cursor: pointer;
	overflow: hidden;
	}
	
#gl_pierpaololenocidesigner:hover{
	background-position: 0 -30px;
	}

#gl_pierpaololenocidesigner_selected{
	background: url(../images/menu/global/pierpaololenocidesiger.gif);
	background-position: 0 -30px;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 30px;
	width: 293px;
	}	
	
/* BIOGRAFIA */	
#gl_biografia{
	background: url(../images/menu/global/biografia.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 30px;
	width: 106px;
	cursor: pointer;
	overflow: hidden;
	}
	
#gl_biografia:hover{	
	background-position: 0 -30px;
	}
	
#gl_biografia_selected{
	background: url(../images/menu/global/biografia.gif);
	background-position: 0 -30px;
	background-repeat: no-repeat;
	height: 30px;
	width: 106px;
	overflow: hidden;
	}	
	
/* PROGETTI&PRODOTTI */	
#gl_progetti_prodotti{
	background: url(../images/menu/global/progetti_prodotti.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 30px;
	width: 213px;
	cursor: pointer;
	overflow: hidden;
	}

#gl_progetti_prodotti:hover{
	background-position: 0 -30px;
	}
	
#gl_progetti_prodotti_selected{
	background: url(../images/menu/global/progetti_prodotti.gif);
	background-position: 0 -30px;
	background-repeat: no-repeat;
	height: 30px;
	width: 213px;
	overflow: hidden;
	}
		
/* STAMPA */			
#gl_stampa{
	background: url(../images/menu/global/stampa.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 30px;
	width: 96px;
	cursor: pointer;
	overflow: hidden;
	}

#gl_stampa:hover{
	background-position: 0 -30px;
	}
	
#gl_stampa_selected{
	background: url(../images/menu/global/stampa.gif);
	background-position: 0 -30px;
	background-repeat: no-repeat;
	height: 30px;
	width: 96px;
	overflow: hidden;
	}

/* CONTATTI */			
#gl_contatti{
	background: url(../images/menu/global/contatti.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 30px;
	width: 92px;
	cursor: pointer;
	overflow: hidden;
	}
	
#gl_contatti:hover{
	background-position: 0 -30px;
	}
	
#gl_contatti_selected{
	background: url(../images/menu/global/contatti.gif);
	background-position: 0 -30px;
	background-repeat: no-repeat;
	height: 30px;
	width: 92px;
	overflow: hidden;
	}	
	
.label{
	font-size: 14px;
	line-height: 13px;
	letter-spacing: -1px;
}
													/* SUB MENU */

.selected{
	color: #00FF00;
	}


/* PAGINA BIOGRAFIA*/

/* BLOCCO MENU */
#tb_biografia{
	position: relative;
	margin-top: 1px;
	}

#box_sub_menu_biografia{
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	left: 0px;
	top: -7px;
	font-size: 21px;
	line-height: 15px;
	letter-spacing: -2px;
	padding-top: 7px;
	padding-left: 3px;
	padding-bottom: 3px;	
	border-left: solid 3px #00FF00;
}

#box_sub_menu_biografia a{
	font-size: 21px;
	line-height: 15px;
	letter-spacing: -2px;
	margin-left: -2px;
	margin-right: -2px;
	color: #CCCCCC;
	}

#box_sub_menu_biografia a:hover{
	color: #00FF00;
	}

#box_sub_menu_biografia a.selected{
	color: #00FF00;
	}

/* CONCORSI */


/* MOSTRE */


/* PAGINA PROGETTI */

/* BLOCCO MENU */
#tb_progetti{
	position: relative;
	left: 7px;
	margin-top: 1px;
	overflow: visible;
	}

#box_sub_menu_progetti_prodotti{
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	left: 1px;
	top: -1px;
	font-size: 21px;
	line-height: 18px;
	letter-spacing: -2px;
	padding-left: 3px;
	padding-bottom: 3px;	
	border-left: solid 3px #00FF00;
}

#box_sub_menu_progetti_prodotti a{
	font-size: 21px;
	line-height: 18px;
	letter-spacing: -2px;
	margin-left: -2px;
	margin-right: -2px;
	color: #CCCCCC;
	}

#box_sub_menu_progetti_prodotti a:hover{
	color: #00FF00;
	}

#box_sub_menu_progetti_prodotti a.selected{
	color: #00FF00;
	}
	
/* PAGINA STAMPA*/

/* BLOCCO MENU */
#tb_stampa{
	position: relative;
	margin-top: 3px;
	}

#box_sub_menu_stampa{
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	right: 0px;
	top: -7px;
	font-size: 21px;
	line-height: 18px;
	letter-spacing: -2px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 3px;	
	border-right: solid 3px #00FF00;
}

#box_sub_menu_stampa a{
	font-size: 21px;
	line-height: 18px;
	letter-spacing: -2px;
	margin-left: -2px;
	margin-right: -2px;
	color: #CCCCCC;
	}

#box_sub_menu_stampa a:hover{
	color: #00FF00;
	}

#box_sub_menu_stampa a.selected{
	color: #00FF00;
	}
	

/* CATALOGHI */

	
/* RIVISTE */
	

/* DOWNLOAD */
			

/* PAGINA CONTATTI*/

/* BLOCCO MENU */
#tb_contatti{
	position: relative;
	margin-top: 1px;
	z-index: 99;
	}

#box_sub_menu_contatti{
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	right: 23px;
	top: -7px;
	font-size: 21px;
	line-height: 18px;
	letter-spacing: -2px;
	padding-top: 7px;
	padding-right: 3px;
	padding-bottom: 3px;	
	border-right: solid 3px #00FF00;
}

#box_sub_menu_contatti a{
	display: block;
	font-size: 21px;
	line-height: 18px;
	letter-spacing: -2px;
	color: #CCCCCC;
	}

#box_sub_menu_contatti a:hover{
	color: #00FF00;
	}

#box_sub_menu_contatti a.selected{
	color: #00FF00;
	}
	
#box_sub_menu_contatti a.deselected{
	color: #CCCCCC;
	}
		
/* MOBILE */


/* FAX */


/* SKYPE */


/* EMAIL */


/* SUB MENU */	
	
#tb_sub_menu{ 
	position: relative;
	height: 119px;
	}
		
/* MENU ORIZZONTALE */	

#sub_menu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCC;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#sub_menu a:link, #sub_menu a:visited {
	display: block;
	font-size: 18px;
	font-weight: normal;
	color: #CCCCC;
	line-height: 15px;
}

#sub_menu a:hover{
	font-size: 18px;
	font-weight: normal;
	color: #00FF00;
	text-decoration: none;
	line-height: 15px;
}


/* BOX PAGINE */

.selected{
	font-size: inherit;
	color: #00FF00;
	}
	
/* LINK DI NAVIGAZIONE */
#nav_link{
	position: relative;
	float: left;
	right: 1px;
	top: -2px;
	}
	
#nav_link a{
	position: relative;
	margin-left: 1px;
	margin-right: 1px;
	font-size: 12px;
	}

#nav_link a:hover{
	color: #00FF00;
	}

#nav_link a.selected{
	color: #00FF00;
	}
	
/* HOME */
		
#home_image{
	position: relative;
	background: url(../images/home_img.jpg);
	background-position: left;
	background-repeat: no-repeat;
	float: left;
	left: 5px;
	top: 181px; /*93px*/
	height: 126px;
	width: 195px;
	z-index: 91;
	}	
	
/* FRECCE */
#arrow{
	position: relative;
	float: right;
	right: 13px;
	top: 189px;
	width: 16px;
	z-index: 99;
	}
	
#arrow a{
	padding-top: 3px;
	padding-bottom: 3px;
	}	
	
#arrow_popup{
	position: relative;
	float: right;
	top: 151px;
	left: 5px;
	width: 16px;
	z-index: 99;
	}
	
#arrow_popup a{
	padding-top: 3px;
	padding-bottom: 3px;
	}	

#img_popup{
	position: relative;
	top: 13px;
	left: 27px;
	z-index: 99;
	}
	
#title_popup{
	position: relative;
	font-size: 25px;
	line-height: 25px;
	letter-spacing: -2px;
    top: 25px;
	left: 25px;
	}
	
/* POPUP */
#box_popup{
	position: relative;
	float: left;
	text-align: justify;
	overflow: hidden;
	width: 575px;
	height: 321px;
	padding-bottom: 5px;
	z-index: 99;
}
/* SCROLL */
#box_popup_scroll{   
	position: relative;
	top: 0px;
	font-size: 19px;
	line-height: 19px;
	letter-spacing: -2px;
	text-align: justify;
	width: 549px;
	height: 311px;
	padding-left: 25px;
	padding-right: 5px;
	padding-bottom: 5px;
}
				
/* BIOGRAFIA */
	
#box_biografia{
	position: relative;
	top: -7px;
	float: left;
	text-align: left;
	overflow: hidden;
	width: 100%;
	height: 408px;
	z-index: 99;
}
/* SCROLL */
#box_biografia_scroll{   
	position: relative;
	top: 0px;
	float: left;
	text-align: left;
	font-size: 26px;
	line-height: 27px;
	letter-spacing: -2px;
	width: 375px;
	height: 405px;
	padding-bottom: 9px;
}

#box_biografia a{
	color: #CCCCCC;
	font-size: 26px;
	line-height: 27px;
	letter-spacing: -2px;
	z-index: 99;
	}

#box_biografia_scroll a:visited{
	color: inherit;
	font-size: 26px;
	line-height: 27px;
	letter-spacing: -2px;
	}

#box_biografia_scroll a:hover{
	color: #00FF00;
	font-size: 26px;
	line-height: 27px;
	letter-spacing: -2px;
	}
	
.big_title{
	color: inherit;
	font-size: 27px;
	line-height: 25px;
	letter-spacing: -2px;
	}
	
/* CONCORSI */
#box_concorsi{
	position: relative;
	top: -7px;
	float: left;
	text-align: left;
  	width: 100%;
	height: 431px;
	overflow: hidden;
	z-index: 99;
}
/* SCROLL */
#box_concorsi_scroll{   
	position: relative;
	top: 0px;
	float: left;
	text-align: left;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: -2px;
	width: 375px;
	height: 429px;
	padding-bottom: 9px;
}

#box_concorsi_scroll a, #box_concorsi_scroll a:visited{
	color: #CCCCCC;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: -2px;
	}

#box_concorsi_scroll a:hover{
	color: #00FF00;
	}

/* MOSTRE */
#box_mostre{
	position: relative;
	top: -7px;
	float: left;
	text-align: left;
  	width: 100%;
	height: 423px;
	overflow: hidden;
	z-index: 99;
}
/* SCROLL */
#box_mostre_scroll{   
	position: relative;
	top: 0px;
	float: left;
	text-align: left;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: -2px;
	width: 375px;
	height: 425px;
	padding-bottom: 9px;
}	
	
/* PROGETTI & PRODOTTI */
#box_progetti_prodotti{
	position: relative;
	top: -3px;
	float: left;
	text-align: justify;
	font-size: 35px;
	line-height: 31px;
	letter-spacing: -3px;
	padding-right: 3px;
	}

/* ALLTOGHETHER */
#box_alltoghether{
	position: relative;
	top: -7px;
	float: left;
	text-align: left;	
	font-size: 27px;
	line-height: 25px;
	letter-spacing: -2px;
	padding-bottom: 5px;
	padding-right: 3px;
	}
	
/* ondo */
#box_ondo{
	position: relative;
	top: -7px;
	float: left;
	text-align: left;
	font-size: 27px;
	line-height: 25px;
	letter-spacing: -2px;
	padding-bottom: 5px;
	padding-right: 3px;
	}		

/* ESTENSO */
#box_estenso{
	position: relative;
	top: -7px;
	float: left;
	text-align: left;
	font-size: 27px;
	line-height: 25px;
	letter-spacing: -2px;
	padding-bottom: 5px;
	padding-right: 3px;
	}	

#box_estenso a{
	color: #CCCCCC;
	font-size: 27px;
	line-height: 25px;
	letter-spacing: -2px;
	z-index: 99;
	}

#box_estenso a:visited{
	color: inherit;
	font-size: 27px;
	line-height: 25px;
	letter-spacing: -2px;
	}

#box_estenso a:hover{
	color: #00FF00;
	font-size: 27px;
	line-height: 25px;
	letter-spacing: -2px;
	}
	
/* FLESSO */
#box_flesso{
	position: relative;
	top: -7px;
	float: left;
	text-align: left;
	font-size: 27px;
	line-height: 25px;
	letter-spacing: -2px;
	padding-bottom: 5px;
	padding-right: 3px;
	}

	
/* IMO */
#box_imo{
	position: relative;
	top: -7px;
	float: left;
	text-align: left;
	font-size: 27px;
	line-height: 25px;
	letter-spacing: -2px;
	padding-bottom: 5px;
	padding-right: 3px;
	}		
	
/* MOUSE */
#box_mouse{
	position: relative;
	top: -7px;
	float: left;
	text-align: left;
	font-size: 27px;
	line-height: 25px;
	letter-spacing: -2px;
	padding-bottom: 5px;
	}
	
/* QUADRO' */
#box_quadro{
	position: relative;
	top: -7px;
	float: left;
	text-align: left;
	font-size: 27px;
	line-height: 25px;
	letter-spacing: -2px;
	padding-right: 3px;
	}
		
/* SHEHE */
#box_shehe{
	position: relative;
	top: -7px;
	float: left;
	text-align: left;
	font-size: 27px;
	line-height: 25px;
	letter-spacing: -2px;
	padding-bottom: 5px;
	padding-right: 3px;
	}	

/* SKLIN */
#box_sklin{
	position: relative;
	top: -7px;
	float: left;
	text-align: left;
	font-size: 27px;
	line-height: 25px;
	letter-spacing: -2px;
	padding-bottom: 5px;
	padding-right: 3px;
	}

/* SLIDE */
#box_slide{
	position: relative;
	top: -7px;
	float: left;
	text-align: left;
	font-size: 27px;
	line-height: 25px;
	letter-spacing: -2px;
	padding-bottom: 5px;
	padding-right: 3px;
	}

/* SOSO */
#box_soso{
	position: relative;
	top: -7px;
	float: left;
	text-align: left;
	font-size: 27px;
	line-height: 25px;
	letter-spacing: -2px;
	padding-bottom: 5px;
	padding-right: 3px;
	}
	
/* TATOMI */
#box_tatomi{
	position: relative;
	top: -7px;
	float: left;
	text-align: left;
	font-size: 27px;
	line-height: 25px;
	letter-spacing: -2px;
	padding-bottom: 5px;
	padding-right: 3px;
	}

/* TELECOMANDO */
#box_telecomando{
	position: relative;
	top: -7px;
	float: left;
	text-align: left;
	font-size: 27px;
	line-height: 25px;
	letter-spacing: -2px;
	padding-bottom: 5px;
	padding-right: 3px;
	}
	
/* UGO */
#box_ugo{
	position: relative;
	top: -7px;
	float: left;
	text-align: left;
	font-size: 27px;
	line-height: 25px;
	letter-spacing: -2px;
	padding-right: 3px;
	}

/* UNO_1 */
#box_uno_1{
	position: relative;
	top: -7px;
	float: left;
	text-align: left;
	font-size: 27px;
	line-height: 25px;
	letter-spacing: -2px;
	padding-bottom: 5px;
	padding-right: 3px;
	}
		
/* STAMPA */

/* CATALOGHI */	
#box_cataloghi{
	position: relative;
	top: -3px;
	float: left;
	text-align: left;
	font-size: 27px;
	line-height: 25px;
	letter-spacing: -2px;
	padding-bottom: 5px;	
	}
	
#box_cataloghi a{
	display: block;
	color: #CCCCCC;
	font-size: 27px;
	line-height: 25px;
	letter-spacing: -2px;
	}

#box_cataloghi a:visited{
	display: block;
	color: inherit;
	font-size: 27px;
	line-height: 25px;
	letter-spacing: -2px;
	}

#box_cataloghi a:hover{
	color: #00FF00;
	}

#box_cataloghi a.link_selected{
	font-size: 27px;
	line-height: 25px;
	letter-spacing: -2px;
	text-decoration: none;
	color: #00FF00;
	}
	
/* RIVISTE */
#box_riviste{
	position: relative;
	top: -3px;
	float: left;
	text-align: left;
  	width: 100%;
	height: 100%;
	overflow: v;
	z-index: 99;
}
/* SCROLL */
#box_riviste_scroll{   
	position: relative;
	float: left;
	top: 0px;
	text-align: left;
	font-size: 27px;
	line-height: 25px;
	letter-spacing: -2px;
	width: 375px;
	height: 435px;
	padding-bottom: 9px;
}
	
#box_riviste_scroll a{
	display: block;
	color: #CCCCCC;
	font-size: 27px;
	line-height: 25px;
	letter-spacing: -2px;
	z-index: 99;
	}

#box_riviste_scroll a:visited{
	display: block;
	color: inherit;
	font-size: 27px;
	line-height: 25px;
	letter-spacing: -2px;
	}

#box_riviste_scroll a:hover{
	display: block;
	color: #00FF00;
	font-size: 27px;
	line-height: 25px;
	letter-spacing: -2px;
	}

#box_riviste_scroll a.link_selected{
	display: block;
	color: #00FF00;
	font-size: 27px;
	line-height: 25px;
	letter-spacing: -2px;
	text-decoration: none;
	}
		
/* CONTENT */
#content{
	position: relative;
	top: -7px;
	float: left;
	text-align: left;
	}
	
#content a{
	color: #CCCCCC;
	font-size: 27px;
	line-height: 25px;
	letter-spacing: -2px;
	}

#content a:visited{
	color: #CCCCCC;
	font-size: 27px;
	line-height: 25px;
	letter-spacing: -2px;
	}

#content a:hover{
	color: #00FF00;
	}

#content a.link_selected{
	font-size: 27px;
	line-height: 25px;
	letter-spacing: -2px;
	text-decoration: none;
	color: #00FF00;
	}


/* DOWNLOAD */	
#box_download{
	position: relative;
	display: block;
	top: -7px;
	float: left;
	text-align: left;
	font-size: 27px;
	line-height: 25px;
	letter-spacing: -2px;
	padding-bottom: 5px;
	padding-right: 5px;
	}
	
#box_download a, #box_download a:visited{
	display: block;
	color: #CCCCCC;
	font-size: 27px;
	line-height: 25px;
	letter-spacing: -2px;
	}

#box_download a:hover{
	color: #00FF00;
	}
		
/* PAGINA CONTATTI*/		

#box_contatti{
	position: relative;
	top: -7px;
	float: left;
	text-align: justify;
	font-size: 27px;
	line-height: 25px;
	letter-spacing: -2px; 
	overflow: visible;
	padding-bottom: 5px;
	}

#box_contatti a{
	color: #CCCCCC;
	font-size: 27px;
	line-height: 25px;
	letter-spacing: -2px;
	}

#box_contatti a:visited{
	color: #CCCCCC;
	font-size: 27px;
	line-height: 25px;
	letter-spacing: -2px;
	}

#box_contatti a:hover{
	color: #00FF00;
	}	
/* EMAIL */
		
		
/* CREDITS PRIVACY */
#box_credits_privacy{
	position: relative;
	top: 0px;
	float: left;
	left: -1px;
	text-align: left;
  	width: 365px;
	height: 427px;
	overflow: hidden;
	z-index: 9;
}
/* SCROLL */
#box_credits_privacy_scroll{   
	position: relative;
	float: left;
	top: 0px;
	text-align: left;
	font-size: 14px;
	line-height: 13px;
	letter-spacing: -1px;
	width: 355px;
	height: 405px;
}

#box_credits_privacy_scroll a{   
	font-size: 14px;
	line-height: 13px;
	letter-spacing: -1px;
}			
		
/* FONDO PAGINA */

#footer{
	position: relative;
	margin-top: 5px;
	margin-bottom: 11px;
	}

#copyright{
	position: relative;
	margin-left: 25px;
	line-height: 15px;
	}

#credits_privacy{
	position: relative;
	margin-left: 15px;
	line-height: 15px;
	}

#credits_privacy_selected{
	position: relative;
	margin-left: 15px;
	line-height: 15px;
	color: #00FF00;
	}
	
#language{
	position: relative;
	margin-left: 375px;
	line-height: 15px;
	}

