/* CSS Document */
html,body{
	padding: 0;
	margin: 0;
}

body {
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size: 70%;
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/bg-body.gif);
	background-repeat: repeat-x;
	background-color: #f8faec;
	}

#wrap {
	position: absolute;
	left: 50%;
	margin-left: -400px;
	margin-top: 0px;
	width: 800px;
}

#main {
}

#top {
	height: 90px;
	width: 800px;
	position: relative;
}

#top #left{
	float: left;
	margin: 0;
}

#top img{
	margin: 10px 0 0 20px;
}

#navigation {
	float: left;
	margin: 0;
	padding: 0;
	height: 40px;
	width: 800px;
	background-image: url(../images/bg-navigation2.gif);
}

#navigation ul {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}

#navigation li {
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
	height: 50px;
}

#navigation li a {
	list-style: none;
	float: left;
	text-decoration: none;
	margin: 0 10px 0 10px;
	width: 100%;
	height: 25px;
	font-weight: bold;
	padding: 15px 10px 0 10px;
	font-size: 1.2em;
	color: white;
	border: 0;
}

#navigation li a:hover,#active {
	list-style: none;
	float: left;
	text-decoration: none;
	margin: 0 10px 0 10px;
	width: 100%;
	height: 25px;
	font-weight: bold;
	padding: 15px 10px 0 10px;
	font-size: 1.2em;
	color: green;
	border: 0;
	background-image: url(../images/bg-navigation-hover.gif);
	background-repeat: repeat-x;
	background-position: middle bottom;
}

/*#navigation li a:hover,#active {
	list-style: none;
	text-decoration: none;
	color: #1f651f;
	font-weight: bold;
	background-image: url(../images/bg-navigation-hover.gif);
	background-repeat: repeat-x;
	background-position: middle bottom;
	padding: 15px 0 0 0px;
	margin: 0;
	border: 0;
}*/

/*#navigation #angolo-sx a:hover{
	background-image: url(../images/bg-navigation-hover-sx.gif);
	background-repeat: no-repeat;
	background-position: middle bottom;
}

#navigation #angolo-dx a:hover{
	background-image: url(../images/bg-navigation-hover-dx.gif);
	background-repeat: no-repeat;
	background-position: middle bottom;
}*/

#head {
	height: 250px;
	width: 800px;
	margin: 0;
	padding: 0;
	border-top: 2px solid #195e1b;
	border-bottom: 6px solid #195e1b;
}

#content {
	min-height: 325px;
	margin: -20px 0 0 0;
	padding: 20px 20px 0 20px;
	color: black;
	background-color: white;
	background-image: url(../images/bg-content.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#content p{
	color: black;
	text-align: justify;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	margin: 0 0 20px 0;
}

#content img{
	margin: 0;
	border: 1px solid #dadbdc;
	padding: 10px;
}

#content #left{
	float: left;
	width: 510px;
}

#content #left img{
	margin: 0 10px 0 0;
}

#content #left .no-border img{
	margin: 0;
	border: 0;
	padding: 0;
}

#content #left .dove-siamo{
	width: 470px;
}

#content #left-attestati{
	width: 100%;
}

#content #left-eventi{
	float: left;
	width: 760px;
}

#content #right{
	float: right;
	width: 250px;
	text-align: right;
}

#content #right h1{
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
	width: 250px;
}

#content #right p{
	margin: -10px 0 10px 20px;
	text-align: center;
	width: 100%;
}

#content #right .contatti{
	margin: 20px 0 0 0;
	text-align: left;
}

#content #right img{
	margin: 0 0 10px 0;
	background-color: white;
}

#eventi-left{
	float: left;
	background-color: #f1fef0;
	border: 1px solid green;
	padding: 10px;
	margin: 0 0 15px 0;
	width: 95%;
}

#eventi-right{
	float: left;
	width: 200px;
	padding: 0 0 0 30px;
}

#content #elenco-servizi{
	margin: 0 0 20px 0px;
	list-style: none;
	padding: 0;
}

#content #elenco-servizi li a{
	font-size: 1.2em;
	color: #1b5d1d;
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px 2px 2px 2px;
	margin: 0 0 10px 10px;
	
}

#content #elenco-servizi li a:hover{
	color: #FFF;
	background-color: #1b5d1d;
	text-decoration: none;
	padding: 2px 2px 2px 2px;
}

#content-bottom {
	width: 800px;
	height: 26px;
	background-image: url(../images/bg-content-bottom.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0;
	padding: 0;
}

#content img{
	margin: 0;
	border: 1px solid #dadbdc;
	padding: 10px;
}

#content .centrato{
	text-align: center;
}

/* FOOTER */
#footer {
	height: 30px;
	clear: both;
	margin: 0 0 20px 0;
	padding: 0;
}

#footer p{
	color: #FFF;
	text-align: center;
}

#footer p a {
	color: #a8c829;
	text-decoration: none;
}

#footer p a:hover{
	color: #a8c829;
	text-decoration: underline;
}

/* TOGGLE */

h3.toggle {
	margin:20px 0 0 0px;
	font-size: 1.2em;
	color: #ca3132;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	text-transform: uppercase;
	width: 500px;
	border-bottom: 1px solid #ca3132;
}

h3.toggle a {
	font-weight:normal;
	margin:0 0 0 0px;
	text-decoration:none;
	color: #ca3132;
	font-weight: bold;
}

div#atoggle,btoggle,toggle,dtoggle {
	padding:0px 5px 10pxpx 0px;
}

/* TABELLA */

table {
	margin: 0 0 10px 0px;
	width: 100%;
	text-align: center;
}

tr {
}

td {
	width: 150px;
	background-color: #FFF;
	color: black;
	border: 1px solid #dadad7;
	text-align: center;
	padding: 5px;
	margin: 0;
}

.anno {
	background-color: #1b5d1d;
	text-align: center;
	padding: 5px;
	font-weight: regular;
	color: #FFF;
	margin: 0;
}

/* PHOTOGALLERY */

#content-photogallery img{
	border: 0;
	margin: 0;
	padding: 0;
}

div#wrap-image{
	overflow: hidden; 
	width: 500px;
	height: 350px;
	position: relative;
	float: left;
	margin: 0;
}
div#inner-image{
	width: 500px;
	height: 10000px;
	position: relative;
}
.scrolling-image{
	width: 500px;
	height: 350px;
	position: absolute;
}

#image1{left: 0;}
#image1{top: 0;}
#image2{left: 500px;}
#image3{left: 1000px;}
#image4{left: 1500px;}
#image5{left: 2000px;}
#image6{left: 2500px;}
#image7{left: 3000px;}
#image8{left: 3500px;}
#image9{left: 4000px;}
#image10{left: 4500px;}
#image11{left: 5000px;}
#image12{left: 5500px;}
#image13{left: 6000px;}
#image14{left: 6500px;}
#image15{left: 7000px;}

/* MINIATURE */

#right #miniature {
	margin: 25px 0 0 0;
}

#miniature {
	text-align: center;
	width: 100%;
	margin: 8px 0 0 0;
}

#miniature ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#miniature li{
	float: left;
	width: 80px;
	height: 80px;
}

#miniature li img{
	width: 60px;
	height: 60px;
}

#miniature li a img{
	border: 3px solid #a8c829;
	padding: 0;
	margin: 0;
}

#miniature li a:hover img{
	border: 3px solid white;
}

#miniature li a:active img{
	border: 3px solid #a8c829;
}
