@charset "UTF-8";

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

img  {
	border: none
}

p  {
	margin-bottom: 15px;
	font-size: 12px
}

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

a:hover  {
	color: #fcb118;
	text-decoration: none
}

h1  {
	margin-bottom: 25px;
	font-size: 30px;
	font-weight: normal
}

h2  {
	margin-bottom: 5px;
	font-size: 25px;
	font-weight: normal
}

body  {
	font: 100% Georgia, Times New Roman, Times, serif;
	background: #f2efe3;
	text-align: center;
	color: #333;
}

.twoColFixLt #container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/bg.gif) repeat-y;
}

.twoColFixLt #top {
	width: 939px;
	margin: 0 auto;
	text-align: right;
	background: url(../images/ombra_sup.png) no-repeat;
	height: 36px;
	padding-top: 12px;
	padding-right: 21px
}

.twoColFixLt #top img {
	padding-left: 2px
}

.twoColFixLt #banner {
	background: url(../images/bg_banner.png) repeat-y;
}

.twoColFixLt #banner img {
	border-top: #fff 1px solid;
	border-bottom: #fff 1px solid;
}

.twoColFixLt #bottom {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/ombra_sotto.png) no-repeat;
	height: 38px
}

.twoColFixLt #sidebar1 {
	float: left;
	width: 258px;
}

.twoColFixLt #sidebar1 ul {
	font: 13px Arial, Helvetica, sans-serif;
	list-style: none;
	padding-left: 90px;
	padding-top: 15px
}

.twoColFixLt #sidebar1 li {
	padding: 7px 0;
	background: url(../images/sep_menu.gif) no-repeat bottom left;
}

.twoColFixLt #sidebar1 li a {
	text-decoration: none
}

.twoColFixLt .active {
	font-weight: bold
}

.twoColFixLt #prenotazioni {
	background: url(../images/bg_prenotazioni.gif) repeat-y;
	margin-top: 50px;
	padding: 10px 0 10px 100px;
}

.twoColFixLt input, .twoColFixLt textarea {
	background: #fffff0;
	color: #7f817b;
	border: 1px solid #999;
	margin-right: 5px
}


.twoColFixLt select {
	background: #fffff0;
	color: #7f817b;
	border: none;
	margin-right: 5px;
}

.twoColFixLt button {
	color: #fff;
	border: none;
	padding: 2px 10px 2px 2px;
	cursor: pointer;
	background: #333 url(../images/arrow2.gif) no-repeat center right;
	font: 14px Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	margin: 10px 0 0 0
}

.twoColFixLt #sep_prenotazioni {
	background: url(../images/sep_prenotazioni.gif) no-repeat;
	height: 2px;
	margin: 16px 0
}

.twoColFixLt #mainContent {
	margin: 0 0 0 258px;
	background: url(../images/bg_banner.png) no-repeat 0px 254px;
} 

.twoColFixLt #content {
	padding: 32px 54px 0px 32px;
} 

.float_sx {
	float: left;
	margin-right: 10px;
	text-align: center;
}

.float_sx p {
	margin-bottom: 3px
}


.fltlft {
	float: left;
	width: 370px
}

.fltrt {
	float: right;
	width: 196px
}

.riquadro_dx {
	background: #fdae0b;
	text-transform: uppercase;
	margin-bottom: 13px
}

.riquadro_dx p {
	font-size: 16px;
	padding: 2px 6px 6px 6px;
}


.riquadro_dx p a {
	background: url(../images/arrow.gif) no-repeat center right;
	text-decoration: none;
	padding: 0 16px 0 0;
}

.riquadro_dx p a:hover {
	color: #fff;
	text-decoration: none
}


.twoColFixLt #footer {
	text-align: left;
	background: url(../images/bg_footer.png) repeat-y;
	height: 22px;
	border-top: #fcb119 3px solid;
	border-bottom: #fcb119 3px solid;
	margin-right: 21px;
	font: 11px "Trebuchet MS", Helvetica, sans-serif;
	line-height: 24px;
	padding-left: 32px
}

.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;
}

.ind{
	font-size:11px; 
	color: #999;
	width:100%;
	text-align:center;
	font-family: Arial;
	margin-bottom:0;
	}
.wmrsc {
	position: absolute;
	width: 550px;
	top: 0px;
	margin-left: 0px;
	z-index: 1;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	left: 30px;
	display: none;
}

