/* ================== 
LAYOUT
=====================  */

html, body
{
	height: 100%;
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	padding: 0;
	background-color: #ececdf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-align: center;
	line-height: 14px;
}

#wrapper
{
	min-height: 100%;
	_height:100%;
	margin: 0 auto;
	padding: 0 10px;
	width: 740px;
	text-align: left;
	background: #ECECDF url(../img/bkd_white_innershadow.gif) center repeat-y;}

#testata
{
	margin: 0 10px;
	padding: 0;
	background: white url('../img/factory.jpg') right no-repeat;
	border-bottom: 20px solid #B3B39E;
	height: 80px;
}

#logo { width: 200px; }

h1
{
	margin: 0 0 15px;;
	padding: 0;
	color: #ccc;
	font-size:18px;
	font-family: "lucida grande",arial,helvetica,sans-serif;
}

#nav_top
{
	float: right;
	margin: 10px 5px;
	background-color: transparent;
}

/* ==================
CONTAINERS
===================== */

#content
{
	background-color: #fff;
	text-align: left;
	margin: 0 10px;
	min-height: 360px;
}

#main
{
	background-color: #fff;
	margin: 20px 10px 10px 180px;
	padding: 10px;
	min-height: 360px;
	border-left: 1px dashed silver;
	}
	
#hp {
margin: 40px auto;
text-align:center;
}

#testo {
width: 260px;
}

/* ================== 
colonna sinistra
=====================  */

#c_left
{
	width: 165px;
	float: left;
	padding: 5px;
/*	min-height: 350px;
	_height: 360px; */
}

#footer
{
	height: 40px;
	border-top: 1px solid #f1f1e5;
	clear: left;
	background-color: white;
	color: #666;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	line-height: 20px;
	margin-top: 0;
}

#footer a
{
	text-decoration: none;
	color: #666 !important;
}

#footer p { margin: 0; }

/* ================== 
Liste
=====================  */

#navigator
{
	list-style-type: none;
	margin: 40px 0;
	padding: 0 0 0 10px;
}

ul#navigator li
{
}

ul#navigator li a
{
	display: block;
	text-decoration: none;
	background-color: white;
	margin: 3px 0 ;
	width: 130px;
	padding: 2px 0 2px 10px;
	font-size:12px;
	border: 1px solid white;
}

#azienda li#li-azienda a,
#dove li#li-dove a,
#links li#li-links a,
#contatti li#li-contatti a,
#gallery li#li-gallery a,
#certificazioni li#li-certificazioni a,
#mission li#li-mission a,
#ambiente li#li-ambiente a
{
	border: 1px dashed silver;
}

#foto-grande {
margin: 20px auto;
}

#block-contatti p {
margin:15px;
padding-left:4px;
}

#block-contatti {
margin:15px;
}

/* ==================
BLOCK ELEMENTS
=====================  */

table
{
	border: 1px solid silver;
	margin: 20px auto;
}

th
{
	background-color: #B3B39E;
	font: normal 10px verdana,arial,sans-serif;
	color: white;
	padding: 4px;
}

td
{
	border-color: silver silver;
	border-style: solid;
	border-width: 0 1px 1px 0;
	margin: 0;
	text-align: left;
	padding:5px;
}

/* ================== 
INLINE ELEMENTS
=====================  */

img { border: none; }

hr
{
	height: 1px;
	border: 0px;
	color: #DEDFE7;
	/* IE fix */
	background: #DEDFE7;
}

.space { margin-right: 15px; }

/* ================== 
LINKs
=====================  */

a
{
	text-decoration: none;
	color: #666;
}

a:hover
{
	text-decoration: underline;
	color: #f00;
}

#main a { text-decoration: underline; }

/* ================== 
CLASSI
=====================  */

hr.hide
{
	clear: both;
	visibility: hidden;
	margin: 5px 0;
	height: 1px;
	background-color: #666;
}

hr.return
{
	clear: both;
	visibility: hidden;
	margin: 0;
	height: 1px;
	background-color: #666;
}

.C { text-align: center; }

.CB
{
	text-align: center;
	font-weight: bold;
}

.Cbl
{
	text-align: center;
	background-color: white;
}

.L { text-align: left; }

.R
{
	text-align: right;
	padding-right: 6px;
}

.RB
{
	text-align: right;
	font-weight: bold;
	padding-right: 6px;
}

.red { color: red; }

#picts, #foto-grande {
text-align:center;
}

#picts img {
margin:6px;
}