body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background: url(./images/background.jpg) center 33px no-repeat #FFF; 
	/*background-position: -350px 33px; */
}

/*
* Headings
*/

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #CC6633; background-color: inherit; }
h1 { font-size: 2.3em; margin-bottom: .6em; }
h2 { font-size: 1.8em; margin-bottom: .3em; }
h3 { font-size: 1.5em; margin-bottom: .3em; }
h4,h5,h6 { font-size: 1em; font-weight: bold; margin-bottom: 1em; }

/*
* Links
*/

a:link, a:visited {
	color: #666;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/*
* Blocks
*/

.clearer {
	clear: both;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	margin-top: 10px;
}

/*
* Header
*/

#header {
	width: 100%;
}

#header #logo {
	margin-left: -50px;
	float: left;
	width: 700px;
}

#header #flags {
	float: right;
	width: 85px;
}

#header #flags img {
	vertical-align: middle;
}

#header #flags a {
	padding: 5px 10px;
}

/*
* Content
*/

#content {
	width: 100%;
}

/*
* Menu
*/

#menu {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 10px;
}

#menu ul {
	float: right;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-bottom: 2px solid #B1CBF2;
	padding-right: 10px;
	background: url(./images/bg-repeat.png) top left repeat transparent; 
}

#menu ul li {
	float: left;
	height: 33px;
	background: url(./images/menu-separator.png) 0 10px no-repeat;
	margin-left: 5px;
}

#menu ul li:first-child {
	background: none;
	margin-left: 0;
}

#menu ul li a {
	color: #333;
	background-color: inherit;
	font-size: 1.5em;
	line-height: 1.3em;
	text-decoration: none;
	padding: 7px 10px;
	padding-left: 15px;
	display: block;
	text-shadow: #ddd 1px 1px;
}

#menu ul li a.current {
	font-weight: bold;
}

#menu ul li a:hover {
	text-decoration: underline;
}

/*
* Footer
*/

#footer {
	margin-top: 10px;
	padding: 10px 0;
	border-top: 1px solid #333;
	font-size: 1.2em;
	line-height: 1em;
}

#footer #copyright {
	float: left;
}

#footer #altro {
	float: right;
}

#footer #credits {
	font-weight: bold;
}

#footer #credits a {
	text-decoration: none;
}

#footer #credits a:hover {
	text-decoration: underline;
}

/*
* Corpo - all
*/

.corpo {
	width: 870px;
	min-height: 150px;
	padding: 15px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	background: url(./images/bg-repeat.png) top left repeat transparent; 
}

.corpo h1 {
	text-shadow: #663333 1px 1px;
}

.testo {
	font-size: 1.3em;
	line-height: 1.1em;
	color: #333;
	background-color: inherit;
	margin-bottom: .5em;
	text-indent: 2px;
}

/*
* Immagini
*/

img.allinea-destra {
	float: right;
	margin-left: 10px;
}

img.allinea-sinistra {
	float: left;
	margin-right: 10px;
}

img.allinea-centro {
	margin: 10px auto; 
	text-align: center;
	display: block;
}

/*
* Home
*/

#corpo-home {

}

#corpo-home #featured {
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#corpo-home #featured li{
	float: left;
	width: 200px;
	margin-left: 10px;
	_margin-left: 5px; /* IE6 bug */
}

#corpo-home #featured li:first-child {
	margin-left: 0;
}

#corpo-home #featured li a:hover {
}

/*
* Hotel
*/

#corpo-hotel{

}

/*
* Camere
*/

#corpo-camere {

}

/*
* Ristorante
*/

#corpo-ristorante {

}

#corpo-ristorante h2 {
	margin-top: .5em;
	margin-bottom: .3em;
}

#corpo-ristorante ul {
	list-style-type: disc;
	margin: 0 0 10px 20px;
}

#corpo-ristorante li {
	font-size: 1.3em;
	line-height: 1.1em;
}

#corpo-ristorante strong {
	font-size: 1.3em;
	line-height: 1.1em;
}

#corpo-ristorante #sinistra {
	float: left;
	width: 488px;
	margin-right: 10px;
}

#corpo-ristorante #destra {
	float: right;
	width: 362px;
}

#corpo-ristorante #destra img {
	padding: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: #fcfcfc;
	border: 1px solid #ececec;
}

#corpo-ristorante .didascalia {
	text-align: center;
}

/*
* Centro benessere
*/

#corpo-centrobenessere {

}

/*
* Dintorni
*/

#corpo-dintorni {

}

#corpo-dintorni h2 {
	margin-top: .5em;
}

/*
* Tariffe
*/

#corpo-tariffe {

}

#corpo-tariffe .tariffa {
	border: 1px solid #f2f2f2;
	border-right: 2px solid #dedede;
	border-bottom: 2px solid #dedede;
	margin-bottom: 10px;
	background-color: #fdfdfd; 
	padding: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}

#corpo-tariffe .tariffa h2 {
	background: inherit;
}

#corpo-tariffe .tariffa h2:first-letter {
	text-transform: capitalize;
}

#corpo-tariffe .tariffa .data {
	padding-left: 5px;
	font-size: 1.2em;
	margin-bottom: 10px;
	color: #666;
}

#corpo-tariffe .tariffa .testo {
	padding-left: 0px;
	background: inherit;
}

#corpo-tariffe .tariffa .info {
	width: 100%;
}

