/*--------------------------------------------------------- */
/*----------------------stili globali --------------------- */
/*--------------------------------------------------------- */
html, body{
	margin: 0;
	padding: 0;
}
body{
	font: 80%/1.6em  Arial, Helvetica, sans-serif;
	background:url(../_img/bgBody.jpg) repeat-x;
}
h1{
	font-size: 1.6em;
	margin:0;
}
h2, .h1title{
	font:1.4em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#900;
	margin-top:12px;
}
h3{
	font:bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #C19642;
}
h4{
	font-size: 1.2em;
	margin: 0 0 10px 0;
	color: #000;
}
img{
	border:none;
}
a {
	color:#900;
}
a:hover {
	text-decoration:none;
}
.clear {
	clear:both;
	line-height:0.1em;
	height:1px;
	font-size:0.01em;
}
.divider {
	clear:both;
	line-height:0.1em;
	height:1px;
	font-size:0.01em;
	border-bottom:1px solid #900;	
	padding-top: 10px;
	margin-bottom:10px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td { 
	border:1px dotted #666;
	padding:4px;
}
.leftAlign {
	float:left;
	padding: 0 10px 10px 0;
}
.rightAlign{
	float:right;
	padding: 0 0 10px 10px;
	text-align:right;
}
.verticalAlign {
	vertical-align:middle;
}
label {
	min-width:120px;
	float:left;
}
input {
	vertical-align:middle;
}
input, textarea, select {
	font:0.9em Arial, Helvetica, sans-serif;
}
caption {
	text-align:left;
	margin-bottom:10px;
	font-weight:bold;
	font-size:1.2em;
}
.note {
	font-size:0.8em;
}
/*--------------------------------------------------------- */
/*----------------------stili pagina----------------------- */
/*--------------------------------------------------------- */
#page {
	width:960px;
	margin:0 auto;
}
/*--------------------------------------------------------- */
/*----------------------stili header----------------------- */
/*--------------------------------------------------------- */
#header {
	height:460px;
}
.hdHome {
	background:url(../_img/hdHome.jpg) 0 120px no-repeat;
}
.hdCamere {
	background:url(../_img/hdCamere.jpg) 0 120px no-repeat;
}
.hdAmbienti {
	background:url(../_img/hdAmbienti.jpg) 0 120px no-repeat;
}
.hdCucina {
	background:url(../_img/hdCucina.jpg) 0 120px no-repeat;
}
.hdPrezziInverno {
	background:url(../_img/hdPrezziInverno.jpg) 0 120px no-repeat;
}
.hdPrezziEstate {
	background:url(../_img/hdPrezziEstate.jpg) 0 120px no-repeat;
}
.hdOfferte {
	background:url(../_img/hdOfferte.jpg) 0 120px no-repeat;
}
.hdCioccolateria {
	background:url(../_img/hdCioccolateria.jpg) 0 120px no-repeat;
}
.hdDove {
	background:url(../_img/hdDove.jpg) 0 120px no-repeat;
}
.hdContatti {
	background:url(../_img/hdContatti.jpg) 0 120px no-repeat;
}
.hdAttivitaInverno {
	background:url(../_img/hdAttivitaInverno.jpg) 0 120px no-repeat;
}
.hdAttivitaEstate {
	background:url(../_img/hdAttivitaEstate.jpg) 0 120px no-repeat;
}
.hdEventi {
	background:url(../_img/hdEventi.jpg) 0 120px no-repeat;
}
.hdLocalita {
	background:url(../_img/hdLocalita.jpg) 0 120px no-repeat;
}
.hdGallery {
	background:url(../_img/hdGallery.jpg) 0 120px no-repeat;
}
.hdMeteo {
	background:url(../_img/hdMeteo.jpg) 0 120px no-repeat;
}

