/**************layout*************/

* {
 padding: 0;
 margin: 0;
}
img{
	border:0;
}
html {
	cursor: default;
}

#wrapper {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}

	


#centro {
	width: 543px;
	float: left;
	/*background: #fff url(../images/rightbkg.jpg) repeat-x top;*/
	background: url("../images/centro-finebkg.jpg"/*tpa=http://www.webcreation.ro/images/centro-finebkg.jpg*/) top left repeat-y;
	position:relative;
}
	#centro-in{
		padding: 8px 12px 8px 12px;
		text-align:left;
		border:#3871B3 solid 1px;
	}
	#centro .item{
	clear:both;
	text-align:left;
}
#centro .item-foot{
	clear: both;
	border-bottom: 1px solid #DFEEF2;
	padding-left:5px;
	padding-bottom:10px;
	
}
#centro .item img{
	margin:2px;
}
#centro ul{
	margin-left:20px;
}
#centro ol{
	margin-left:20px;
}
#centro ol li{
	margin-bottom: 10px;
}
#centro .item-foot ul{
	text-align: left;
	margin-left: 5px;
	margin-top: 10px;
	padding: 0;
	
}
#centro .item-foot li{
display: inline;
margin-right: 5px;
}
.centro-fine{
	/*position:absolute;
	left:0px;
	bottom:-40px;*/
	/*background-color: #77524C;*/
}
#centro td p{
	font-size: 0.9em;
}


#footer-wrapper
{
	clear:both;
	display:block;
	
	padding-top:35px;
	margin-top:10px;
	
	width:100%;
	text-align:center;
	position:relative;
}



#centro h1{
	text-align: left;
	color: #13518E;
	margin: 10px 5px 10px 0;
	font-size: 2.5em;
}
#centro h1 a, #centro h2 a{
text-decoration: none;
color: #13518E;
}
#centro h2{
	text-align: left;
	color: #4987C4;
	margin: 10px 5px 8px 0;
	font-size: 1.8em;
}
#centro h3{
	text-align: left;
	color: #333;
	margin: 10px 5px 10px 0;
	font-size: 1.5em;
	font-weight: normal;
}
#centro p{
	text-align: justify;
	line-height: 1.5em; /*margin: 5px 5px 10px 5px;*/
	font-size: 1.2em;
	margin: 5px 5px 10px 10px;
}
#centro a{
	text-decoration: none;
	color: #4987C4;
}
#centro a:hover{
	text-decoration: underline;
}

#centro .item-foot a:hover{
	text-decoration: underline;
}


/*menu*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */





/* CSS FOR SLIDESHOW SCRIPT */
	.imageSlideshowHolder{
		
		width:510px;	
		height:300px;	
		
		position:relative;
	
	}
	#sinistra .imageSlideshowHolderSmall{
		
		width:183px;
		height:184px;
		margin-left:5px;
		
		position:relative;
		}
	.imageSlideshowHolder img, .imageSlideshowHolderSmall img{
		position:absolute;
		left:0px;
		top:0px;
	}
	
	/*xtra classes*/
	
.sinistra{
	float:left;
	margin-right: 10px;
}
.destra {
	float:right;
}
.handcursor{
cursor:hand;
cursor:pointer;
}

h2.handcursor {
	font-size:0.5em;
}
.acapo{
	clear:both;
}
.small{
	font-size:0.8em;
}
  .errFld {
	border: 1px solid #FF7900; 
}
  .errMsg { 
  color: #FF7900; 
  font-size:0.85em;
   }

	
