/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	margin:0px;
	padding:0px;
	background-image:url(src/bk-generale.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

#contenitore{
	width:100%;
	height:auto;
	margin:0 auto;
}

#testata{
	width:1000px;
	height:200px;
	background-image:url(src/sfondo-testa.jpg);
	background-repeat:no-repeat;
	border-top:6px solid #A4A48C;
	margin:0 auto;
}

#lingue{
	width:970px;
	height:30px;
	line-height:30px;
	text-align:right;
	padding-right:30px;
}

#testo-testata{
	width:970px;
	height:140px;
	line-height:70px;
	text-align:right;
	padding-right:30px;
	font-size:12px;
	color:#A4A48C;
}

#menu-testa{
	width:402px;
	height:30px; 
	line-height:30px;
	margin:0 auto; 
	background-color:#A4A48C; 
	float:right; 
	font-family:"Times New Roman", Times, serif;
	font-size:20px; 
	text-transform:capitalize;
	font-weight:bold;
}

#menu-testa-eng{
	width:450px;
	height:30px; 
	line-height:30px;
	margin:0 auto; 
	background-color:#A4A48C; 
	float:right; 
	font-family:"Times New Roman", Times, serif;
	font-size:20px; 
	text-transform:capitalize;
	font-weight:bold;
}

#spazio{
	width:1000px;
	height:1px;
	clear:both;
	margin:0 auto;
}

#spazio-nero{
	width:100%;
	height:1px;
	clear:both;
	margin:0 auto;
	/*background-color:#000000;*/
}

#corpo{
	width:1000px;
	height:auto;
	margin:0 auto;
}

#colonna-sin{
	width:250px;
	float:left;
	border-top: 10px solid #000000;
	margin-right:5px;
}

#corpo-menu{
	width:100%;
	height:315px;
	background-color:#C5C4AB; 
	font-family:"Times New Roman", Times, serif;
	font-size:1.1em; 
	text-transform:uppercase;
	font-weight:normal;
	background-image:url(src/gomitolo-pul2.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
}

#colonna-dex {
	width:745px;
	float:left;
	background-color:#FFFFFF;
}

#testo-home{
	width:685px;
	padding:30px 30px 0px 30px;
	margin-bottom:40px;
	line-height:24px;
	font-size:12px;
	background-color:#FFFFFF;
}

#titolo{
	width:705px;
	height:25px;
	margin-top:25px;
	margin-bottom:15px;
	padding:0px 0px 0px 30px;
	color:#74745C; 
	font-family:"Times New Roman", Times, serif;
	font-size:20px; 
	text-transform:uppercase;
	font-weight:normal;
}

#testo-interno{
	width:685px;
	padding:0px 30px 0px 30px;
	margin-bottom:15px;
	line-height:24px;
	font-size:12px;
	background-color:#FFFFFF;
}

#testo-interno-form{
	width:685px;
	padding:0px 30px 0px 30px;
	font-size:11px;
	background-color:#FFFFFF;
}

#testo-lavorazioni{
	width:685px;
	padding:0px 30px 0px 30px;
	margin-bottom:15px;
	line-height:18px;
	font-size:12px;
	background-color:#FFFFFF;
}

#footer{
	width:720px;
	height:90px;
	padding:10px 5px 10px 5px;
	margin:0 auto;
	color:#898787;
	font-size:11px;
	border-top:1px solid #A4A48C;
	margin-top:28px;
}

#footer img{ float:left;}

#footer p{float:left; height:43px; margin:0; padding:10px 0px 0px 0px;}

/* Contenitore gallery */
#box-cont-galleria {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	width:680px;
	padding-top:20px;
	margin:0 auto;
	text-align:left;
}
#box-cont-galleria a img{border:0px; margin:0px 30px 0px 30px; background-color:#A4A48C; padding:5px; height:113px; width:150px;}
.spazio-galleria{
	width:600px;
	height:15px;
	clear:both;
}
/* Fine Contenitore gallery */

/* Form */
#form_da_validare input.areatext {
	font:Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:left;
	background:#FFFFFF;
	border:1px solid #A69224;
	font-size: 13px;
	margin:0px 0px 0px 0px;
	width:160px;
}

#form_da_validare input.areapulsante {
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background:#000000;
	border: 1px solid #A69224;
	font-size: 13px;
	cursor:pointer;
}

#form_da_validare label.error{color:red; font-weight:bold; margin-left:2px;}
/* Fine Form */

