/* (C) 1995-2013 Paolo Ciraci per Termoidraulica Coico - All rights reserved */

* {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}
html, body {
	height: 100%;
}

body {
	font: 13px Tahoma, Geneva, Arial, Helvetica, sans-serif; 
	color: #FFFFFF; 
}
a {
	color: #FFFFFF; 
	text-decoration: none;
}

a:hover {
	color: #999999;
}

img {
	border: 0; 
	border-style: none;
}

.normal {
	font-weight: normal;
	font-style: normal;
}

.txse strong {font-weight: normal;}
.txse strong.bold {font-weight: bold;}
.txse em {font-style: normal;}
.txse em.italic {font-style: italic;}

.center-block {
	margin: 0 auto;
	width: 900px;
	max-width: 900px;
	min-width: 900px;
	background: transparent;
	position: relative;
}

h2 {
	font-size: 22px;
}

h3 {
	font-weight: normal;
	font-size: 16px;
}
h4 {
	font-weight: normal;
	font-size: 14px;
}

.logo h1 {
	position: absolute;
	display: inline-block; *display: inline; zoom: 1;
	margin-left: -4096px;
}

.lista h3:before, .lista h4:before {
	content: "+ ";
}
.lista li:hover {
	color: #999999;
}

#webmaster, #consultant {
	font-size: 11px;
	margin-top: 2px;
}
#webmaster .logo {
	background: url(ciraci-8x8.gif) no-repeat center right; 
	padding: 0 14px 0 0;
}
#webmaster a, #consultant a {
	color: #999999;
}



.slide_show {
	width: 440px;
	height: 220px;
	display: none;
	overflow: hidden;
	position: relative;
}
.slide_show div {
	width: 440px;
	height: 220px;
	display: block;
}
.slide_next,.slide_prev {
	position: absolute;
	display: block;
	z-index: 101;
	top: 94px;
	width: 32px;
	height: 32px;
	opacity: 0.2;
	filter: alpha (opacity=20);
}
.slide_next:hover,.slide_prev:hover {
	opacity: 0.8;
	filter: alpha (opacity=80);
}
.slide_next {
	background: #333333 url(next-32x32.png) no-repeat;
	right: 0;
}
.slide_prev {
	background: #333333 url(prev-32x32.png) no-repeat;
	left: 0;
}
.slide_current {
}
.slide_pagination {
	position: absolute;
	bottom: 8px;
	left: 8px;
	z-index: 102;
}
.slide_pagination li {
	float: left;
	margin: 0 5px 0 0;
	list-style: none;
}
.slide_pagination li a {
	display: block;
	float: left;
	overflow: hidden;
	width: 14px;
	height: 0; padding-top: 14px; /* hide slide numbers in ie7 */
	color: transparent;
	background-image: url(pagination.gif);
	background-position: 0 0;
	opacity: 0.6;
	filter: alpha (opacity=60);
}
.slide_pagination li a:hover {
	opacity: 0.8;
	filter: alpha (opacity=80);
}
.slide_pagination li.current a {
	background-position: 0 -14px;
	opacity: 0.9;
	filter: alpha (opacity=90);
}
.slide_pagination li.current a:hover {
	opacity: 1.0;
	filter: alpha (opacity=100);
}
.slide_caption {
	position: absolute;
	top: 15px;
	left: -300px;
	display: block;
	width: 270px;
	height: 120px;
	max-height: 90px;
	padding: 15px;
	background: rgba(0,0,0,0.5);
	background: url(alpha50.png)\9; /* IE8 and below hack */
	color: #FFFFFF;
	text-shadow: none;
}
.slide_caption h3 {font-size: 19px;}
.slide_caption h4 {font-size: 16px;}
.slide_caption p {font-size: 15px;}
.slide_caption:hover {
	color: transparent;
	background: transparent;
	opacity: 1.0;
	filter: alpha (opacity=100);
}
