@charset "ISO-8859-1";
/* CSS Document */

@import url(reset.css);

body {
	background: #e9e6e2;
	color: #404040;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: #921c3c;
}

hr {
    border-top-color:#c9b896;
	color:#c9b896;
	margin: 20px 0px 0px 0px !important;
	border-width: 3px !important;
}

h1, h2, h3, h4, h5, h6 {
	color: #921c3c;
}

h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}

i {
	font-style: italic !important;
}

b {
	font-weight: bold !important;
}

u {
	text-decoration: underline !important;
}

.clear { clear:both; }
.left { float:left; }
.right { float:right; }
.autowidth { width:auto; }

#mainbox {
	position: relative;
}

#main {
	width: 1030px; /*20+990+20*/
	background: none !important;
	position: absolute;
	z-index: 5;
	/*top: 140px;*/
	top: 100px;
	left: 50%;
	margin-left: -515px;/*515-20*/
}

#mainhome, #maininterna {
	width: 1030px;
	background: none !important;
	/*height: 400px;*/
	height: 500px;
	position: relative;
	z-index: 5;
}

#maininternapiena {
	width: 1030px;
	/*height: 400px;*/
	height: 500px;
	position: relative;
	z-index: 5;
	background: url(../img/maininternapiena.png) repeat-x;
}

#maincontenthome {
	width: 990px; /*(pad=20)+990+(20=pad)*/
	background: #e9e6e2 !important;
	padding: 20px 20px 0px 20px;
}

#maincontent {
	width: 990px; /*(pad=20)+990+(20=pad)*/
	background: #e9e6e2 !important;
	/*padding: 20px 20px 0px 20px;*/
	padding: 0px 20px 0px 20px;
}

#maincontentpiena {
	width: 990px; /*(pad=20)+990+(20=pad)*/
	/*background: url(../img/maininternapiena.png) repeat-x scroll 0px -100px transparent;*/
	background: url(../img/maininternapiena.png) repeat-x scroll 0px 0px transparent;
	/*background: #e9e6e2 !important;*/
	padding: 20px 20px 0px 20px;
}

/* BACKGROUND */

#background {
	position: absolute;
	z-index: 0;
	top: 0px;
	left: 50%;
	margin-left: -950px;
}
#background  img{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
}
#background  img#himg1 {
	/*display: block;*/
	display: none;
}

#header {
	/*width: 990px;*/
	width: 1010px;
	/*height: 140px;*/
	/*height: 100px;*/
	height: 131px;
	background: #ffffff;
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 50%;
	margin-left: -515px;/*515-20*/
	padding-left: 20px;
}

#logo {
	/*width: 175px;*/
	width: 125px;
	/*padding-top: 7.5px;*/
	/*padding-top: 5px;*/
	margin-top: -3px;
}

#boxmenu {
	/*width: 815px;*/
	/*width: 825px;*/
	width: 885px;
	text-align: right;
}

/* MENU SERVIZI */

#menuservizi {
	/*margin: 30px 20px 0px 0px;*/
	margin: 12px 20px 0px 0px;
}

#menuservizi ul {
	display: inline-block;
	list-style: none !important;
}

#menuservizi li{
	display: inline-block;
	list-style: none !important;
}

#menuservizi a {
	color: #921c3c;
	font-family: HelveticaLT45Light, sans-serif;
	/*font-size: 11px;*/
	font-size: 12px;
	text-transform: uppercase;
	display:block;
	height: 23px;
	border-left: 1px solid #e0d1b4;
	padding: 11px 4px 0px 7px;
}
#menuservizi ul li:first-child a{
	border-left: 1px solid #ffffff !important;
}
#menuservizi a:hover {
	text-decoration: underline;
}

/* MENU PRINCIPALE */

#menu {
	/*margin: 36px 0px 0px 0px;*/
	/*margin: 14px 0px 0px 0px;*/
	margin: 14px 4px 0px 0px;
	height: 40px;
	padding-right: 20px;
}

