@charset "utf-8";
/* general CSS Document */
html, body{
	padding:0;
	margin:0;}
	
body{
	color:#535353;
	cursor:default;
	text-align:center;
	background-color:#0099CB;
	font:80%/1.5 "Lucida Grande", Tahoma, sans-serif;}

#wrap{
	text-align:left;
	width:650px;
	margin:0 auto;
	background:url(../img/main.jpg) repeat-y;}

#top{
	width:650px;
	height:100px;
	background:url(../img/top.jpg) no-repeat left top;}
	
#top h1{
	padding:0 10px 0 0;
	margin:0;
	float:right;
	color:#F4C00A;}
		
#intro{
	padding:0 6px 6px 6px;}
		
#footer{
	text-align:center;
	padding:0 10px 6px 0;
	background:url(../img/footer.jpg) no-repeat bottom;}
	
/*menu*/	
#wrapmenu {
	width:100%;
	height:50px;
	background:url(../img/active.jpg) repeat-x;
	padding:0;
	margin:0;}

#wrapmenu ul{
	margin:0;
  	padding:0;
  	/*float:left;*/
  	font:bold 11px Arial;}

#wrapmenu li{
  	display:inline;
	height:50px;}

#wrapmenu li a{
  	float:left;
  	color:#fff;
  	padding:9px 11px;
  	text-decoration:none;}
	
#wrapmenu li a:hover{
  	color:#F4C00A;
  	text-decoration:underline;}
	
#wrapmenu li a:hover, #wrapmenu li .current{
	color:#F4C00A;}
	
/*setting text*/
h1, h2, h2{
	padding:0;}
	
h1{
	color:#0099CC;
	font-size:160%;}/*blu*/
	
h2{
	color:#06859F;
	font-size:120%;}/*cobalto*/
	
h3{
	color:#666;
	font-size:100%;}/*grigio*/
	
p{
	color:#111;
	font-size:85%;}/*grigio*/
	
#footer a{
	color:#3F3F3F;
	text-decoration:none;}
	
#footer a:hover{
	color:#6B6B6B;
	text-decoration:underline;}
	
strong {
	color:#990000;}

/*fondali*/
#fondo_paradiso{
	width:637px;
	height:400px;
	background:url(../fondali/paradiso_fondale.jpg) no-repeat left top;}
	
#fondo_camino{
	width:637px;
	height:400px;
	background:url(../fondali/camino_fondale.jpg) no-repeat left top;}
	
#fondo_cattedrale{
	width:637px;
	height:400px;
	background:url(../fondali/cattedrale_fondale.jpg) no-repeat left top;}
	
/*galleria fotografica*/
#photo {
	width:525px;
	padding:20px 0 10px 0;
	float:left;
	margin:5px auto;
	clear:both;}

td {
	width:100px;
	height:75px;
	padding:4px;
	text-align:center;
	vertical-align:middle;
	margin:6px;
	background:#eee url(../img/loader.gif) no-repeat center center;
	border:2px solid #ccc;}

.img {
	width:100px;
	height:75px;
	background:#eee;
	border:1px solid #0066CC;}
	
/*galleria video*/
#wrapvideoparadiso {
	/*width:100%;*/
	width:637px;
	height:400px;
	background:url(../fondali/paradiso_fondale.jpg) no-repeat left top;
	text-align:center;
	padding:0;
	margin:0;}
	
#wrapvideocamino {
	/*width:100%;*/
	width:637px;
	height:400px;
	background:url(../fondali/camino_fondale.jpg) no-repeat left top;
	text-align:center;
	padding:0;
	margin:0;}
	
#wrapvideocattedrale {
	/*width:100%;*/
	width:637px;
	height:400px;
	background:url(../fondali/cattedrale_fondale.jpg) no-repeat left top;
	text-align:center;
	padding:0;
	margin:0;}
	
#videoparadiso {
	width:352;
	height:318px;
	text-align:center;
	padding:10px 0 10px 0;
	margin:10px auto;}