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

* {
	margin: 0; padding: 0;
   font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;
}

html {
	font-size: 76%;
	color: #404040;
	background-color: white;
}

body { background: white url(../immagini/bg_html.gif) repeat-x top left; }

h1 {
	margin-top: .2em;
	margin-bottom: 1em;
	padding-bottom: .2em; 
	font-size: 170%;
	color: #5F4E07;
	border-bottom: 1px solid #5F4E07;
}

h2 {
	margin-top: 0.7em;
	margin-bottom: 0.9em;
	font-size: 125%;
	color: black;
	background-color: #EEE3B4;
	padding: 1px;
	/*color: #665924;*/
}

h3 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: 115%;
	color: black;
	background-color: white;
}

h3.home { padding-left: 5px; color: white; background-color: #655203; }

h4 {
	margin: .7em 0 0 0;
	padding: 0 0 0 0;
	font-size: 113%;
	color: black;
	background-color: white;
	border: 0px solid gray;
}

p { margin: 5px 0 5px 0; padding: 0; border: 0px solid gray; }

a { text-decoration: underline; color: #734C00; }
a:hover { color: black; }
a:visited { color: #734C00; }

ul { margin: 0 0 0 20px; }
ul li { margin: 0 0 0 5px; list-style-type: square; line-height: 20px; }
ul li li { list-style-type: circle; }

ol { margin: 0 0 0 20px; }
ol li { margin: 0 0 0 5px; line-height: 20px; }
ol li li { }

ul.elencoLinks { margin: 0; padding: 0; }
ul.elencoLinks li { clear: both; margin: 10px 0 17px 0; padding: 0; list-style: none; }
ul.elencoLinks li a { font-size: 105%; font-weight: bold; color: black; text-decoration: none; }
ul.elencoLinks li a:hover { text-decoration: underline; }
ul.elencoLinks li img { float: left; margin: 0 10px 10px 0; }

ul.elencoLinks li ul { margin-top: 7px; margin-left: 15px; padding-left: 15px; }
ul.elencoLinks li ul li { margin: 0 0 0 0; padding: 0; list-style: square; }
ul.elencoLinks li ul li a { font-size: 95%; font-weight: normal; color: black; text-decoration: none; }

img { border: 0; }

div.dotted { clear: both; margin: 5px 0 5px 0; border-top: 1px dotted #655203; color: white; background-color: white; }


#shortCutMenu { display: none; }
.backLink {
	position: absolute;
	top: -15px; right: 50px;
	text-align: right;
}
.backLink a { text-decoration: none; }
.backLink a:hover { text-decoration: underline; }

.label_150 {
	float: left;
	margin: 0 10px 0 0; padding: 0;
	width: 100px;
	border: 0px solid #DAD2BF;
}
input, textarea {
	margin: 0; padding: 2px;
	font-family: 'Trebuchet MS', sans; font-size: 11px;
	border: 1px solid #DAD2BF;
}

.clear { clear: both; }
.spacer10 { clear: both; height: 10px; }

/* STRUTTURA */
#layout {
   position: relative;
   top: 0; left: 50%;
   margin: 0 0 0 -400px; padding: 0;
   width: 800px;
	background: white url(../immagini/bg_trentofutura_vertical.gif) no-repeat right 200px;
   border: 0px solid red;
}

#container {
   margin: 0; padding: 0;
	background: transparent url(../immagini/bg_container.gif) repeat-y top left;
   border-left: 1px solid black;
	border-right: 1px solid black;
}

#header {
	position: relative;
   border: 0px solid orange;
}

#logo { padding: 25px 0 0 0; width: 250px; height: 225px; background-color: white; }

#topMenu {
	position: absolute;
	top: 5px; left: 0;
	z-index: 100;
}
#topMenu a { font-size: 11px; margin-right: 10px; }

#languageMenu {
	position: absolute;
	top: 292px; left: 5px;
	padding-left: 5px; 
	width: 230px;
	text-align: left;
	border-bottom: 1px dotted #6F5D4B;
}
#languageMenu a { margin-right: 3px; }

