/* Header gsb */
/*top*/
#header{
	height:41px;
	width:100%;
	background:url(../images/sfumatura_header.png) repeat-x 0 0;;
	text-align:center;
	min-width:1042px;
}
#contenitore_header{
	overflow:auto;
	width:960px;
	text-align:left;
	height:41px;
}
/*logo*/
#logo{
	float:left;
	background:url(../images/logo.png) no-repeat 0 0;
	height:41px;
	width:96px;
}
#logo h1{
	visibility:hidden;
	font-size:9px;
	display:block;
	height:41px;
	width:96px;
}
#pay_off{
	color:#FFF;
	font-size:9px;
	float:left;
	width:60px;
	margin-top:1px;
}
#pay_off h2 span{
	display:block;
	color:#FFF;
	font-size:9px;
	float:left;
}
.allineazione_h2{
	margin-left:1px;
}
/*menu*/
#menu{
	float:right;
	margin-top:14px;
	overflow:auto;
	width:502px;
}
#menu li{
	float:left;
	display:block;
}
#menu li a{
	display:block;
	float:left;
}
.margine_menu_fine{
	margin-left:10px;
	color:#FC9;
	font-size:23px;
}
.margine_menu{
	margin:0 10px;
	color:#FC9;
	font-size:23px;
}
#home{
	margin-top:1px;
	background:url(../images/home.png) no-repeat 0 0;
	width:42px;
	height:14px;
}
#home:hover{
	margin-top:1px;
	width:42px;
	height:14px;
	background: url(../images/home_over.png) no-repeat 0 0;
}
#chi{
	background: url(../images/chi.png) no-repeat 0 0;
	width:69px;
	height:14px;
}
#chi:hover{
	width:69px;
	height:14px;
	background: url(../images/chi_over.png) no-repeat 0 0;
}
#prodotti{
	background: url(../images/podotti.png) no-repeat 0 0;
	width:59px;
	height:17px;
}
#prodotti:hover{
	width:59px;
	height:13px;
	background: url(../images/prodotti_over.png) no-repeat 0 0;
}
#info{
	background: url(../images/info.png) no-repeat 0 0;
	width:155px;
	height:14px;
}
#info:hover{
	width:155px;
	height:14px;
	background: url(../images/info_over.png) no-repeat 0 0;
}
#contatti{
	background: url(../images/contatti.png) no-repeat 0 0;
	width:57px;
	height:13px;
}
#contatti:hover{
	width:57px;
	height:13px;
	background: url(../images/contatti_over.png) no-repeat 0 0;
}
/*foot*/
#cont_foot{
	margin:0px auto;
	width:990px;
	overflow:auto;
}
#foot_sx{
	background: url(../images/ombra_sx_foot.png) repeat-y 0 0;
	width:15px;
	height:22px;
	float:left;
}
* html div#foot_sx {
	background: url(../images/ombra_sx_foot_ie6.png) no-repeat 0 0;
}
#foot_dx{
	background: url(../images/ombra_dx_foot.png) repeat-y 0 0;
	width:15px;
	height:22px;
	float:right;
}
* html div#foot_dx {
	background: url(../images/ombra_dx_foot_ie6.png) no-repeat 0 0;
}
#foot{
	text-align:center;
	width:960px;
	height:22px;
	margin: 0px auto;
	background:#ff8425;
	color:#FFF;
	font-size:9px;
	float:left;
}
#foot p{
	padding-top:4px;
	color:#000;
}
#foot p a{
	color:#0a2a5b;
	font-size:10px;
}
#foot p a:hover{
	font-size:10px;
	color:#0a2a5b;
	text-decoration:underline;
}
