/* CSS Document */

body {
	background-color:#FFFFFF;
	color: #333333;
	margin: 0;
	padding: 0;
	background-image: url(/graph/sfondi/sfondo-generale.jpg);
	background-repeat: repeat-x;
}

a {
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #616161;
	text-decoration: none;
}

hr {
	margin-bottom:5px;
	border:none;
	width:99%;
	color:#eeeeee;
	background-color:#eeeeee;
	height:1px;
	clear:both;
}

#contenitore {
	width:1030px;
	margin-top:0;
	margin-right:auto;
	margin-bottom:0;
	margin-left:auto;
	padding:0px;
}

#alto {
	width:1030px;
	margin-top:0;
	margin-right:auto;
	margin-bottom:0;
	margin-left:auto;
	padding:0px;
	background: url(/graph/sfondi/sfondo-logo.png) no-repeat;
	height: 396px;
	float: left;
}

#centrale {
	width:1030px;
	margin-top:0;
	margin-right:auto;
	margin-bottom:0;
	margin-left:auto;
	padding:0px;
	background: url(/graph/sfondi/sfondo-pagina.png) repeat-y;
	float: left;
}

#basso {
	width:1030px;
	margin-top:0;
	margin-right:auto;
	margin-bottom:0;
	margin-left:auto;
	padding:0px;
	background: url(/graph/sfondi/sfondo-pagina.png) repeat-y;
	float: left;
}

#postHeader {
	width:990px;
	margin-top:0;
	margin-right:auto;
	margin-bottom:0;
	margin-left:auto;
	padding:0px;
}

#menu-alto {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 8px;
	text-align: right;
	color: #E4E4E4;
}

#menu-alto a {
	color: #896C11;
	text-decoration: none;
}

#menu-alto a:hover {
	color: #FFF;
}

#menu-alto select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

#menu-social {
	float: right;
	margin-top: 3px;
	margin-left: 3px;
}

#menu-social ul {
	margin: 0;
	padding: 0;
	list-style: none outside none;
}

#menu-social li {
	float: left;
	margin: 0 3px;
	border-left-color: #E9DDBA;
	border-left-width: 1px;
	border-left-style: solid;
	height: 20px;
}

#menu-lingua {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	margin-left: 15px;
	margin-top: 8px;
}

#menu-lingua ul {
	margin: 0;
	padding: 0;
	list-style: none outside none;

}

#menu-lingua li {
	float: left;
	background-color: #6E2100;
	margin: 0 3px;
	padding: 2px;
}

#menu-lingua a {
	color: #aa6b55;
}

#menu-lingua a:hover {
	color: #FFF;
}

#menu {
	float: right;
	width: 762px;
	height: 32px;
	background: url(/graph/sfondi/menu.png) no-repeat;
}

#logo {
	float: left;
	width: 182px;
	height: 35px;
	margin-left: 2px;
	margin-top: 10px
}

#chromemenu {
	font-family: Helvetica,Arial;
	font-size: 13px;
	float: right;
	margin-right: 3px;
	margin-top: 2px;
}

.bg {
	background-image: url(/graph/chromebg.jpg);
}

.menu {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 22px;
	position: relative;
	font-family: arial, verdana, sans-serif;
	z-index: 50;
}

.menu li.top {
	display: block;
	float: left;
	margin: 3px;
}

.menu li a.top_link {
	display: block;
	float: left;
	color: #333333;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	background-color: #9F4E00;
}

.menu li a.top_link span {
	float: left;
	font-weight: bold;
	height: 22px;
	line-height: 22px;	
	padding: 1px 5px;
	display: block;
}

.menu li a.top_link span.down {
	float: left;
	display: block;
	padding: 0 5px;
	height: 22px;
}

.menu li a.top_link:hover {
	color: #000;
}

.menu li a.top_link:hover span {

}

.menu li a.top_link:hover span.down {

}

.menu li:hover > a.top_link {
	color:#000;

}

.menu li:hover > a.top_link span {

}

.menu li:hover > a.top_link span.down {

}

.menu table {
	border-collapse:collapse;
	width:0;
	height:0;
	position:absolute;
	top:0;
	left:0;
}

.menu a:hover {
	visibility:visible;
	color: #999999;
}
.menu li:hover {position:relative; z-index:200;}

.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}