.hdvilla-madonna {
	background:url(../_img/Villa-madonna.jpg) 0 120px no-repeat;
}
#logo {
	float:left;
	width:205px;
	padding-left:23px;
	height:168px;
}
#menu {
	float:left;
	width: 732px;
}
#secondaryMenu {
	height:55px;
	width:722px;
	padding:10px 10px 0 0;
	text-align:right;
}
#secondaryMenu img {
	margin: 0 0 5px 10px;
}
#secondaryMenu a{
	text-decoration:none;
	margin-left:20px;
	color:#000;
}
#secondaryMenu a:hover{
	text-decoration:underline;
}
#payoff {
	clear:both;
	padding:175px 0 0 23px;
	color:#FFF;
	height:120px;
}

#payoff_BeB {
	clear:both;
	position: absolute;
	padding:166px 0 0 250px;
	color:#FFF;
	height:120px;
	top: 200px;
	right: 325px;
	z-index: 100;
}


/*--------------------------------------------------------- */
/*-----------------stili menu principale------------------- */
/*--------------------------------------------------------- */
ul#mainMenu {
	list-style:none;
	font-weight: bold;
	font-size:1.05em;
	margin:15px 0 0 10px;
	padding:0;
}
ul#mainMenu li {
	float:left;
	margin:0 7px;
}
ul#mainMenu a {
	float:left;
	display:block;
	padding:7px 10px 8px 10px;
	text-decoration:none;
	color:#FFF;
	font:bold 1.1em  "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* Commented Backslash Hack
 hides rule from IE5-Mac \*/
	ul a {float:none;}
/* End IE5-Mac hack */

ul#mainMenu li.over,
ul#mainMenu a:hover,
ul#mainMenu .current,
ul#mainMenu .current a {
	color:#FFF;
}

ul#mainMenu li.over {
	background: url("../_img/bgTabRight.gif") no-repeat right top;
}
ul#mainMenu a:hover {
	background: url("../_img/bgTabLeft.gif") no-repeat left top;
}
ul#mainMenu .current {
	background: url("../_img/bgTabRight.gif") no-repeat right top;
}
ul#mainMenu .current a {
	background: url("../_img/bgTabLeft.gif") no-repeat left top;
}
/*--------------------------------------------------------- */
/*---------------------stili contenuti--------------------- */
/*--------------------------------------------------------- */
#content {
	padding:20px;
	background-color:#FFF;
}
#leftCol {
	float:left;
	width:610px;
	margin-bottom:15px;
}
#rightCol {
	float:left;
	padding-left:20px;
	width:290px;
	margin-bottom:15px;
}
#photo {
	float:right;
	width:300px;
	margin-left:10px;
}
#photo img{
	border:1px solid #900;
	padding:5px;
}
#photo a {
	color:#000;
}
ul#submenu {
	margin:0;
	padding:0;
}
ul#submenu li{
	list-style-type:none;
}
ul#submenu li a{
	text-decoration:none;
	color:#000;
}
ul#submenu li a:hover{
	color:#900;
}
#googleMap {
	margin-top:20px;
	width:580px;
	height:350px;
}
.fotoRows img{
	margin:0 10px 10px 0;
}	
.dividerNews {
	clear:both;
	line-height:0.1em;
	height:1px;
	font-size:0.01em;
	border-bottom:1px solid #C90;	
	padding-top: 10px;
	margin-bottom:10px;
}
/*--------------------------------------------------------- */
/*---------------------stili footer------------------------ */
/*--------------------------------------------------------- */
#address {
	float:left;
}
#partners {
	float:right;
	padding-top:20px;
}
#partners img {
	vertical-align:middle;
	margin-left:20px;
}

a.colorlink, .boldtxt{
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a.colorunboldlink{
	color: #990000;
	text-decoration: none;
}
.darkh2{
	color: #000000;
}


.fmenu ul {
	list-style: none;
	float: left;
	margin: 0;
	padding-left:0;
	padding-bottom: 10px;
}

.fmenu ul li {
	float: left;
	padding: 0 20px 0 0;
}


ul.boldtext li{
	font-weight: bold;
}
