body {
	/*width:1500px;*/
	background:#000 url(img/bg-body.gif) repeat-x top left;
	margin:0;
	padding:0;
	font-family: Aria, Trebuchet MS, Verdanal;
	text-align:center;
	}
	
a img {
	border:0;
}	
	
#bg-container {
	background:#333;
	}	

#main {
	text-align:left;
	width:816px;
	margin:8px auto 0 auto;
	background:#333 url(img/bg_main.gif) repeat-y top left;
}	

#top {
	text-align:left;
	background: url(img/logo.gif) no-repeat center right;
	height:55px;
}

#main-img {
	text-align:center;
}

#content {
	float:left;
	text-align:left;
	margin-left:32px;
	margin-top:12px;
	width:480px;
	display:inline; /* serve per risolvere BUG IE che raddoppia il margin-left su un float:left !! */
	background: url(img/separa.gif) repeat-y top right;
}

#right {
	width:232px;
	/*height:400px;*/
	margin-left:550px;
	margin-top:12px;	
	text-align:right;
}

#content-int {
	float:left;
	text-align:left;
	margin-left:32px;
	margin-top:12px;
	width:270px;
	text-align:left;
	display:inline; /* serve per risolvere BUG IE che raddoppia il margin-left su un float:left !! */
	background: url(img/separa.gif) repeat-y top right;
}

#right-int {
	width:480px;
	/*height:400px;*/
	/*padding-top:1px;*/
	margin-left:306px;
	margin-top:22px;	
	/*text-align:right;*/
	/*border:1px solid #f00;*/ /* 4test */
}

#footer {
	height:60px;
	background:#000;	
	border-top:1px solid #999;	
	color:#fff;
	font-size:12px;
	line-height: 26px;
}

/* ********************************************************************************** */

#contatti {
	margin-left:12px;
}

#testoprivacy {
	margin:10px;
	font-size:11px;
	color:#fff;

}

#testoprivacy a {
	font-size:11px;
	color:#fff;

}

form label {
	font-size:11px;
	color:#fff;
}

form input,form textarea{
	border: 1px solid #333;
	background:#666;
	color:#fff;
	line-height:15px;
	font-size:12px;
	margin-bottom:2px;
}

form textarea {
width:300px;
height:120px;
}

form label {
	color:#fff;
	float:left;
	width:140px;
}

.button {
	border: 1px solid #000;
	background:#666;	
	margin:10px;	
}


#menu-top {
	text-align:center;
	width:480px;
	height:55px;
	margin-left:30px;
	padding-top:10px;	
	padding:10px 4px;	
	background: url(img/bg_menu_top.gif) no-repeat top left;	
}

#menu-top img {
	margin:10px auto;
}

#menu-top a {
	padding:4px 20px;
	/*margin-top:14px;*/
	color: #000;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	border-right:#999 solid 1px;
	border-left:#fff solid 1px;
}

#box-text {
	/*background: url(img/bg-text.jpg) no-repeat bottom left;*/
	margin-bottom:16px;	

}

.box-text-home {
	background: url(img/bg-text.jpg) no-repeat bottom center;	
	width:463px;
	height:214px;
}

#scrolltext {
	height:158px;
	overflow:auto;
	width:440px;
	padding-bottom:10px;	

}

#box-commercio {
	position: relative;
	width:232px;
	height:128px;
	background: url(img/box-commercio.gif) no-repeat top left;	
	margin-bottom:12px;		
}

#box-lavorazione {
	position: relative;
	width:232px;
	height:128px;
	background: url(img/box-lavorazione.gif) no-repeat top left;
	margin-bottom:12px;		
}

#box-certificazioni {
	position: relative;
	width:232px;
	height:212px;
	background: url(img/box-certificazioni.gif) no-repeat top left;	
	margin-bottom:12px;
}
/*
#box-certificazioni {
	position: relative;
	width:443px;
	height:132px;
	background: url(img/box-certificazioni-oriz.gif) no-repeat top left;	
	margin-bottom:12px;
}
*/
#tasto-pdf1 {
	position:absolute;
	top:60px;
	left:170px;
	}
	
#tasto-pdf2 {
	position:absolute;
	top:140px;
	left:170px;
	}	
	
#tasto-pdf1 img, #tasto-pdf2 img {
	border:0;
	}

/* ****************************************************************************************** */

#box-text h1 {
	margin:10px 10px 5px 0;
	font-size:20px;
	color:#900;	
}
#box-text h2 {
	margin:5px 0;
	font-size:16px;	
	color:#900;
	border-bottom:1px solid #900;
	font-weight:bold;	
}
#box-text p {
	margin:5px 0;
	font-size:11px;
	color:#fff;
	padding:10px 0 28px 0;
	line-height:17px;
	letter-spacing:1px;
}

#box-text p a {
	color:#900;
	font-size:14px;
}

#box-commercio h3, #box-lavorazione h3 {
	width:128px;
	height:28px;
	margin:10px 10px;
	padding:4px;
	/*background: url(img/bg-title-box.gif) no-repeat top left;*/
	font-size:15px;	
	font-weight:bold;
	color:#fff;
}
#box-commercio p, #box-lavorazione p {
	width:144px;
	margin:6px 10px;
	font-size:11px;	
	color:#fff;
}

