/* STILI GENERALI */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #3a3a3a;
	margin: 0px;
	padding: 0px;
}
body.inverno {
	background:url(../images/bg_page_inverno.gif) #c4eaeb repeat-x;
}
body.estate {
	background:url(../images/bg_page_estate.gif) #aee7c4 repeat-x;
}
body.home {
	background:none;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color:#333333;
}
h1, h2, h3, h4 {
	margin:0;
	padding:0;
}
p {
	margin:4px 0;
	padding:4px 0 6px 0;
}
.left {
	float:left;
}
.right {
	float:right;
}
.m-left {
	margin-left:10px;
}
.m-right {
	margin-right:10px;
}
.m-top {
	margin-top:10px;
}
.m-bottom {
	margin-bottom:10px;
}
#estate a {
	color:#009966;
}
#estate a:hover {
	color:#009900;
}

#inverno a {
	color:#5e9acc;
}
#inverno a:hover {
	color:#69a8dd;
}

#page_intro {
	width: 100%;
	text-align:center;
	padding-top: 10px;
}

/* STILI HOMEPAGE */
#payoff {
	margin: 4px 0 20px 0;
	color: #999999;
	font-size: 90%;
}
#box_estate {
	width: 500px;
	border:1px solid #e7e7e7;
	margin-left: auto;
	margin-right: auto;
	background:url(../images/box_estate_bg.gif) bottom #f7fced no-repeat;
	height: 193px;
	margin-top: 20px;
}
#box_inverno {
	width: 500px;
	border:1px solid #e7e7e7;
	margin-left: auto;
	margin-right: auto;
	background:url(../images/box_inverno_bg.gif) bottom #dff3f5 no-repeat;
	height: 193px;
	margin-top:20px;
}
#box_estate #foto, #box_inverno #foto {
	width:173px;
	float:left;
}
#box_estate #testi, #box_inverno #testi {
	padding: 10px;
	float:left;
	text-align: left;
}
#box_estate #testi .lingua_stagione {
	border-bottom:1px solid #e7e7e7;
	width: 301px;
}
#box_inverno #testi .lingua_stagione {
	border-bottom:1px solid #e7e7e7;
	width: 301px;
}
#box_estate #testi a, #box_inverno #testi a {
	text-decoration:none;
	padding: 12px 0 12px 5px;
	display:block;
}
#box_estate #testi a:hover {
	background-color: #eaf9cd;
}
#box_inverno #testi a:hover {
	background-color: #cceff3;
}
#page_intro #footer {
	color: #999999;
	font-size: 90%;
	margin: 30px 0;
}
#page_intro #footer p.name {
	font-size: 120%;
	margin: 0 0 10px 0;
	font-weight:bold;
	padding:0;
}
#page_intro #footer a {
	color:#666666;
}
/* STILI BENVENUTO */

#header #box_logo {
	float: left;
	width:460px;
}
#header #box_menuistituzionale {
	float: left;
	width:510px;
	text-align: right;
	color:#CCCCCC;
	font-size: 90%;
}
#header #box_menuistituzionale a{
	color: #999999;
	padding-left:3px;
	margin-right:3px;
}
#welcome {
	width:998px;
	padding-top: 24px;
}
#welcome #columnLeft {
	float:left;
	width:720px;
}
#welcome #columnRight {
	float:left;
	width:246px;
	padding-left: 20px;
	height: 530px;
}
#welcome #box_message {
	width: 350px;
	border:1px solid #e7e7e7;
	background:url(../images/box_message_bg.gif) bottom #ffffff repeat-x;
	height: 207px;
	padding: 20px;
	float: right;
	text-align: justify;
	line-height:1.6em;
}
#welcome #box_message h1 {
	color: #2D2D2D;
	font-size: 150%;
	padding: 10px 0 5px 0;
}
#header {
	height:133px;
	width:100%;
	background:url(../images/bg_header.gif) repeat-x;
	padding:8px 10px 0 20px;
}
/* STILI BENVENUTO Estate */
#estate #page {
	width: 100%;
	background:url(../images/foto_estate_benvenuto.jpg) 0px 144px no-repeat;
}

#estate #header #menu ul a:hover, #estate #header #menu ul a.sel {
	border-bottom:10px solid #aee4b2;
}

/* STILI BENVENUTO Inverno */
#inverno #page {
	width: 100%;
	height:900px;
	background:url(../images/foto_inverno_benvenuto.jpg) 0px 144px no-repeat;
}
#inverno #header #menu ul a:hover, #inverno #header #menu ul a.sel {
	border-bottom:10px solid #aecce4;
	display:block;
}

/* STILI PAGINA INTERNA */

