@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#434343;
}

img {
	border:0px;
}

.spacer-5 {
	height:5px;
}

.spacer-10 {
	height:10px;
}

.spacer-20 {
	height:20px;
}

h2 {
	margin:0px;
	padding:0px;
	font-size:12px;
	margin-bottom:6px;
}

a {
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

#container {
	margin:auto;
	margin-top:4px;
	width:950px;
}

#header {
	width:950px;
	height:171px;
	margin-bottom:4px;
}

#container-center {
	width:950px;
}

#footer {
	clear:both;
	text-align:center;
	padding-top:10px;
}


/*--------------------- MENU ---------------------*/

#menu {
	margin-top:10px;
	width:239px;
}

#menu a {
	display:block;
	width:200px;
	height:16px;
	background-image:url(../img/bg-menu-a.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	color:#666666;
	font-weight:bold;
	margin-left:15px;
	margin-bottom:6px;
}

#menu a span {
	padding-left:20px;
}

#menu a:hover {
	background-image:url(../img/bg-menu-b.jpg);
	background-repeat:no-repeat;
	color:#000000;
	font-weight:bold;
}

#home					#menu-home,
#prodotti				#menu-prodotti,
#fotogallery			#menu-fotogallery,
#azienda				#menu-azienda,
#blog					#menu-blog,
#lavorazione			#menu-lavorazione,
#ecologia				#menu-ecologia,
#manutenzione			#menu-manutenzione,
#dovesiamo				#menu-dovesiamo,
#newsletter				#menu-newsletter,
#news					#menu-news,
#download				#menu-download,
#contattaci				#menu-contattaci,
#leaderpoint			#menu-leaderpoint,
#rassegna				#menu-rassegna{
	background-image:url(../img/bg-menu-b.jpg);
	background-repeat:no-repeat;
	color:#000000;
	font-weight:bold;
}

.box-video {
	width:239px;
	text-align:center;
}


/*---------------------- RASSEGNA ------------------------*/


.foto-redazionale {
	float:left; 
	width:250px;
	height:375px;
	text-align:center;
	margin-right:50px;
}

.foto-redazionale img {
	margin-top:60px;
	margin-left:10px;
	border:1px solid #ccc;
}

.testo-redazionale {
	float:left;
	width:289px;
	height:375px;
	color:#000000;
	text-align:left;
}

.testo-redazionale p {
	margin-top:140px;
}

.testo-redazionale a {
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

.testo-redazionale a:hover {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}


/*------------------------ PRODOTTI -------------------------*/

#container-prodotti-menutop {
	height:27px;
	line-height:27px;
	position:relative;
}

.lab {
	float:left;
	width:137px;
	height:27px;
	margin-right:10px;
}

.lab a {
	display:block;
	width:137px;
	height:27px;
	overflow:hidden;
	background-image:url(../img/lab-a.jpg);
	background-repeat:no-repeat;
}

.lab a:hover {
	background-image:url(../img/lab-b.jpg);
	background-repeat:no-repeat;
}

.homedecor {
	float:left;
	width:137px;
	height:27px;
	margin-right:10px;
}

.homedecor a {
	display:block;
	width:137px;
	height:27px;
	overflow:hidden;
	background-image:url(../img/homedecor-a.jpg);
	background-repeat:no-repeat;
}

.homedecor a:hover {
	background-image:url(../img/homedecor-b.jpg);
	background-repeat:no-repeat;
}

.tavola {
	float:left;
	width:137px;
	height:27px;
	margin-right:10px;
}

.tavola a {
	display:block;
	width:137px;
	height:27px;
	overflow:hidden;
	background-image:url(../img/tavola-a.jpg);
	background-repeat:no-repeat;
}

.tavola a:hover {
	background-image:url(../img/tavola-b.jpg);
	background-repeat:no-repeat;
}

.table {
	float:left;
	width:137px;
	height:27px;
	margin-right:10px;
}


.table a {
	display:block;
	width:137px;
	height:27px;
	overflow:hidden;
	background-image:url(../img/table-a.jpg);
	background-repeat:no-repeat;
}

.table a:hover {
	background-image:url(../img/table-b.jpg);
	background-repeat:no-repeat;
}

.fotogallery, .photogallery {
	position:absolute;
	top:0px; 
	right:0px;
	width:137px;
	height:27px;
}

.fotogallery a {
	display:block;
	width:137px;
	height:27px;
	overflow:hidden;
	background-image:url(../img/fotogallery-a.jpg);
	background-repeat:no-repeat;
}

.fotogallery a:hover {
	background-image:url(../img/fotogallery-b.jpg);
	background-repeat:no-repeat;
}

.photogallery a {
	display:block;
	width:137px;
	height:27px;
	overflow:hidden;
	background-image:url(../img/photogallery-a.jpg);
	background-repeat:no-repeat;
}

.photogallery a:hover {
	background-image:url(../img/photogallery-b.jpg);
	background-repeat:no-repeat;
}



