body {
	font-size:11px;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	color:#000;
}
.outerWrapper {
	width:100%;
}
.wrapper {
	clear:both;
	margin:0 auto;
	width: 900px;
}
.header {
	height: 424px;
	position:relative;
	background:url(../img/bg_header.jpg) no-repeat;
}
.header .img_testata {
	display:block;
}
.header .logo {
	position:absolute;
	z-index:10;
	left:-5px;
	top:0;
}
.content {
	margin:12px 0 0 0;
}
/*other*/

p, span, h1, h2, h3, h4, select, textarea {
	line-height:1.5em;
}
h1, h2, h3, h4 {
	font-weight:normal;
}
h1 {
	font-size:20px;
	padding-bottom:18px;
}
h2 {
	font-size:18px;
	padding-bottom:5px;
}
h3 {
	font-size:12px;
	padding-bottom:20px;
	font-weight:bold;
}
h4 {
	font-size:11px;
	font-weight:bold;
}
a {
	color: #7D0070;
}
a:hover {
	color: #000;
}
.content .mainTitle {
	padding-bottom:10px;
	margin-bottom:20px;
	background:url(../img/dotted.gif) repeat-x bottom;
}
.cornice {
	float:left;
	border:	#ccc 1px solid;
	margin:0 15px 8px 0;
	padding:5px;
	background:url(../img/bg_thumb.jpg) repeat-x;
}
.thumb {
	display: block;
	width: 144px;
	height:	100px;
	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;
}
.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;
}
.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:#000
}
.fullText ul li {
	background: url(../img/circleSmall.gif) no-repeat 3px 4px;
	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:25px;
	margin-top:20px;
	cursor:pointer;
	background:url(../img/bottone.gif) no-repeat top left;
	padding-left:10px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
}
.bottone span {
	background:url(../img/bottone.gif) no-repeat top right;
	padding-right:10px;
	height:25px;
	float:left;
	line-height:2.4em;
}
.fullText .btnMain:hover {
	text-decoration:none;
}
.btnMain {
	padding:4px 8px;
	background-color:#fff;
	border:1px solid #d6d6d6;
	text-decoration:none;
	border-bottom-width:1px;
	border-right-width:1px;
	margin-top:15px;
	font-weight:bold;
	font-size:11px;
}
.btnMain:hover {
	background-color:#f5f5f5;
	text-decoration:none;
}
.header .contGalleriaTestata {
	background:url(../img/bg_header_gallery.png) no-repeat;
	height:94px;
	width:242px;
	display:block;
	position:absolute;
	z-index:101;
	right:10px;
	top:265px;
	padding:16px;
}
.header .galleriaTestata {
	width:242px;
	height:94px;
	display:block;
	overflow:hidden;
}
.header .contBtnHeader {
	position:absolute;
	top:363px;
	left:25px;
	z-index:101;
	width:580px;
}
.contLoghi {
	width:900px;
}

.contLoghi .top {
	background:url(../img/bg_cont_loghi_top.gif) no-repeat;
	height:6px;
}
.contLoghi .center {
	background:url(../img/bg_cont_loghi_center.gif) repeat-y;
}
.contLoghi .bottom {
	background:url(../img/bg_cont_loghi_bottom.gif) no-repeat;
	height:6px;
}

.contLoghi a {
	float:left;
	display:inline;
	margin: 0 14px 10px;
}
.contLoghi img {
	display:block;
	height:78px;
	
}

.mainImg {
	padding-bottom:15px;
	display:block
}
.tempLink {
	cursor:default
}

