html, body {
	margin: 0;
	padding: 0;

	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
}

.fit-page {
	text-align: left;
	width: 950px;
	margin: 0 auto;
}

.path-sep {
	margin: 0 6px;
}

/************************ top-page ************************/
#top-page {
	height: 33px;
	background: url(../images/bg-top-page.gif) repeat-x 0 0;

	font-size: 11px;
}

#top-page .fit-page {
	position: relative;
}
#top-page .fit-page #blog-button {
	position: absolute;
	right: 0;
	top: 0;
	width: 117px;
	height: 44px;
}
#top-page .fit-page #blog-button a, #top-page .fit-page #blog-button a:visited {
	display: block;
	background: url(../images/bg-button-blog.gif) no-repeat 0 0;
	color: #f26c3d;
	font-size: 19px;
	font-weight: normal;
	letter-spacing: 2px;
	width: 117px;
	height: 44px;
	line-height: 32px;
	text-decoration: none;
	text-align: center;
}
#top-page .fit-page #blog-button a:hover {
	background-position: 0 -44px;
	color: white;
	font-size: 17px;
}

#top-page .fit-page #blog-button a span, #top-page .fit-page #blog-button a:visited span {
	display: none;
}
#top-page .fit-page #blog-button a:hover span {
	display: inline;
}


#top-page a,
#top-page a:visited {
	color: white;
}

#top-page-left {
	float: left;
}

#top-page-left p {
	margin: 0;
	line-height: 30px;
	color: white;
}

#top-page-left p strong {
}
#top-page-left p em {
	color: #d9d9d9;
}
#top-page-left p i {
	font-style: normal;
	font-size: 10px;
	margin-left: 20px;
	color: #e0e0e0;
}

#top-page-right {
	width: 400px;
	float: right;
	margin-right: 132px;
	position: relative;
}

#top-page ul.top-page-menu {
	position: absolute;
	right: 50px;
	top: 0;

	margin: 0 12px 0 0;
	padding: 0;
	list-style: none;
}

#top-page ul.top-page-menu li {
	float: left;
	line-height: 30px;
	padding-right: 18px;
}

#top-page ul.top-page-languages {
	position: absolute;
	right: 0;
	top: 8px;

	line-height: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#top-page ul.top-page-languages li {
	float: left;
	padding-left: 4px;
}
#top-page ul.top-page-languages li a,
#top-page ul.top-page-languages li a:visited {
	font-size: 1px;
	color: #f15a24;
	
	display: block;
	width: 22px;
	height: 17px;
	overflow: hidden;
}
a#link-lang-it,
a#link-lang-it:visited {
	background: url(../images/lang-it.gif) no-repeat 0 0;
}
a#link-lang-en,
a#link-lang-en:visited {
	background: url(../images/lang-en.gif) no-repeat 0 0;
}
#top-page ul.top-page-languages li a:hover {
	background-position: 0 -17px;
}
#top-page ul.top-page-languages li a.selected {
	background-position: 0 -34px;
}

/************************ header ************************/
#header {
	height: 98px;
	background: url(../images/bg-header.gif) repeat-x 0 0;
}

#header img#logo {
	float: left;
}

#header-quote {
	float: right;
	padding-top: 6px;
	color: #838383;
	height: 92px;
	padding-right: 50px;

	background: url(../images/header-quote-close.gif) no-repeat 100% 49px;
}

#header-quote #quote-content {
	margin-top: 12px;
	font-style: italic;
	font-size: 13px;
	line-height: 18px;

	padding-left: 55px;
	background: url(../images/header-quote-open.gif) no-repeat 0 0;
}

#header-quote #quote-author {
	margin-top: 4px;

	text-align: right;
	font-style: normal;
	font-weight: bold;
}

/************************ menu ************************/
#menu {
	height: 39px;
	background: url(../images/bg-menu.gif) repeat-x 0 0;

	font-size: 14px;
	font-weight: bold;
}

#menu ul {
	height: 39px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	float: left;
	width: 150px;
	font-size: 11px;
}

* > #menu ul li {
	width: auto;
	font-size: 14px;
}

#menu ul li a,
#menu ul li a:visited {
	display: block;
	height: 39px;
	line-height: 46px;
	padding: 0 16px;
	color: #7e7e7e;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #f15a24;
	background: url(../images/bg-menu-hover.gif) repeat-x 0 0;
}