#menu ul{
	display: inline-block;
	list-style: none !important;
	/*background: url(../img/bgmenu.jpg) repeat-x;*/
	background: #e1d1b4;
}

#menu li {
	display: inline-block;
	list-style: none !important;
	width: auto;
	margin-right: -4px;
	position:relative;
}
#menu span {
	width:20px;
	display:block;
	height:40px;
	margin-right:0px;
}

#menu a {
	/*color: #ffffff;*/
	color: #921C3C;
	font-family: HelveticaLT45Light, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	display:block;
	height: 26px;
	border-left: 1px solid #ffffff;
	/*padding: 14px 7px 0px 7px;*/
	padding: 14px 9px 0px 9px;
	/*background: url(../img/bgmenu.jpg) repeat-x;*/
	background: #e1d1b4;
}
#menu a:hover {
	/*background: url(../img/bgmenuover.jpg) repeat-x;*/
	text-decoration: underline;
}

#menu ul.secondlevel{
	display:none;
	list-style: none !important;
	background: none !important;
	position: absolute;
	top: 40px;
	left: 0px;
}
#menu ul.secondlevel li {
	display: block;
	list-style: none !important;
	width: auto;
	margin-right: 0px;
	position:relative;
	text-align:left;
}
#menu ul.secondlevel a {
	/*color: #ffffff;*/
	color: #921C3C;
	/*font-family: HelveticaLT45Light, sans-serif;*/
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-transform: none !important;
	display:block;
	height: 27px;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	padding: 13px 5px 0px 5px;
	/*background: url(../img/bgmenu2.jpg) no-repeat;*/
	background: #e7e7e7;
	/*width:125px;*/
	width:200px;
}
#menu ul.secondlevel a:hover {
	background: url(../img/bgmenu2over3.jpg) no-repeat;
	text-decoration: none;
}

#hometitle {
	position: absolute;
	left: 20px;
	/*top:295px;*/
	top:395px;
}

#internatitle {
	position: absolute;
	left: 20px;
	bottom:20px;
}

#hometitle h1, #internatitle h1{
	color: #ffffff;
	background: url(../img/hbg.png);
	font-size: 24px;
	/*text-transform: uppercase;*/
	font-family: HelveticaLT35Thin, sans-serif;
	padding: 3px 5px 3px 5px;
}
#hometitle h2, #internatitle h2{
	color: #ffffff;
	background: url(../img/hbg.png);
	font-size: 36px;
	/*text-transform: uppercase;*/
	font-family: HelveticaLT35Thin, sans-serif;
	padding: 3px 5px 3px 5px;
}

#boxgallery {
	position: absolute;
	right: 0px;
	top:160px;
}

.briciole {
	width:950px;
	text-align:right;
	padding-top:10px;
	padding-bottom:10px;
	color:#921C3C;
	font-size:12px;
}
.briciole a{
	color:#921C3C;
	font-size:12px;
}
.briciole a:hover{
	text-decoration: underline;
}

