* { /*azzeriamo tutti i margini e padding*/
	margin:0;
	padding:0;
}

body, html {
	height:100%;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	background:#012D52 url(../images/sfondofull.jpg) no-repeat left 33%;
	background-attachment:fixed;
}

#innerbody {

}

table {
	font-size: 1em; /*corregge i font delle tabelle*/
}

/* MIR IMAGE REPLACEMENT */
.mir {
	text-indent:-999em;
	letter-spacing:-999em;
	overflow:hidden;
	outline:none;
}

span.grassetto{
font-weight:bold;
}
/*LAYOUT PAGINA*/
/*######################################################*/
#container {
	width:900px;
	padding-left:50px;
	background:url(../images/sfondo_contentarea.gif) repeat-y 0px top;
}

#wrapper {
}

#header {
	height:205px;
	padding-left:50px;
	background:url(../images/header.png) no-repeat bottom left;
	color:#fff;
}

h1#logo {
	height:106px;
	padding-top:30px;
}

h1#logo a.mir {
	display:block;
	width:445px;
	height:102px;
	background:url(../images/logo.png) no-repeat center center;
}

#lingue {
	float:right;
}

#menunav {
	height:40px;
}

#contentarea {
	background:url(../images/sfondo_content.jpg) no-repeat top left;
	width:100%;
}

#sidebar {
	float:left;
	width:220px;
}

#sidebar h5 {
	font-size:1.2em;
}

#maincontent {
	display:inline;
	float:right;
	width:630px;
	margin-right:20px;
}


#footer {
	height:253px;
	background:url(../images/footer.png) no-repeat bottom left;
	text-align:left;
	font-size:0.9em;
	color:#666;
	padding-left:280px;
}

#footer_content {
	padding-top:120px;
	line-height:15px;
}
/*######################################################*/


/*MENUNAV*/
/*######################################################*/
#menunav ul {
	height:40px;
	list-style-type:none;
	padding:0 0 0 1px; /*ri-azzero il padding*/
	float:left;
	width:800px;
}

#menunav ul li {
	height:40px;
	float:left;
}

#menunav ul li a {
	height:40px;
	line-height:40px;
	float:left;
	padding:0 20px;
	font-size:1.2em;
	color:#111f3a;
	font-weight:bold;
	text-decoration:none;
	background: url(../images/menuNav_over.jpg) repeat-x 0 -1000px;
}

#menunav ul li a.active {
	background: url(../images/menuNav_over.jpg) repeat-x 0 0;
	color:#6699FF
}

#menunav ul li a:hover {
	background: url(../images/menuNav_over.jpg) repeat-x 0 0;
	color:#fff;
}
/*######################################################*/
#lingue {
	padding-top:10px;
	float:left;
	width:90px;
	text-align:right;
}


/*MENUCAT*/
/*######################################################*/
#menucat h5{
	color:#194f7f;
	padding-left:5px;
	margin-left:5px;
	background: url(../images/linea_cat.jpg) no-repeat bottom left;
	padding-bottom:4px;
}

#menucat ul {
	list-style-type:none;
	padding:0; /*ri-azzero il padding*/
}

#menucat ul li {
	display:inline;
}

#menucat ul li a {
	display:block;
	padding:7px 5px;
	text-decoration:none;
	color:#0d2b4f;
	margin:0 5px;
	font-weight:bold;
	background: url(../images/linea_cat.jpg) no-repeat bottom;
}

#menucat ul li a:hover {
	background-color:#3770B7;
	color:#fff;
}

#menucat ul ul li a {
	padding-left:2em;
	font-weight:normal;
}

#menucat ul ul li a:hover {
}

#menucat ul ul ul li a {
	padding-left:4em;
}

/*######################################################*/

/*RICERCA*/
/*######################################################*/
#cerca {
	margin:25px 5px 25px 5px;
}

#cerca h5{
	color:#194f7f;
	background: url(../images/linea_cat.jpg) no-repeat bottom;
	padding-bottom:4px;
	margin-bottom:5px;
}

#cerca input.pulsante_ricerca{
	float:right;
}

