/* ------------------------------STILI GENERICI */
body {
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#333;
	line-height: 15px;
}
a {
	color: #AB1F24;
}
a:hover{
	text-decoration:none;
}
input,textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	border:1px solid #CCC;
	padding:3px;
}
.invia {
	color: #fff;
	background-color: #666;
	font-weight:bold;
}
#zoom {
	width:800px;
}
#zoom #didascalia{
	width:800px;
	background-color:#AB1F24;
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #999;
}
#zoom #didascalia img{
	padding-right:20px;
	vertical-align: middle;
}
/* -----------------------------------CONTAINER */
#pagina {
	width:780px; 
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
}
/* --------------------------------------HEADER */
#container_testata #testata {
	background-color:#AB1F24;
	height:80px;
}
#container_testata #testata img{
	padding:0;
	margin:0;
}
#container_testata #testata #lingue{
	float:right;
	color:#FFFFFF;
	padding:10px;
}
#container_testata #testata #lingue a{
	color: #FFFFFF;
	text-decoration:none;
}
#container_testata #testata #lingue a:hover{
	color:#FFF3CD;
}
/* ----------------------------------------MENU */
#menu {
	background-image:url(../_img/bg_menu.jpg);
	background-repeat:repeat-x;
	height:20px;
	border-bottom:1px solid #666;
	border-top:1px solid #ECC4CD;
}
#menu ul {
	list-style:none;
	margin:0;
	display:inline;
}
#menu ul li{
	float:left;
	height: 17px;
	border-left:2px solid #FFF;
	width:128px;
	text-align:center;
	padding-top:3px;

}
#menu ul li.primo{
	border:none;
}
#menu ul li a{
	color: #000;
	text-decoration:none;
}
#menu ul li a:hover{
	color: #AB1F24;
}
/* ------------------------------------CONTENUTI */
#titolo {
	width:732px;
	background-image:url(../_img/bg_fascia.jpg);
	background-repeat:repeat-x;
	padding:15px 0 0 48px;
	height:40px;
	font-weight:bold;
}


#testo .box_prodotti{
	float:left;
	width:335px;
	padding-right:35px;
}
#testo h1{
	font-size:14px;
	margin:0;
	padding:0;
	background: url(../_img/quadrato.gif) 0 24px no-repeat;
	padding-left: 15px;
	border-bottom: 1px solid #ccc;
}
#testo .box_prodotti .miniatura {
	float:left;
	padding: 5px 5px 5px 0;
}
#testo .box_prodotti .descrizione {
	float:left;
	width:255px;
}
#testo .box_gallery{
	float:left;
	width:200px;
	padding:0 18px 10px 18px;
	font-size:11px;
}
/* ---------------------------------------FOOTER */
#footer {
	background-color:#FFF3CD; 
	height:55px; 
	color: #333;
	padding: 8px 15px 8px 25px;
}
#indirizzo {
	float:left; 
	width:300px;
	padding-left:15px;
	background:url(../_img/qu_rosso.gif) no-repeat 0 3px;

}
#tel {
	float:left; 
	width:220px;
	height:70px;
	padding-left:15px;
	background:url(../_img/qu_rosso.gif) no-repeat 0 3px;
}
#contatti {
	float:right; 
	width:95px;
}
#contatti a{
	text-decoration:none;
	color:#000000;
}
#contatti a:hover{
	color:#AB1F24;
}
#contatti img{
	vertical-align:middle;
}