#corpo-tariffe .tariffa .info .miniatura {
	float: left;
	width: 175px;
}

#corpo-tariffe .tariffa .info .testo {
	float: right;
	width: 665px;
}

#corpo-tariffe .tariffa .miniatura img {
	margin: 0;
}

#corpo-tariffe .tariffa .info-full {
	width: 845px;
}

#corpo-tariffe .tariffa p {
	color: #333;
	background: inherit;
	margin-bottom: .6em;
}

#corpo-tariffe .tariffa img {
	padding: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: #fefefe;
	border: 1px solid #ececec;
}

#corpo-tariffe .tariffa .testo ul {
	list-style-type: disc;
	margin-left: 20px;
}

#corpo-tariffe .tariffa .testo ol {
	list-style-type: decimal;
	margin-left: 20px;
}

#corpo-tariffe .tariffa .testo table {
	border: 1px solid #CCC;
	margin-top: 5px;
	margin-bottom: 10px;
}

#corpo-tariffe .tariffa .testo table[align='center'] {
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 10px;
}

#corpo-tariffe .tariffa .testo td {
	padding: 10px;
}

/*
* Offerte
*/

#corpo-offerte {

}

#corpo-offerte .offerta {
	border: 1px solid #f2f2f2;
	border-right: 2px solid #dedede;
	border-bottom: 2px solid #dedede;
	margin-bottom: 10px;
	background-color: #fdfdfd; 
	padding: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}

#corpo-offerte .offerta h2 {
	background: inherit;
}

#corpo-offerte .offerta h2:first-letter {
	text-transform: capitalize;
}

#corpo-offerte .offerta .data {
	padding-left: 5px;
	font-size: 1.2em;
	margin-bottom: 10px;
	color: #666;
}

#corpo-offerte .offerta .testo {
	padding-left: 0px;
	background: inherit;
}

#corpo-offerte .offerta .info {
	width: 100%;
}

#corpo-offerte .offerta .info .miniatura {
	float: left;
	width: 175px;
}

#corpo-offerte .offerta .info .testo {
	float: right;
	width: 665px;
}

#corpo-offerte .offerta .miniatura img {
	margin: 0;
}

#corpo-offerte .offerta .info-full {
	width: 845px;
}

#corpo-offerte .offerta p {
	color: #333;
	background: inherit;
	margin-bottom: .6em;
}

#corpo-offerte .offerta img {
	padding: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: #fefefe;
	border: 1px solid #ececec;
}

#corpo-tariffe .offerta .testo ul {
	list-style-type: disc;
	margin-left: 20px;
}

#corpo-tariffe .offerta .testo ol {
	list-style-type: decimal;
	margin-left: 20px;
}

#corpo-tariffe .offerta .testo table {
	border: 1px solid #CCC;
	margin-top: 5px;
	margin-bottom: 10px;
}

#corpo-tariffe .offerta .testo td {
	padding: 10px;
}

/*
* Dove
*/

#corpo-dove {

}

#corpo-dove #mappa {
	border: 1px solid #ddd;
}

#corpo-dove #mappa:hover {
	outline: 5px solid #DEDEDE;
}

#corpo-dove h2 {
	margin-top: .5em;
	margin-bottom: .3em;
}

#corpo-dove ul {
	list-style-type: disc;
	margin: 0 0 10px 20px;
}

#corpo-dove li {
	font-size: 1.3em;
	line-height: 1.1em;
}

/*
* Contatti
*/

.dati-contatti {
	margin: 20px;
	margin-top: 10px;
	margin-left: 0;
	width: 350px;
	border-left: 5px solid #CCC;
	padding-left: 10px;
	float: left;
}

.dati-contatti p {
	font-size: 1.5em;
	line-height: 1.2em;
}

.dati-contatti .azienda {
	font-size: 2em;
}

#form-contatti {
	width: 570px;
	margin: 0;
}

.forms fieldset {
	border: 1px solid #CCC;
	padding: 10px;
}

.forms label,
.forms legend {
	font-variant: small-caps;
	font-size: 1.2em;
}

.forms label {
	display: block;
	margin-bottom: 3px;
}

.forms legend {
	border: 1px solid #CCC;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
}

.forms input {
	margin-bottom: 5px;
}

.forms input[type="reset"],
.forms input[type="submit"] {
	margin-top: 20px;
}

.forms input[type="reset"] {
	float: left;
	margin-left: 10px;
}

.forms input[type="submit"] {
	float: right;
	margin-right: 10px;
}

#form-contatti p#nota {
	font-size: 1.2em;
	margin-top: 10px;
}

#form-contatti label[for="privacy"] {
	font-size: 1.2em;
	display: inline;
}

.forms #messaggio {
	padding: 5px;
	margin-bottom: 10px;
}

#form-contatti p#privacy-testo {
	border: 1px dashed #cecece;
	padding: 10px;
	font-size: 1.2em;
	margin-bottom: 5px;
}

.conferma img,
.errore img {
	width: 16px;
	height: 16px;
}

.conferma {
	padding: 5px;
	border: 1px solid green;
	margin: 10px;
	color: #333;
}

.conferma img,
.errore img {
	margin-right: 10px;
}

.errore {
	padding: 5px;
	border: 1px solid red;
	margin: 10px;
	color: #333;
}

.forms .error {
	color: red;
}

.forms select {
	margin-bottom: 5px;
}
