html,body {
	margin:0;
	padding: 0;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #84878E;
	min-height: 100%;
	height: 100%;
	background-repeat: repeat-x;
	background-color: #EAEAE1;
	background-position: top;
	background-image: url(img/bg.png);
}

html>body, html>body #contenitore {
    height: auto;
}

#contenitore {
	margin-right: auto;
	margin-left: auto;
	width: 790px;
	position: relative;
}
#testata {
	background-image: url(img/bg_testata.png);
	background-repeat: no-repeat;
	height: 195px;
	position: relative;
	margin: 0px;
}
#corpo {
	background-image: url(img/bg_corpo.png);
	background-repeat: repeat-y;
	position: relative;
	height: auto;
	float: left;
	padding: 0px;
	margin: 0px;
}
#superiore {
	height: 41px;
	position: relative;
}
#pulsantiera {
	height: 60px;
	background-image: url(img/bg_pulsantiera.png);
	background-repeat: no-repeat;
	position: relative;
	margin: 0px;
}

a:link {
	color:#5F666F;
	text-decoration:none;
}

a:visited {
	color:#5F666F;
	text-decoration:none;
}

a:hover, a:active {
	color:#3B3B3B;
}

a:focus { outline: 0; }

a img { border: 0; }

p { padding: 10px; }

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
h1 {
	font-size: 13px;
	color: #666633;
	padding-top: 9px;
	padding-left: 8px;
}

#footer {
	clear:both;
	overflow: visible;
	margin: 0px;
	background-image: url(img/bg_footer.png);
	background-repeat: no-repeat;
	height: 68px;
}
#utile_sx {
	width: 220px;
	margin-top: 60px;
	margin-left: 25px;
	position: relative;
	margin-bottom: 40px;
}
#utile_dx {
	width: 505px;
	position: relative;
	margin-left: 10px;
	margin-top: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#negozio {
	background-image: url(img/negozio.png);
	background-repeat: no-repeat;
	height: 171px;
	position: relative;
}
#navigatore {
	height: 40px;
	width: 505px;
	margin-left: 10px;
	position: relative;
}

#parte_sx {
	float: left;
	width: 255px;
	position: relative;
	background-image: url(img/bg_partesx.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#parte_dx {
	float: left;
	width: 535px;
	position: relative;
	background-image: url(img/bg_partedx.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#utile_pulsantiera {
	height: 40px;
	width: 760px;
	margin-top: 15px;
	margin-left: 15px;
	position: absolute;
}
#copyright {
	position: absolute;
	width: 760px;
	margin-top: 25px;
	margin-left: 15px;
	color: #C3C3BB;
	text-align: right;
}

#privacy {
	position: relative;
	width: 505px;
	float: left;
}

/* MENU */

#main_menu {
	height: 40px;
}
#main_menu ul{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#main_menu li {margin: 0px;padding: 0px; display: inline; list-style-type: none;}
#main_menu a:link, #main_menu a:visited {
	float: left;
	color:#CC9933;
	text-decoration: none;
	outline:none;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: normal;
	padding-top: 12px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EAEAE1;
}
#main_menu a:hover {
	color:#949383;
	background-image: url(img/freccia_nav.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#main_menu a.current {
	background-image: url(img/freccia_nav.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #949383;
}

/* FINE MENU */

div.descrizione {
	margin: 0px;
}

div.descrizione p {
	padding: 5px;
	margin: 0px;
}

div.descrizione h3 {
	padding: 5px;
	font-size: 12px;
	margin: 0px;
	color: #666633;
}

div.descrizione li {
	list-style-image: url(img/stellina.png);
	margin-bottom: 10px;
}

/* inizio Textimage */

div.textimage {
	width: 480px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDCD3;
	margin-left: 10px;
	margin-top: 10px;
}

div.textimage img {
	float: left;
	border: 5px solid #eaeae1;
	padding: 1px;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

div.textimage p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

div.textimage h2 {
	padding: 0px;
	font-size: 11px;
	margin: 0px;
	font-weight: bold;
}

div.clearer {
	clear: left;
	margin-bottom: 10px;
}

a.details {
	width:120px;
	color: #6B6B66;
	background-color: #EAEAE1;
	border: 1px solid #D8D8CB;
	margin-left: 10px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}

a.details:hover {
	color: #949383;
	background-color: #F2F1E7;
	border: 1px solid #D8D8CB;
}

/* Fine Textimage */

#cmap {
	height: 80px;
	width: 220px;
	position: relative;
	float: left;
	margin-bottom: 20px;
}

#loghi_partners {
	width: 220px;
	position: relative;
	float: left;
}

