/* ******************************************************************* PARTI COMUNI */
body {
	margin: 0;
	padding: 0;
	font: 11px Arial, Sans-serif;
	color: #333626;
	text-align: center;
	background: #fff url(sfondo_body.gif) repeat-x top;
}
#box {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background-color: #fafcfc;
	position: relative;
}
.larghezza {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background-color: #fafcfc;
}
/* ******************************************************************* FINE PARTI COMUNI */

/* ******************************************************************* HEADER */
#header {
	height: 134px;
	width: 980px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
#header #logo {
	position: absolute;
	top: 0;
	left: 0;
}
#header #slogan {
	position: absolute;
	top: 25px;
	right: 0;
}
#header #lang {
	position: absolute;
	bottom: 11px;
	left: 14px;
	color: #656f2a;
}
#header #lang a:link, #header #lang a:visited, #header #lang a:hover, #header #lang a:active {
	color: #656f2a;
	text-decoration: none;
}
#header #lang a:hover {
	text-decoration: underline;
}
/* ******************************************************************* FINE HEADER */

/* ******************************************************************* CONTENT UP */
#content_up {
	padding-top: 83px;
	position: relative;
	width: 980px;
}
#content_up #main_foto img {
	display: block;
}
#content_up #offers {
	position: absolute;
	top: 131px;
	right: 48px;
	width: 202px;
}
#content_up #offers .sfondo_black {
	width: 202px;
	height: 173px;
	background-color: #000;
	opacity: 0.60;
	filter: alpha(opacity=60);
}
#content_up #offers #text_offers {
	color: #fff;
	position: absolute;
	top: 0;
	left: 15px;
	width: 172px;
	text-align: justify;
	line-height: 17px;
}
#content_up h2 {
	color: #f5d876;
	font: 14px Helvetica, Arial, sans-serif;
	margin: 16px 0 10px 0;
	text-align: center;
}
#content_up #offers a:link, #content_up #offers a:visited, #content_up #offers a:hover, #content_up #offers a:active {
	color: #fff;
	text-decoration: none;
	float: right;
}
#content_up #express {
	position: absolute;
	top: 315px;
	right: 48px;
	width: 202px;
}
#content_up #express .sfondo_black {
	width: 202px;
	height: 173px;
	background-color: #000;
	opacity: 0.60;
	filter: alpha(opacity=60);
}
#content_up #express #text_express {
	color: #fff;
	position: absolute;
	top: 0;
	left: 15px;
	width: 172px;
	margin: 0;
	line-height: 24px;
}
#content_up #express #text_express label {
	clear: left;
	float: left;
	width: 60px;
}
#content_up #express #text_express input {
	border: 1px solid #fff;
	background-color: transparent;
	color: #fff;
	font: 11px Arial, Helvetica, sans-serif;
	float: left;
	width: 80px;
	height: 13px;
	margin: 3px 0;
}
#content_up #express #text_express input.invia {
	border: 0;
	float: right;
	margin-top: 12px;
}
/* ******************************************************************* FINE CONTENT UP */

/* ******************************************************************* CALENDARIO **/
/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	float: left;
	width: 17px;
	height: 16px;
	margin: 3px 4px 0 3px;
	display: inline;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(calendar.gif) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* ******************************************************************* FINE CALENDARIO **/

/* ******************************************************************* MENU */
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font: 15px Helvetica, Arial, sans-serif;
}
#nav {
	position: absolute;
	left: 57px;
	bottom: -18px;
}
#nav li {
	float: left;
	width: 202px;
	height: 58px;
	background: url(sfondo_menu.jpg) no-repeat;
	margin-right: 22px;
}
#nav li ul {
	position: absolute;
	width: 202px;
	left: -999em;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	display: block;
	width: 202px;
	color: #3a521b;
	text-decoration: none;
	text-align: center;
	padding-top: 12px;
}
#nav a:hover {
	font-weight: bold;
}
#nav a:link span, #nav a:visited span, #nav a:hover span, #nav a:active span {
	font-size: 13px;
	display: block;
	color: #635f60;
}
#nav li li {
	height: auto;
	background: #000 none;
	opacity: 0.75;
	filter: alpha(opacity=75);
	border-bottom: 1px solid #fff;
}
#nav li li a:link, #nav li li a:visited, #nav li li a:hover, #nav li li a:active {
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 21px;
	padding: 0;
}
/* ******************************************************************* FINE MENU */

/* ******************************************************************* OFFERS */
#offers {
	position: absolute;
}
/* ******************************************************************* FINE OFFERS */

