body {
	font-family: Arial, "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;
	/* margin-top: 5px; */
	background-color: #000;
	color: #EFEFEF;
}
a {
	color: #FFF;
}
a:hover {
	color: #FFF;
	text-decoration:none;
}
a:visited {
	color: #333;
}
img {
	border: 0;
}

/* --------- STRUTTURA ----------- */

/* ---------- corpo pagina ------- */

#container { 
	width: 1000px;  /* this will create a container 80% of the browser width */
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#container h1{ 
	color:#FFF;
	margin:0;
	width:100%;
	float:left;
	clear:both;
} 
#container img.left{ 
	float:left;
	border:0;
} 
#container .striscia{ 
	border:0;
	float:left;
	width:100%;
	text-align:right;
} 

.imgright{ 
	float:rigth;
	text-align:right;
} 

/* --------- produzioni ----------- */
.iconeprod { 
	float:left;
	width:155px;
	height:155px;
} 
.iconeprod img{ 
	border:0;	
} 

/* --------- testata ----------- */

#header {
	margin-bottom:20px;
	width:100%;
	height:100px;
	clear:both;
} 

#header a {
	color:#999;
	text-decoration:none;
} 
#header a:hover{
	color:#FFF;
} 
#header img{ 
	float:left;
} 
#header .logo{ 
	float:left;
	height:100px;
	margin:0px;
} 

#header .menu{ 
	float:left;
	/*line-height:100px;*/
	margin-top:76px;
	width:500px;
} 
#header .menu a{ 
	padding-left:10px;
} 
#header .menu ul{
	list-style:none; /* elimino i punti elenco */
	margin:0;
	padding:0;
	clear:both;
	line-height:24px;height:24px;
}
#header .menu ul li {
	float:left;
	font-weight: bold;
}

#datario {
	float:right;
	/* line-height:100px; */
	width:200px;
	margin-top:60px;
	color:#999;
} 
#datario .riquadri {
	text-align:right;
	clear:both;
	width:100%;
} 

#datario .riquadri ul{
	list-style:none; /* elimino i punti elenco */
	margin:0;
	padding:0;
	clear:both;
	line-height:20px;height:20px;;
}
#datario .riquadri ul li {
	float:right;
	font-weight: bold;
}
/* --------- corpo pagina ----------- */
#mainContent { 
	float: left;
	margin-left:10px;
	height:670px;
	width:790px;
}
#FullMainContent { 
	float: left;
	margin-left:3px;
	height:670px;
	width:100%;
}
/* --------- footer ----------- */
#footer {
	float: left;
	width:100%;
	text-align: right;
} 
#footer .navigazione{
	float: right;
	text-align: right;
	padding-left:15px;
} 

/* --------- menu laterale----------- */
#sidebar {
	float: left;
	width: 197px; /* since this element is floated, a width must be given */
	margin-left:3px;
	padding:0px;
	height:670px;
	font-style: normal;
	font-weight: normal;
	color: #999;	
}
#sidebar p{
	margin-top:0;
	margin-bottom:1em;
}
#sidebar .longtest{
	font-size:0.9em;
}
/* --------- menu laterale----------- */
/*---------  primo livello */
#sidebar ul{
	list-style:none; /* elimino i punti elenco */
	margin:0;
	padding:0;
}
#sidebar ul li {
	width: 100%;
	float:left;
	clear:both;
}
/*---------  secondo livello */
#sidebar ul ul li a{
	text-decoration:none;
	color:#999;
}
#sidebar ul ul li a:hover{
	color:#FFF;
}
