/* CSS Document */
html {
	height:100%;
}

body {
	background: #FBE8BB url(../images/bg_sito.jpg) top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	height:100%;
}

/*--------------------- STILI GENERALI -------------------*/

div, h1, h2, h3, h4, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}


p, ul {line-height:14px; margin-top:5px; margin-bottom:8px;}



h1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

h2 {
	font-size: 13px;
	color:#CC0000;
}


/*collegamenti ipertestuale*/
a {
	color:#917474;
	text-decoration:none;	
}

a:hover {
	color:#c00;
	text-decoration: none;
}
	
.clearer {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}


/*--------- STRUTTURA DEL SITO -------------*/


#sito {
	/*width: 100%;
	min-height: 100%;
	background: url(../images/bg_page.jpg) top center no-repeat;*/
}


#header {
	height:97px;
	width:948px;
	margin: 0px auto;
}

	#header #logo {
		float:left;
		width:315px;
		height:97px;	
		background:url(../images/logo.jpg)
	}
		#header #logo span {
			display:none;
		}
	
	#header #menu {
	}

	#header #menu1 {
		float:left;
		width:633px;
		height:90px;		
	}
		#header #menu1 ul {
			list-style: none;
			margin:0px;
			padding:0px;
		}
		#header #menu1 ul li {
			float:left;
			height:69px;
			width:103px;
			border-left: 1px solid #e0e0e0;
			border-right: 1px solid #e0e0e0;
			margin:0px;
			padding:0px;	
			position:relative;
		}
			#header #menu1 ul li a {
				display: block;
				height:69px;
				width:104px;
				text-align: right;
				font-size:15px;
				font-style:italic;
				text-transform:lowercase;				
				line-height: 16px;
			}
				#header #menu1 ul li a span {
					display:block;
					position:absolute;
					right: 9px;
					bottom: 3px;
				}
			#header #menu1 ul li a:hover,
			#header #menu1 ul li a.attivo {
				background: url(../images/bg_menu2.gif) repeat-x;
				color: #c00;
			}
		
			#header #menu1 ul li ul {
				display: none;
			}
			#header #menu1 ul li.attivo ul {
				display:block;
				position:absolute;
				top:72px;
				left:0px;
				width: 400px;
			}
				
				#header #menu1 ul li ul li {
					float:left;
					height:18px;
					width:auto;
					border: none;
				}
					#header #menu1 ul li ul li a {
						height:18px;
						width:auto;
						white-space: nowrap;
						background: url(../images/arrow.gif) left no-repeat;
						padding-left:20px;
						margin-right:10px;
						text-align: left;
					}
						#header #menu1 ul li ul li a span {
							display:inline;
							position: static;
						}
					#header #menu1 ul li ul li a:hover,
					#header #menu1 ul li ul li a.attivo	{
						background: url(../images/arrow.gif) left no-repeat;
					}

#container {
	clear:both;
	width:948px;
	margin: 0px auto;
}

#layout {
	min-height:300px;
}


/*-------------- CONTENUTI ----------*/

	#percorso {
		padding-top: 10px;
		padding-bottom: 4px;
		font-size: 10px;
		border-bottom: 1px solid #917474;
	}
	
	#percorso a { color:#000; }
	#percorso a:hover { color:#c00; }


.layout_home {
}
	.layout_home #percorso {
		display:none;
	}

	.layout_home #column {
		position:relative;
	}

		.layout_home #column #text_layer { 
			position:absolute;
			width:250px;
			padding-top:22px;
			padding-left:16px;
			padding-right:100px;
			background: url(../images/bg_home.png) repeat-y;
			height:431px;
			z-index: 55;
		}
		
		.layout_home #column #titolo_pagina h1{
			color: #FAE4B0;
			font-size:13px;
			font-weight:bold;
		}
	
	.layout_home #column #sottotitolo p {
		color:#FFFFFF;
		line-height:16px;		
	}

.layout_page {
}

	.layout_page #column {	
		margin-top:10px;
		background: url(../images/bg_corpo.jpg) top repeat-x;
		padding: 22px;
		min-height:473px;
		border: 1px solid #fff;
	}

.layout_offerte {
}

	.layout_offerte #column {	
		margin-top:10px;
		min-height:300px;
	}

	.layout_offerte #col_left {	
		float:left;
		background: url(../images/bg_corpo.jpg) top repeat-x;
		width:460px;
		min-height:275px;
		border: 1px solid #fff;
		padding: 16px;
	}

	.layout_offerte #col_right {	
		float:right;
		background: url(../images/bg_corpo.jpg) top repeat-x;
		width:413px;
		min-height:290px;
		border: 1px solid #fff;
		padding-top: 16px;
		padding-left: 16px;		
	}


.box {
	padding-bottom:8px;
}

	.box .box_title {
		padding-bottom:8px;
	}

	.box .manual ul {
		list-style: url(../images/list.gif);
	}
	
	.box .manual li {
		padding-left:10px;
		padding-bottom:4px;
	}
	
#banner {
	position:relative;
}

	#banner #titolo_pagina h1{
		position:absolute;
		bottom:12px;
		left:16px;
		
		margin:0px;
		padding:0px;
		color: #fff;
		font-size:24px;
		font-weight:bold;
		font-style:italic;
	}
	
	#banner #sottotitolo p {
		position:absolute;
		width:300px;
		top:12px;
		left:16px;	
		color:#fff;
		line-height:16px;
		margin:0px;		
	}