.menu :hover ul.sub {left:2px; top:24px; right:2px; background: #fff; padding:3px 0; border:1px solid #999999; white-space:nowrap; width:180px; height:auto;}
.menu :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:200px;}
.menu :hover ul.sub li a {font-weight:normal;display:block; font-size:11px; height:20px; width:142px; line-height:20px; text-indent:5px; color:#000; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}
.menu :hover ul.sub li a.fly {background:#fff url(/graph/menu/arrow.gif) 80px 7px no-repeat;}
.menu :hover ul.sub li a:hover {background:#999999; color:#fff;}
.menu :hover ul.sub li a.fly:hover {background:#999999 url(/graph/menu/arrow_over.gif) 80px 7px no-repeat; color:#fff;}
.menu :hover ul li:hover > a.fly {background:#999999 url(/graph/menu/arrow_over.gif) 80px 7px no-repeat; color:#fff;} 

.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:90px; top:-4px; background: #fff; padding:3px 0; border:1px solid #999999; white-space:nowrap; width:93px; z-index:200; height:auto;}

#centerColumn-alto { 	
	margin: 0 auto;
	width: 990px;
	overflow: hidden;
}

#centerColumn-centrale { 	
	margin: 0 auto;
	width: 990px;
	background-color: #FFFFFF;
	overflow: hidden;
}

#centerColumn-centrale h3 {
	/*margin:0 0 -.5em 0;
	padding:.75em 0 0 0;
	font-size:.8em;
	letter-spacing:.1em;*/
}

#header {
	padding:0 0 0 0;
	height: 335px;
	clear: both;
}

#header h1 {
	margin: 0 0 -14px 10px;
	padding: 10px 0 0 .9em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight:lighter;
	letter-spacing:.15em;
	color:#000000;
}

#sottoheader {
	margin: 5px 0 0 0;
	height: 42px;
	background: url(/graph/sfondo-newsletter.jpg) no-repeat;
	padding-top: 10px;
}

#sottoheader td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#sottoheader td.subscribe {
	background: url(/graph/bottone-newsletter.jpg) no-repeat center center;
	width: 83px;
	height: 27px;
}

#sottoheader a:link, a:visited {
	/*color: #FFFFFF;*/
}

#content {
	padding:15px;
	float:left;
	width:659px;
	background-color:#ffffff;
	height:100%;
}

#content h2 {
	margin: 0 0 5px 0 !important;
	padding: 10px 5px 10px 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}

#content p {
	font-size:12px;
	color:#333333;
	text-align: justify;
	line-height: 1.6em;
	margin:5px;
	padding:5px;
}

#columnleft {
	float: left;
	width:655px;
	border-right: 1px dashed #c1c1c1;
	/*background: url(/graph/sfondi/sfondo-colonna-sinistra.jpg) repeat-x;*/
}

#columnleft p {
	font-family: Helvetica, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-top: 5px;
}

#columnright {
	float: left;
	width: 325px;
	text-align: center;
}

#columnright h1 {
    background: url("/graph/sfondi/sfondo-h3.jpg") no-repeat scroll 0 0 transparent;
    color: #9DCCE7;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 20px;
    height: 36px;
    margin-top: 5px;
    padding-top: 5px;
    width: 305px;
	text-align: center;
	margin: 8px auto;
}

#columnright h3 {
    background: url("/graph/sfondi/sfondo-h3.jpg") no-repeat scroll 0 0 transparent;
    color: #9DCCE7;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 20px;
    height: 36px;
    margin-top: 5px;
    padding-top: 5px;
    width: 305px;
	text-align: center;
	margin: 8px auto;
}

#columnright p {
	font-family: Helvetica, Arial;
	font-size: 16px;
	color: #333333;
	margin-top: 5px;
}

.news-item {
	padding:8px;
	float:left;
	width:615px;
	height:130px;
	margin-top:5px;
	margin-left: 10px;
	border-bottom: 1px dashed #c1c1c1;
}

#columnleft .news-item p {
	font-size:12px;
	color:#333333;
	font-weight: normal;
}

.news-item h2 {
	margin:0 0 -4px 0 !important;
	margin:0 0 -20px 0;
	padding:4px 0 10px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-weight:bold;
}

.news-item h3 {
	font-size:11px;
	text-align: right;
	padding: 0;
	margin: 0;
}

.news-item ul {
	list-style:none;
	padding: 0;
	margin: 0;
}

.news-item li {
	font-size:11px;
	text-align: right;
	padding: 0;
	margin: 0;
}

.news-item img {
	border: 3px solid #c1c1c1;
}

#right {
	font-size:11px;
	text-align: right;
	padding: 0;
	margin: 0;
}

#right img {
	border: 0;
}


#interna {
	padding-left: 15px;
	padding-top: 10px;
	float:left;
	width:615px;
}

#interna p {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-align: justify;
}

