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

body{
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	text-align: center;
}
/*--------------------------------------------------------*/
/* contenitore principale */
/*--------------------------------------------------------*/
#container {
	width: 950px;
	margin: 0 auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
/*--------------------------------------------------------*/
/* menu */
/*--------------------------------------------------------*/
#header {
	width: 100%;
	float: left;
	height: 40px;
	background-color:#740D0A;
	/*background-image: url(../brick_wall_14_doppio.jpg);*/
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF0000;
	border-left-color: #FF0000;
	overflow: hidden;
}
#headerMenu {
	margin-left: 20px;
/*	margin-left: 180px;*/
}
#headerMenu ul{
/*	list-style: none;*/
	margin: 0px;
}
#headerMenu ul li{
	display: inline;
}
#headerMenu li a{
	height: 40px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	text-decoration: none;
	border-right: 1px solid white;
	padding-top: 3px;
	padding-right: 55px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#headerMenu li .home{
	border-left: 1px solid white;
}
#headerMenu li a:visited{
	color: white;
}
#headerMenu li a:hover, #headerMenu li .current{
	color: white;
/*	background-image: url(../ita/images/mnu-bk-over.jpg);*/
	background-repeat: repeat-x;
	background-position: left top;
}
/*--------------------------------------------------------*/
/* barra sx dx e centrale */
/*--------------------------------------------------------*/
#navigationLeft{
	float: left;
	width: 160px;
	margin-left: -940px;
	margin-top: 15px;
	text-align: left;
	overflow: hidden;
}
#navigationRight{
	float: right;
	width: 160px;
	margin-left: -170px;
	margin-right: 10px;
	margin-top: 15px;
	overflow: hidden;
}
#contentWrapper {
	width: 100%;
	height: auto !important;  /* per i browser moderni */
	height: 485px;      /* per IE5.x e IE6 */
	min-height: 485px;
	float: left;
}
.contentMain {
	border: 1px solid #CCCCCC;
	text-align: left;
	overflow:hidden;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 180px;
/*	padding-top: 15px;
	padding-right: 15px;*/
	padding-bottom: 15px;
/*	padding-left: 15px;*/
}
.contentMainTitle{
	height: 20px;
	width: 100%;
	margin-bottom: 15px;
	padding-left: 0px;
	background-color: #EEEEEE;
	border-bottom: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	/*color: #CC0000;*/
	color: #740D0A;
	text-decoration: none;
	line-height: 1.7em;
	overflow: hidden;
}
.contentMainTitle b{
	margin-left: 5px;
}
/*--------------------------------------------------------*/
/* footer immagini e footer testi */
/*--------------------------------------------------------*/
#footerImage {
	clear: both;
	height: 50px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
#footerText {
	clear: both;
	height: 32px;
	background-color: #666666;
	/*line-height: 2.7em;*/
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
#footerText a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#footerText a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#footerText a:hover{
	color: #CCCCCC;
	text-decoration: none;
}

/*--------------------------------------------------------*/
/* classe x box contenitore dei riquadri laterali */
/*--------------------------------------------------------*/
.boxLat {
	left: 0px;
	top: 0px;
	margin-bottom: 10px;
	/*	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;*/
/*	border: 1px solid #CCCCCC;*/
/*	background-color: #FFFFFF;*/
	background-image: url(img/silvestri_1115_small2.JPG);
	text-align:left;
	overflow:hidden;
	border: 1px solid #CCCCCC;
}
.boxLatTitle{
	height: 20px;
	text-align: left;
	margin-bottom: 7px;
	line-height: 1.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
	overflow:hidden;
	clear:both;
	padding-left: 0px;
	color: #666666; 
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #EEEEEE;
}
.boxLatTitle b{
	margin-left: 5px;
}
.boxLatTitle a{
	text-decoration: none;
	color: #666666;
}
.boxLatTitle a:visited {
	text-decoration: none;
	color: #666666;
}
.boxLatTitle a:hover {
	text-decoration: none;
	color: #740D0A;
}
.boxLatContainer {
	width: 150px;
	margin-left: 5px;
	margin-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	vertical-align: top;
}
.boxLatContainerScroll {
	width: 170px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	clear:both;
	overflow: auto;
}
.boxLatImage {
	left: 0px;
	top: 0px;
	width: 170px;
	height: 150px;
	height:150px !important;height /**/: 150px;
	margin-bottom: 10px;
	text-align: center;
	vertical-align: middle;
}
/*--------------------------------------------------------*/
/* riquadro laterale lista famiglie-categorie-prodotti */
/*--------------------------------------------------------*/
ul.ulCategorie {
	list-style: none;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 2px;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	overflow: hidden;
}
ul.ulCategorie li{
	line-height: 1.2em;
	padding: 7px 0 7px 15px;
	margin: -10px 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
/*	background-image: url(../images/round-red.png);*/
	background-repeat: no-repeat;
	background-position: 0 0.6em;
} 
ul.ulCategorie li a{
	text-decoration: none;
	color: #999999;
}
ul.ulCategorie li a:hover{
	color:  #740D0A;
	text-decoration: none;
}
ul.ulCategorieM {
/*	list-style-type: square;
	list-style-position: inside;*/
	color: #666666;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 2px;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
/*	overflow: hidden;*/
}
ul.ulCategorieM li{
	line-height: 1.2em;
	padding: 7px 0 7px 7px;
	margin: -10px 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
/*	background-image: url(../images/round-red.png);
	background-repeat: no-repeat;
	background-position: 0 0.6em;*/
} 
ul.ulCategorieM li a{
	text-decoration: none;
	color: #666666;
}
ul.ulCategorieM li a:hover{
	text-decoration: none;
}
ul.ulCategorieP {
	list-style-image: url(../img/check.jpg);
	list-style-type: circle;
/*	margin-left: 15px;
	padding-left: 0px;
	margin-top: 0px;
	list-style-position: inside;
	color: #666666;
	margin-bottom: 5px;
	margin-right: 2px;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-right: 0px;
/*	overflow: hidden;*/
}
/*ul.ulCategorieP li{
	line-height: 1.2em;
	padding: 7px 0 7px 15px;
	margin: 10px 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-image: url(../images/round-red.png);
	background-repeat: no-repeat;
	background-position: 0 0.6em;
} 
/*ul.ulCategorieP li a{
	text-decoration: none;
	color: #666666
}
ul.ulCategorieP li a:hover{
	text-decoration: none
}*/
/*--------------------------------------------------------*/
/* welcome container */
/*--------------------------------------------------------*/
#boxWelcome{
	line-height: 2em;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
