@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(../images/bg_body_2.jpg) no-repeat fixed center -350px;
	background-color: #2E90FB;	
}

.container {
	overflow: hidden;
	width: 984px;
	margin: auto;
	background: #FFFFFF;
	box-shadow: 0px 0px 5px #333;
	-moz-box-shadow: 0px 0px 20px #fff;
	-webkit-box-shadow: 0px 0px 20px #fff;
}

.content {
	padding: 17px;
}

img {
	border: none;
}

.content a {
	color: #b03726;
	outline: none;
}

.content a:hover {
	text-decoration: none;
}

.hide {
	display: none;	
}

/* formattazione generica */

.container p {
	margin: 0px auto 15px;
	color: #333;
}

.container table {
	color: #333;
}

h1 {
	font-size: 24px;
	margin: 0px auto 15px;
	padding: 0px;
	font-weight: normal;
	color: /*#a9be2e*/#98ab29;
}

h1 a {
	color: #98ab29 !important;
}

h2 {
	margin: 0px auto 10px;
	padding: 0px;
	font-size: 18px;
	font-weight: normal;
	color: #b03726;
}

h2 a {
	font-size: 18px !important;
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

p + h2, br.clear + h2 {
	margin-top: 40px
}

.left-margin {
	float: left;
	margin: 0px 20px 20px 0px !important;
}

.right-margin {
	float: right;
	margin: 0px 10px 20px 20px !important;
}

.margin5 {
	margin: 5px 5px 5px 0px;
}

.img-sinistra {
	float: left;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #063;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.clear {
	clear: both;
}

.left {
	float: left !important;
}

.right {
	float: right !important;
}

.auto {
	width: auto !important;
	height: auto !important;
}

.gallery {
	position: relative;
	width: 150px !important;
	height: 100px !important;
}
.gallery a {
	cursor:pointer !important;	
}

.gallery img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}

.gallery span {
	width: 169px;
	height: 117px;
	display: block;
	position: absolute;
	top: -5px;
	left: -5px;
	background: url('../images/cut-corner.png') no-repeat;
}

/* header */

#header {
	font-size: 18px;
	color: rgb(255, 255, 255);
	background: #fff url('../images/top.jpg') no-repeat top left;
	height: 209px;
	padding-top: 25px;
}

#header img.social-network {
	margin: 0px 0px 12px 5px;
}

.logo {
	width: 565px;
	margin: auto;
}

/* menu */

.menu-small a {
	font-size: 17px !important;
}
.menu {
	margin: auto;
	text-align: center;
}

.menu a {
	color: #666;
	text-decoration: none;
	padding: 0px 3px 0px 4px;
	letter-spacing: -1px;
	font-size: 18px;
}

.menu a:hover {
	text-decoration: none;
	color: rgb(140, 185, 44);
}

.menu a.current {
	color: #a43a51;
}

/* sub-header */

.sub-header {
	width: 565px;
	height: 28px;
	margin: 8px auto 55px;
	color: #555;
	font-size: 24px;
	text-align: center;
}

.services {
	margin: 8px 12px 0px 0px;
}

.language img {
	margin: 5px 2px 0px;
}

.services img {
	position: relative;
	left: -6px;
}

/* booking */

#booking {
	width: 920px;
	padding: 0px 10px 0px 10px;
	background: #a43a51;
	color: #FFF;
	border: 5px solid #8a3145;
}

#booking table {
	color: #FFF;
}

.booking {
	margin-top: 10px;
	width: 100%;
}

.booking-nome {
	font-size: 24px;
}

#anni-bambini {
	padding: 5px;
	line-height: 30px;
}

.prenotazione-pulsante {
	background-color: #BA415C;
	color: #FFFFFF;
	font-weight: bold;
	cursor: hand;
	border: 1px solid #FFF;	
	height: 30px;
}

/* box homepage */

.box-hp {
	padding: 7px 10px;
	display: block;
	margin: 20px 0px 5px;
}

.red, .blue {
	width: 620px;
	margin: 0px 0px 10px;
}
.blue {
	padding-top: 30px;	
}
.red {
	margin-bottom: 5px;
}

.box-hp p:first-child, .box-hp p.title {
	/*text-transform: uppercase;*/
	font-size: 24px;
}

.box-hp p {
	margin: 0px auto 10px;
	padding: 0px;
	color: #555;
}

.box-hp strong {
	font-weight: normal;
	font-size: 18px;
}

.red p:first-child, .red p.title {
	color: #b03726;
}