/* GALLERY HOME */
/*
#hgallery {
	width: 410px;
	height: 325px;
	background: #e0d1b4;
	position: absolute;
	top:0px;
	right:0px;
}
*/
#hgallery {
	width: 620px;
	height: 300px;
	background: #e0d1b4;
	position: relative;
}
/*
#hgboximages {
	width: 400px;
	height: 265px;
	overflow: hidden;
	position: absolute;
	top: 5px;
	left: 5px;
}
*/
#hgboximages {
	width: 610px;
	height: 240px;
	overflow: hidden;
	position: absolute;
	top: 5px;
	left: 5px;
}
/*
#hgboximages img {
	width: 400px;
	height: 265px;
	position: absolute;
	top: 0px;
	left: 0px;
}
*/
#hgboximages img {
	width: 610px;
	height: 240px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#hgboximages span {
	display: block;
	padding: 5px 10px 10px 10px;
	position: absolute;
	bottom: 10px;
	right: 25px;
	background: #000000;
	color: #ff0000;
	font-family: HelveticaLT45Light, sans-serif;
	font-size: 24px;
	text-transform: lowercase;
}
/*
#hgimage1 {
	width: 400px;
	height: 265px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#hgimage2, #hgimage3, #hgimage4, #hgimage5, #hgimage6, #hgimage7, #hgimage8, #hgimage9, #hgimage10 {
	width: 400px;
	height: 265px;
	position: absolute;
	top: 0px;
	left: 400px;
}
#hgimage1:hover, #hgimage2:hover, #hgimage3:hover, #hgimage4:hover, #hgimage5:hover, #hgimage6:hover, #hgimage7:hover, #hgimage8:hover, #hgimage9:hover, #hgimage10:hover {
	cursor: pointer;
}
*/
#hgimage1 {
	width: 610px;
	height: 240px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#hgimage2, #hgimage3, #hgimage4, #hgimage5, #hgimage6, #hgimage7, #hgimage8, #hgimage9, #hgimage10 {
	width: 610px;
	height: 240px;
	position: absolute;
	top: 0px;
	left: 610px;
}
#hgimage1:hover, #hgimage2:hover, #hgimage3:hover, #hgimage4:hover, #hgimage5:hover, #hgimage6:hover, #hgimage7:hover, #hgimage8:hover, #hgimage9:hover, #hgimage10:hover {
	cursor: pointer;
}
/*
#hginterface {
	width: 400px;
	height: 55px;
	position: absolute;
	left: 5px;
	top: 270px;
}
*/
#hginterface {
	width: 610px;
	height: 55px;
	position: absolute;
	left: 5px;
	top: 245px;
}
/*
#hgbtn {
	width: 130px;
	padding: 30px 0px 0px 0px;
}

#hgbtn img {
	margin-left: 5px;
	float: left;
}
#hgbtn img:hover {
	cursor: pointer;
}
*/
#hgbtn {
	width: 250px;
	padding: 30px 0px 0px 0px;
}

#hgbtn img {
	margin-left: 5px;
	float: left;
}
#hgbtn img:hover {
	cursor: pointer;
}

#hgbb1 {
	display:none;
}
#hgbb2, #hgbb3, #hgbb4, #hgbb5, #hgbb6, #hgbb7, #hgbb8, #hgbb9, #hgbb10 {
	display:block;
}
#hgbr1 {
	display:block;
}
#hgbr2, #hgbr3, #hgbr4, #hgbr5, #hgbr6, #hgbr7, #hgbr8, #hgbr9, #hgbr10 {
	display:none;
}
/*
#hgtext {
	width: 230px;
	text-align: right;
	padding: 10px 40px 0px 0px;
	line-height: 18px;
}
*/
#hgtext {
	width: 350px;
	text-align: right;
	padding: 10px 10px 0px 0px;
	line-height: 18px;
}

#hgtt1 {
	display: block;
}
#hgtt2, #hgtt3, #hgtt4, #hgtt5, #hgtt6, #hgtt7, #hgtt8, #hgtt9, #hgtt10 { 
	display:none;
}
#hgts1 {
	display: block;
}
#hgts2, #hgts3, #hgts4, #hgts5, #hgts6, #hgts7, #hgts8, #hgts9, #hgts10 {
	display:none;
}

.hgtt {
	font-family: HelveticaLT55Roman, sans-serif;
	font-size: 16px;
	color: #921c3c;
	display:block;
	text-transform: uppercase;
}
.hgts {
	font-size: 15px;
	color: #171717;
	display:block;
}

/* TEMPLATE HOME */

#templatehome {
	width:990px;
	border-bottom: 3px solid #c9b896;
	padding-bottom: 20px;
}

#document {
	width: 620px;
	padding-right: 20px;
}

#hcolumn {
	width: 350px;
}

/* TEMPLATE INTERNO */