#interna h1 {
	margin: 0 0 -4px 0 !important;
	margin: 0 0 -20px 0;
	padding: 4px 0 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006699;
	font-weight: bold;
	font-size: 25px;
}

#interna h2 {
	margin: 0 0 -4px 0 !important;
	margin: 0 0 -20px 0;
	padding: 4px 0 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006699;
	font-weight: bold;
}

/*#interna img {
	border: 3px solid #c1c1c1;
}*/


#interna ul {
	margin: 0 0 0 5px;
	padding: 0 0 0 0;
	list-style: none;
}

#interna li {
	margin: 0 0 .3em 0;
	padding: 5px 0 6px 5px;
	font-size:.75em;
}

#interna ul.sitemap {
	font-size:12px;
}

#photogallery {
	margin: 10px;
	padding: 5px;
	float: left;
	width: 615px;
	clear: both;
	color: #CCCCCC;
	border-bottom: 1px dashed #c1c1c1;
	float: left;
}

#photogallery ul {
	list-style-type: none;
	padding: 0 10px 0 20px;
	margin: 0;
}

#photogallery li {
	width: 140px;
	padding: 0 0 0 0;
	text-align: center;
	float: left;
}

#photogallery img {
	border: 3px solid #c1c1c1;
}

#linkcorrelati {
	padding: 8px;
	float: left;
	width: 600px;
	clear: both;
}

#linkcorrelati h5 {
	margin: 0 0 -.5em 0;
	padding: 0 0 0 0;
	color: #006699;
}

#linkcorrelati ul {
	list-style-type: none;
}

#linkcorrelati li {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#trip {
	width: 270px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#trip ul {
	padding: 0 0 10px 0;
	margin: 0;
	text-align: left;
}

#trip li {
	padding: 0;
	margin-left:10px;
	margin-top: 5px;
	list-style: none;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}

#trip table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#trip .richiesta {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#trip .condizioni {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#sottomenu {
	width: 655px;
	height: 60px;
	float: left;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: #FFF solid 1px;
}

#sottomenu ul {
	list-style-type: none;
	margin-left: 10px;
	margin-top: 15px;
	padding: 0;
}

#sottomenu li {
	float: left;
	padding: 3px;
	margin: 2px;
	background-color: #793E00;
	height: 15px;
}

#sottomenu a {
	color: #FFF;
	font-weight: normal;	
}

#sottomenu a:hover {
	color: #CCC;	
}

#footer {
	width: 990px;
	margin: 0 auto;
	background-color: #984E00;
	overflow: hidden;
}

#footer p {
	margin: 8px;
}

#videos {
	background-color: #F2F2F2;
	clear: both;
	overflow: hidden;
	padding: 5px;
	margin: 5px 0;
	width: 635px;
	border: #CA6B00 solid 5px;
}

#columnright #videos {
	width: 300px;
}

#videos #topvideo {
	float: left;
}

#videos #videos-list {
	float: left;
	height: 153px;
	overflow: auto;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 5px;
	width: 425px;
}

#columnright #videos-list {
	width: 290px;
}

#videos #videos-list li {
	background-color: #CCCCCC;
	overflow: hidden;
	padding: 5px;
}

#videos #videos-list li h5 {
	color: #418CB4;
	font-size: 16px;
	font-variant: small-caps;
	margin: 0;
	font-weight: bold;
}

#videos #videos-list li p {
	margin: 5px 0 0 0;
	font-size: 12px;
}

#videos #videos-list li img {
	float: left;
	margin-right: 5px;
}

#centralframe {
	font-family: Helvetica,Arial;
}

#centralframe p {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-align: justify;
}

#centralframe h1 {
	font-size: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006699;
	font-weight: bold;
}

.bottone {
	background: #4E9BD3;
	border: #003399 1px;
	color: #FFFFFF;
}

#meteo {
	font-family: Helvetica,Arial;
	padding: 10px;
}

#meteo p {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-align: justify;
}

#meteo h1 {
	font-size: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006699;
	font-weight: bold;
	margin-top: 5px;
}

#sitemap {

}

#sitemap li {
	font-size: 12px;
	font-family: Helvetica,Arial;

}

#video-pagina {
	text-align: center;
}

#contenitore-box-hotel {
	float: left;
	width: 990px;
	height: 218px;
}

#box-hotel {
	float: left;
	width: 655px;
	height: 218px;
	background: url(/graph/sfondi/sfondo-box-hotel.jpg) no-repeat;
}

#box-hotel-video {
	float: left;
	width: 155px;
	margin-top: 60px;
	margin-left: 25px;
	width: 161px;
	height: 106px;
}

#box-hotel-video img {
	border: #CCC solid 3px;
}

