html {
	overflow-y:   auto;
}
body {
	margin-top:				0px;
	margin-left:			0px;
	margin-bottom:			0px;
	text-align: 			center;
	background-image:       url(header.jpg);
	background-repeat:      no-repeat;
	background-position:    top;
	background-attachment:  scroll;
	background-color:       #000;
}
/* ################################ DIV ################################ */







#contpage {
	margin: 			0px auto;
	width: 				768px;
	height: 			auto;
	text-align: 		center;
}
#header {
	position:			relative;
	float: 				left;
	width:				768px;
	height:				180px;/*background-image:url(coiffure-club.jpg);*/
}
#cont_centrale {
	float:				left;
	position:			relative;
	width: 				768px;
	background-image:   url(italia.png);
	background-repeat:  no-repeat;
	height: 			auto;
	min-height: 		700px;
	color: 				#FFFFFF;
	font-family:        Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	text-align: 		justify;
}
#cont_testo {
	float: 				left;
	position:			relative;
	margin-top:         10px;
	padding: 	        10px;
	width: 				748px;
	height: 			auto;
	min-height: 		200px;
	text-align: 		center;
	font-family:        Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	color: 				#FFF;
	text-align: 		justify;
	line-height:        16px;
}
#footer {
	position:				relative;
	float:					left;
	background-color:       #333333;
	width:					748px;
	height:					auto;
	padding:				10px 10px 0px 10px;
	margin-top:				10px;
}
/* ################################ STILI ################################ */




.titolo-tab {
	color: 				#FF9900;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	text-decoration:    none;
	font-size:			11px;
	font-weight: 		bold;
}
.titolo1 {
	color: 				#FF9900;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	text-decoration:    none;
	font-size:			12px;
	font-weight: 		bold;
}
.titolo1 a {
	color: 				#3366CC;
}
.titolo1a:hover {
	color: 				#33FF00;
}
h4 {
	color:              #FF9900;
	font-family:        Arial, Helvetica, sans-serif;
	letter-spacing:     1px;
	text-decoration:    none;
	font-size:			15px;
	font-weight: 		bold;
	padding:            10px;
	line-height:        22px;
}
.note {
	color: 		  #CCCCCC;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:	  11px;
}
.note a {
	color: 			  #FFFFFF;
	text-decoration:  none;
}
.note a:hover {
	color:   		  #FFCC00;
	text-decoration:  underline;
}
.testo {
	font-size: 	 12px;
	color: 		 #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.testo a {
	color: 			  #FFCC00;
	font-weight:	  bold;
	text-decoration:  underline;
}
.testo a:hover {
	color: 			 #CC0000;
	text-decoration: underline;
}
.image {
	margin: 3px 0px 20px 0px;
}
.navi {
	color:     #666666;
	font-size: 11px;
}
.navi a {
	color:           #666666;
	text-decoration: none;
}
.navi a:hover {
	color:          #999999;
	text-decoration:underline;
}
/* ##################### STILI ACCORDION MENU homepage ###################### */







.mypets { /*header of 1st demo*/
	cursor:		   hand;
	cursor:		   pointer;
	padding:       2px 5px;
	font-size:	   12px;
	border-bottom: 1px #666 solid;/*border-left: 1px #999 solid;background: #FF6600;*/
	/*border: 1px solid gray;*/
}
.mypets:hover {
	color: 		   #FF9900;
	border-bottom: 1px #FF9900 solid;
}
.openpet { /*class added to contents of 1st demo when they are open*/
	/*background: #666666;*/
    color: 		   #FFF;
	border-bottom: 1px #FF9900 solid;
}
h3 {
	font-family:   Verdana, Arial, Helvetica, sans-serif;
	font-size:     11px;
}
