body {
	margin: 0px;
	padding: 0px;
	font-family: 'Oswald', Helvetica, Arial, Sans-serif;
	font-weight: 300;
	background: #EFEFEF;
	line-height: 125%;
}

small { font-size: 12px; }

h1 {
	color: #004874;
	text-transform: uppercase;
	text-align: center;
	font-size: 26px;
	margin: 0px auto 10px;
	padding: 0px;
	line-height: 125%;
}

h2, .h2 { 
	position: relative;
	color: #004874;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0px auto 10px;
	font-weight: 400;
	text-align: left;
}
	
h3 { 
	color: #004874;
	font-size: 14px;
	margin: 0px auto 10px;
}

p { 
	color: #999; 
	font-size: 14px;
	margin: 5px auto;
}

a { color: #004874; text-decoration: none; font-weight: 400; }

a:hover, a:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

ul { list-style: square; padding-left: 20px; }

hr { width: 100%; height: 1px; border: 0px; border-top: 1px solid #DDD; }

/* RELATIVITA' */
.left { float: left; }
.right { float: right; }

.clear { clear: both; }

/* ELEMENTI */
.container960 {
	display: block;
	min-height: 100px;
	width: 960px;
	min-width: 560px;
	margin: 20px auto !important;
}

#main-container { 
	background: #FFF;
	margin: 0px 0px 20px 0px;
	border-top: 8px solid #004874;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
}

.container { float: none; margin: 20px 50px; }
.margin25 { float: left; margin: 25px; } 

.logo {
	background: url("../images/layout/logo.png") no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	width: 200px;
	height: 28px;
	float: left;
	margin: 0 0 20px 0px;
}

.container-center { 
	float: left;
	text-align: center; 
	margin: 35px auto;
}

#ufficio { overflow: hidden; }

.immagine-grande { 
	float: left; 
	margin: auto; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	height: 286px;
	overflow: hidden;
	/*
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
	border: 5px solid #FFF;
	*/
}
.immagine-grande img { 
	width: 394px;
	height: 286px;
	background: #FFF;
}

.bxslider li { position: relative; }

.affittato { 
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 286px;
	background: url('../images/layout/timbro-affittato-small.png') center center no-repeat; 
}

.box-info {
	float: left;
	width: 100%;
	margin: 25px auto 0px;
	background: #EFEFEF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-align: left;
	-webkit-box-shadow: inset 0px 0px 6px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 0px 6px rgba(0,0,0,0.1);
	box-shadow: inset 0px 0px 6px rgba(0,0,0,0.1);
}

.blocco { float: left; text-align: center; width: 33.333333333333%; margin: 15px auto; height: 55px; }
.blocco p { font-size: 24px; color: #004874; font-weight: 300; }
.blocco h3 { font-size: 14px; color: #999; font-weight: 300; }

.separatore { min-height: 50px; width: 1px; background: #CCC; }

.info {
	text-transform: uppercase;
	text-align: center;
	font-size: 24px;
	font-weight: 300;
	color: #999;
	margin: 0px auto 10px;
	padding: 0px;
	line-height: 125%;
}

p.long { margin-top: -5px; }

.blu { color: #004874; }

.info-location { font-size: 22px; text-transform: none !important; line-height: 125%; margin-bottom: 30px; }
.info-location * { vertical-align: middle !important; }
.info-location img { margin-top: -3px; }

#footer { 
	background: #F3F3F3; 
	padding: 5px; 
	border-top: 1px solid #DFDFDF; 
	-webkit-box-shadow: inset 0px 35px 20px -20px rgba(255,255,255,0.8);
	-moz-box-shadow: inset 0px 35px 20px -20px rgba(255,255,255,0.8);
	box-shadow: inset 0px 35px 20px -20px rgba(255,255,255,0.8);
	font-weight: 300;
}
#footer * {
	font-size: 13px;
	text-align: center;
}

.location { 
	position: absolute; 
	top: 0; right: 0; 
	font-size: 12px;
}