#slideshowHeader {
	position: absolute;
	top: 0; right: 0;
	width: 700px; height: 250px;
}

#central {
	min-height: 300px;
	height: auto !important;
	height: 300px;
	padding-bottom: 3em;
	padding-top: 3em;
	
}

#colLeft {
	float: left;
	margin-top: 5px; padding: 0;
	width: 160px;
	border: 0px solid blue;
}

#colContent {
	position: relative;
	float: right;
	/*margin-right: 50px;*/
	padding: 25px 50px 30px 0;
	width: 565px;
	border: 0px solid #F3F3F3;
	line-height: 170%;
}

#colRight {
	float: right;
	margin: 0; padding: 0;
	width: 150px;
	border: 1px solid blue;
}

#footer {
	clear: both;
	margin: 0; padding: 0;
	width: 798px; min-height: 79px; height: auto !important; height: 79px;
	font-size: 95%;
	color: #505050;
	background-color: white;
	border-top: 1px solid black; border-bottom: 1px solid black;	
}
#footer .blockLeft {
	float: left;
	/*width: 160px;*/
	border-right: 1px solid black;
}
#footer .blockRight {
	float: right;
	/*padding-top: 10px;*/
	width: 580px;
}
#footer .blockRight a { color: #505050; }

#breadCrumbs {
	position: relative;
	float: right;
	margin: -30px 0 10px 0; padding-right: 50px;
	width: 560px;
	font-size: 99%;
	line-height: 180%;
	border-bottom: 1px dotted #655203;
}

/* NAVIGAZIONE */
#nav1-H {
	margin: -5px 0 0 0; padding: 0;
	position: relative;
	color: black;
	font-weight: bold;
	background-color: #D5BA4A;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-align: right;
}
#nav1-H ul {
	margin: 0 5px 0 0; padding: 0;
	/*line-height: 30px;*/
}
#nav1-H ul li {
	margin: 0; padding: 0;
	display: inline;
	height: 30px;
	list-style: none;
}
#nav1-H ul li a {
	/*display: block;*/
	margin: 0; padding: 0;
	text-decoration: none;
	color: black;
	line-height: 30px;
}
#nav1-H ul li a:hover { text-decoration: none }
#nav1-H ul li.active { background: transparent url(../immagini/menu_indicatore.jpg) no-repeat 50% -7px; background-color: #847260; }


#nav2-H {
	clear: both;
	height: 30px;
	font-family: "Times New Roman", Times, serif;
	background-color: white;
	border-bottom: 1px dotted #6F5D4B;
	background: transparent url(../immagini/sottomenu_indicatore.jpg) no-repeat top left;
}
#nav2-H ul { margin: 0 0 0 20px; padding: 0; height: 30px; }
#nav2-H ul li {
	float: left;
	margin: 0 15px 0 0; padding: 0;
	line-height: 30px;
	height: 30px;
	list-style: none;
}
#nav2-H ul li a {
	display: block;
	margin: 0; padding: 0;
	text-decoration: none;
	color: #6F5D4B;
	font-variant: small-caps;  
	line-height: 30px;
}
#nav2-H ul li a:hover { text-decoration: none }
#nav2-H ul li.active { background: transparent url(../immagini/bg_sottomenu_active.jpg) repeat-x bottom left }

.nav2-V {
	margin-top: 28px;
}
.nav2-V ul { padding: 0; margin: 0 1px 20px 0; }
.nav2-V ul li {
	margin: 0; padding: 0;
	list-style: none;
	border-bottom: 1px solid #C7A30D;
}
.nav2-V ul li.title {
	padding: 2px 2px 2px 20px;
	font-weight: bold;
	color: white; 
	list-style: none;
	background: #655203 url(../immagini/quadratini.gif) no-repeat 2px 4px;
}
.nav2-V ul li a {
	display: block;
	margin: 0; padding-left: 5px;
	color: black;
	line-height: 1.7em;
	text-decoration: none;
}
.nav2-V ul li a:hover { text-decoration: none; font-weight: bold; }
.nav2-V ul li.active {
	padding-left: 5px;
	font-weight: bold;
	/*background-color: #EDDAC4;*/
	background: #FFFF80 url(../immagini/bg_nav2V.gif) repeat-y top left;
}