#cerca input.testo_ricerca{
	width:150px;
}

/*######################################################*/

/*MAILING_LIST*/
/*######################################################*/
#mailing_list {
	margin:5px;
	padding:10px;
	background-color:#eee;
}

#mailing_list p {
	font-size:.8em;
}
/*######################################################*/


/*ELENCO LISTA EVENTI NEWS   */
/*######################################################*/
#lista_eventi_news {
	float:right;
	width:300px;
	margin:5px 70px 50px 5px;
	padding:10px 0;
	font-size:.9em;
	display:inline;
}

#lista_eventi_news h3 {
	background: url(../images/linea_news.gif) no-repeat bottom left;
	padding-bottom:4px;
	color:#3a5481;
}

#lista_eventi_news a{
	text-decoration:none;
}

#lista_eventi_news a:hover {
	text-decoration:underline;
}

.listaeventinews_elenco {
	border-bottom:1px solid #bbb;
	margin-bottom:5px;
	padding-bottom:3px;
	font-size:1.1em;
}

.listaeventinews_elenco .titolo {
	clear:left;
	font-size:.9em;
	font-weight:bold;
	padding:3px 0;
	width:70px;
	float:left;
}

.listaeventinews_elenco .titolo a{
	color:#3a5481;
	text-decoration:underline;
}
.listaeventinews_elenco .descrizione {
	padding:3px 0 0 0;
	color:#16294a;
}

.descrizione a {
		color:#16294a;
}
/*######################################################*/

/*INDIRIZZO*/
.indirizzo {
	margin:5px;
	padding:10px;
	color:#224362
}

.indirizzo .ragione_sociale {
	font-weight:bold;
	padding:0;
}

.indirizzo .testo_indirizzo {
	
}

/*FORM LOGIN*/

#form_login h5 {
	background: url(../images/linea_news.gif) no-repeat bottom left;
	padding-bottom:2px;
	margin-bottom:4px;
	font-size:1.2em;
	color:#3a5481;
}

#form_login ul{
	list-style-type:none;
	padding:0;
}

#form_login {
	margin:5px;
	padding:10px;
}

#form_login .half_left {
	width:49.5%;
	float:left;
}
#form_login .half_right {
	width:49.5%;
	float:right;
}

#form_login label {
	width:100%;
	float:right;
}
#form_login input.spazio_testo {
		width:90%;
}

#form_login input.login {
		margin:5px 0 0 0;
}

#form_login2 h5 {
	background: url(../images/linea_news_dx.gif) no-repeat bottom right;
	padding-bottom:2px;
	margin-bottom:4px;
	font-size:1.2em;
	color:#3a5481;
}

#form_login2 ul{
	list-style-type:none;
	padding:0;
}

#form_login2 {
	margin:5px;
	padding:10px;
}

#form_login2 .half_left {
	width:49.5%;
	float:left;
}
#form_login2 .half_right {
	width:49.5%;
	float:right;
}

#form_login2 label {
	width:100%;
	float:right;
}
#form_login2 input.spazio_testo {
		width:90%;
}

#form_login2 input.login {
		margin:5px 0 0 0;
}

#form_login input, #form_login2 input {
	vertical-align:middle;
}

/* Home */
#home_barra_blu{
	float:right;
	/*background:url(../images/sfondo_testo_home.jpg);*/
	width:360px;
	height:143px;
	text-align:justify;
	padding:0px 10px 0 0;
}

#colonna_1{
	float:left;
	width:49%;
}

#colonna_1 h3{
	background: url(../images/sfondo_titolo_ingrosso.jpg) no-repeat;
	height:30px;
	line-height:30px;
	padding-left:10px;
	color:#059;
}

#colonna_2{
	text-align:right;
	float:right;
	width:49%;
	border-left:1px solid #a8b8da;
	
}

#colonna_2 h3{
	background: url(../images/sfondo_titolo_dettaglio.jpg) no-repeat right;
	height:30px;
	line-height:30px;
	padding-right:10px;
	color:#059
}

a.pulsante_promozioni {
	margin:10px 20px;
}