#boxWelcome img{
	float:left;
	margin-left: 0px;
	margin-bottom: 3px;
	margin-right: 15px;
	border: 1px solid #CCCCCC;
}
#boxWelcome p{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
/*	color: #666666;*/
	text-decoration: none;
}

#boxWelcomeH{
	line-height: 2em;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
#boxWelcomeH img{
	float:left;
	margin-left: 0px;
	margin-bottom: 3px;
	margin-right: 15px;
/*	border: 0px solid #CCCCCC;*/
}
#boxWelcomeH p{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
/*	color: #666666;*/
	text-decoration: none;
}

/*--------------------------------------------------------*/
/* profile container */
/*--------------------------------------------------------*/
#boxProfile{
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#boxProfile img{
	float:right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#boxProfile h3{
	padding: 0;
	margin-right: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#boxProfile p{
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-indent: 15px;
	background-image: url(../images/square-red.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10;
	margin-left: 0px;
}
.clearer{clear: left}
/*--------------------------------------------------------*/
/* dovesiamo container */
/*--------------------------------------------------------*/
#boxDoveSiamo{
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	text-align: center;
}
#boxDoveSiamo a{
	text-decoration: none;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#boxDoveSiamo a:visited {
	text-decoration: none;
	color: #666666;
}
#boxDoveSiamo a:hover {
	text-decoration: none;
	color: #CC0000;
}
/*--------------------------------------------------------*/
/* contatti container */
/*--------------------------------------------------------*/
#boxContatti{
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	text-align: center;
}
#boxContatti h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}
#boxContatti p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}
#boxContatti a{
	font-family: Verdana,Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#boxContatti a:visited {
	text-decoration: none;
	color: #333333;
}
#boxContatti a:hover {
	text-decoration: none;
	color: #CC0000;
}

#boxAzienda p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}
#boxAzienda{
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	text-align: left;
}
/*--------------------------------------------------------*/
/* box prodotti gruppi */
/*--------------------------------------------------------*/
#boxProdottiGrp{
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	text-align: center;
}
.tbArt {
}
.tbArt a{
	text-decoration: none;
}
.tbArt a:hover h3{
	text-decoration: none;
/*	color: #CC0000;*/
}
.tbArt .spacerH {
	width: 15px;
	background-color: #FFFFFF;
	border: 0px;
}
.tbArt .spacerV {
	height: 10px;
	background-color: #FFFFFF;
	border: 0px;
}
.tbArt .tdBoxArt{
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	overflow: hidden;
}
.tbArt .tdBoxArt:hover {
	border-color: #740D0A;
}
.boxArtContent{
	height: 85px;
	width: 200px;
	margin:2px;
	overflow: hidden;
}
.boxArtContent img{
	float:left;
	width: 75px;
	height: 75px;
	margin: 3px;
	margin-right: 5px;
	border: 1px solid #DDDDDD;
}
.boxArtContent p{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.boxArtContent h3{
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.boxArtContent a{
	text-decoration: none;
	color: #333333;
}
.clearer{clear: left;}
/*--------------------------------------------------------*/
/* box esclusivi */
/*--------------------------------------------------------*/
.boxArtContentE{
	height: 60px;
	width: 340px;
	margin:2px;
	overflow: hidden;
}
.boxArtContentE img{
	float:left;
/*	width: 75px;*/
	height: 50px;
	margin: 5px;
	margin-right: 5px;
	border: 0px solid #DDDDDD;
}
.boxArtContentE p{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.boxArtContentE h3{
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.boxArtContentE a{
	text-decoration: none;
	color: #333333;
}