#box-hotel-testo {
	float: right;
	width: 440px;
	margin-top: 25px;
	margin-right: 20px;
	color: #000;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 12px;
	font-weight: bold;	
}

#box-hotel-testo h3 {
	font-size: 20px;
	color: #FFF;
    font-family: Georgia,"Times New Roman",Times,serif;
	line-height: 1em;
	margin: 0;
}

#box-hotel-testo p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 15px;
	color: #000;
	line-height: 1.2em;
	margin-top: 10px;
}

#box-hotel-link {
	float: right;
	margin-top: 5px;	
}

#box-hotel a {
	color: #fe6944;
}

#box-hotel a:hover {
	color: #FFF;
}

#box-hotel-interno {
	float: left;
	width: 655px;
	height: 77px;
	background: url(/graph/sfondi/sfondo-box-hotel-interno.jpg) no-repeat;
}

#box-hotel-testo-interno {
	float: left;
	width: 540px;
	margin-top: 5px;
	margin-left: 100px;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
}

#box-hotel-testo-interno h3 {
	font-size: 18px;
	color: #FFF;
    font-family: Georgia,"Times New Roman",Times,serif;
	margin-top: 10px;
	margin-bottom: 10px;
}

#box-hotel-testo-interno p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 15px;
	color: #000;
	margin-top: 0;	
}

#box-hotel-testo-interno a {
	color: #FFF;	
}

#box-hotel-testo-interno a:hover {
	color: #999;	
}

#prenota-hotel {
	width: 325px;
	height: 208px;
	border: #03659D solid 5px;
	margin: 0 auto;
}

#prenota-hotel h3 {
    background: url("/graph/sfondi/sfondo-h3.jpg") no-repeat scroll 0 0 transparent;
    color: #FFF;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 20px;
    height: 36px;
    margin-top: 5px;
    padding-top: 5px;
    width: 305px;
	text-align: center;
	margin: 8px auto;
}

#copyright {
	width: 990px;
	margin: 10px auto;
	height: 30px;
	text-align: center;
	font-size: 12px;	
}

#newsletter {
	float: right;
	width: 332px;
	height: 261px;
	border-left: #FFF solid 1px;
	color: #000;
}

#newsletter caption {
	background: url("/graph/sfondi/sfondo-titolo-newsletter.gif") no-repeat scroll 0 0 transparent;
	width: 291px;
	height: 30px;
	font-weight: bold;
	text-align: left;
	margin: 3px auto;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 13px;
	color: #000;
}

#newsletter table {
	margin: 20px auto;
	width: 291px;
	height: 175px;
	padding: 5px;
	text-align: left;
	background-color: #AC7126;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

#newsletter td {
	color: #000;
}

#newsletter input {
	background-color: #BC8E55;
	border: 0;
}

.bottone-newsletter {
	background: #C4883B;
	border: #003399 1px;
	float: right;
}

#menu-lingua-footer {
	float: left;
	width: 175px;
	height: 190px;
	border-right: #FFF solid 1px;
	margin-left: 10px;
	margin-top: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

#menu-lingua-footer h4 {
	color: #FFF;
}

#menu-lingua-footer ul {
	list-style-type: none;
	margin-left: 25px;
	padding: 2px;
}

#menu-lingua-footer li {
	height: 15px;
}

#menu-lingua-footer a {
	color: #FFF;
	font-weight: normal;	
}

#menu-lingua-footer a:hover {
	color: #CCC;
	font-weight: normal;	
}

#menu-link-footer {
	float: left;
	width: 175px;
	height: 190px;
	border-right: #FFF solid 1px;
	margin-left: 10px;
	margin-top: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

#menu-link-footer h4 {
	color: #000;
}

#menu-link-footer ul {
	list-style-type: none;
	margin-left: 25px;
	padding: 2px;
}

#menu-link-footer li {
	height: 15px;
}

#menu-link-footer a {
	color: #000;
	font-weight: normal;	
}

#menu-link-footer a:hover {
	color: #CCC;
	font-weight: normal;	
}

#logo-footer {
	float: left;
	width: 250px;
	height: 190px;
	margin-left: 10px;
	margin-top: 5px;
	text-align: center;
}

#logo-footer img {
	margin-top: 30px;
}

#contatti-footer {
	width: 990px;
	height: 30px;
	float: left;
	border-top: #FFF solid 1px;
	background: url(/graph/sfondi/sfondo-contatti-footer.jpg) no-repeat;
	text-align: right;	
}

#contatti-footer a {
	color: #F57C00;
	line-height: 30px;
	padding-right: 10px;
}

#contatti-footer a:hover {
	color: #CCC;	
}
