@charset "UTF-8";
/* CSS Document */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
	text-align:center;
}


a
{
  color:#587323;
  text-decoration:none;
}

a:hover
{
  color:#a0cd48;
  text-decoration:underline;
}

#wrapper{
	width:100%;
	border-top:20px solid #64857a;
	margin:0 auto;
	text-align:center;
}

.clear{
	clear:both;
}



#contenuto{
	width:100%;
	padding:0;
	margin:0 auto;
	background-color:#e7ece9;
	text-align:left;
}




#logo {
	width:100%;
	height:110px;
}

#logo img{
	margin:1em 0;
}

#menu_bottoni{
	width:100%;
	margin:0;
	padding:0;
	overflow:hidden;
	}

#menu_bottoni ul{
	width:100%;
	margin:0 auto;
	padding:0 0 0 10px;
}

#menu_bottoni ul li {
	background: #fff url(../img/bg_menu.png) 0 0 repeat-x;
	height:110px;
	width:24.6%;
	float:left;
	margin:0 2px 0 0;
	overflow:hidden;
}

#menu_bottoni ul li a{
	padding:85px 0;
	display:block;
	font-size:120%;
	color:#666;
	text-align:center;
}

#boxUtil{
	text-align:left;
}


a.menu_unrae{
	background: url(../img/mn_unrae_off.png) 50% 15% no-repeat;
}


a.menu_unrae:hover{
	background: url(../img/mn_unrae_on.png) 50% 15% no-repeat;
}

a.menu_news{
	background: url(../img/mn_news_off.png) 50% 15% no-repeat;
}

a.menu_news:hover{
	background: url(../img/mn_news_on.png) 50% 15% no-repeat;
}

a.menu_dati{
	background: url(../img/mn_dati_off.png) 50% 15% no-repeat;
}

a.menu_dati:hover{
	background: url(../img/mn_dati_on.png) 50% 15% no-repeat;
}

a.menu_marchi{
	background: url(../img/mn_marchi_off.png) 50% 15% no-repeat;
}

a.menu_marchi:hover{
	background: url(../img/mn_marchi_on.png) 50% 15% no-repeat;
}



#corpo{
	width:96%;
	margin: 2em auto 0 0.5em;
	padding:0 0 17em 0;
	text-align:center;
	display:block;
}

#corpo #testo{
	width:45%;
	margin:0 auto;
	text-align:left;
}


#testo table{
	width:80%;
}
#testo table td{
	padding:0.3em;
	text-align:center;
}

#testo table td label,
#testo table td input{
	display:block;
	margin:5px auto 5px auto;
}

#testo table.registrazione_wp{
		width:100%;
		margin:1em auto;
}

#testo table.registrazione_wp td,
#testo table.cambia_psw td{
	text-align:left;	
}

#testo table.cambia_psw td.centrami {
	text-align:center;
}

#testo table.registrazione_wp td input,
#testo table.registrazione_wp td label,
#testo table.cambia_psw td input,
#testo table.cambia_psw td label{
	margin:0;
	display:inline;
}

#testo table.registrazione_wp td label{
	font-weight:bold;
}

#testo table.registrazione_wp td textarea.msg{
	font-size:11px;}


ul.opzione{
	width:50%;
	margin:auto;
	text-align:center;
	}
ul.opzione li {
	display:inline;
}
#testo table td ul.opzione li input{
	margin:0 auto;
	display:inline;}

#testo .msg{
	text-align:left;
	width:60%;
}
#testo h1{
	margin:0 0 2em 0;
	font-size:130%;
	display:block;
	border-left: 20px solid #64857a;	
	padding:0 0 0 10px;
}

#testo h1 small {
	font-size:90%;
	font-weight:normal;
}

#testo h1.tipologia_veicolo{
	margin:2em 0 1em 0;
	font-size:140%;
	text-transform:uppercase;
	display:block;
	border:none;
	padding:0;
}

table.richiami{
	background-color:#fff;
	border:1px solid #ccc;
}

table.richiami td{
	padding:0.5em;
	text-align:center;
}

table.ricerca td{
	text-align:left;
	padding:0.5em;}
	
table.ricerca td label{
	width:220px;
	display:inline;
	float:left;
}

ul.bottoni_cerca{
	text-align:center;
	padding:2em 0 0 0;
}

ul.bottoni_cerca li{
	display:inline;
}

table.richiami td a:hover{
	text-decoration:none;
}


table.ricerca{
	width:100%;
	margin:1em auto;
}

#box_form{
		width:200px;
		margin:0 auto 2em auto;
		text-align:left;
	}


#box_form *{
	display:block;
	text-align:left;
	margin:10px 0 0 0;
}

	
.msg{
	width:40%;
	text-align:left;
	margin:1em auto;
	display:block;}
	

#utilities {
	display: block;
	width: 600px;
	margin: 0 auto;
	color: #336666;
	}

#utilities #ut_left, #utilities #ut_right {
	float: left;
	margin:1em;
	width:45%;
}
	
#utilities table {
	width:100%;
}
#utilities table th{
	background-color:#336666;
	color:#fff;
	text-align:left;
	padding:0.5em;
}

#utilities table td{
	padding:0.2em;
	text-align:left;
}

#footer{
	height:30px;
	text-align:left;
	font-size:10px;
	color: #666;
	width:90%;
	padding:0 0 1em 0;
}


table.index_check{
	width:200px;
	margin:1em auto;
}

table.index_check .msg{
	width:auto;}

/* REGISTRAZIONE WEBPA */

#formRegistrazione{
	text-align:left;
	width:400px;
	margin:0 auto;
}
#formRegistrazione div{
	display:block;
	margin:5px;}

#intestazione{
	margin-bottom:2em;
}

#formRegistrazione div label{
	display:inline;
	width:140px;
	float:left;
}

/** STILI FORM */
input{
	font-size:11px;
	padding:0.3em;
	color:#666;
}

textarea{
	font-size:12px;
	padding:0.2em;
	border:1px solid #333;}

.txt_s{
	border:1px solid #333;
	width:80px;
}

.txt_m{
	border:1px solid #333;
	width:130px;
}

.txt_l{
	border:1px solid #333;
	width:200px;
}

.bottone_invia{
	background: url(../img/button_invia.png) center center no-repeat;
	width:65px;
	border:none;
	height:30px;
	margin:10px;
}