@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	outline: 0
}

img {
	border: none
}

body  {
	font: 100% Georgia, Times New Roman, Times, serif;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
}

.twoColFixLtHdr #menu_sup_ext { 
	background: #dcdcb8;
	margin: 0 auto;
	text-align: center;
	height: 20px
}

.twoColFixLtHdr #menu_sup { 
	font-family: Arial, Helvetica, sans-serif;
	width: 941px;
	margin: 0 auto;
	font-size: 11px;
	text-align: right;
	height: 20px
}

.twoColFixLtHdr #menu_sup ul { 
	list-style: none;
	padding-top: 3px;
	padding-right: 14px
}

.twoColFixLtHdr #menu_sup li { 
	background: url(../images/square.gif) no-repeat left center;
	padding: 5px 10px 5px 8px;
	display: inline
}

.twoColFixLtHdr #menu_sup li a { 
	color: #767676;
	text-decoration: none
}

.twoColFixLtHdr #menu_sup li a:hover { 
	color: #fff;
	text-decoration: none
}


.twoColFixLtHdr #container {
	width: 941px;
	margin: 0 auto;
	text-align: left;
} 

.twoColFixLtHdr #header { 
	padding: 0 14px;
} 

.twoColFixLtHdr #contatti { 
	color: #333;
	padding-top: 17px
} 

.twoColFixLtHdr #contatti h2 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal
} 

.twoColFixLtHdr #contatti #telefono { 
	font-size: 28px;
} 

.twoColFixLtHdr #contatti #email { 
	font-size: 15px;
	text-align: right;
	padding-top: 5px
} 

.twoColFixLtHdr #contatti a { 
	color: #333;
	text-decoration: underline;
} 

.twoColFixLtHdr #contatti a:hover { 
	text-decoration: none
} 

.twoColFixLtHdr #contatti .punto { 
	color: #dcdcb8
} 

.twoColFixLtHdr #menu_inf {
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
	padding: 6px 0;
	border-top: #e5dcb5 1px solid;
	border-bottom: #e5dcb5 1px solid;
	text-transform: uppercase;
	color: #818749;
	margin-top: 25px
}

.twoColFixLtHdr #menu_inf ul { 
	list-style: none;
}

.twoColFixLtHdr #menu_inf li { 
	display: inline;
	border-right: #ece5c9 1px solid;
	border-left: #ece5c9 1px solid;
}

.twoColFixLtHdr #menu_inf li a { 
	color: #818749;
	text-decoration: none;
	padding: 1px 10px 1px 10px;
}

.twoColFixLtHdr #menu_inf li a:hover { 
	background: #dcdcb8;
	text-decoration: none;
}

.twoColFixLtHdr .active { 
	background: #dcdcb8;
	padding: 1px 0px 1px 0px;
}

.twoColFixLtHdr #foto_home { 
	border-bottom: #fff 1px solid
}

.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 686px;
	height: 459px
}

.twoColFixLtHdr #mainContent { 
	float: right;
	padding: 20px 14px 14px 14px;
	text-align: left;
	width: 199px;
	overflow: auto;
	height: 425px
}

.twoColFixLtHdr #mainContent ul {
	list-style-type: none;
}

.twoColFixLtHdr a { 
	color: #ffffff;
} 

.twoColFixLtHdr #mainContent h1 { 
	font-weight: normal;
	color: #dcdcb8;
	font-size: 30px
} 

.twoColFixLtHdr #mainContent h2 { 
	font-weight: normal;
	color: #dcdcb8;
	font-size: 15px;
	padding-bottom: 10px;
	background: url(../images/filetto_titolo.png) no-repeat bottom left;
} 

.twoColFixLtHdr #mainContent p { 
	font-size: 12px;
	margin-top: 10px
} 

.twoColFixLtHdr #mainContent .didascalia { 
	font-style: italic;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 30px
	
} 

.twoColFixLtHdr #ombra_top { 
	background: url(../images/ombra_top.gif) no-repeat;
	height: 17px
} 

.twoColFixLtHdr #ombra_bottom { 
	background: url(../images/ombra_bottom.gif) no-repeat;
	height: 22px
}

.twoColFixLtHdr #mainContent2 { 
	padding: 0 14px;
	background: url(../images/ombra_center.gif) repeat-y;
	text-align: center
} 

.twoColFixLtHdr #footer { 
	padding: 0 14px;
	font-size: 11px;
	color: #767676	;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center
}

.twoColFixLtHdr #footer a { 
	color: #767676;
	text-decoration: underline
}

.twoColFixLtHdr #footer a:hover { 
	color: #ab8f39;
	text-decoration: none
}

.twoColFixLtHdr #footer .bull { 
	color: #ab8f39	
}  

.fltrt {
	float: right;
}

.fltlft {
	float: left;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

#h1
	{
	float: left;
	display: inline;
	margin: 3px 0px 0px 15px;
	font-size: 11px;
	}
