/* CSS Document */

* {
	padding: 0;
	margin: 0;
	}


body {
	background-color: #FBCBE7;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	background-image: url(../img/sfondo.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	line-height: 18px;
	}
	
.container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	}
	
	
/*******NAVIGATION TOP*******/
.nav {
	float: left;
	width: 690px;
	height: 38px;
	background-color: #ED008C;
	background-image: url(../img/sfondo_nav_top.gif);
	padding-left: 210px;
	}
	
.nav a {
	display: block;
	}
	
.nav a:hover {
	display: block;
	border-bottom: solid 6px white;
	}
	
.nav_tasto {
	float: left;
	width: auto;
	padding-right: 30px;
	}
	
	
/*******HEADER*****/
.header {
	float: left;
	width: 900px;
	background-color: white;
	padding: 45px 0 15px 0;
	text-align: center;
	}
	
/*****HEADER****/	
	
/*****FLASH***/
.flash {
float: left;
width: 786px;
padding: 30px 57px 25px 57px;
background-color: white;
}

.centre {
float: left;
width: 786px;
padding: 0 57px 25px 57px;
background-color: white;
}

/***TITLE BAND***/
.title_band{
	float: left;
	width: 786px;
	border-top: 1px dotted #FBCBE7;
	border-bottom: 1px dotted #FBCBE7;
	}
	
.title_welcome {
	width: 490px;
	float: left;
	}
	
.title_services {
	float: left;
	border-left: 1px solid #FBCBE7;
	border-right: 1px solid #FBCBE7;
	width: 284px;
	padding-left: 10px;
	background-image: url(../img/sfondo_services.gif);
	background-repeat: repeat-x;
	}
	
.text_services {
	float: left;
	width: 264px;
	padding: 20px 0 0 20px;
	}
	
.text_services a{
	color: #ED008C;
	text-decoration: none;
	font-weight: bold;
	}
	
.home_wrap {
	float: left;
	width: 786px;
	background-image: url(../img/sfondo_services_2.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
	}
	
.text_welcome {
	width: 450px;
	float: left;
	padding: 20px 40px 0 0;
	}
	
.text_welcome p{
padding: 0 0 20px 0;
}

.tasto {
	float: left;
	width: auto;
	background-image: url(../img/sfondo_tasto.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
	
	}
	
.tasto a{
display: block;
font-weight: bold;
border: 1px solid #ED008C;
color: #ED008C;
text-decoration: none;
padding: 5px;
}

.tasto a:hover {
display: block;
border: 1px solid #666666;
color: #666666;
text-decoration: none;
padding: 5px;
}

.grey {
	color: #666666;
	font-weight: bold;
	}

.magenta {
	color:#ED008C;
	font-weight: bold;
	}
	
	
	
	
/****FOOTER*****/

.bottom_nav {
	float: left;
	width: 900px;
	padding: 15px 0 15px 0;
	background-color: white;
	background-image: url(../img/sfondo_ombra_orizzontale.gif);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	text-align: center;
	}
	
.bottom_nav a{
	color: #ED008C;
	font-weight: bold;
	text-decoration: none;
	}
	
.bottom_nav a:hover{
	color: #666666;
	text-decoration: none;
	}

.footer {
	width: 900px;
	float: left;
	background-image: url(../img/sfondo_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 20px 0 40px 0;
	text-align: center;
	}
	
.footer a {
	color: #666666;
	text-decoration: none;
	}
	
.footer img {
	padding-bottom: 20px;
	}

.credits {
	float: left; 
	width: 900px;
		text-align: center;
	padding: 20px 0 20px 0;
	}
	
.credits a {
	color: #FF99CC;
	font-weight: bold;

	text-decoration: none;
	}