#templateinterno {
	width:990px;
	margin-top: 20px;
	margin-bottom: 20px;
	background: url(../img/divcolumn.png) repeat-y;
}

#contentint {
	width:950px;
	padding-right: 20px;
	padding-left: 20px;
}

#contentintpieno {
	width:950px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 16px;
}

#contentintpieno h1{
	color: #ffffff;
	background: url(../img/hbg.png);
	font-size: 24px;
	text-transform: uppercase;
	font-family: HelveticaLT35Thin, sans-serif;
	padding: 3px 5px 3px 5px;
	float: left;
}
#contentintpieno h2{
	color: #ffffff;
	background: url(../img/hbg.png);
	font-size: 36px;
	text-transform: uppercase;
	font-family: HelveticaLT35Thin, sans-serif;
	padding: 3px 5px 3px 5px;
	clear: left;
	float: left;
}

#leftcolumn {
	width: 452px;
	padding-right: 20px;
	padding-left: 20px;
}

#divcolumn {
	width: 6px;
}

#rightcolumn {
	width: 452px;
	padding-right: 20px;
	padding-left: 20px;
}

/* NEWS HOME */

#hnews {
	width: 350px;
}

#hntop {
	width: 350px;
	text-align: center;
}
#hntop img {
	margin: 5px 0px 5px 0px;
}
#hntop img:hover{
	cursor: pointer;
}

#hncenter {
	width: 350px;
}

#hnbottom {
	width: 350px;
	text-align: center;
}
#hnbottom img {
	margin: 5px 0px 5px 0px;
}
#hnbottom img:hover{
	cursor: pointer;
}

#hnctwo {
	width: 350px;
	height: 235px;
	overflow: hidden;
	position: relative;
}

#hncthree {
	width: 350px;
	height: 355px;
	overflow: hidden;
	position: relative;
}

.boxhnews {
	width: 350px;
	height: 120px;
	position: absolute;
	overflow: hidden;
}
.boxhnews:hover {
	cursor: pointer;
}

#bhnews1 { top: 0px; left: 0px; }
#bhnews2 { top: 120px; left: 0px; }
#bhnews3 { top: 240px; left: 0px; }
#bhnews4 { top: 360px; left: 0px; }
#bhnews5 { top: 360px; left: 0px; }
#bhnews6 { top: 360px; left: 0px; }
#bhnews7 { top: 360px; left: 0px; }
#bhnews8 { top: 360px; left: 0px; }
#bhnews9 { top: 360px; left: 0px; }
#bhnews10 { top: 360px; left: 0px; }
#bhnews11 { top: 360px; left: 0px; }

.bhnimg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 348px;
	height: 113px;
	border: 1px solid #000000;
}

.bhndate {
	font-family: HelveticaLT55Roman, sans-serif;
	font-size: 14px;
	color: #ffffff;
	display:block;
	padding: 5px 5px 5px 5px;
	background: #000000;
	text-align: center;
	width: 80px;
	height: 13px;
	position: absolute;
	left: 3px;
	bottom: 8px;
}

.bhntitle {
	font-family: HelveticaLT55Roman, sans-serif;
	font-size: 14px;
	color: #921c3c;
	text-transform: uppercase;
	display:block;
	padding: 5px 5px 5px 5px;
	background: url(../img/bgnws.png);
	text-align: left;
	width: 244px;
	height: 13px;
	position: absolute;
	right: 3px;
	bottom: 8px;
}

/* PRIMO PIANO HOME */

#pphome {
	width: 990px;
}

.pphbox {
	width: 326px;
	height: 270px;
	float: left;
}

.pphimg {
	width: 326px;
	height: 145px;
	padding-top: 25px;
	text-align: center;
}

.pphcontent {
	width: 276px;
	height: 85px;
	padding: 15px 25px 0px 25px;
	font-size: 13px;
	color: #828282;
	line-height: 14px;
}

