﻿/********* main elements *********/ 

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Trebuchet MS';
	font-size: 10pt;
	color: #575757;
	line-height: 1.3em;
	background: #d4d4c6 url(../img/bg-body.gif) repeat-x scroll left top;
}

img {
	border: 0px;
}

div a {
	color: #333333;
	text-decoration: none;
}

div a:hover {
	color: #FF9900;
	text-decoration: underline;
}

div p {
	margin: 0px;
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
}

div.clear {
	clear: both;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

hr {
	border: 1px dashed #CACABC;
    width: 100%;
    color: #CACABC;
    background-color: #CACABC;
    height: 1px; 
}

/********* structural elements *********/ 

#frame {
	position: relative;
	width: 955px;
	margin: 0 auto;
}

/* top */

#top {
	background:url(../img/top.gif) no-repeat top center;
	height:138px;
	width: 955px;
}

#header {
	width: 955px;
	height: 280px;
	overflow: hidden;
	background: url(../img/bg-header.png) no-repeat scroll left top;
	position: relative;
}

#header2 {
	width: 955px;
	height: 20px;
	overflow: hidden;
	background: #77786d;
	border-top: 1px solid #5e5f54;
}

/* main */

#main {
	width: 955px;
	margin: 0px;
	padding-bottom: 12px;
	background:#fff;
	text-align:center;
}

#closure {
	width: 955px;
	height: 8px;
	overflow: hidden;
	background: url(../img/bg-page-bottom.png) no-repeat scroll left top;
}

/* footer */

#footer {
	margin-top: 8px;
	margin-bottom: 64px;
	width: 955px;
	height:200px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/bg-footer.png) no-repeat scroll left top;
	font-size: 8pt;
	color: #575757;
	text-align: center;
}

#footer #copyright {
	padding-top: 20px;
}

#footer #email {
	padding-top: 20px;
}

#footer #links_validation {
	padding-top: 20px;
}

#footer a {
	color: #575757;
}

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


/* ---------------- strutture ricettive ------------------- */

.content-wrapper {
	background: #fff;
	padding-top: 25px;
	padding-bottom: 25px;
	width:800px;
	margin:0 auto;
}
	
	.featured-thumb {
		float: left;
		width: 210px;
		position:relative;
	}
	
		.featured-thumb p {
			text-align:left;
			font-size:11px;
			line-height: 12px;
			margin-left:26px;
			margin-top:10px;
		}

	.featured-content {
		text-align:left;
		float: right;
		width: 550px;
	}
	
		.featured-content h1 {
			font-size: 24px;
			color: #77786D;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-weight:normal;
			line-height:5px;
			margin-top:20px;
		}

		.h1 {
			font-size: 24px;
			color: #77786D;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-weight:normal;
		}
				
		.featured-content p.tagline {
			font-size: 18px;
			color: #77786D;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-weight:normal;
			line-height:5px;
			margin-top:0px;
			}
			
			.underline {
				font-size:12px;
				color:#666;
				margin-top:5px;
			}

			.more {
				font-size:12px;
				padding-top:5px;
				border-top:1px solid #CACABC;
			}
	
			.img{
				padding-top:15px;
			}
			
			
/* -------------- for print --------------*/

#printop {
	display:none;
}

#printbottom {
	display:none;
}

/*----------------------------------------*/
#content_first {
	display:none;
}
