@charset "utf-8";
/* 
	-- -- -- -- -- --
	CSS Document 
	index.asp
	ASSOCIAZIONE CUORE PADRE PIO site layout
	-- -- -- -- -- --
*/

html, body {
	text-align: center;
	margin: 0;
	max-height: 100%;
	max-width: 100%;
	font-size: 100%;
}

#container {
	width: 933px;
	height: 647px;
	margin: 17px auto;
	position: relative;
}

#header {
	width: 927px;
	height: 296px;
	margin: auto;
	position: relative;
	border: 3px;
	border-style: solid;
}

#news {
	width: 927px;
	height: 63px;
	margin-left: 3px;
	margin-top: 239px;
	background-color: #000;
	position: absolute;
	filter: alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	z-index: 1;
	color: #FFF;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 14px;
	line-height: 60px;
}

#padrepio {
	width: 244px;
	height: 273px;
	margin-top: 26px;
	margin-left: 686px;
	position: absolute;
	z-index: 1;
}

#cuore {
	width: 237px;
	height: 314px;
	margin: 0 auto;
	background-image: url(../image/cuore-padre-pio.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 737px;
	margin-top: 8px;
}

#associazione {
	width: 601px;
	height: 33px;
	margin: 0 auto;
	background-image: url(../image/associazione.jpg);
	background-repeat: no-repeat;
	position: absolute;
	margin-top: 8px;
	left: 329px;
}

#offerte {
	width: 272px;
	height: 162px;
	margin: 0 auto;
	position: absolute;
	left: 458px;
	margin-top: 65px;
}

#offerta {
	width: 302px;
	height: 176px;
	margin: 0 auto;
	position: absolute;
	left: 150px;
	margin-top: 39px;
}

#menu {
	width: 144px;
	height: 322px;
	position: absolute;
	margin-top: -57px;
	left: 0px;
	z-index: 1;
}

#footer {
	width: 933px;
	height: 32px;
	position: absolute;
	margin-top: 234px;
	left: 0px;
	background-image: url(../image/footer.png);
	background-position: right;
	background-repeat: no-repeat;
}

#footer p {
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	margin-right: 20px;
	margin-top: 6px;
}

#ul h2 {
	display:none;
	visibility:hidden;
}

#credits {
	width: 126px;
	height: 115px;
	position: absolute;
	margin-top: 233px;
	left: 805px;
	z-index:1;
	visibility: visible;
}

#partner {
	width: 610px;
	height: 97px;
	position: absolute;
	margin-top: 290px;
	left: 65px;
}

#accessibile {
	width: 933px;
	height: 32px;
	position: absolute;
	margin-top: 266px;
	left: 0px;
}

#accessibile p {
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000;
	margin-left: 100px;
	margin-top: 6px;
}

#accessibile p a{
	color: #000;
	text-decoration: none;
}

#accessibile p a:hover{
	color: #666;
	text-decoration: underline;
}

#contatore {
	width: 206px;
	height: 32px;
	position: absolute;
	margin-top: 239px;
	left: 87px;
}

/* Easy Slider */

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:927px;
		height:296px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		}	
	#nextBtn{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		background:url(image/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(image/btn_next.gif) no-repeat 0 0;	
		}												

/* // Easy Slider */