/*------------ ELEMENTI PAGINE -----------*/

.pagebox {
	float:left;
	margin-top:5px;
}
.pagebox .page_box{
	float:left;
	width:295px;
	height:85px;
	margin-right: 15px;
	margin-bottom: 5px;
	border: 1px solid #888;
	background: #fff;
	overflow: hidden;
	/*position:relative;*/
}

.pagebox .page_box img,
.pagebox .page_box .img{
	/*position:absolute;*/
	float:left;
}

.pagebox .page_box .titolo{
	font-size:20px;
	line-height:21px;
	text-transform:uppercase;
	font-weight:bold;
	margin-left: 10px;
	margin-top: 6px;
	color:#999;
}

.pagebox .page_box .anteprima{
	font-size:11px;
	font-weight:bold;
	margin-top: 1px;
	margin-left: 10px;
	line-height:13px;
}

.pagebox a:hover img {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

/*--- MENU ---*/

.pagebox_menu {
	float:left;
}
.pagebox_menu .page_box{
	float:left;
	width:118px;
	height:28px;
	margin-right: 5px;
	overflow: hidden;
}

.pagebox_menu .page_box a{
	display:block;
	width:118px;
	height:28px;
	background: url(../images/button.gif);
}

.pagebox_menu .page_box a:hover,
.pagebox_menu .page_box a.attivo {
	background: url(../images/button_hover.gif);
	cursor:pointer;
}

.pagebox_menu .page_box img,
.pagebox_menu .page_box .img{
	/*position:absolute;*/
	float:right;
	margin: 2px;
}

.pagebox_menu .page_box .titolo{
	float:left;
	width:80px;
	text-align:center;
	font-size: 11px;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
	margin-top:7px;
}

.pagebox_menu .page_box .anteprima{
	display: none;
}


.pagelist {
}

.pagelist ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

.pagelist ul li {
	margin:0px;
	padding:0px;
}

.pagelist ul li a {
	margin:0px;
	display:block;
	background: url(../img/list_obj.jpg) repeat-x;	
	height: 20px;
	padding:15px 29px;	
	font-size:14px;
	font-weight:normal;
	color:#fff;
	text-decoration:none;
}

.pagelist ul li a.attivo,
.pagelist ul li a:hover {
	font-weight:bold;
}


/*-------------------*/

.page_num {
	clear:both;
	float:left;
	list-style:none;
	margin: 5px 10px 0px 0px;
	padding:0px;
	width: 100%;
}

.page_num li {
	float:left;
	list-style:none;
	margin-left:10px;
}

.page_num li a {
	font-size:10px;
	display:block;
	text-decoration: none;
	text-align:center;
	color:#C41713;
	background:#CDB599;
	width:18px;
	font-weight:bold;
}

.page_num li a:hover,
.page_num li a.selected {
	color:#FCD5CD;
	background:#C41713;
	width:18px;
	font-weight:bold;
}



.photogallery {
	clear:both;
}

.photogallery a {
	float:left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.photogallery img {
	border: 1px solid #fff;
}

.photogallery .descrizione {
	display:none;
}


/*------------------------------ MODULO -------------------------------------*/

.form form {
	width:500px;
}

.form label {
	float:left;
	display: block;	
	width:500px;
	margin-top:8px;
}
	
.form label span {	
	display: block;	
	float:left;
	width:150px;
	text-align:right;
	padding-right:15px;
	font-weight:bold;
}

.form label span.little {	
	display: block;	
	float:left;
	width:10px;
	text-align:right;
	padding-right:0px;
}

.form label.requestednote {
	margin-bottom:15px;
}

.form .input_group label {
	float:left;
}

.form input, .form textarea {
	display: block;
	float:left;
	width : 250px;
	/*padding : 4px;
	border : 1px solid #585858;
	background :  #ededed;
	font : 10px Verdana, Geneva,  Arial, Helvetica, sans-serif;*/
	color:#333333;
}

.form input.submit {
	width : auto;
	padding : 0px 10px;
}

.form input.submit:hover {
	color : #2b5555;
	background : #e2e2e2;
	cursor : pointer;
	cursor : hand;
}

.form input.check {
	width:auto;
	border:none;
	background:none;
	height:18px;
}

.form p {
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	font-size : 12px;
	line-height: 18px;
}

.form fieldset {
	border: 0px;
}

.sitemap li {
	list-style-image: url(../images/list.gif);
	padding-left:8px;
}

.sitemap li.no-point {
	list-style-image: none;
	list-style:none;
}


/*------ FOOTER ----------*/

#footer_container {

}

#footer {
	width:948px;
	margin: 20px auto;
	font-size:11px;
	color:#917474;
}

#footer .foot_info {
	clear:both;
	float:left;
}

#footer .foot_menu {
	float:right;
}

/* aggiunte progettuno*/
/*------ CONTATTI ----------*/
.form label span.little{float:left;
	display: block;
	margin-left:160px;
	margin-right:6px;
	margin-top:20px;}

#privacy{
	float:left;
	display: block;
	margin-top:-15px;
	margin-left:163px;}