.pphcontent a {
	display:block;
	padding-right: 10px;
	font-size: 13px;
	color: #404040;
	font-weight: bold;
	background: url(../img/arrowa.jpg) no-repeat 60px 5px;
	margin-top:10px;
}
.pphcontent a:hover {
	color: #828282;
}

.pphdiv {
	width: 6px;
	height: 270px;
	float: left;
	background: url(../img/divisoriopph.jpg) no-repeat;
}

/* PRIMO PIANO INTERNO */

#ppinterno {
	width: 950px;
	padding:20px;
}
#ppinternopp {
	width: 950px;
	text-align: center;
}

/* ppp */

.pppbox {
	position:relative; 
	width:160px; 
	height:160px; 
	margin-right:20px;
	display: inline-block;
	font-size:20px; 
	color:#921c3c;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
}
.pppbox:hover {
	cursor: pointer;
}
#pppbg0 {
	background: url("/img/sfondo_rosso.png");
}
#pppbg1 {
	background: url("/img/sfondo_blu.png");
}
#pppbg2 {
	background: url("/img/sfondo_marrone.png");
}
#pppbg3 {
	background: url("/img/sfondo_giallo.png");
}
#pppbg4 {
	background: url("/img/sfondo_grigio.png");
}
#pppbg5 {
	background: url("/img/sfondo_verde.png");
}
#pppbg6 {
	background: url("/img/sfondo_arancio.png");
}

.pppimg {
	position:absolute; 
	width:100px; 
	height:100px; 
	border:1px solid #8f8870; 
	top:4px; 
	left:4px; 
	z-index:10;
}

.ppptable {
	position:absolute; 
	width:100px; 
	height:100px; 
	top:4px; 
	left:4px; 
	z-index:15;
}

/* FOOTER */

#footer {
	width: 990px; /*(pad=20)+990+(20=pad)*/
	background: #ffffff !important;
	padding: 30px 20px 50px 20px;
	margin-bottom: 50px;
}

#footfirst {
	width: 990px;
	border-bottom: 3px solid #c9b896;
	padding-bottom: 25px;
}

#footmenu {
	width: 890px;
	color: #921c3c;
}

#footmenu ul{
	display: inline-block;
	list-style: none !important;
}

#footmenu li {
	display: inline-block;
	list-style: none !important;
	width: auto;
}

#footmenu a {
	color: #921c3c;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 13px;	
}
#footmenu a:hover {
	text-decoration: underline;
}

#footcc {
	width: 100px;
	text-align: right;
}

#footsecond {
	width: 990px;
	padding: 30px 0px 0px 0px;
}

#foottext {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 11px;
	line-height: 13px;
	width: 640px;
}

#foottext a{
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 11px;
	color: #404040;
}

#footlink {
	width: 350px;
	text-align: right;
}

#footlink a{
	vertical-align: top !important;
	margin-left: 10px;
}

#footlink img{
	vertical-align: top !important;
}

/* ELEMENTI FORM */

.tableform {
	font-size: 18px;
	color: #000000;
}

.ftext {
	border: none;
	background: #e0d1b4;
	width: 350px;
	height: 35px;
}

.ftextarea {
	border: none;
	background: #e0d1b4;
	width: 350px;
	height: 250px;
}

.fsubmit {
	border: none;
	background: #aaa59b;
	width: 120px;
	height: 35px;
	font-size: 18px;
	color: #ffffff;
}

.booking {
	display: block;
	float:left;
	background-color: #943b54;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	color: #ffffff;
	padding: 5px 15px;
	font-size: 14px;
	margin: 0px 10px;
}
.booking:hover {
    background: #e0d1b4;
	color: #943b54;
}

.docscheme1 {
	width: 100%;
	color: #943b54;
	margin-top: 20px;
}
.docscheme1 img{
	float: left;
	margin: 0px 40px 20px 0px;
}

.sdocicon img{
    margin: 20px 0px 0px 10px;
}




