/* Css Arix@you for Web-Lab 2008 */


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

body {
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #666;
	line-height: 1.3em;
	background: #fff;
}

img {
	border: 0px;
}

div a {
	color: #000;
	font-weight:bold;
}

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: 700px;
	margin: 0 auto;
}

/* top */

#top {
	display:none;
}

#header {
	display:none;
}

#header2 {
	display:none;
}

/* main */

#main {
	width: 700px;
	margin: 0px;
	padding-bottom: 32px;
	background:#fff;
	text-align:left;
}

#closure {
	display:none;
}

/* footer */

#footer {
	display:none;
}


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

.content-wrapper {
	background: #fff;
	padding-top: 25px;
	padding-bottom: 25px;
	width:700px;
	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: 490px;
	}
	
		.featured-content h1 {
			font-size: 24px;
			color: #333;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-weight:normal;
			line-height:5px;
			margin-top:20px;
		}
		
		.featured-content p.tagline {
			font-size: 18px;
			color: #333;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-weight:normal;
			line-height:5px;
			margin-top:0px;
			}
			
			.underline {
				background: #fff;
				font-size:13px;
				color:#666;
				line-height:24px;
				margin-top:30px;
			}

			.more {
				margin-top:20px;
			}
			
/* -------------- for print --------------*/

#printop {
	padding: 0px;
	margin-bottom: 20px;
	height: 97px;
	border-bottom: 2px solid #666;
	font: 24pt/18pt "Lucida Grande", Helvetica, sans-serif;
}

#printbottom {
		font: 10pt Tahoma, arial, verdana, sans-serif;
		text-transform: lowercase; 
		padding: 0;
		margin-top: 20px;
		height:50px;
		width: 600px;
		border-top: 2px solid #666;
		text-align: right;
}
