@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 auto;
	background-color: #faeff5;
	background-image: url(../img/body_bkg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
* body {
	margin-left: 1px;
}
body#home #nav li a.home, body#servizi #nav li a.servizi, body#spiaggia #nav li a.spiaggia, body#listino #nav li a.listino, body#offerte #nav li a.offerte, body#rimini #nav li a.rimini, body#dove #nav li a.dove, body#contattaci #nav li a.contattaci {
	color: #ff9987;
}
#header   {
	font-size: 16px;
	color: #fff;
	background: #993e3c;
}
#header  img   {
	margin-bottom: 5px;
}
#nav   {
	font-size: 16px;
	color: #fff;
	background-image: url(../img/nav_bkg.gif);
	background-repeat: repeat-x;
	height: 20px;
	line-height: 18px;
	padding-left: 10px;
}
#nav li a {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}
#nav li a:hover {
	color: #FF9987;
}

#nav ul li {
	display: inline;
	margin-right: 20px;
	line-height: auto;
}
#nav li.language a img {
	margin: 0px;
	margin-left: 20px;
	line-height: 20px;
}
#content {
	background-color: #633;
	float: left;
	background-image: url(../img/content_bkg.jpg);
	background-repeat: repeat-y;
	padding-top: 20px;
	padding-bottom: 10px;
}
#content .grid_3   {
	_margin-right: -10px; /* ie6 fix */
}
#content .grid_9 {
	background-image: url(../img/content_decorazione_bkg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 80px;
}
#content h3 {
	font-size: 36px;
	color: #ff9987;
	font-weight: normal;
}

#content .text {
	color: #fff;
}
#content .text p {
	margin-bottom: 40px;
	margin-top: 20px;
	font-size: 18px;
	line-height: 26px;
}
#content .text p a {
	color: #ff9987;
}
#content .text  p img {
	line-height: 1.5em;
	border: 2px solid #7a3d47;
}
#content .text p strong{
	font-size: 22px;
}
#content .text td{
padding:5px;
font-weight:bold;
}
#content #photogallery {
	float: left;
}
#content #photogallery ul {
	margin-top: 10px;
}
#content #photogallery  ul li {
	margin-bottom: 20px;
	display: block;
	width: 90px;
	float: left;
	margin-right: 20px;
}
body#listino #content table {
	margin-top: 40px;
	margin-bottom: 0px;
}
body#listino #content table td {
	padding: 5px;
	border: 1px solid #ff9987;
}
body#spiaggia #content ul.lista {
	margin-top: 40px;
	list-style-type: disc;
	padding-left: 1em;
	font-size: 18px;
}
body#spiaggia #content ul.lista li {
	margin-bottom: 1em;
}
#footer  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	background: #633;
	padding-bottom: 20px;
	color: #fff;
}


#footer .address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 20px;
	height: 20px;
	background-image: url(../img/footer_bkg.gif);
	background-repeat: repeat-x;
	color: #fff;
	word-spacing: -1px;
	letter-spacing: 0em;
	margin-bottom: 30px;
}
.float_left {
	float: left;
	margin-right: 20px;
}
.float_right {
	float: right;
	margin-left: 20px;
}
body#contattaci #content form {
	margin-top: 20px;
	margin-bottom: 40px;
}
body#contattaci #content form .campiobbligatori {
	font-style: italic;
	font-size: 14px;
	margin-bottom: 20px;
}

.red {
	color: #c69;
}
body#contattaci #content form .form_item {
	clear: both;
	position: relative;
	margin-bottom: 10px;
	line-height: 20px;
	/*height: 20px;*/
}
body#contattaci #content form .form_item_note {
	clear: both;
	margin-bottom: 50px;
	height: 260px;
}

body#contattaci #content form .form_item_note {
	clear: both;
	margin-bottom: 50px;
	/*height: 260px;*/
}

body#contattaci #content form label {
	/*position: absolute;
	top: 0px;
	left: 0px;*/
}
body#contattaci #content form .field {
	/*position: absolute;
	top: 0px;
	left: 180px;*/
}
body#contattaci #content form .field input, body#contattaci #content form .field textarea {
	width: 220px;
}
body#contattaci #content form .field textarea {

}
body#contattaci #content form .field select.large {
	width: 226px;
}
body#contattaci #content form .field .textfieldRequiredMsg, body#contattaci #content form .field .textfieldInvalidFormatMsg, body#contattaci #content form .checkboxRequiredMsg {
	margin-left: .5em;
}
body#contattaci #content form a {
	color: #ff9987;
	text-decoration: none;
}
body#contattaci #content form a:hover {
	color: #fff;
}
body#contattaci #content form select.gg, body#contattaci #content form select.mm {
	width: 55px;
}
body#contattaci #content form select.aa {
	width: 84px;
}
body#contattaci #content form .submit {
	width: 120px;
	height: 40px;
	border: 1px solid #33191a;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #80404d;
	background-image: url(../img/submit_bkg.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
body#dove #content .googlemaps {
	width: 100%;
	height: 400px;
	display: block;
	margin-top: 20px;
	border: 1px solid #33191a;
}

table.listino{
width:95%;
}
input.calendar {
	display:none;

}
table.listino th{

}
table.listino td{

}