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

body {
	background:#FFFFFF;
	margin: 0px;
	text-align:center;
	/*padding: 0px;*/
}

.oneColFixCtr #conteiner{
    background-color:#FFFFFF;
    text-align:center;
	margin:0 auto;
	padding:0px;
	width:100%;
	height:100%;
}

#testa {
	width: 100%;
	height: 234px;
	background-image:url(images/testa_01.jpg);
	background-repeat:repeat-x;
	margin: 0 auto;
	position:relative;
}

#logo {
	width: 1024px;
	height: 234px;
	background-image:url(images/logo_colline_01.png);
	background-repeat:no-repeat;
	margin: 0 auto;
	position:absolute;
	left: 285px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}
div#logo a{color:#666666; text-decoration:none;}
div#logo a:hover{ color:#979636; text-decoration:underline;}

/*---------------------------------------------------------------------------------------------*/
#menu {
	width: 1024px;
	height: 49px;
	background-image:url(images/sfondo_02.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
	padding-top:10px;
}

#puntoMenu{
	background-image:url(images/punto.png);
	background-repeat:no-repeat;
    margin:0 auto;
	padding-left: 20px;
    padding-right: 20px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	color:#979636;
	font-size:14px;
}
div#puntoMenu a{color:#67236e; text-decoration:none;}
div#puntoMenu a:hover{ color:#979636; text-decoration:underline;}

/*---------------------- PARTE CENTRALE ----------------------------------------*/

#centrale{
	width: 1024px;
	height: 100%;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0 auto;
	}
	
/*-------- Menu di Sinistra ----------*/

#menuSx{
   background-image:url(images/sfondo_03.jpg);
   background-repeat:no-repeat;
   width:399px;
   height:234px;
   float:left;
   position:relative;
}
#menuSxVoci{
	background-image:url(images/pennellata.png);
	background-repeat:repeat-y;
	color:#979636;
	width:168px;
	height:234px;
	position:absolute;
	left: 211px;
	top: -2px;
}
div#menuSxVoci a{color:#67236e; font:Arial, Helvetica, sans-serif; text-decoration:none;}
div#menuSxVoci a:hover{ color:#979636; text-decoration:underline;}

/*--------------*/
#contenuti{
    width:625px;
	height:100%;
	float:right;
	color: #666666;
	padding-top:40px;
}

#testi{
	float:left;
	width:555px;
	height:100%;
	font-size:14px;
	padding-left: 40px;
	padding-top: 30px;
	text-align:justify;
	padding-right: 30px;
}
#testi a {
	color: #67236e;
	text-decoration: underline;
}
#testi a:hover {
	color: #979636;
	text-decoration: underline;
}

#alberoTit{
    float:left;
	background:url(images/albero.png);
	background-repeat:no-repeat;
	height: 33px;
	text-align:left;
	padding-left:40px;
	padding-top:10px;
	width: 280px;
}

#boxFoto{
    float:left;
	width:379px;
	height:100%;
	text-align:right;
	padding-right: 20px;
	padding-top: 30px;
	}
/*--------------------------------------------------------------*/
#piede{
    width: 100%;
	height: 187px;
	background:url(images/sfondo_05.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	float:left;
	position:relative;
}
#piede a {
	color: #67236e;
	font-size: 10px;
	text-decoration: none;
}
#piede a:hover {
	color: #979636;
	text-decoration: underline;
}
#italia {
	background:url(images/italia.png);
	background-repeat:no-repeat;
	height:43px;
	text-align:left;
	position:absolute;
	padding-left:80px;
	padding-top:20px;
	left: 364px;
	top: 109px;
	width: 709px;
}