#internal_page {
	width: 100%;
	height:900px;
	background:none;
}
#estate #welcome {
	width:100%;
	padding-top: 24px;
	background:url(../images/bg_subheader_estate.gif) top left repeat-x;
}
#inverno #welcome {
	width:100%;
	padding-top: 24px;
	background:url(../images/bg_subheader_inverno.gif) top left repeat-x;
}
#welcome #columnLeft {
	float:left;
	width:720px;
}
#welcome #columnRight {
	float:left;
	width:246px;
	padding: 0 0 3px 20px;
}
#welcome #box_content #flash {
	width: 490px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 10px;
}
#welcome #box_content #pagestext {
	width: 490px;
	float:left;
	border-right: 1px solid #e3e3e3;
	padding-right: 10px;
}
#welcome #box_content {
	width: 681px;
	border:1px solid #e7e7e7;
	background:url(../images/box_message_bg.gif) bottom #ffffff repeat-x;
	padding: 20px 0 20px 20px;
	float: right;
	line-height: 1.6em;
	color: #666666;
	margin-bottom: 20px;
}

/* STILI PAGINA INTERNA Estate */

#estate #welcome #box_content #submenu {
	width: 140px;
	float:left;
	padding: 10px 0 0 10px;
	background:url(../images/bg_col_right_estate.gif) repeat-x;
	margin: 0 20px 0 10px;
}
#estate #internal_page h1 {
	color: #2b4f21;
	font-size: 170%;
	padding: 10px 0 5px 0;
	text-transform: uppercase;
	line-height: 100%;
}
#estate #internal_page h2 {
	color: #77be5b;
	font-size: 160%;
	padding: 20px 0 10px 0;
}
#estate #internal_page h3 {
	color: #669966;
	font-size: 130%;
	padding: 4px 0 2px 0;
}
#estate #internal_page h4 {
	color: #669966;
	font-size: 110%;
	padding: 15px 0 2px 0;
}

/* STILI PAGINA INTERNA Inverno */

#inverno #welcome #box_content #submenu {
	width: 140px;
	float:left;
	padding: 10px 0 0 10px;
	background:url(../images/bg_col_right_inverno.gif) repeat-x;
	margin: 0 20px 0 10px;
	height: 450px;
}
#inverno #internal_page h1 {
	color: #2d4d61;
	font-size: 170%;
	padding: 10px 0 5px 0;
	line-height: 100%;
}
#inverno #internal_page h2 {
	color: #6d9dd4;
	font-size: 160%;
	padding: 20px 0 10px 0;
}
#inverno #internal_page h3 {
	color: #668299;
	font-size: 130%;
	padding: 4px 0 6px 0;
}
#inverno #internal_page h4 {
	color: #668299;
	font-size: 110%;
	padding: 15px 0 2px 0;
}

/* STILI FOOTER */
#internal_page #footer,
#page #footer {
	width:978px;
	background-color:#363636;
	padding: 10px 10px 80px 10px;
	clear:both;
	color:#cccccc;
}
#internal_page #footer p.name,
#page #footer p.name {
	font-size: 120%;
	margin: 0 0 10px 0;
	font-weight:bold;
	padding:0;
}

#internal_page #footer a,
#page #footer a {
	color:#33CCCC;
}

.divider {
	border-bottom:1px solid #e7e7e7;
	padding-top:9px;
	margin-bottom:10px;
	height:1px;
	clear: both;
}

div.dotted {
	padding:15px;
	border: 1px dotted #CCCCCC;
	margin-bottom: 5px;
}
div.pacchetti {
	padding:0;
	/*border: 1px dotted #CCCCCC;*/
	margin-bottom: 5px;
	font-size: 86%;
}
div.pacchetti .description {
	float:left;
}
div.pacchetti .description .price {
	color:#CC0000;
}
#estate #internal_page div.pacchetti .description h3,
#inverno #internal_page div.pacchetti .description h3 {
	margin:0;
	padding:0;
}
div.pacchetti ul {
	margin-left: 15px;
	padding-left:0;
	list-style-image:url(../images/freccina.gif);
	list-style-position:inside;
	margin: 5px 0 5px 15px;
}
div.pacchetti ul li {
	padding-left: 10px;
}
table.webcam td{
	padding: 6px;
	border-bottom:1px solid #e7e7e7;
	border-collapse:collapse;
}

table {
	font-size:88%;
}
table th{
	background-color:#CCCCCC;
	color:#333333;
	padding:5px;
}
table td{
	border-collapse:collapse;
	border:1px solid #dedede;
	border-collapse:collapse;
	padding:5px;
	line-height:1.4em;
}

table.prezzi td{
	background-color:#EEEEEE;
}