#menu ul li a.selected,
#menu ul li a.selected:visited {
	line-height: 42px;
	font-size: 12px;

	color: #595959;
	background: url(../images/bg-menu-selected.gif) repeat-x 0 0;
}

* > #menu ul li a.selected,
* > #menu ul li a.selected:visited {
	font-size: 15px;
}

/************************ content-page ************************/
#content-page {
	clear: left;

	min-height: 231px;
	background: url(../images/bg-content-page.gif) repeat-x 0 0;
}

#content-page .clear {
	clear: both;
}

#site-path {
	height: 36px;
	line-height: 36px;
	color: white;
	font-size: 11px;
}
#site-path a,
#site-path a:visited {
	color: white;
	margin: 0 5px;
}

#content-page .common-page-container {
	float: left;
	margin: 16px 0 0 0;
	width: 623px;
	min-height: 188px;
	background: url(../images/bg-page-container.gif) no-repeat 0 0;
}
#content-page .common-page-container.flowers,
#content-page .common-page-container.flowers.green {
	padding-top: 20px;
	background-image: url(../images/bg-page-container-flowers-green.gif);
}
#content-page .common-page-container.flowers.orange {
	background-image: url(../images/bg-page-container-flowers-orange.gif);
}
#content-page .common-page-container.flowers.fuxia {
	background-image: url(../images/bg-page-container-flowers-fuxia.gif);
}
#content-page .common-page-container.flowers.violet {
	background-image: url(../images/bg-page-container-flowers-violet.gif);
}
#content-page .common-page-container.flowers.cyan {
	background-image: url(../images/bg-page-container-flowers-cyan.gif);
}
#content-page .common-page-container.flowers.brown {
	background-image: url(../images/bg-page-container-flowers-brown.gif);
}

#content-page .common-page-container .common-page-content {
	margin: 30px 60px 20px 60px;
}

#content-page .common-page-image {
	float: right;
	margin: 16px 0 0 0;
	width: 287px;
}

#content-page .common-page-image ul.right-links {
	margin-top: 30px;
	font-size: 14px;
	list-style-type: square;
}

#content-page .common-page-image ul.right-links li {
	margin-bottom: 6px;
}

.style-separator {
	height: 46px;
	background: url(../images/style-separator.gif) no-repeat center center;
}

/************************ footer ************************/
#footer {
	margin-top: 20px;
	padding-bottom: 22px;
}
#footer .fit-page {
	background: url(../images/bg-footer.gif) repeat-x 0 0;
}

#footer .dati-azienda {
	margin: 20px 0 0 0;
	float: left;

	color: #666666;
	font-size: 10px;
}

#footer .dati-azienda .ragione-sociale {
	color: #a0a0a0;
	font-size: 11px;
	font-style: italic;
}
#footer .dati-azienda .ragione-sociale strong {
	color: #f15a24;
	font-size: 12px;
	font-style: normal;
}

#footer .dati-azienda .partita-iva {
	margin-top: 4px;
}
#footer .dati-azienda .partita-iva em {
	font-style: normal;
}

#footer .dati-azienda .servizi {
	margin-top: 8px;
}

#footer .dati-azienda .servizi .altri-link {
	margin-left: 30px;
}
#footer .dati-azienda .servizi .altri-link a,
#footer .dati-azienda .servizi .altri-link a:visited {
	color: gray;
}

ul#menu-footer {
	margin: 20px 0 0 0;
	float: right;
	
	padding: 0;
	list-style: none;
	font-size: 11px;
}

ul#menu-footer li {
	float: left;
	padding-left: 18px;
}

ul#menu-footer li a,
ul#menu-footer li a:visited,
ul#menu-footer li a.selected,
ul#menu-footer li a.selected:visited,
ul#menu-footer li a.selected:hover {
	color: #b5b5b5;
}
ul#menu-footer li a:hover {
	color: gray;
}

#footer-closer {
	clear: both;
}


/************************ Home Box Preview ************************/
.home-box-preview-container {
	overflow: hidden;
}
.home-box-preview {
	float: left;
	width: 285px;
	margin: 8px 42px 0 0;
}
.home-box-preview.last-right {
	margin-right: 0;
}
.home-box-preview h3 {
	margin: 0;
	padding: 0 0 4px 0;
	font-size: 22px;
}

