body {
	font-size:12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000;
	background:#F5F3EE url(../img/bg.jpg) repeat-x;
}
.outerWrapper {
	width:100%;
}
.wrapper {
	clear:both;
	margin: 0 auto;
	width: 796px;
}
.header {
	height: 109px;
}
.header .img_testata {
	display:block;
}
.header .logo {
}
.content {
	padding:40px 0 60px;
}


/*other*/

p, span, h1, h2, h3, h4, select, textarea {
	line-height:1.5em;
}
h1, h2, h3, h4 {
}
h1 {
	font-size:16px;
	padding-bottom:18px;
}
h2 {
	font-size:14px;
	padding-bottom:5px;
}
h3 {
	font-size:12px;
	padding-bottom:20px;
}
h4 {
	font-size:11px;
}
a {
	color: #000;
}
a:hover {
	color: #000;
}

.content .mainTitle {
	padding-bottom:6px;
	font-size:16px;
	background:url(../img/bordo.gif) repeat-x bottom;
	height:25px;
	margin-bottom:20px;
	clear:both;
}

.cornice {
	float:left;
	border:	#ccc 1px solid;
	margin:0 15px 8px 0;
}
.thumb {
	display: block;
	width: 144px;
	height:	100px;
	cursor:pointer;
	float:left;
}
.thumb img {
	position:absolute;
	z-index:1;
}
.thumb.vert {
	width:144px;
	height:185px;
}
.lnB {
	background:url(../img/dotted.gif) repeat-x bottom;
}
.lnT {
	background:url(../img/dotted.gif) repeat-x top;
}
.lnDotted {
	height:1px;
	overflow:hidden;
	background:url(../img/dotted.gif) repeat-x bottom;
}

/* 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;
}
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:#000;
}
.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 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;
	line-height:1.45em;
	float:left;
}


.fullText .btnMain:hover {
	text-decoration:none;
}

.btnMain {
	padding:5px 12px;
	background-color:#fff;
	border:1px solid #d6d6d6;
	text-decoration:none;
	border-bottom-width:2px;
	border-right-width:2px;
	margin-top:15px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.btnMain:hover {
	background-color:#f5f5f5;
	text-decoration:none;
}