div.galleria {
	position: relative;
	width: 480px;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div.galleria img {
	float: left;
	border: 5px solid #eaeae1;
	padding: 1px;
	margin-top: 20px;
	margin-right: 26px;
	margin-bottom: 20px;
	margin-left: 22px;
}

/* Inizio Form */

form {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #535E64;
	padding: 0px;
	margin: 0px;
}
fieldset {
	padding: 0px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 320px;
}
label {
	margin-top: 10px;
	margin-bottom: 6px;
	padding: 0px;
	margin-left: 20px;
	float: left;
}

input {
	float: left;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 1px;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D8D8CE;
	border-right-color: #EAEAE1;
	border-bottom-color: #EAEAE1;
	border-left-color: #D8D8CE;
	color: #84878E;
}
.inmedio {
	width: 160px;
}
.ingrande {
	width: 210px;
}
.intextarea {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D8D8CE;
	border-right-color: #EAEAE1;
	border-bottom-color: #EAEAE1;
	border-left-color: #D8D8CE;
	padding-top: 2px;
	padding-left: 1px;
	margin: 0px;
	color: #84878E;
}

.submit {
	color: #8B8A84;
	padding: 0px;
	width: 40px;
	border: 1px solid #D8D8CE;
	background-color: #EAEAE1;
	font-weight: bold;
	height: 22px;
	float: right;
	margin-right: 60px;
	margin-bottom: 20px;
	font-size: 11px;
	margin-top: 10px;
}
input.submit:hover {
	background-color: #F0F0E6;
	color: #6B6B66;
}
input.submit:active {
	background-color: #F0F0E6;
	color: #888882;
}

select {
	background-color: #FFFFFF;
	border: 1px solid #A7BECA;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #535E64;
	padding: 1px;
	float: left;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#modulo {
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	width: 505px;
	background-image: url(img/indirizzo.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.asterisco {
	color: #FF0000;
	font-weight: bold;
}

#italia {
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	width: 505px;
	background-image: url(img/italia.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 175px;
}

#sede {
	width: 505px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAE1;
}
#filiale {
	width: 505px;
	float: left;
}

/* Inizio Menu verticale */

a {outline:none;}

ul#menu{
	list-style:none;
	width:220px;
	text-indent:20px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDCD3;
	padding: 0;
	font-weight: bold;
}

#menu li a{
	display:block;
	text-decoration:none;
	height:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDCD3;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

#menu li a:hover{
	background-color: #E0E0D6;
}

ul#antenne {
	display:none;
	list-style:none;
	width: 220px;
	margin: 0;
	padding: 0;
	text-indent: 40px;
	font-weight: normal;
}

ul#gps {
	display:none;
	list-style:none;
	width: 220px;
	margin: 0;
	padding: 0;
	text-indent: 40px;
	font-weight: normal;
}

ul#eco {
	display:none;
	list-style:none;
	width: 220px;
	margin: 0;
	padding: 0;
	text-indent: 40px;
	font-weight: normal;
}

ul#radar {
	display:none;
	list-style:none;
	width: 220px;
	margin: 0;
	padding: 0;
	text-indent: 40px;
	font-weight: normal;
}

ul#autopilota {
	display:none;
	list-style:none;
	width: 220px;
	margin: 0;
	padding: 0;
	text-indent: 40px;
	font-weight: normal;
}

ul#vhf {
	display:none;
	list-style:none;
	width: 220px;
	margin: 0;
	padding: 0;
	text-indent: 40px;
	font-weight: normal;
}

ul#sicurezza {
	display:none;
	list-style:none;
	width: 220px;
	margin: 0;
	padding: 0;
	text-indent: 40px;
	font-weight: normal;
}

ul#luce {
	display:none;
	list-style:none;
	width: 220px;
	margin: 0;
	padding: 0;
	text-indent: 40px;
	font-weight: normal;
}

ul#tv {
	display:none;
	list-style:none;
	width: 220px;
	margin: 0;
	padding: 0;
	text-indent: 40px;
	font-weight: normal;
}

ul#altro {
	display:none;
	list-style:none;
	width: 220px;
	margin: 0;
	padding: 0;
	text-indent: 40px;
	font-weight: normal;
}

/* Fine Menu verticale */
