/* CSS Document */

body{
	background: #556769;
	margin:10px;
	padding:0;
	position:relative;
	font-size: 11px;
	font-family: verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, ul{
	margin: 0;
	padding: 0;
}

#contenitore{
	background: White;
	/*margin: auto;*/
	position: relative;
	margin: auto;
	/*margin: 0 200px 0 107px;*/
	width: 760px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	padding: 10px;
}

#testata{
	width:100%;
	height: 250px;
	position: relative;
}
#testata-monumenti{
	width:100%;
	height: 170px;
	position: relative;
	
}

	

#testata h1, #testata h3{
	
}

h1.testata{
	font-size: 24px;
	color: #989C9E;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	text-indent: -1000%;
	font-family: Garamond, Times New Roman, Times, sans-serif;
}

h1.testata span{
	text-transform: uppercase;
	color: #515151;
}


h3.testata-sfondo{
	padding: 5px;
	font-size: 15px;
	color: #FF6600;
	letter-spacing: .1em;
	border-bottom: 1px solid #515151;
	font-family: Garamond, Times New Roman, Times, sans-serif;
}

#testata h3{
	height: 207px;
	background-image: url(../img/testata.jpg);
	background-repeat: no-repeat;
	background-position: 0 45px;
}

#testata-monumenti h3{
	height: 125px;
	background-image: url(../img/testata_monumenti.jpg);
	background-repeat: no-repeat;
	background-position: 0 30px;
	
}


#corpo{
	/*position: relative;*/
}


#sinistra{
	width: 300px;
	float: left;
	z-index: 100;
	background: #FFFFFF;
}



#sinistra-new{
	width: 350px; height: 370px;
	position: absolute; top: 180px; left: 10px;
	z-index: 100;
	background: #F5F5F5;
}


#sinistra-new .percorso{
	background: #fff;
	height: 18px;
	font-weight: bold;
}

#sinistra-new .percorso a {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}

#sinistra-new .percorso a:hover {
	color: red;
	text-decoration: underline;
}



#centro{
	width: 230px;
	float: left;
}

#destra {
	width: 230px;
	float: left;
}

#piedipagina{
	/*clear: both;*/
	padding-right: 10px;
	text-align: right;
	background: #cccabe;
	position: relative;
	
}
.spazio{
	height: 10px;
	clear: left;
}

.home-sinistra{
	font-family: Garamond, Times New Roman, Times, sans-serif;
	font-size: 1.4em;
	padding: 8px 12px 8px 8px;
	color:#663300;
	text-align: justify;
}

.home-sinistra h3{
	font-size: 20px;
	text-transform: capitalize;
	font-family: verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
}

.home-sinistra h3.monumenti{
	color:#999900;
}


.home-centro{
	background: #EBEBEB;
	padding: 8px;
	
}

.home-centro ul{
	list-style: none;
	/*margin: 8px;*/
}

.home-centro ul li{
	margin-top: 8px;
	color: #666666;
	background: url( ../img/rosso.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position:0 4px;
}

.home-centro ul li div{
	color: #2C2C2C;
	font-size: 13px;
	font-weight: bolder;
}

.box{
	width: 220px;
	margin-left: 10px;
	margin-bottom: 8px;
}

.box .top{
	background: url(  ../img/box_top.gif );
	height: 7px;
	font-size: 1px;
}

.content{
	background: url(../img/box_content.gif );
	padding: 0px 15px;
}

.content img {
	float: left; 
	padding-right: 5px;
}

.content h3 {
	color: #2C2C2C;
	font-size: 13px;
	font-weight: bolder;
	padding-bottom: 8px;
}


.box .bottom{
	clear: left;
	background: url(  ../img/box_bottom.gif );
	height: 7px;
	font-size: 1px;
}

/***********monumenti***************************************************************/
.monumenti-centro{
	background: #EBEBEB;
	padding: 8px;
	
}

.monumenti-centro ul{
	list-style: none;
	/*margin: 8px;*/
}

.monumenti-centro ul li{
	margin-top: 8px;
	color: #333;
	background: url( ../img/quadratino.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position:0 4px;
	font-style: 12px;
	font-weight: bold;
}
.monumenti-centro ul li p{
	font-style: 11px;
	font-weight: normal;
}

.monumenti-centro ul li p a{
	text-decoration: none;
	color: #666;
}
.monumenti-centro ul li p a:Hover{
	text-decoration: underline;
	color: #FF6600;
}



.navigazione{
	width: 510px;
	height: 16px;
	padding-top: 2px;
	margin-bottom: 5px;
	position: absolute;
	top:47px; right: 10px;
}

.navigazione a{
	margin:0 6px 0 8px;
	text-decoration: none;
}

.navigazione.monumenti{
	/*background: #DEDE9E;*/
}

.navigazione.monumenti a{
	color: #333;
}

.navigazione.monumenti a:hover{
	color: red;
}