/*@charset "utf-8";*/
/* CSS Document */
body{
	font-size:62.5%;
	background-color:#1b1b1b;
}
/*HEADER*/
#header{
	background-image: url(../images/bkg_header.jpg);
	background-repeat: no-repeat;
	background-position: 0px top;
	height:115px;
}
#header img{
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
}
#header h1{
	position:absolute;
	left:-9999px;
}
/*NAVIGATION*/
#navigation{
	font-size:1.6em;
	background-image: url(../images/bkg_navigation.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height:45px;
	padding-top: 5px;
	padding-left: 0px;
	font-weight: bold;
}
#navigation ul{
	padding: 0;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -5px;
}
#navigation ul li{
	display: inline;
}
#navigation ul li a{
	float: left;
	color: #f7f7f7;
	text-decoration: none; /*dark purple divider between menu items*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #920e00;
	padding-top: 11px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#navigation ul li a:hover{
	color: #f7f7f7 !important;
	padding-top: 11px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px; 
	background-image: url(../images/bkg_navigation_hover.png);
	background-repeat: repeat-x;
	background-position: center center;
}
/*DESCRZIONE*/
#descrizione {
	background-image: url(../images/bkg_descrizione.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 300px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#descrizione h2{
	background-image:url(../images/slogan.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width:353px;
	height:21px;
	margin-left: 80px;
	padding: 0px;
	margin-top: 50px;
	text-indent:-9999px;
	margin-bottom: 10px;
	display:block;
}
#descrizione p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #F7F7F7;
	margin-left:80px;
	width:460px;
	line-height: 1.5em;
}
#descrizione a{
	display:block;
	width:140px;
	height:30px;
	background-image:url(../images/readmore.png);
	background-repeat: no-repeat;
	text-decoration:none;
	background-position: 0px 0px;
	margin-left:80px;
}
#descrizione a:hover{
	background-position: 0px -30px;
}
#descrizione a span{
	position:relative;
	left:-9999px;
}
/*DESCRIZIONE PAGINE*/
.desc_pag{
	background-image: url(../images/bkg_desc_pag.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 121px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#corsi_title{
	background-image:url(../images/desc_corsi.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width:160px;
	height:24px;
	margin-left: 80px;
	padding: 0px;
	margin-top: 50px;
	text-indent:-9999px;
	margin-bottom: 10px;
	display:block;
}
#contatti_title{
	background-image:url(../images/desc_contatti.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width:197px;
	height:24px;
	margin-left: 80px;
	padding: 0px;
	margin-top: 50px;
	text-indent:-9999px;
	margin-bottom: 10px;
	display:block;
}
/*CONTENT*/
#content{
	background-color:#f7f7f7;
}
#news{

}
#news h3{
	margin-top: 30px;
	margin-left: 20px;
}

#elenconews .box_news{
	margin-bottom:30px;
}
#elenconews {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 20px;
}

#elenconews .box_news p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.4em;
	color: #434343;
	margin-left: 30px;
	margin-bottom: 5px;
}
#elenconews .box_news .data {
	height:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #b73701;
	clear:both;
	margin-bottom:10px;
}
#elenconews .box_news .data .giorno {
	background-image: url(../images/bkg_giorno.png);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	width:30px;
	height:30px;
	float:left;
	font-size: 1.4em;
	color: #f7f7f7;
	padding-bottom: 8px;
	text-align: center;
	margin-right: 5px;
}
#elenconews .box_news a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #b73701;
	text-decoration: underline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#elenconews .box_news a:hover {
	text-decoration:none;
}

#corsi_cont h3{
	margin-top: 30px;
	margin-left: 20px;
}
#elenco_corsi {
	display:block;
	float:left;
	background-color: #dcdcdc;
	margin-left: 20px;
	padding: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	clear:both;
	width:560px;
}
.corso{
	display:block;
	float:left;
	width:260px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
#first{
	margin-left: 0px;
}

