@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;}

body{
	background-image:url(../Immagini/sfondo_home_top.jpg);					/* LO SFONDO DELLA HOME E' DIVERSO 			/*normale*/
	/*background-image:url(../Immagini/sfondo_home_top_xmas.jpg);*/	/* LO SFONDO DELLA HOME E' DIVERSO */		/*natale*/
	background-position:top;
	background-repeat:repeat-x;
}

#pagina {
	margin:auto;
	width:895px;
}

#header{ width:895px;}

h2{
	font-size:14px;
	color:rgb(8,8,8);
	display:block;
	margin-bottom:25px;
	text-transform:none;
}

/* Stile slogan */
#slogan{
	width:400px;
	float:right;
	text-align:center;
	color:#FFF;
	margin-top: -32px;
	margin-bottom:15px;
}

#slogan #h1{
	font-size:34px; line-height:34px;
}

#slogan #h2{
	font-size:24px;
	text-transform:uppercase;
	line-height:36px;
}

/* Stile form login */
#login_home_top{
	/*background:url(../Immagini/login_top_xmas_transp.png) top no-repeat;*/
	
}

#login_home{
	color:#7d7d7d;
	font-weight:bold;
	font-size:11px;
	width:400px;
	height: 134px;
	float:right;
	background:url(../Immagini/login.png);
	clear:both;
	margin-top:4px;
	overflow:hidden;
}

#login_home_bottom{
	/*background:url(../Immagini/login_bottom.jpg) bottom no-repeat;*/
}

#login_home span{
	color:#080808;
	font-size:14px;
	display:block;
}

#form_login_home, #login_home span{
	padding:15px 5px 10px 20px;
	text-align:left;
}

#form_login_home .input{
	margin:0 5px 10px 0;
}

#form_login_home a#login{
	margin-left:262px;
	margin-bottom:10px; 
}

#form_login_home #label1{	
	margin-right:5px;
}

#form_login_home #check1{
	clear:both;
}

/* Stile box sinistra */
.box_sinistro{
	width:486px;
	float:left;
}

/* Stile box destra */
.box_destro{
	float:right;
	width:400px;
	/*margin-left:495px;*/
}

.box_lati{background:url(../Immagini/box_lati.jpg) top repeat-y; width:895px;}

.box_top{background:url(../Immagini/box_top.jpg) top no-repeat;}

.box_bottom{background:url(../Immagini/box_bottom.jpg) bottom no-repeat;}

.box_contenuto{
	padding:20px 20px 10px 20px;
	font-size:11px;
	font-weight:bold;
	color:#7d7d7d;
}

.box_contenuto p{
	font-size:11px;
	font-weight:bold;
	color:#7d7d7d;
	padding:20px 0;
}

.box_interno img{
	margin-right:15px;
}

.box_interno span{
	float:left;
	text-align:center;
	margin:0 5px 0 0;
}

.box_contenuto a{
	color:rgb(227,4,48);
	font-weight:bold;
	font-size:11px;
}

h3, #data{
	font-size:14px;
	color:rgb(227,4,48);
	font-weight:bold;
	text-transform:uppercase;
}

/* Stile Cartina filiali */
#mappa{
	margin-top:-200px;
	margin-left:184px;
}


/* Stile footer */
#contenitore_footer{
	background-color:rgb(242,242,242); 
	background-image:url(../Immagini/footer_toph.jpg); 
	background-position:top; 
	background-repeat:no-repeat; 
	width:888px;
	clear:both;
	margin:auto;
	margin-bottom:30px;
	margin-top:6px;
}

#contenitore_footer_in{
	clear:both;
	padding-top:30px; 
	padding-bottom:30px;
	background-image:url(../Immagini/footer_bottomh.jpg); 
	background-position:bottom; 
	background-repeat:no-repeat; 
}

#contenitore_footer table{
	width:95%;
	margin:auto;
	text-align:left;
}

#contenitore_footer table td{ 
	vertical-align:top;
}

#contenitore_footer table td.barra_sx{ 
	border-left:solid 1px rgb(217,217,217);
}
#contenitore_footer table td.barra_sx dl{ margin:0 15px;}
#contenitore_footer table td#prima_col dl{ margin-right:15px;}
#contenitore_footer a{ color:rgb(149,149,149); font-weight:bold;}
#contenitore_footer dt a{ color:#a19379; font-weight:bold;}
#contenitore_footer dt a:hover{ color:rgb(227,4,48); font-weight:bold;}
#contenitore_footer dt { font-size:12px; margin-bottom:5px}
#contenitore_footer dd { font-size:10px;margin-bottom:4px}
#contenitore_footer,#contenitore_footer  #riferimenti_selex{font-weight:normal; font-size:11px; color:rgb(85,84,84);}
#contenitore_footer #menu_fondo a.testo_rosso{ color:rgb(227,4,48); font-size:11px;}
#contenitore_footer #denom_soc{ color:rgb(45,44,44); font-weight:bold;}


#benvenuto #nome_utente{
		padding-top:5px;
}

#benvenuto .bottone_benvenuto{
	margin-bottom:10px;
}