#tasto-box {
	position:absolute;
	bottom:10px;
	right:10px;
	}
	
#tasto-box img {
	border:0;
	}	
	
	
#right ul {
	margin-left:24px;
	margin-right:6px;
}
#right li {
	padding-left:10px;
	list-style:url(img/arrow.gif);
	font-size:12px;

}	

	

#error_message {
color:#fff;
margin-left:12px;
line-height:30px;
font-weight:bold;
}


.clear {	clear:left;}
.br {	line-height:4px;background: url(img/separoxright.gif) no-repeat bottom left;}

/* MENU LEFT */
#menu-left {
	margin-top: 10px;
}

#menu-left a {
	display: block;
	width: 213px;
	height: 42px;
	line-height:42px;
	font-size:13px;
	/*margin-bottom:3px;*/
	margin:3px 0;
	text-indent:10px;
	text-decoration:none;
}

#menu-left li a.normal {
	color:#333;
	background: url(img/bgnormal.gif) no-repeat top left;
	
}

#menu-left li a.over, #menu-left li a:hover {
	color:#fff;
	background: url(img/bgover.gif) no-repeat top left;
	margin:3px 6px;
}

/* MENU LEFT referenze */
#menu-left-ref {
	margin-top: 10px;
	background: url(img/middle-column-ref.gif) repeat-y top left;
	width:246px;
}

#menu-left-ref a {
	display: block;
	width: 213px;
	height: 42px;
	line-height:42px;
	font-size:13px;
	/*margin-bottom:3px;*/
	margin:3px 6px;
	text-indent:10px;
	text-decoration:none;
}

#menu-left-ref a.normal {
	color:#900;
}

#menu-left-ref a.over, #menu-left-ref a:hover {
	color:#900;
	background: url(img/arrow-ref.gif) no-repeat center right;
	margin:3px 6px;
}

#menu-left-ref .top
{
	background: url(img/top-column-ref.gif) no-repeat top left;
	width:246px;
	height:20px;
}

#menu-left-ref .bottom
{
	background: url(img/bottom-column-ref.gif) no-repeat top left;
	width:246px;
	height:20px;
}

.vaia {
	margin-left:17px;
}

#right-content {
	/*display: inline;*/
	margin-left:20px;
	/*margin-top:22px;*/
	/*margin-left:320px;*/
	/* ++++++ */
	width: 452px;
	background:#000;
}

.top-text-box {
	width: 452px;
	height: 15px;
	background: url(img/top-text-box.gif) no-repeat top left;
}

.bottom-text-box {
	width: 452px;
	height: 15px;
	background: url(img/bottom-text-box.gif) no-repeat bottom left;
}
/*
#bottom-content table {
margin:0 30px;
width: 90%;
}
*/
#right-content h2{
	text-align: left;
	font-size:16px;
	color:#900;
	color:#fff;	
	margin-left:30px;
}

#right-content h3{
	text-align: left;
	font-size:14px;
	color:#fff;
	margin:10px 30px;
}

#right-content p {
	margin:10px 30px;
	color:#ccc;
	font-size:13px;
}

#right-content h1 {
	font-size:14px;
	text-align:left;
	color:#fff;
	margin-left:20px;
	font-weight:bold;
}

/*
#right h1 {
	font-size:14px;
	font-weight:bold;	
	margin:10px 16px;
	color:#c00;
}
*/
.tipo1 {
	/*margin-left:10px;*/	
	/*background: url(img/bgTable01.gif) no-repeat top left;*/
	width:449px;
	margin-top:20px;
	margin-bottom:20px;
}

.tipo1 td {
	text-align:center;
	vertical-align:middle;
}

.tipo1 td img {
	/*margin:10px 30px;*/
	border:1px solid #ccc;
	margin:10px;
}

#scroll-content {
	width:400px;
	height:280px;
	overflow:auto;
	margin-left:18px;
	margin-top:20px;
	margin-bottom:20px;
}

.tipo2 {
	width:380px;
	margin-top:4px;
}

.tipo2 td {
	text-align:center;
	vertical-align:middle;
}

.tipo2 td img {
	border:1px solid #ccc;
	margin:4px;
}

#bottom-content td {
	/*width: 290px;*/

}

p.tleft {
	text-align: justify;
	margin:10px;
	font-size:11px;
	color:#fff;
	letter-spacing: 1px;
}

p.tright {
	text-align: justify;
	margin:10px;
	font-size:11px;
	color:#fff;
	letter-spacing: 1px;	
}


p.tleft span {
	display: block;
	margin:8px 0;
	font-size: 12px;
	border-bottom: 1px solid #666;
	text-align:left;
}

p.tright span {
	display: block;
	margin:8px 0;
	border-bottom: 1px solid #666;
	text-align: right;
}

.iternal-table {
	margin:7px;

}


.referenze-table
{
	margin-left:24px;
}
.referenze-table td img
{
	margin:8px;
}
.main_p_ref 
{
	border-bottom:1px solid #333;
	padding-bottom:14px;
}
.main_p_ref label
{
	color: #fff;
	font-weight:bold;
}




