body {
	font-size:12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#333;
}
.outerWrapper {
	width:100%;
	background:url(../img/bgBody.jpg) repeat-x 0 61px;
}
.wrapper {
	margin: 0 auto;
	width: 898px;
}
.header {
	width: 898px;
	position:relative;
	padding-top:23px
}
.header .img_testata {
	display:block;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
}
.header .iscriviti {
	position:absolute;
	top:118px;
	left:10px;
	width:331px;
	height:238px;
	display:block;
	z-index:10;
}
.logo{
	float:left;
	margin: 24px 0 0 0;
}
.content {
	margin:20px 0 50px;
}
.footer {
	height:43px;
}
.outerFooter {
	width:898px;
	margin:15px auto 0;
	font-size:10px;
}
/*other*/

p, span, h1, h2, h3, h4, h5, h6, select, textarea {
	line-height:1.5em;
}

h1 {
	font-size:17px;
	padding-bottom:12px;
	color:#AFB181;
}

h2 {
	font-size:13px;
	color:#59B3E3;
	padding-bottom:25px;
}

h3 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, serif;
	font-size:12px;
	color:#A0B18C;
	padding-bottom:20px;
}

h4{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, serif;
	font-size:11px;
	color:#59B3E3;
	padding-bottom:15px;
}


a {
	color: #0E80B1;
}
a:hover {
	color: #0a5b7e;
}
.cornice {
	float:left;
	border:	#ccc 1px solid;
	margin:0 15px 8px 0;
	padding:3px;	
}
.thumb {
	display: block;
	width: 164px;
	height:	104px;
	cursor:pointer;
	float:left;
}
.thumb img {
	position:absolute;
	z-index:1;
}
.thumb.vert {
	width:144px;
	height:216px;
}

.lnT {
	background:url(../img/dotted.gif) repeat-x top;
}

.lnB {
	background:url(../img/dotted.gif) repeat-x bottom;	
}

.lnDotted {
	height:1px;
	overflow:hidden;
	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;
}

input, textarea {
	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 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:left;	
	padding-bottom:.3em;
	color:#0E80B1;
}
.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:#0E80B1
}
.fullText ul li {
	background: url(../img/circleSmall.gif) no-repeat 3px 5px;
	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;
}

/* bottone */

.bottone {
	height:19px;
	margin-top:20px;
	cursor:pointer;
	background:url(../img/btnBg.jpg) no-repeat top left;
	padding-left:10px;	
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
.bottone span {
	background:url(../img/btnBg.jpg) no-repeat top right;
	padding-right:10px;
	height:19px;
	float:left;
	line-height:1.45em;
}
/*ALTRO*/

.content .mainTitle {
	color:#AFB181;
	padding-bottom:12px;
}

/*AREA SPOSI*/

#panelTop {
	background: #CEADDE;
	height: 34px;
	display: none;
}
.slide {
	background: url(../img/btn-slide.gif) no-repeat center top;
	float:right
}
.btn-slide {
	background: url(../img/white-arrow.gif) no-repeat right -26px;
	text-align: center;
	width: 144px;
	height: 30px;
	padding: 7px 10px 0 0;
	display: block;
	font-size:11px;
	color: #fff;
	text-decoration: none;
}

a:hover.btn-slide {text-decoration:underline; color:#fff;}

.active {
	background-position: right 10px;
}

.loginForm{
	width:898px;
	margin:0 auto;
	padding-top:7px;
	font-size:10px;
	color:#5e257a;
}
	
.loginForm fieldset{
	float:right;
	margin-right:10px;
}
.loginForm em{
	display:none
}
.loginForm label{
	float:left;
	margin-top:3px;
}
.loginForm input{
	border-color:#FFF;
	padding:2px;
	margin:0 12px 0 10px;
	width:70px;
	color:#5e257a;
	float:left;
}
.loginForm a{
	margin-top:3px;
	color:#5e257a;
	text-decoration:none;
}
.loginForm a:hover{
	text-decoration:underline;
	color:#401953;
}

.loginForm span {margin:1px 10px}

a.iscrivitiBtn {
	background:url(../img/bg_btnIscriviti.jpg) no-repeat top;
	width:193px;
	height:24px;
	display:block;
	font-size:18px;
	color:white;
	text-decoration:underline;
	font-style:italic;
	padding:7px 0 0 54px;
	margin:30px auto;
	line-height:1em;
}
a.iscrivitiBtn:hover {
	background-position:bottom;
	color:white;
}

