* {
	outline: none;
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 13px/140% Georgia;
	color: #151313;
	height: 100%;
	background: #ededed url('../images/bg-pagina.jpg') repeat-x;
}
#container {
	position: relative;
	width: 900px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -133px;
}
#menu {
	margin-left: 270px;
	float: left;
	display: inline;
	height: 80px;
}
	#menu li {
		float: left;
		display: inline;
		margin: 0 35px 0 15px;
	}
	#menu a {
		display: block;
		font: italic 18px Georgia;
		color: #000;
		padding-top: 33px;
		text-decoration: none;
	}
	#menu a:hover, .menu-attivo {
		background: url('../images/menu-attivo.jpg') no-repeat top center;
	}
#sottomenu-servizi {
	margin-bottom: 23px;
	float: left;
}
#sottomenu-collaborazioni {
	margin-bottom: 25px;
	float: left;
}
	#sottomenu-servizi li {
		float: left;
		display: inline;
		text-align: center;
		margin: 0 13px;
	}
	#sottomenu-servizi a {
		padding-bottom: 6px;
		display: block;
		font: italic 16px Georgia;
		color: #000;
		text-decoration: none;
	}
	.padding-1riga {
		padding-top: 8px;
	}
	#sottomenu-collaborazioni li {
		float: left;
		display: inline;
		text-align: center;
		margin: 0 4px 0 5px;
	}
	#sottomenu-collaborazioni a {
		padding-bottom: 5px;
		display: block;
		font: italic 14px Georgia;
		color: #000;
		text-decoration: none;
	}
	#sottomenu-servizi a:hover, #sottomenu-collaborazioni a:hover, .sottomenu-attivo {
		background: url('../images/sottomenu-attivo.jpg') no-repeat bottom center;
	}
	#cont-gallery {
		margin-bottom: 20px;
	}
		#img-centrale {
			width: 510px;
			height: 300px;
			background: url('../images/loading-img.gif') no-repeat center center;
			border: 1px solid black;
		}
		#lista-img {
			margin-right: 15px;
			display: inline;
		}
		#lista-img li {
			margin-bottom: 8px;
		}
		#lista-img img {
			cursor: pointer;
			border: 1px solid black;
		}
	#lista-collaborazioni {
		font: 14px Georgia;
		margin: 30px 0 30px 80px;
	}
		#lista-collaborazioni li {
			margin: 10px 0;
			padding: 1px 0 10px 5px;
			background: url('../images/collaborazioni-separator.jpg') no-repeat bottom left;
		}
		#lista-collaborazioni a {
			color: #000;
			text-decoration: none;
		}
		#lista-collaborazioni a:hover {
			text-decoration: underline;
		}
		.collaborazione-corta {
			float: left;
			width: 220px;
			font-style: italic;
		}
		.collaborazione-lunga {
			clear: left;
			width: 620px;
			font-style: italic;
		}
#header {
	clear: both;
	padding-top: 44px;
	height: 171px;
	margin-bottom: 15px;
	position: relative;
}
	#certifi { position: absolute; top: 0; right: 0; margin: 10px -162px 0 0; }
	.header-chi-siamo {
		background: url('../images/header1.jpg') no-repeat top right;
	}
	.header-contatti {
		background: url('../images/header2.jpg') no-repeat top right;
	}
	.header-servizi {
		background: url('../images/header3.jpg') no-repeat top right;
	}
	.header-collaborazioni {
		background: url('../images/header4.jpg') no-repeat top right;
	}
#frase {
	clear: left;
	float: left;
	display: inline;
	width: 224px;
	height: 195px;
	overflow: hidden;
	text-align: center;
	font-style: italic;
	font-size: 11px;
}
	#frase ul{
		width: 5000px;
	}
	#frase li {
		float: left;
		width: 184px;
		padding: 0 20px;
	}
	#frase p{
		font-style: normal;
		margin-top: 5px;
		text-align: right;
	}
