@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

img a {
	border: none;
}

body, html {
	background: #2d231b;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #c9ab95;
	text-align: center;
}

#clear {
	clear: both;
}

/*------------------------------ CONTAINER ----------------------------------------------------------------*/

#container {
	width: 940px;
	text-align: left;
	margin: 0 auto;
	padding-top: 9px;
}

/*----------------------------------------- MENU ----------------------------------------*/

#menu {
	width: 940px;
	height: 31px;
	background: url(images/menu_bg.gif) repeat-x;
}

#menu a{
	text-decoration: none;
}

/*---------------------------------------- CONTENT --------------------------------------*/

#content {
	width: 940px;
	background-color: #413121;
}

/*------------------------------ LEFT ------------------------------*/

#left {
	width: 693px;
	float: left;
}

#header {
	width: 693px;
	height: 187px;
	background: url(images/header_bg.gif) repeat-x;
	position: relative;
}

#logo-delfino {
	position: absolute;
	left: 420px;
	top: 30px;
	width: 204px;
	height: 141px;
}

#logo-diprocchio {
	position: absolute;
	left: 70px;
	top: 45px;
	width: 255px;
	height: 125px;
}

#hotel {
	position: absolute;
	left: 10px;
	top: 10px;
	color: #bfb7ae;
	font-size: 11px;
	font-family: Frutiger, "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#hotel a{
	color: #bfb7ae;
	text-decoration: none;
}

#hotel a:hover{
	color: #bfb7ae;
	text-decoration: underline;
}

#addthis{
	position: absolute;
	width: 120px;
	height: 18px;
	right: -10px;
	bottom: -30px;
}

#page {
	width: 643px;
	min-height: 748px;
	padding: 25px;
	background: #2d231b;
	font-size: 12px;
}

#page a{
	color: #FFF;
	text-decoration: underline;
}

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

#galleria{height:400px;}

#page_home {
	width: 693px;
	background: #2d231b;
	position: relative;
}

#box_hotel-delfino {
	position: relative;
	width: 346px;
	height: 350px;
	background-color: #413121;
	float: left;
}

#box_hotel-delfino p{
	padding: 15px;
	font-family: "Americana", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
}

#box_hotel-di-procchio {
	width: 347px;
	height: 350px;
	background-color: #33261a;
	float: right;
}

#box_hotel-di-procchio p{
	padding: 15px;
	font-family: "Americana", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
}

/*------------------------------ RIGHT -----------------------------*/

#right {
	width: 247px;
	float: right;
	position: relative;
}

#lang {
	width: 227px;
	height: 11px;
	background-color: #aa927f;
	padding: 10px;
	text-align: center;
	color: #524130;
	font-size: 11px;
}

#lang a{
	color: #524130;
	text-decoration: none;
}

#lang a:hover{
	color: #524130;
	text-decoration: underline;
}

#richiesta {
	width: 227px;
	height: 554px;
	padding: 10px;
	background-color: #ceb19b;
	color: #423222;
	font-size: 12px;
}

#stabilimento {
	width: 247px;
	height: 150px;
}

#news {
	width: 227px;
	height: 180px;
	padding: 10px;
}

/*---------------------------------------- FOOTER ---------------------------------------*/

#footer{
	width: 940px;
	height: 35px;
	background: url(images/footer_bg.gif) repeat-x;
	font-family: Frutiger, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	text-align: center;
	margin-bottom: 9px;
}

#footer p{
	padding-top: 8px;
	color: #bfb7ae;
}

#footer a{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}

#footer a:visited{
	color: #FFFFFF;
	font-weight: normal;
}

#footer a:hover{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
