body {
	font-size:12px;
	font-family:Arial, Times, serif;
	color:#333;
	background:#000 url(../img/bgBody.jpg) repeat-x;
}
.wrapper {
	margin:0 auto;
	width:912px;
}
.header {
	width:912px;
	height:395px;
	padding-bottom:5px;
	background:url(../img/bgHeader.jpg) no-repeat;
	position:relative;
	display:block;
}
.logo {
	width:365px;
	margin:29px 0 0 27px;
	padding-bottom:16px;
	float:left
}
.content {
	margin:0 auto;
	width:904px;
	padding:0 4px 0px;
}
/*other*/

p, span, h1, h2, h3, h4, h5, h6, select, textarea {
	line-height:1.5em;
}
h1 {
	padding-bottom:12px;
	color:#333;
	font-size:20px;
	font-style:italic;
}
/*h1.titoloModulo {padding:30px 0 20px; font-style:italic; font-size:18px}*/

h2 {
	font-size:13px;
	color:#333;
	padding-bottom:20px;
}
h3 {
	font-size:12px;
	color:#A0B18C;
	padding-bottom:20px;
}
h4 {
	font-size:11px;
	color:#59B3E3;
	padding-bottom:15px;
}
a {
	color: #333;
}
a:hover {
	color: #333;
}
.cornice {
	float:left;
	border:	#ccc 1px solid;
	margin:0 15px 8px 0;
	padding:3px;
}
.corniceLista {
	float:left;
	border:none;
	margin:0 15px 0 0;
	padding:0;
	display:block;
}
.thumb {
	display: block;
	width: 80px;
	height:	45px;
	cursor:pointer;
	float:left;
}
.thumb img {
	position:absolute;
	z-index:1;
}
.thumb.vert {
	width:144px;
	height:216px;
}
.lnB {
	background:url(../img/dotted.gif) repeat-x bottom;
}
.lnT {
	background:url(../img/dotted.gif) repeat-x top;
}
/* forms */
input, select, textarea {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:10px;
	padding: 3px 5px;
	border: 1px solid #b4b4b4;
	background:url(../img/form/input.gif) left top;
}
input:focus, select:focus, textarea:focus {
	border-color:#757575;
	background-position:left 400px;
}
select {
	padding:2px;
}
option {
	margin:3px 0;
	text-indent:8px;
}
button {
	cursor:pointer;
}
/* fullText */

.fullText {
	text-align:justify;
	line-height:1.5em;
}
.fullText h1, .fullText h2, .fullText h3, .fullText h4 {
	text-align:left;
	padding-bottom:.3em;
	color:#333;
}
.fullText p {
	padding-bottom:1em;
}
.fullText ul {
	padding:0 0 .5em 0;
	list-style:none;
}
.fullText ol {
	padding:0 0 .5em 2em;
}
.fullText li {
	padding:0 0 .8em;
}
.fullText li li {
	padding:0 0 .3em;
}
.fullText ul ul, .fullText ol ol, .fullText ul ol, .fullText ol ul {
	padding:.6em 0 0 1.3em;
}
.fullText br {
	line-height:1em;
}
.fullText h1 a, .fullText h2 a, .fullText h3 a {
	text-decoration:none;
}
.fullText strong {
	color:#333;
}
.fullText ul li {
	background: url(../img/circleSmall.gif) no-repeat 3px 3px;
	padding-left:2em;
}
.fullText ul ol li {
	background: none;
	margin-left:2em;
	padding-left:0;
}
.fullText img {
	margin:0 16px 8px 0;
}
.fullText a:hover {
	text-decoration:underline
}
.fullText .bottone:hover {
	text-decoration:none;
}
.fullText hr {
	padding: 0;
	margin: 0 0 10px;
	border: 0;
	background-color: #ccc;
	height: 1px;
}
/*ALTRO*/

.content .mainTitle {
	color:#333;
	padding-bottom:12px;
	font-style:italic;
}
.imgRight {
	position:absolute;
	z-index:100;
	top:177px;
	right:4px
}
.imgRight img {
	width:169px;
	height:264px;
}
/* bottone */


.bottone, .bottoneDx {
	height:23px;
	margin:15px 0 20px;
	cursor:pointer;
	color:#FFF;
	font-size:10px;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
}
.bottone span, .bottoneDx span {
	height:23px;
	float:left;
	line-height:2.3em;
}
.bottone {
	background:url(../img/btnBgSpan.jpg) no-repeat top left;
	padding-left:25px;
}
.bottone span {
	background:url(../img/btnBg.jpg) no-repeat top right;
	padding:0 10px;
}
.bottone:hover, .bottoneDx:hover  {
	color:#FFF;
}
.bottone:hover {
	background-position:left bottom;
}
.bottone:hover span {
	background-position:right bottom;
}

.bottoneDx {
	background:url(../img/btnBg.jpg) no-repeat top left;
	padding-left:10px;
}
.bottoneDx span {
	background:url(../img/btnBgSpanDx.jpg) no-repeat top right;
	padding:0 35px 0 0px;
}
.bottoneDx:hover  {
	background-position:left bottom;
}
.bottoneDx:hover span  {
	background-position:right bottom;
}