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

html{
	height: auto;
}

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #39230F;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F7F0D3;
	line-height: 22px;
	height: 100%;
	background-image: url(../immagini/bordobottom.gif);
	background-attachment: fixed;
	background-position: bottom;
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
.oneColFixCtrHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 92px;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	width: 960px;
}
.oneColFixCtrHdr #mainContentAlto {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
	float: left;
	width: 960px;
}
.color{
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #mainContent p{
	padding: 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #footer {
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0px 0px 0px 0px;
}
.oneColFixCtrHdr #footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #7A6E5D;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #footer p.project {
	margin: 10px 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #666666;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #footer p.project a{
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #666666;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.clear{
	clear: both;
	margin: 0px;
	padding: 0px;
}
.bordoMarrone{
	height: 5px;
	width: 100%;
	background-color: #3A2511;
	margin: 0px;
	padding: 0px;
	clear: both;
}
.bordoMarroneBottom{
	height: 5px;
	width: 100%;
	background-color: #3A2511;
	background-position: bottom;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	clear: both;
}
.bordoBianco{
	background-color:#FFFFFF;
	clear:both;
	float:left;
	height:1px;
	margin:10px 0;
	width:100%;
}
.bordoBiancoBottom{
	background-color:#FFFFFF;
	clear:both;
	float:left;
	height:1px;
	margin: 5px 0px 20px 0px;
	width:100%;
}
#lingue{
	color: #330000;
	font-size: 12px;
	text-align: center;
	font-weight:normal;
	margin: 5px 0px 0px 0px;
}
#lingue ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#lingue ul li{
	display: inline;
	margin: 0px 5px;
}
#lingue a{
	color: #330000;
	text-align: center;
	font-weight:normal;
	text-decoration: none;
}
#lingue a:hover{
	color: #7A6E5D;
	text-align: center;
	font-weight:normal;
	text-decoration: none;
}
#logo{
	text-decoration: none;
	font-size: 31px;
	font-weight:normal;
	font-family: "Times New Roman", Times, serif;
	color: #2F1700;
	text-align: center;
	letter-spacing: 1px;
}
.sottoLogo{
	color: #918673;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 18px;
	letter-spacing: 3px;
}
/* MENU BAR */
.menuBar{
	border-color:#FFFFFF;
	list-style:none outside none;
	margin:0;
	padding:10px 0 0;
}
.menuBar ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.menuBar ul li{
	display:block;
	float:left;
	list-style:none outside none;
	margin:0;
	padding:0px 10px 0px 0px;
}
.menuBar ul li a{
	color:#3A2511;
	cursor:pointer;
	display:block;
	float:left;
	font-size:13px;
	font-weight: normal;
	padding:0 13px 0 10px;
	text-decoration:none;
	text-transform:uppercase;
	line-height:30px;
}
.menuBar ul li a:hover{
	background-color: #918673;
	color:#FFFFFF;
	display:block;
	float:left;
	line-height:30px;
	padding:0 13px 0 10px;
}
#current{
	background-color: #918673;
	color:#FFFFFF;
	display:block;
	float:left;
	line-height:30px;
	padding:0 13px 0 10px;
}
.testoCentrato{
	color: #39230F;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 22px;
	padding: 0px 20px;
}
/* ANIMAZIONE */
#animazione{
	width: 768px;
	margin: 0px;
	padding:0px;
	float: left;
	text-align: center;
}
/* BOX */
.div192{
	width: 192px;
	float: left;
}
.div280{
	width: 280px;
	float: left;
}
.div680{
	width: 680px;
	float: left;
}
.div768{
	width: 768px;
	float: left;
}
.conchiglia{
	background-image: url(../immagini/conchiglia.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.marrone{
	background-color: #3A2511;
	height: 90px;
	width: 90px;
	float: left;
	margin: 0px 0px 4px 4px;
}
.sfondo-foto{
	background-color: #FFFFFF;
	height: 88px;
	width: 88px;
	float: left;
	margin: 1px 0px 0px 1px;
}

/* ICON */
#icon{
	margin: 0px;
	float: right;
	width: 300px;
	text-align: right;
}
div.sound{
	float: left;
	border: 0px;
	color: #7C705E;
	font-size: 13px;
	margin-top:-3px;
}
div.iconeFloat{
	float: right;
	border: 0px;
	margin: 0px 10px 0px 0px;
}
div.iconeFloat a{
	border: 0px;
}
div.iconeFloat img{
	border: 0px;
	margin: 0px 15px 0px 0px;
}

/* TESTATA INTERNA */
#testataInterna{
	height: 210px;
}
#anim0 {
	height:210px;
	width:768px;
}
#anim1 {
	height:210px;
	width:435px;
	float: left;
}
#anim2 {
	height:210px;
	width:332px;
	margin: 0px 0px 0px 1px;
	float: left;
}

/* PRICE LIST */
#pricelist{
	width: 100%;
	font-size: 13px;
	line-height: 20px;
}
#priceinformation{
	width: 100%;
	font-size: 13px;
	line-height: 20px;
}
#pricelist td{
	padding: 0px 0px 0px 5px;
}
#priceinformation td{
	padding: 0px 0px 0px 5px;
}
#priceinformation th{
	border-bottom:1px dotted #3A2511;
	text-align: left;
}
#pricelist th{
	border-bottom:1px dotted #3A2511;
}
.room_treatment{
	font-size: 11px;
}
#pricelist .odd{
	background-color: #E5E5E5;
}
#priceinformation .odd{
	background-color: #E5E5E5;
	padding: 5px;
}

.testo-prezzi {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#39230F;

}
.content-prezzi {
	padding-left: 10px;
	padding-top: 15px;
}

#form {
	padding-left: 5px;
	padding-top: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#39230F;
	width: 400px;
}


a.link-grigio {
	color:#3A2511;
	font-size:11px;
	text-decoration: none;
}

a.link-grigio:hover {
	color:#3A2511;
	font-size:11px;
	text-decoration: underline;
}

a.link1 {
	color:#3A2511;
	font-size:12px;
	text-decoration: none;
}

a.link1:hover {
	color:#3A2511;
	font-size:12px;
	text-decoration: underline;
}

a.link2 {
	color:#3A2511;
	font-size:13px;
	text-decoration: none;
}

a.link2:hover {
	color:#3A2511;
	font-size:13px;
	text-decoration: underline;
}

a.ar-link1 {
	color:#3A2511;
	font-size:12px;
	text-decoration: none;
}

a.ar-link1:hover {
	color:#3A2511;
	font-size:12px;
	text-decoration: underline;
}
