
body {
	font-size:12px;
	font-family: Trebuchet MS, Tahoma, Arial, Verdana, Helvetica, sans-serif;
	color:#000;
	background:url(../img/bgWrapper.jpg) repeat-x fixed;
}

.outerWrapper {
}

.wrapper {
	margin:0 auto;
	width:925px;	
	position:relative;
	background:url(../img/testata.jpg) no-repeat;
}

.header {
	height:167px;
}

.content {
	margin:0 auto;
	padding-top:20px;
	padding-bottom:20px;
	background:#fff;
}

.logo{
	position:absolute;
	top:5px;
	left:175px;
	width:70px;
	height:128px;
	display:block;
}


.headline{
	position:absolute;
	top:0px;
	left:430px;
}


/*other*/

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

h1, h2, h3, h4 {
	color:#505449;
}

h1 {
	font-size:16px;
	padding-bottom:5px;
}

h2 {
	font-size:14px;
	padding-bottom:12px;
}
h3 {
	font-size:12px;
	padding-bottom:20px;
}
h4 {
	font-size:11px;
	padding-bottom:15px;
}

a {
	color: #0E80B1;
}

a:hover {
	color: #005EAB;
}

/* Cornice Lista */

.cornice {
	float:left;
	border:	#ccc 1px solid;
	margin:0 15px 8px 0;
	padding:3px;
	background:#FFFFFF;
}

.thumb, .thumbGalleria {
	display: block;
	width: 80px;
	height:	45px;
	cursor:pointer;
	float:left;
}

.thumb img, .thumbGalleria img {
	position:absolute;
	z-index:1;
}

.thumb.vert {
	width:144px;
	height:216px;
}

/* LN */

.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;
	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 {
	text-transform:capitalize;
	padding:2px;
}
option {
	margin:3px 0;
	text-indent:8px;
	text-transform:capitalize;
}
option.titoloOption{
	color:#000;
	font-weight:bold;
}
option.firstSubOption{
	color:#444;
}
option.otherSubOption{
	color:#555;
}

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:.4em;
	color:#0E80B1;
}
.fullText h3 {
	background:#0E80B1;
	padding:5px 10px;
	color:#fff;
	width:auto;
	font-size:11px;
	font-weight:bold;
	display:inline-block;
	margin-bottom:10px;
	text-transform:uppercase;
	margin-top:5px;
}
.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,
.fullText b {
	color:#0E80B1;
}
.fullText ul li {
	background-image: url(../img/arrowBlu.gif);
	background-repeat: no-repeat;
	padding-left:18px;
	background-position: 0 4px;
}
.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;
}
.fullText table td {
	vertical-align:top;
	padding-bottom:12px;
	text-align:left;
}
.fullText table td h3 {
	margin-bottom:0;
	margin-top:0;
}
.fullText table td.firstCol {	
	padding-right: 20px;
}
.fullText acronym {font-weight:bold}


/* altro */

.content .mainTitle {
	font-size:16px;
	color:#000;
	margin-bottom:10px;
	padding-bottom:0;
	line-height:1.6em;
	color:#0E80B1;	
	font-weight:bold;
}


.content .mainTitle .bottone{
	margin-top:4px;
}

.content .mainTitle .linkTitolo{
	text-decoration:none;
	color:#fff;
}

.content .mainTitle .linkTitolo:hover{
	text-decoration:underline;
}


/* Bottone */

.bottone {
	height:20px;
	margin-top:20px;
	cursor:pointer;
	background:url(../img/btnBg1Sx.gif) no-repeat top left;
	padding-left:10px;	
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	text-transform:uppercase;
}

.bottone:hover {
	color:#bbb;
}

.bottone span {
	background:url(../img/btnBg1.gif) no-repeat top right;
	padding-right:26px;
	height:20px;
	float:left;
	line-height:1.6em;
}

.bottoneSx {
	background:url(../img/btnBg2Sx.gif) no-repeat top left;
	padding-left:26px;
}
.bottoneSx span {
	background:url(../img/btnBg2.gif) no-repeat top right;
	padding-right:10px;
}

.bottoneSimple {
	background:url(../img/btnBg3Sx.gif) no-repeat top left;
}
.bottoneSimple span {
	background:url(../img/btnBg2.gif) no-repeat top right;
	padding-right:10px;
}