#news {
	float: left;
	display: inline;
	margin-bottom: 20px;
	width: 224px;
	font: 11px/120% Verdana;
	background: url('../images/bg-news.jpg') repeat-y;
}
	#lista-news a {
		color: #000;
		text-decoration: underline;
	}
	.news-bottom a {
		color: #000;
	}
	.news-bottom a:hover {
		text-decoration: underline;
	}
	.paginazione-attivo {
		text-decoration: none;
	}
	#news li {
		padding: 13px 18px;
	}
	.news-top {
		text-align: center;
		font: italic 18px Georgia;
		padding: 18px 0;
		background: url('../images/news-top.jpg') no-repeat;
	}
	.news-bottom {
		text-align: center;
		font: 14px Georgia;
		padding: 10px 13px 10px 13px;
		background: url('../images/news-bottom.jpg') no-repeat bottom center;
	}
	.news-separator {
		background: url('../images/news-separator.jpg') no-repeat bottom center;
}
#content {
	float: right;
	display: inline;
	margin: 17px 0 20px 46px;
	width: 630px;
}
	#content h1 {
		font: italic 18px Georgia;
		margin-bottom: 15px;
	}
	#content p {
		margin: 0 0 15px 0;
	}
	#mission {
		border: 1px solid #000;
		margin-bottom: 15px;
	}
#footer, #push {
	height: 133px;
	clear: both;
}
#footer {
	font: 10px Verdana;
	color: #fff;
	text-align: center;
	letter-spacing: -1px;
	background: url('../images/bg-footer.jpg') repeat-x;
}
	#cont-footer {
		position: relative;
		width: 900px;
		margin: 0 auto 0 auto;
		padding-top: 35px;
	}
	#cont-footer .link {
		color: #ccc;
	}
	#blackiwi {
		margin-top: 25px;
	}
#login-form {
	
}
	#login-form li{
		margin-bottom: 10px;
	}
	#login-form label{
		display: block;
	}
#lista-archivio li{
	margin-bottom: 15px;
	border-left: 3px solid #ddd;
	padding: 2px 2px 2px 10px;
}
#lista-archivio li:hover{
	background-color: #ddd;
}
#paginazione {
	text-align: center;
}
#contatti li {
	margin-bottom: 6px;
}
#contatti h4{
	float: left;
	width: 80px;
	display: inline;
	font-size: 14px;
}
#richiestaInfo {
	clear: left;
	margin-top: 20px;
}
	#richiestaInfo label {
		float: left;
		width: 130px;
		display: inline;
		padding-right: 15px;
	}
	#richiestaInfo li {
		margin-bottom: 6px;
	}
	.input-info {
		width: 200px;
		padding: 4px;
		font: italic 14px georgia;
		border: 1px solid #aaa;
	}
	.input-text {
		width: 300px;
		height: 150px;
		overflow: auto;
		padding: 4px;
		font: italic 14px georgia;
		border: 1px solid #aaa;
	}
	#accettoForm {
		margin-right: 7px;
	}
#lingue {
	margin-top: 30px;
}
.input-login {
	width: 170px;
	padding: 4px;
	font: italic 16px georgia;
	border: 1px solid #aaa;
}
.submit-login {
	padding: 4px;
	width: 180px;
	margin-top: 14px;
	font: italic 16px georgia;
	border: 1px solid #aaa;
}
.nota {
	padding-top: 10px;
	font-size: 11px;
	line-height: 110%;
}
.hidden {
	visibility: hidden;
}
.loading {
	background: url('../images/loading.gif') no-repeat center center;
}
.link {
	color: #333;
}
.no-display {
	display: none;
}
.h-hidden {
	visibility: hidden;
}
.no-hidden {
	visibility: visible;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.errore-form {
	background: #fff url('../images/admin/errore.png') no-repeat center right;
}
.errore-form-padding {
	padding-right: 20px;
	background: #fff url('../images/admin/errore.png') no-repeat center right;
}
.no-list {
	list-style-type: none;
}
.square-list {
	list-style-type: square;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.border-bottom {
	border-bottom: 1px solid #16498B;
}
.clear-left {
	clear: left;
}
.no-border {
	border: none;
}
