html {
	height:100%;
	background: #FFF;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	background:#F5F5F5;
}
#main {
	width:100%;
	border:0px;
	margin:0px auto 0px auto;
	padding:0px 0px;
	background:url(../../../images/grafica/bgMain.gif) repeat-x;
}
#head {
	width:990px;
	height:120px;
	border:0px;
	margin:0px auto 0px auto;
	padding:0px;
	background:url('../../../images/grafica/logo.png') no-repeat center left;
	position:relative;
}
#head img {
	z-index:1;
}
#head h1 {
	position:absolute;
	font-size:28px;
	line-height:100%;
	margin:0px;
	padding:0px;
	font-weight:500;
	bottom:30px;
	left:100px;
	z-index:2;
	font-family: 'Raleway', sans-serif;
	text-transform:uppercase;
	text-align:justify;
	width:200px;
}
#head h1 small {
	font-size:26px;
	font-weight:300;
	text-align:justify;
	width:200px;
	color:#616161;
}
#head ul {
	position:absolute;
	bottom:0px;
	right:0px;
	margin:0px;
	padding:0px;
	border-bottom:1px solid #454545;
	height:30px;
	text-align:right;
	font-family: 'Raleway', sans-serif;
}
#head ul li {
	margin:0px;
	padding:0px;
	list-style:none;
	display: inline-block;
	text-transform:uppercase;
}
#head ul li a {
	font-size:12px;
	float:left;
	margin:0px;
	color:#454545;
	font-weight:500;
	text-decoration:none;
	line-height:30px;
	text-align:center;
	height:30px;
	padding:0px 14px 0px 14px;
	list-style:none;
	display:inline;

}
#head ul li a:hover {
	color:#FFF;
	background:#454545;
}
#head a.selected {
	color:#FFF;
	background:#454545;
}
#slideHead {
	width:100%;
	height:330px;
	border:0px;
	margin:0px auto 0px auto;
	padding:10px 0px;
	position:relative;
	background: url(../../../images/grafica/bgRealizzazioni.jpg) no-repeat center center;
}
#slideHead div.ws_images {
	box-shadow:1px 1px 4px #999;
}
#content {
	width:990px;
	border:0px;
	margin:0px auto 0px auto;
	padding:10px 0px;
	border-bottom:1px solid #454545;
}
#contenuto {
	float:left;
	border:none;
	margin:0px 0px 0px 0px;
	padding:0px;
	width:600px;
}
#subMenu {
	float:right;
	width:300px;
	border:0px;
	margin:0px 0px 0px 0px;
	padding:0px;
}

#footer {
	width:100%;
	margin:0px;
	padding:10px 0px;
	background:#FFF;
}
#footer p {
	font-size:12px;
	padding:5px 5px 5px 5px;
	margin:0px;
	color:#454545;
	text-align:center;
}
#footer p a {
	color:#454545;
	font-weight:bold;
	text-decoration:none;
}
#footer p a:hover {
	color:#C31528;
}
#footer a.facebook_page {
	margin:0px;
	padding:0px;
	position:fixed;
	bottom:80px;
	right:5px;
	width:48px;
	height:48px;
	border:0px;
	background:url(../../../images/grafica/facebook.png) no-repeat center center;
}
#footer a.twitter_page {
	margin:0px;
	padding:0px;
	position:fixed;
	bottom:133px;
	right:5px;
	width:48px;
	height:48px;
	border:0px;
	background:url(../../../images/grafica/twitter.png) no-repeat center center;
}