#corsi a{
	float:right;
	display:block;
	width:201px;
	height:27px;
	background-image:url(../images/more_corsi.png);
	background-repeat: no-repeat;
	text-decoration:none;
	background-position: 0px 0px;
}
#corsi a:hover{
	background-position: 0px -27px;
}
#corsi span{
	position:relative;
	left:-9999px;
}
.corso img{
	margin-bottom:10px;
}
.corso h4{
	font-size:1.8em;
	color:#ba4716;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #BA4716;
	margin-bottom: 10px;
}
.corso p{
	margin-top:0px;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	color: #434343;
	margin-bottom: 10px;
}
.corso a{
	font-size:1.4em;
	font-weight: bold;
	color: #ba4716;
	float:left !important;
	text-decoration: underline !important;
	background-image: none !important;
}
.corso a:hover{
	font-size:1.4em;
	font-weight: bold;
	color: #ba4716;
	text-decoration: none !important;
}
#contatti{
	margin-bottom:40px;
}
#contatti h3{
	margin-top:47px;
	margin-left: 10px;
	margin-bottom: 20px;
}
#contatti ul{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
#contatti ul li{
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #434343;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 21px;
}
#contatti ul li a{
	color: #434343;
	text-decoration:underline;
}
#contatti ul li a:hover{
	text-decoration:none;
}
#contatti #indirizzo{
	background-image: url(../images/indirizzo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#contatti #tel{
	background-image: url(../images/tel.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#contatti #mail{
	background-image: url(../images/mail.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#sponsor{
	float:left;
	margin-top:20px;
}
#sponsor #goodymusic{
	display:block;
	width:161px;
	height:38px;
	background-image: url(../images/goodymusic.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom:20px;
	margin-left: 40px;
}
#sponsor #goodymusic:hover{
	background-position: left -38px;
}
#sponsor #goodymusic span{
	position:absolute;
	left:-9999px;
}
#sponsor #abmstudio{
	display:block;
	width:103px;
	height:12px;
	background-image: url(../images/abmstudio.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom:20px;
	margin-left: 40px;
}
#sponsor #abmstudio:hover{
	background-position: left -12px;
}
#sponsor #abmstudio span{
	position:absolute;
	left:-9999px;
}
#sponsor #anpad{
	display:block;
	float:left;
	width:228px;
	height:80px;
	background-image: url(../images/anpad.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom:30px;
	margin-left: 40px;
}
#sponsor #anpad:hover{
	background-position: left -80px;
}
#sponsor #anpad span{
	position:absolute;
	left:-9999px;
}
/*CONTENT PAGINE*/
#container_corso{
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
#desc_corso img{
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#desc_corso h3{
	font-size: 2.4em;
	font-weight: bold;
	color: #b73701;
	margin-bottom:20px;
}
#desc_corso p{
	font-size:1.4em;
	line-height:1.4em;
	color: #434343;
}
#desc_corso a{
	color: #b73701;
	text-decoration:underline;
}
#desc_corso a:hover{
	text-decoration:none;
}
#desc_corso ul{
	font-size: 1.4em;
	line-height: 1.8em;
	color: #434343;
}
#desc_corso ul li{
	color: #434343;
	list-style-image: url(../images/li.gif);
}
#dati_corso{
	background-color: #dcdcdc;
	margin-top:30px;
	margin-bottom:30px;	
}
#dati_corso h4{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#dati_corso ul{
	width:240px;
	font-size:1.3em;
	color:#464646;
	list-style-type: none;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #b73701;
	border-bottom-color: #b73701;
	margin-left:20px;
	padding-top: 10px;
}
#dati_corso ul li{
	margin:0px;
	margin-bottom:15px;
}
#dati_corso ul strong{
	color:#b73701;
}
#dati_corso ul .costo{
	font-size:1.8em;
}
#modulo{
	display:block;
	width:225px;
	height:61px;
	background-image:url(../images/scarica_modulo.png);
	background-repeat: no-repeat;
	text-decoration:none;
	background-position: 0px 0px;
	margin-left:20px;
	margin-bottom:20px;
}
#modulo:hover{
	background-position: 0px -61px;
}
#modulo span{
	position:absolute;
	left:-9999px;
}
#dati_corso p{
	font-size:1.4em;
	color:#434343;
	margin-left:20px;
	margin-bottom:20px;
}
#dati_corso p a{
	color:#b73701;
	text-decoration:underline;
}
#dati_corso p a:hover{
	text-decoration:none;
}
#form_mail{
	padding-top:30px;
	padding-bottom:30px;
}
#form_mail h3{
	font-size:2.4em;
	color:#b73701;
	margin-left:20px;
	margin-top: 0px;
	margin-bottom: 20px;
}
#form_mail ul{
	font-size:1.4em;
	color:#b73701;
	list-style-type: none;
	font-weight: bold;
	float:left;
}
#form_mail ul li{
	text-align: right;
	margin-bottom: 20px;
	vertical-align: super;
}
#form_mail ul li input{
	margin-left:10px;
	width:330px;
	border: 1px solid #b73701;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#form_mail ul li textarea{
	margin-left:10px;
	width:330px;
	border: 1px solid #b73701;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:1.2em;
}
#form_mail p {
	font-size: 1.2em;
	color: #b73701;
	margin-left: 30px;
	margin-top: 0px;
}
#invia{
	display:block;
	width:140px;
	height:30px;
	background-image:url(../images/invia.png);
	background-repeat: no-repeat;
	text-decoration:none;
	background-position: 0px 0px;
	margin-left:30px;
}
#invia:hover{
	background-position: 0px -30px;
}
#invia span{
	position:absolute;
	left:-9999px;
}
#dovesiamo{
	padding-top:30px;
	padding-bottom:30px;
}
#dovesiamo_box{
	background-color:#dcdcdc;
	padding: 20px;
}
#dovesiamo_box h4{
	margin-top:20px;
	margin-bottom:10px;
}
#dovesiamo_box #first{
	margin-top:0px;
}
#dovesiamo_box p{
	font-size:1.4em;
	color:#434343;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #b73701;
	margin-top: 0px;
	padding-top: 10px;
}
#dovesiamo_box span{
	font-size:2.4em;
	height:29px;
	background-image: url(../images/tel_cont.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	font-weight: bold;
	color: #b73701;
}
#dovesiamo_box iframe{
	border: 1px solid #b73701;
}
/*FOOTER*/
#footer{
	background-image: url(../images/bkg_footer.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height:50px;
	padding-top: 6px;
	margin-bottom:40px;
}
#footer p{
	font-size:1.1em;
	margin-bottom: 0px;
	color: #f7f7f7;
	margin-left: 10px;
}
#footer span {
	float:right;
	margin-right:10px;
}
#footer span a{
	font-weight: bold;
	color: #f7f7f7;
	text-decoration: underline;	
}
#footer span a:hover{
	text-decoration: none;	
}