.blue p:first-child, .blue p.title, .blue strong {
	color: #54a2fb;
}

/*.blue strong {
	color: #54a2fb;
}*/

.green {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #ecf2bf;
	padding: 20px;
}

.green p:first-child, .green p.title, .green a {
	color: #a2b326;
}

/* camere e appartamenti */

.rooms-container, .offerte-container {
	width: 835px;
	margin: 15px auto 10px;
}


h2.rooms {
	text-align: center;
	background: none;
	padding: 0px;
	font-size: 24px;
}

.rooms-container table td {
	padding: 0px 5px 25px 0px;
}

.camere-msg {
	text-align: center;
	font-size: 15px;
}

.camere-msg strong {
	color: #98AB29;
	font-size: 18px;
}

.camere-msg strong em {
	font-size: 16px;
}

/* offerte */

.offerte-container {
	margin-top: 40px;
}

.offerte-container-hp {
	clear: left;
}

p.title + .offerte-container {
	margin-top: 16px;
}

.offerte-container div {
	width: 400px;
	height: 170px;
	float: left;
	margin: 0px 8px 0px 8px;
	padding: 0px;
}

.offerte-container div.long {
	height: 200px;
}

.offerte {
	margin: 20px 0px;
	font-size: 13px;
}

.offerte h2 {
	color: #bed233;
	margin: 0px auto 8px;
	padding: 0px;
	font-size: 28px;
}

.offerta a:first-child {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #c8db4f url(../images/offerta-icon.gif) no-repeat 5px center;
	padding: 5px 10px 5px 17px;
	color: #FFFFFF;
	display: inline-block;
	height: 15px;
	text-decoration: none;
	font-size: 14px;
}

.offerta a:hover {
	color: #73830C;
}

.offerta strong {
	color: #525252;
}

.offerte-container .gallery {
	margin-bottom: 10px !important;
}

.offerte-container div.long .gallery {
	margin-bottom: 55px !important;
}

.box-hp .clear-left {
	margin-top: -30px;
}

/* foto gallery */

#galleria-fotografica {
	padding-left: 10px;
}

#galleria-fotografica div {
	display: inline-block;
	float: left;
}

#galleria-fotografica div.margin-gallery a {
	cursor:pointer !important;
}

#galleria-fotografica div.margin-gallery a:hover img  {
	border: 1px solid #FEBC20;
	cursor:pointer !important;	
}

.margin-gallery {
	margin: 15px 20px 20px 15px !important;
}

.testo-big {
	font-size: 15px !important;	
}

/* dicono di noi */

.quotes p {
	display: inline-block;
	background: url(../images/quotes.jpg) top left no-repeat;
	padding: 3px 0px 0px 55px;
	margin: 0px 7px 15px 7px;
	width: 240px;
	height: 150px;
	font-size: 15px;
	color: #555;
	float: left;
}

/* footer */

.footer {
	text-align: center;
	margin: auto;
	padding: 10px 0px;
	font-size: 12px;
	clear: both;
}

.footer p, .footer a {
	color: #888888;
}

.footer a:hover {
	text-decoration: none;
}

/* ie6 */

#ie6 .menu, #ie6 .logo, #ie6 .sub-header {
	position: relative;
	top: -25px;
}

#ie6 .logo, #ie6 .sub-header {
	top: 0px;
	left: 90px;
}

/* matrimoni */

.matrimoni .content {
	padding-top: 0px;
	margin-top: -35px;
}

.matrimoni .offerte-container {
	position: relative;
	height: 500px;
	width: 950px;
	margin: 0px;
}

.matrimoni h1 {
	text-align: center;
}

.matrimoni #header {
	height: 160px;
}

.matrimoni .left-margin {
	/*float: none;*/
}

.matrimoni /*.offerte-matrimoni*/ {
	position: absolute;
	text-align: left;
	width: 305px;
	margin: 0px;
	font-size: 12px;
}

.offerte-matrimoni {
	width: 450px!important;
	font-size: 12px;
	margin: 10px!important;
}
.matrimoni #villa {
/*	top: 0px;*/
	left: 315px;
}

.matrimoni #banchetto {
/*	top: 152px;*/
	left: 0px;
}

.matrimoni #logo {
	top: 235px;
	left: 322px;
	text-align: center;
}

.matrimoni #professionalita {
/*	top: 152px;*/
	right: 0px;
}

.matrimoni #cucina {
/*	top: 290px;*/
	left: 315px;
}