/*
.linkettone-categoria {
	font-size:15px; 
	color:#000;
}

.linkettone-categoria a {
	font-size:15px;
	font-weight:normal;
	color:#dd9c45;
	text-decoration:none;
}

.linkettone-categoria a:hover {
	color:#dd9c45;
	text-decoration:underline;
}

.titolone-categoria {
	font-size:15px; 
	color:#000;
}

.ricerca-per {
	font-size:15px; 
	color:#666;
}
*/

.containet-miniatura {
	position:relative; 
	width:139px; 
	height:195px; 
	float:left; 
	background-image:url(/img/bg-miniatura.gif); 
	background-repeat:no-repeat;
}

.img-miniatura {
	position:absolute; 
	top:4px; 
	left:4px;
	width:131px; 
	height:103px;
}

.testo-miniatura {
	position:absolute; 
	top:110px; 
	width:139px; 
	text-align:center; 
	font-size:9px;
}

.testo-miniatura span {
	position:absolute;
	width:130px;
	left:5px;
	right:5px;
	
}


/*---------------------- ELEMENTI ----------------------*/

.contenuto-centro {
	width:502px;
	text-align:left;
	margin-top:5px;
}

.contenuto-centrolungo {
	width:697px;
	text-align:left;
	padding:5px;
}

.box-destra {
	padding:10px; 
}

.testo-contacts {
	display:block;
	margin-bottom:4px;
}


/*----------------------------- GALLERY ------------------------------*/

#center-lungo-gallery-title {
	float:left;
	text-align:center;
	margin-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	line-height:19px;
	width:699px;
	height:20px;
}

#center-lungo-gallery-title a {
	color:#666666;
	font-size:12px;
	text-decoration:none;
	padding-left:140px;
	padding-right:140px;
	font-weight:bold;
}

#center-lungo-gallery-title a:hover {
	color:#000000;
	font-weight:bold;
	background-color:#fff;
}

#botthomedecor		#menu-botthomedecor,
#botttavola			#menu-botttavola {
	color:#000000;
	font-weight:bold;
	background-color:#fff;
}


/*--per ie---*/

#margine-negativo-10-ie {
	margin-top:-10px;
}

#margine-negativo-10-relativo-ie {
	margin-top:-10px;
	position:relative;
}

#margine-negativo-5-ie {
	padding-left:5px; margin-top:-5px; text-align:left;
}



/*----  BLOG  ----*/

.contenuto-centro-blog {
	width:502px;
	text-align:left;
	margin-top:5px;
}

.contenuto-centro-blog a {
	font-weight:normal;
	text-decoration:none;
	color:#131313;
}

.contenuto-centro-blog a:hover {
	font-weight:normal;
	text-decoration:underline;
	color:#666666;
}

.item {
	clear:both;
}

.tabelline-sopra {
	background-color:#f9b96f; 
	color:#000;
	text-align:center; 
	padding:2px; 
	width:70px;
	font-size:11px;
}

.tabelline-sopra-rowspan {
	background-color:#ffffff; 
	color:#333;
	text-align:center; 
	padding:2px; 
	width:70px;
	font-size:11px;
}

.tabelline-sopra-rowspan a {
	font-size:11px;
}

.tabelline-sotto {
	background-color:#ffffff; 
	color:#333;
	text-align:center; 
	padding:2px; 
	width:70px;
	font-size:10px;
}

.contenuto-bloggata, .contenuto-commento {
	margin-bottom:10px;
}

.contenuto-bloggata a:hover {
	text-decoration:none;
}

.contenuto-bloggata p {
	margin:0px;
	padding:0px;
}

.errore {
	color:#FF0000;
}

.miniaturina-blog {
	float:left;
	width:100px;
	margin-right:10px;
}

.miniaturinamini-blog {
	float:left;
	width:40px;
	margin-right:10px;
}

.miniaturinamini-blog img {
	width:38px;
	border:1px solid #acacac;
}

.miniaturina-blog img {
	width:98px;
	border:1px solid #acacac;
}

.testo-blog-img {
	width:350px;
	margin-left:7px;
	margin-bottom:14px;
	float:left;
}

.testo-blog-noimg {
	padding-left:1px;
}

.miniaturina-commento {
	float:left;
	width:80px;
}

.miniaturina-commento img {
	width:78px;
	border:1px solid #acacac;
}

.testo-commento-img {
	width:490px;
	margin-left:7px;
	margin-bottom:14px;
	float:left;
}

.testo-commento-noimg {
	padding-left:1px;
}

#lista-argomenti {
	margin:0px;
	padding:0px;
}

#lista-argomenti li {
	margin:0px;
	padding:0px;
	margin-left:10px;
	list-style-type:none;
}

.segnala a {
	font-size:11px;
	color:#558aba;
	text-decoration:none;
}

.segnala a:hover {
	color:#558aba;
	text-decoration:underline;
}

#sottomenu-blog a {
	display:block;
	margin-bottom:5px;
	color:#666;
}

#sottomenu-blog a:hover {
	display:block;
	margin-bottom:5px;
	color:#000000;
}

#blog1		#sottomenu-blog1,
#blog2		#sottomenu-blog2,
#blog3		#sottomenu-blog3,
#blog4		#sottomenu-blog4 {
	color:#000000;
}

.input-login {
	border:1px solid #ccc; width:250px; height:15px;
}