/* boxContentLeft */
.boxContentLeft {
	float: left;
	margin: 0; padding: 0 10px 0 0;
	width: 280px;
	/*background: transparent url(../immagini/motivo_piccolo.jpg) no-repeat top left;*/
	border-right: 1px dotted #655203;
}
.boxContentLeft h1 {
	margin: 0 0 5px 0;
	font-family: "Times New Roman", Times, serif; font-weight: bold; font-size: 20px; font-variant: small-caps;
	color: #8C7C6A;
	text-align: left;
}

/* boxContentRight */
.boxContentRight {
	float: right;
	margin: 0; padding: 0 0 0 0;
	width: 265px;
	border-left: 0px dotted #CAC5B9;
}


/* boxOfferte */
.boxOfferteHP {
	margin: 0 auto; padding: 0;
	width: 230px;
	font-family: "Times New Roman", Times, serif;
}
.boxOfferteHP h1.titolo {
	margin: 0 0 15px 0;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	font-variant: small-caps;  
	color: #8C7C6A;
}
.boxOfferteHP .offerteElenco { margin: 0 0 20px 0; font-family: "Trebuchet MS", Times, serif; font-size: 10px; }
.boxOfferteHP .offerteElenco p.desrizione { width: 170px; 	font-family: "Trebuchet MS", Times, serif; }
.boxOfferteHP .offerteElenco img { float: left; margin: 0 7px 0 0; border: 0; }

table.prezzi {
	border: 1px solid #6F5D4B;
	background-color: #DAD2BF;
}
table.prezzi th { height: 25px; border-bottom: 1px solid #9B7F67; }
table.prezzi td { height: 25px; }

/* boxServizi */
.boxServiziHP {
	float: left;
	margin: 10px 0 0 0; padding: 60px 10px 10px 10px;
	width: 320px;
	background: transparent url(../immagini/motivo_piccolo.jpg) no-repeat top left;
	border: 1px solid #CAC5B9;
}

.boxServiziHP h2.titolo {
	width: 170px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 16px;
	font-variant: small-caps;  
	color: #8C7C6A;
}

.boxServiziHP p.desrizione { width: 170px; }
.boxServiziHP img {
	float: right;
	border: 0;
}

/* boxNewsHP */
.boxNewsHP {
	float: right;
	margin: 10px 0 0 0; padding: 5px;
	width: 300px;
	background: transparent url(../immagini/motivo_piccolo1.jpg) no-repeat top left;
	border: 0px solid #CAC5B9;
}
.boxNewsHP h2 {
	font-family: "Times New Roman", Times, serif; font-size: 16px; font-weight: normal; font-variant: small-caps; color: #8C7C6A;
	border-bottom: 1px solid #8C7C6A;
}
.boxNewsHP h3.titolo {
	margin: 10px 0 0 0;
	width: 300px;
	font-size: 12px;
}
.boxNewsHP p.sintesi { width: 300px; }

.boxNewsHP img { float: right; border: 0; }

/* boxContent */
.boxContent {
	float: left;
	margin: 10px 0 0 0; padding: 0px;
	width: 200px;
	/*background: transparent url(../immagini/motivo_piccolo.jpg) no-repeat top left;*/
	border: 0px solid #CAC5B9;
}

.boxContent h1 {
	margin: 0 0 30px 0;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20px;
	font-variant: small-caps;  
	color: #8C7C6A;
	text-align: left;
}


/****************************************/
/**************** elenco ****************/
/****************************************/
.elenco {
	clear: both;
	padding: 5px 0 0 0;
	height: 75px;
}
.elenco img {
	float: left;
	margin: 0 10px 7px 5px; padding: 5px 4px 7px 4px;
	border: 0;
	background: transparent url(../immagini/bg_cornice_thumb_90x70.jpg) no-repeat top left;
}

.ultimoAggiornamento {
	text-align: right;
	color: #996600;
}