/* ******************************************************************* EXPRESS */
#express {
	position: absolute;
}
/* ******************************************************************* FINE EXPRESS */

/* ******************************************************************* CONTENT */
#content {
	margin: 46px 0 0 17px;
}
#breadcrumbs {
	margin-right: 250px;
}
#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:hover, #breadcrumbs a:active {
	color: #333626;
	text-decoration: none;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}
#content h1 {
	color: #f55302;
	font: 17px Helvetica, Arial, sans-serif;
	margin: 35px 0 23px 0;
}
#content #text {
	line-height: 24px;
	padding-bottom: 30px;
	width: 690px;
	min-height: 200px;
}
#content #text a:link, #content #text a:visited, #content #text a:hover, #content #text a:active {
	color: #3f5622;
	text-decoration: none;
}
#content #text a:hover {
	text-decoration: underline;
}
#content #text p {
	margin: 13px 0;
}
#frame_events {
	width: 690px;
	height: 690px;
}
#content .col2 {
	float: right;
	width: 40%;
	margin: 0;
	padding: 0 0 0 24px;
}
#content #logo_altea {
	float: right;
}
#content #link {
	float: right;
	width: 200px;
}
#content #piantina {
	display: block;
}
/* ******************************************************************* FINE CONTENT */

/* ******************************************************************* MENU EXTRA */
#menu_extra {
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 250px;
	font: 14px Helvetica, Arial, sans-serif;
}
#menu_extra li {
	float: left;
	width: 202px;
	background: url(sfondo_menu_extra.jpg) no-repeat;
	margin-bottom: 1px;
}
#menu_extra a:link, #menu_extra a:visited, #menu_extra a:hover, #menu_extra a:active {
	display: block;
	color: #3e5621;
	line-height: 37px;
	text-decoration: none;
	padding-left: 54px;
}
#menu_extra a:hover {
	font-weight: bold;
}
/* ******************************************************************* FINE MENU EXTRA */

/* ******************************************************************* FOOTER */
#footer {
	border-top: 2px solid #f5d97b;
	padding-top: 25px;
}
#footer address {
	line-height: 24px;
	color: #656f2a;
	font-style: normal;
	margin-left: 28px;
}
#footer address a:link, #footer address a:visited, #footer address a:hover, #footer address a:active {
	color: #656f2a;
	text-decoration: none;
}
#footer address a:hover {
	text-decoration: underline;
}
#footer #copy {
	margin-top: 4px;
}
#footer #loghi {
	float: right;
	width: 250px;
	text-align: right;
}
#footer #loghi img {
	float: left;
}
#footer #loghi .sitemap {
	display: block;
	clear: both;
	padding: 13px 26px 0 0;
}
#footer #loghi a:link, #footer #loghi a:visited, #footer #loghi a:hover, #footer #loghi a:active {
	color: #fec819;
	text-decoration: none;
}
#footer #loghi a:hover {
	text-decoration: underline;
}
/* ******************************************************************* FINE FOOTER */

/* ******************************************************************* PREZZI */
.prezzi {
	width: 100%;
	margin-bottom: 12px;
}
.prezzi td, .prezzi th {
	text-align: center;
	border-bottom: 1px solid #f5d97b;
	font: 11px Arial, Sans-serif;
}
.prezzi th {
	border-bottom: 2px solid #f55302;
}
.prezzi .periodo {
	text-align: left;
}
.prezzi th.periodo {
	text-align: center;
}
/* ******************************************************************* FINE PREZZI */

/* ******************************************************************* RICHIESTA */
#richiesta {
	width: 97%;
}
#richiesta td {
	font: 11px Arial, Sans-serif;
}
#richiesta .titoloform {
	padding-top: 8px;
	border-bottom: 1px solid #f55302;
	font-weight: bold;
}
#richiesta .date-pick-form {
	float: left;
}
#form {
	margin: 0;
}
input, textarea {
	border: 1px solid #000;
	font: 11px Arial, Sans-serif;
	color: #000;
}
input.no_color {
	border: 0;
}
input.invia {
	background-color: #f5d97b;
	color: #000;
	padding: 0px 17px;
	font-size: 12px;
	border: 0;
}
input.red, select.red, textarea.red {
	border: 1px solid #eb3426;
}
#ris_form {
	display: none;
	margin: 3px 3px 3px 0;
	border: 2px solid #eb3426;
	color: #000;
	padding: 7px 16px;
}
#ris_form p {
	margin: 2px 0 !important;
	line-height: normal !important;
}
/* ******************************************************************* FINE RICHIESTA */