/*-------------------------
Reset
-------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*-------------------------
CSS Specifico
-------------------------*/

html,body {
height:100%;
width:100%;
background: #161616;
font-family:Verdana, Arial, Tahoma;
font-weight:lighter;
word-spacing:1px;
line-height:16px;
font-size:10px;
color: #8a8a8a;
}

a {
	text-decoration: underline;
	color: #ffa800;
}

a:hover {
	text-decoration: underline;
}

div.hr {
  height: 1px;
  background: #292929;
}
div.hr hr {
  display: none;
}

span.title {
	font-weight:bold;
	font-size:12px;
	color: #fff;
}

#finale {
	text-decoration: none;
	color: #ffa800;
}
#sfondo {
	z-index: 5;
    width: 100%;
    background: url('images/sfondo.gif') top center repeat-x;
}

#contenitore {
	z-index: 15;
	margin: 0 auto;
	width:970px;
    text-align:left;
}

#foto {
	z-index: 18;
	width:970px;
	height:289px;
	margin-top:1px;
}
#contenuti {
	z-index: 18;
	padding: 35px 0px 25px 0px;
	width:970px;
    text-align:left;
}

#box {
	z-index: 18;
	float:left;
	width:313px;
	height:40px;
	margin-right:10px;
	margin-bottom:15px;
}

#box table {
	z-index: 18;
	width:313px;
	height:40px;
}

#footer {
	z-index: 20;
	clear:left;
	width:100%;
	height:80px;
	padding:20px 0px 20px 0px;
    background: #000;
    color:#3f3e3e;
}

#contenutifooter {
	z-index: 25;
	margin: 0 auto;
	width:970px;
    text-align:left;
}

.nascosto { display: none; }




.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #161616;
}
.menu li {
	padding: 0;
	margin: 0;
	height: 70px;
	margin-right:0;
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	height: 70px;
	background-repeat: no-repeat;
}
.azienda {background-image: url(images/rollover01.gif); width: 68px;}
.azienda a {background-image: url(images/rollover01a.gif);}
.servizi {background-image: url(images/rollover02.gif); width: 59px;}
.servizi a {background-image: url(images/rollover02a.gif);}
.consulenze {background-image: url(images/rollover11.gif); width: 88px;}
.consulenze a {background-image: url(images/rollover11a.gif);}
.portierato {background-image: url(images/rollover03.gif); width: 145px;}
.portierato a {background-image: url(images/rollover03a.gif);}
.clienti {background-image: url(images/rollover04.gif); width: 57px;}
.clienti a {background-image: url(images/rollover04a.gif);}
.foto {background-image: url(images/rollover05.gif); width: 41px;}
.foto a {background-image: url(images/rollover05a.gif);}
.rassegna {background-image: url(images/rollover06.gif); width: 132px;}
.rassegna a {background-image: url(images/rollover06a.gif);}
.contatti {background-image: url(images/rollover07.gif); width: 69px;}
.contatti a {background-image: url(images/rollover07a.gif);}
.italia {background-image: url(images/rollover08.gif); width: 68px;}
.italia a {background-image: url(images/rollover08a.gif);}
.confindustria {background-image: url(images/rollover09.gif); width: 92px;}
.confindustria a {background-image: url(images/rollover09a.gif);}
.omc {background-image: url(images/rollover12.gif); width: 83px;}
.omc a {background-image: url(images/rollover12a.gif);}
.fifa {background-image: url(images/rollover10.gif); width: 68px;}
.fifa a {background-image: url(images/rollover10a.gif);}
ul.menu li a:hover {background: none;}
.menu li {float: left;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}