
/* Codice per inserire riga fissa dietro main:	*
 *												*
 * background-image:url('../img/menu.png');		*
 * background-repeat:repeat-x;					*
 * background-attachment:fixed;					*
 * background-position:center; 					*/
/************************************************/

/* per margin e padding i valori sono alto destra sotto sinistra */

/********* GENERAL *************/
*{
	margin:0px;
	border:0px;
	padding:0px;
	font-family:Arial,Helvetica,sans-serif;
}

html{
	margin:0px;
	border:0px;
	padding:0px;
	width:100%;
	height:100%;
	font-size:12pt;
}

body{
	margin:0px;
	border:0px;
	padding:0px;
	width:100%;
	height:100%;
/*	background-color: #ffffc3;*/
	background-color: #cbe8ea;
}

div#content {
	min-height:100%;
	height: auto !important;
	height:100%;
	margin:0 auto -140px;
	width:100%;
}


/****************** HEADER *******************/
#menu{
	position:relative;
	clear:both;
	width: 800px;
	height:25px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	background: url("../img/menu.jpg");
	border: 1px #ccc solid;
	border-bottom: none;
	font-size: 10pt;
}

span.pulsante div{
	float: left;
	height: 25px;
	text-align: center;
	margin: 0 0 7px 0;
	padding: 0 0 0 10px;
	border-right: 1px #ccc solid;
}
span.pulsante:first-child div{
	margin: 0 0 7px 25px;
	border-left: 1px #ccc solid;
}
span.pulsante a{
	float: left;
	white-space: nowrap;
	height: 25px;
	text-decoration: none;
	color: #000;
	font-weight:bold;
	font-size:10px;
	padding: 7px 10px 0 0;
}
span.pulsante:hover div{
	background: url("../img/b_hover_sx.png") no-repeat top left;
}
span.pulsante:hover a{
	background: url("../img/b_hover_dx.png") no-repeat top right;
	text-decoration: underline;
	color: #000;
}
span.pulsante div.selected{
	background: url("../img/b_hover_sx.png") no-repeat top left;
}
span.pulsante a.selected{
	background: url("../img/b_hover_dx.png") no-repeat top right;
	color: #006;
}

#header {
	position: relative;
	background: url("../img/head.jpg") no-repeat bottom left;
	height: 200px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3px;
}

/************** BODY *********************/
#total{
	background-color: #fff;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top:-3px;
	border: 1px #ccc solid;
	border-top: none;
}

.siteSubTitle{
	font-size: 16pt;
	color:#dabb3e;
	padding: 100px 0 0 180px;
	font-family:times;
}

#main{
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
}
#main.index{
	margin-top: 20px;
}
#main p{
	padding-left: 10px;
	padding-top: 0px;
	text-indent: 1em;
}

.exp{
    width: 740px;
    background: url('../img/row_table.png') repeat-y;
}

.pageTitle{
	font-size: 22px;
	color:#8c7b5d;
	padding: 0 0 23px 5px;
	/*width: 450px;*/
	/*background: url("../img/h3.jpg") repeat-x bottom left;	*/
}

.pageSubTitle{
	font-size: 16px;
	color:#8c7b5d;
	padding: 10px 0 0 10px;
}

.pageBigElement{
	font-size: 16px;
	/*color:#8c7b5d;*/
	color:#41392b;
	font-weight: bold;
}

.pageBigElementT{
	font-size: 14px;
	color:#41392b;
	font-weight: bold;
}

.gallery{
    text-decoration: none;
}

p.paragrafo{
	padding: 5px 0 0 15px;
}

#locandina{
	float: left;
	padding: 0 10px 0 0;
}

#link,#prev1,#next1{
	font-size:11px;
	font-weight:bold;
	color:#555;
}
#link:hover,#prev1:hover,#next1:hover{
	color:#000;
}

#cella{
	width: 200px;
	padding-left: 10px;
	padding-bottom: 10px;
	/*padding-right: 5px;*/
	/*text-align: justify;*/
	vertical-align: top;
	font-size: 11pt; 
}
/*#cella:first-child{
	padding-left: 0px;
}*/

#quadratino{

	margin-right: 3px;
	margin-top: 4px;
}

#index_text{
	width: 400px;
	padding-left: 150px;
	font-size: 10pt;
}


/******** FOOTER ***************/
#footer{
	position:relative;
	clear:both;
	height:141px;
	width: 800px;
	color:#999;
	font-size:11px;
	font-weight:bold;
	width:800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	background: url("../img/row.jpg") top no-repeat;
}
#footer_end{
	clear:both;
	width: 800px;
	color:#999;
	font-size:11px;
	font-weight:bold;
	width:800px;
	margin-left: auto;
	margin-right: auto;
}
#footer_end p{
	position:relative;
	margin-top:8px;
}
#footer_end a{
	color:#555;
}
#footer_end a:hover{
	color:#000;
}

.ft_dx,.ft_sx{
	position:relative;
	float:left;
	width:300px;
	padding-left: 100px;
	padding-bottom: 10px;
}
