html, body {
	margin:0;
	padding:0;
	font-family:arial;
	font-size:14px;
	background:transparent url(../img/nocciola.gif);
	}

#logo {
	background:#fff url(../img/ombra-su.gif) repeat-x top left;
	padding:17px 0 10px;
	text-align:center;
	}

.linea-su {
	width:100%;
	height:10px;
	background:#eef7cc;
	border-bottom:2px solid #fff;
	}

#linea-verde {
	height:134px;
	background:#709200 url(../img/linea-verde.jpg) no-repeat center center;
	}

#header {
	width:980px;
	background:transparent;
	margin:0 auto;
	}

#mondo {
	position:absolute;
	width:600px;
	height:180px;
	background:transparent;
	margin-top:-46px;
	}

#menu {
	background:red;
	width:400px;
	height:134px;
	background:transparent;
	float:right;
	}

.linea-giu {
	height:10px;
	background:#eef7cc;
	border-top:2px solid #fff;
	}

#contenuto {
	background:#fff;
	padding:15px 0;
	}

#pagina {
	width:980px;
	background:#fff;
	margin:0 auto;
	}

#adozione {
	float:left;
	width:357px;
	height:370px;
	background:#fff url(../img/box.jpg) no-repeat top left;
	margin-right:15px;
	}

#adozione ul {
	list-style:none;
	margin:10px 25px;
	padding:0;
	}

#adozione ul li {
	padding:0 0 15px 20px;
	background:transparent url(../img/news-adozioni.gif) no-repeat;
	/*background:transparent url(../img/image.png) no-repeat -8px -46px;*/
	}

#adozione a {
	text-decoration:none;
	color:#333;
	}

#adozione a:hover {
	text-decoration:underline;
	color:#678800;
	}
	
#pim {
	margin:0 15px;
	border:1px dotted #ffcc33;
	background:#fff url(../../naaa/html/images/piminfo1.gif) no-repeat 0 -30px;
	padding:10px 5px 10px 145px;
	}

#cooperazione {
	float:left;
	width:357px;
	background:#fff url(../img/box.jpg) no-repeat top left;
	margin-right:15px;
	}

h1 {
	margin:7px 0 0 15px;
	padding:0;
	color:#ffffff;
	height:40px;
	font-family:georgia;
	font-size:20px;
	}

h4 {
	margin:0;
	padding:0;
	font-size:16px;
	color:#709200;
	}

h4 a {
	text-decoration:none;
	color:#709200;
	}

h4 a:hover {
	text-decoration:underline;
	color:#709200;
	}

#banner {
	float:left;
	width:234px;
	background:#fff;
	}

.banner1 {
	width:234px;
	background:#fff;
	border:1px solid #ccc;
	margin-bottom:10px;
	}

.banner1 img {
	border:0;
	}


#footer {
	background:transparent url(../img/ombra-giu.gif) repeat-x top left;
	padding:17px 0;
	text-align:center;
	font-size:11px;
	}


/*slide cooperazione*/
.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 325px;
height: 233px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
/*border:1px solid #999;*/
margin:0px 0 0 12px;
}

.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
padding: 5px;
visibility: hidden;
width: 320px;
color:#333;
}

.cssbuttonstoggler{ /*style for DIV used to contain toggler links. */
width: 320px;
margin:6px 0 0 12px;

text-align: center; /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
}

.cssbuttonstoggler a{ /*style for every navigational link within toggler */
background: transparent url('../img/button-slide.gif') no-repeat top left;

color: #fff;
display: block;
float: left;
margin-right: 6px;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;
}

.cssbuttonstoggler a span{
background: transparent url('../img/button-slide.gif') no-repeat top right;
display: block;
padding: 4px 8px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

.cssbuttonstoggler a.selected, .cssbuttonstoggler a:hover{ /*style for selected and hover page's toggler link. ".selected" class auto generated! */
background-position: bottom left;
}

.cssbuttonstoggler a.selected span, .cssbuttonstoggler a:hover span{ /*style for selected and hover page's toggler link. ".selected" class auto generated! */
background-position: bottom right;
color: #333;
}

.cssbuttonstoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.cssbuttonstoggler a.prev, .glidecontenttoggler-2 a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.cssbuttonstoggler a.prev:hover, .glidecontenttoggler-2 a.next:hover{
}

/*fine slide cooperazione*/