.home-box-preview h3 .home-box-preview-title {
	display: block;
}

.home-box-preview h3 .home-box-preview-image {
	display: block;
	margin-top: 5px;
	width: 285px;
	height: 71px;
}
.home-box-preview-description {
	text-align: justify;
	letter-spacing: 1px;
	line-height: 18px;
}
.home-box-preview-description p.top-space a,
.home-box-preview-description p.top-space a:visited {
	font-size: 11px;
	letter-spacing: 0px;
}

.home-box-preview.big {
	width: 612px;
}

.home-box-preview.big .home-box-preview-description-wrapper {
	float: left;
	margin-top: 30px;
	width: 445px;
}

.home-box-preview.big h3 {
	margin-top: 0;
	position: relative;
}

.home-box-preview.big h3 .home-box-preview-image {
	float: left;
	margin: 0 25px 0 0;
	
}

.home-box-preview.big h3 .home-box-preview-title {
	position: absolute;
	left: 160px;
	top: 0;
}


.home-box-preview h3 a,
.home-box-preview h3 a:visited {
	text-decoration: none;
}
.home-box-preview h3 a i,
.home-box-preview h3 a:visited i {
	margin-left: 3px;
	color: #666666;
	font-style: normal;
	display: none;
}
.home-box-preview h3 a:hover i {
	display: inline;
}




.home-box-preview h3 a #home-chi-siamo,
.home-box-preview h3 a:visited #home-chi-siamo {
	background: url(../images/home-chi-siamo.gif) no-repeat 0 0;
}
.home-box-preview h3 a:hover #home-chi-siamo {
	background-position: 0 -71px;
}

.home-box-preview h3 a #home-mission-servizi,
.home-box-preview h3 a:visited #home-mission-servizi {
	background: url(../images/home-mission-servizi.gif) no-repeat 0 0;
}
.home-box-preview h3 a:hover #home-mission-servizi {
	background-position: 0 -71px;
}

.home-box-preview h3 a #home-interessi-ricerca,
.home-box-preview h3 a:visited #home-interessi-ricerca {
	background: url(../images/home-interessi-ricerca.gif) no-repeat 0 0;
}
.home-box-preview h3 a:hover #home-interessi-ricerca {
	background-position: 0 -71px;
}

.home-box-preview #home-progetti,
.home-box-preview #home-progetti:visited {
	display: block;
	width: 137px;
	height: 218px;
	background: url(../images/home-progetti.gif) no-repeat 0 0;
}
.home-box-preview #home-progetti:hover {
	background-position: 0 -218px;
}

.home-box-preview h3 a #home-contatti,
.home-box-preview h3 a:visited #home-contatti {
	background: url(../images/home-contatti.gif) no-repeat 0 0;
}
.home-box-preview h3 a:hover #home-contatti {
	background-position: 0 -71px;
}

.home-line-separator {
	margin-top: 14px;
}


.altri-progetti-wrapper {
	float: left; 
	height: 60px;
	margin-left: 10px;
}

.altri-progetti-wrapper a,
.altri-progetti-wrapper a:visited {
	height: 60px;
	line-height: 60px;
	font-size: 11px;
}


div.altri-progetti {
	margin-top: 0px;
	padding-top: 12px;
	border-top: 1px dotted #E6E6E6;
}



div.info, div.error, div.warning {
	margin: 1px 0 0 0;
	padding: 11px 0;
	font-size: 13px;
	display: none;
	border-top: 1px solid #00aeff;
	border-bottom: 1px solid #00aeff;
	background: #e7e6e6 url(../images/bg-page-message.gif) repeat-x 0 0;
}

div.info {
	
}

div.error {
	border-color: #f13426;
}

div.warning {
	border-color: #ffc000;
}

div.error div.error-details {
	display: none;
}



fieldset#login-fieldset {
	padding: 20px 10px 20px 80px;
}



.immagine-filtro-categoria {
	float: left;
	width: 40px;
	height: 28px;
	border: 1px solid silver;
}

.nome-filtro-categoria {
	display: block;
	width: 190px;
	text-align: left;
	margin-left: 50px;
}

#facebook-page {
	margin-top: 12px;
	float: right;
}
