@charset "utf-8";
/* CSS Document */

body, html
{
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #5a5e64;
	height: 100%;
}

/* HOME */
#home
{
	background-image: url(../img/home/bg_home.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #0b0b0b;
}

/* INTERNI */
#common
{
	background-image: url(../img/common/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #f1f1f1;
}
#main
{
	display: block;
	clear: both;
	float: none;
	margin: auto;
	width: 961px;
}

/* HEADER */
#home #header
{
	display: block;
	clear: both;
	float: left;
	margin: auto;
	width: 100%;
}

ul#menu
{
	display: block;
	clear: left;
	float: left;
	margin: 40px 0;
	width: 680px;
	padding: 0;
	list-style-type: none;
}
#common ul#menu
{
	margin: 24px 0;
}
ul#menu li
{
	display: inline-block;
	float: left;
	clear: none;
	padding: 0 25px 0 0;
}
ul#menu li a
{
	display: inline-block;
	color: #d4d4d4;
	text-decoration: none;
	font-size: 16px;
}
ul#menu li a:hover
{
	display: inline-block;
	color: #fff;
}
#flag
{
	display: block;
	clear: right;
	float: right;
	margin: 35px 0;
}

#common #flag
{
	margin: 18px 0;
}

/* BODY */
#body
{
	display: block;
	clear: both;
	float: left;
	margin: auto;
	width: 100%;
}
#common #body
{
	padding: 35px 0 20px 0 !important;
	overflow:auto;
	padding-bottom: 50px
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}
#logo
{
	display: block;
	clear: both;
	float: left;
	margin: 0 auto;
	width: 100%;
	text-align: left;
}
#common #logo
{
	margin: 3px 0 !important;
}
#imgHome
{
	display: block;
	clear: both;
	float: left;
	margin: 10px auto 0 auto;
	width: 100%;
}
#ombra
{
	display: block;
	clear: both;
	float: left;
	width: 100%;
}

/* FOOTER */
#bottom{
	display: block;
	clear: both;
	float: none;
	margin: auto;
	width: 100%;	
	background-color: #0b0b0b;
	text-align: center;
	position: relative;
	margin-top: -50px; /* negative value of footer height */
	height: 50px;
}
#footer{
	display: block;
	clear: both;
	float: none;
	margin: 0 auto;
	padding: 35px 0 10px 0;
	width: 961px;
	color: #FFF;
	text-align: left;	
}
#bottom #footer{
	padding: 18px 0 10px 0 !important;
}

/* TESTO */
h1
{
	font-size: 14px;
	color: #1173a6;
	text-align: left;
}
.txt{
	display: block;
	clear: left;
	float: left;
	width: 100%;
	text-align: left;
	line-height: 22px;
}
.txtConFoto{
	display: block;
	clear: left;
	float: left;
	width: 75%;
	text-align: left;
	line-height: 22px;
}
.foto{
	display: inline-block;
	clear: right;
	float: right;
	padding-bottom: 6px;
	width: auto;
	text-align: right;
}
.foto > a{
	display: block;
	clear: both;
	float: left;
	text-align: center;
	width: 100%;
	padding-top: 15px;
}
.foto a img{
	display: block;
	clear: both;
	float: none;
	text-align: center;
	margin: 5px auto;
}
.caption{
	display: block;
	clear: both;
	float: none;
	margin-top: 2px;
	text-align: center;
	background-color: #0b0b0b;
	color: #EEE;
}
.foto img{
	display: block;
	float: none;
	clear: both;
}
.caption span{
	display: inline-block;
	clear: both;
	float: none;
	margin: auto;
	padding: 4px 2px;
	font-size: 11px;
}
a{
	color: #1173a6;
}
/* FORM DEI CONTATTI */

#contattiForm .row{
	display: block;
	float: left;
	clear: both;
	width: 100%;
	padding: 5px 0;
}
#contattiForm .row .colonna{
	display: block;
	float: left;
	clear: none;
	width: 50%;
}
#contattiForm label{
	display: inline-block;
	float: left;
	width: 130px;
	padding-top: 1px;
}
#contattiForm label.error{
	width: 90px;
	color: #C00;
}
.obbligatorio{
	color: #C00;
}
#contattiForm input{
	display: inline-block;
	float: left;
	width: 170px;
	margin-right: 1%;
}
#contattiForm textarea{
	display: block;
	clear: right;
	float: left;
	width: 75%;
	height: 70px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px
}
#contattiForm button{
	display: block;
	float: left;
	width: 100%;
	border: 1px solid #154262;
	color: #154262;
	font-weight: bold;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
}
.checkbox{
	display: block;
	float: left;
	width: 15px !important;
	margin-right: 8px !important;
}

/* FORM DEI CONTATTI */

/* PROGETTI */

#titleCategorie td
{
	font-size: 13px;
	color: #4f575d
}

.itemElencoProgetti
{
	display: block;
	clear: none;
	float: left;
	width: 320px;
	background-color: #e6e6e6;
	margin: 10px 25px 10px 10px;
}

.itemElencoProgetti .ImgThumb{
	display: block;
	clear:left;
	float: left;
	width: 140px;
	height: 105px;
	border-right: 6px solid #f1f1f1;
	background-repeat: no-repeat;
	background-position: center;
}

.itemElencoProgetti .nomeThumb{
	display: block;
	clear: right;
	float: right;
	width: 170px;
	height: 105px;
	color: #838181;
}

.itemElencoProgetti .nomeThumb span{
	display: block;
	position: relative;
	bottom: 2;
	right: 2;
	width: 97%;
}


.galleryProd{
	display:block;
	float: left;
	clear: both;
	text-align: center;
	margin: 0 0 20px 0;
	background-color: #e9eaea;
	width: 100%;
}
.galleryProd li{
	display: block;
	clear: none;
	float: left;
	width: 110px;
	height: 80px;
	margin: 10px 17px;
	background-color: #ececec;
	background-position: center;
	background-repeat: no-repeat;
}
.galleryProd li a{
	display: block;
	clear: none;
	float: left;
	
	width: 110px;
	height: 80px;
}
.boxAllegati{
	display: block;
	clear: both;
	float: none;
	margin: 0 0 20px 0;
}

.boxAllegati ul li
{
	list-style-type: none;
	background: url(/img/admin/allegati.gif) no-repeat left center;
	padding: 2px 0 2px 20px;
}
