/*stili per il layout fisso con posizionamenti assoluti*/body{
	background-color: #ffffff;
	font: 12px "Euphemia UCAS","Lucida Sans Unicode", "Trebuchet MS";
	text-align: center;
}div#container{
	position:relative; 
	width: 800px;
	margin: 5px auto 0;
	text-align: left;
}/*stili generici, su header e footer*/
div#header{
	background-image: url(../immagini/nicewhite.jpg);
	height: 245px;
	border-bottom: 2px solid #5C5B60;
}h1{
	margin: 0;
	padding:0
}h1{
	padding-left:0.5em;
	font: bold 2.3em/80px arial,serif
}h2{
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	padding-right: 55px;
	padding-left: 8px;
	margin-top: 0;
}
h3{
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 25px;
	margin-bottom: 30px;
}
h4{
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 50px;
	margin-bottom: 30px;
}

h5{
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-align: justify;
	padding-right: 15px;
}
h5 strong{
	color: #ee0021;
	font-weight: normal;
	font-style: normal;
}
/*stili specifici per il nav*/
div#nav{
	position:absolute;
	top: 245px;
	right: 0;
	width: 150px;
	text-align: right;
	padding-right: 10px;
}
#nav li {	display: list-item;	line-height: 30px;
	font-size: 18px;
}#nav li a {	color:#646369;
	text-decoration: none;
}#nav li a:hover, #nav li a:active {	color:#ee0021;}#home #nav li a.home_selected,#azienda #nav li a.about_selected,#stampe #nav li a.services_selected,#dove #nav li a.portfolio_selected,#contatti #nav li a.contacts_selected {	color:#ee0021;}
/*stili specifici per il contenuto*/div#content{
	height: 550px;
	margin-right: 150px;
	margin-bottom: 15px;
}
div#content2{
	height: 500px;
	margin-right: 150px;
	margin-bottom: 15px;
}
div#global{
	padding-top: 50px;
}
div#up{
	min-height: 50px;
}
div#down{
	float: left;
	min-width: 550px;
	width: 550px;
}
#down ul {	list-style:none;}
#down li {	line-height:25px;	padding-left:22px;
	background: url(../immagini/adobe.jpg) no-repeat 0 2px;
}
#cilindri {	float:left;	width:160px;
}
#cilindri ul {	list-style:none;}
#cilindri li {	line-height:25px;	padding-left:22px;
	background: url(../immagini/freccina.jpg) no-repeat 0 2px;
}
#content #global #cilindri a, #content #global #down a {	color: #646369;
	text-decoration: none;
}
#content #global #cilindri a:hover, #content #global #down a:hover {	color: #ee0021;
}
	
#content  a {	color:#ee0021;
}
#content2  a {	color:#ee0021;
}
#content  a:hover {	color:#ee0021;
	text-decoration: none;}
#content2  a:hover {	color:#ee0021;
	text-decoration: none;}

div#global2{
}
div#testosopra{
	height: 200px;
	padding-top: 50px;
}
div#fotosotto{
	height: 120px;
	top: 50px;
}
div#descrizione{
	float: left;
	width: 250px;
	height: 250px;
}
div#foto2{
	float: left;
	width: 300px;
	height: 450px;
	background: url(../immagini/integra.jpg) no-repeat;
	margin-left: 30px;
}
div#foto{
	height: 400px;
	background: url(../immagini/nicebw.jpg) no-repeat center center;
	border-top: 2px solid #5C5B60;
}
div#sinistra{
	width: 220px;
	float: left;
	margin-left: 10px;
}

/*stili specifici per il footer*/
div#footer{		width:800px;	height:65px;
	clear: both;
	border-top: 2px solid #5C5B60;
	background-color: #FFFFFF;
}#footer #globale {	width:780px;	padding:10px;	padding-top:10px;}#footer #globale #copyright {	float:left;	text-align:left;}#footer #globale #validates {	float:right;	text-align:right;}
#footer a {	text-decoration:none;
	font-style: italic;
}#footer a:hover {	color:#ee0021;	text-decoration:underline;
	font-style: italic;
}#footer #validates p {	font-size:11px;}
address {	font-weight:normal;}

address strong{
	font-size: 10px;	color:#646369;	font-weight:normal;}
/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style:	none;
	background-color: inherit;
}

.hoverbox a
{
	cursor: default;
}
.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	border-color: #ee0021;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 67px;
}

.hoverbox li
{
	border-color:#ee0021;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 400px;
	height: 267px;
}