/********************************************************
* Css principale (finestra alto e menu + contenitori DIV principali)
******************************************************* */

html, body {
    background-color: #a0a0a0;
    font: normal 11px Helvetica Neue, arial, verdana, sans-serif;
	scrollbar-face-color: #E6E6E6; /* configurazione scrollbar*/
	scrollbar-highlight-color: #E6E6E6;
	scrollbar-shadow-color: #E6E6E6;
	scrollbar-3dlight-color: #FAFAFA;
	scrollbar-arrow-color: #999;
	scrollbar-track-color: #FAFAFA;
	scrollbar-darkshadow-color: #CCCCCC;
	scrollbar-base-color: #FAFAFA;
}


* {
	margin: 0;
	padding: 0;
	outline: none;
}



img { border: 0; }



hr, .nodisp { display: none; }
ul {
	list-style: url(none) none;
}
li {
	
}
ul.listaTesto {
	list-style-type: disc;
}



table { font-family: Arial; font-size: 11px; }

strong { font-weight: bold; }

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333333;
}

h2 {
	font-family: Arial;
	color: #FF0000;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	font-style: normal;
	line-height: 18px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FF0000;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
}


h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #B1B1B1;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding: 0px;
	margin: 0px;
}
.testoGrassettoParag {
	font-weight: bold;
}





a, a:link, a:visited {
    color: #ff0000;
    text-decoration: underline;
}

a:hover {
    color: #333;
    text-decoration: underline;
}
a:focus { -moz-outline: none -moz-mac-focusring; }

#contenitorePrincipale {
	width: 100%;
	background: #a0a0a0 url(immagini-struttura/sfondo.gif) repeat-x;
	height: 100%;
}

#contenitoreScorrevole {
	width:768px;
	margin: 0 auto 0em;
	text-align: left;
	position: relative;
}
#finestraAlto {
	background: url(immagini-struttura/finestra_alto.gif) no-repeat;
	width: 762px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-top: 4px;
}

div.contain_clear { 
    position: relative;
    clear: both;
}

p.linebreak {
    padding: 15px 0;
}


/********************************************************
* Header
********************************************************/

#header, #logo, #logo h1, #logo a {
	height: 91px;
}
#header, #header_bottom {
	margin: 0px;
	padding: 0px;
} 

#header {
	width: 760px;
	padding: 0;
	margin: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A0A0A0;
	border-left-color: #A0A0A0;
	background-color: #242424;
}

#logo {
	position: relative;
	float: left;
	padding-top: 1px;
}        
#logo h1 {
	width: 220px;
	text-indent: -9999px;
	background-image: url(immagini/home_logo_hobby-car.gif);
	background-repeat: no-repeat;
	background-position: left center;

}            


#logo a {
	width: 220px;
	display: block;
	text-decoration: none;
}

#headerFlash {
	vertical-align: middle;
	position: absolute;
	right: 16px;
	text-align: right;
	width: 120px;
	height: 100px;
}

#header_bottom {
	width: 760px;
	background-color: #5C5C5C;
	height: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #a0a0a0;
	border-left-color: #A0A0A0;
}


/********************************************************
* Menu principale
********************************************************/

div#contenitoreMenu {
	background: url(immagini-struttura/sfondo_menu_senza_ombra.gif) no-repeat;
	width: 762px;
	height: 35px;
	position: relative;
}

ul#menu {
	height: 35px;
}
#menu li.main {
	display: block;
}
#menu li.main a.menu_link {
	display: block; height: 34px
}

li#menu_home {
	left: 1px;
	position: absolute;
	width: 60px;
}
li#menu_azienda {
	LEFT: 61px;
	POSITION: absolute;
	width: 72px;
	height: 34px;
}
li#menu_servizi {
	LEFT: 132px;
	POSITION: absolute;
	width: 71px;
}
li#menu_auto {
	LEFT: 203px;
	POSITION: absolute;
	width: 62px;
}
li#menu_eventi {
	LEFT: 265px;
	POSITION: absolute;
	width: 76px;
}

#menu_home A.menu_link {
	BACKGROUND: url(immagini-struttura/menu.gif) no-repeat
}
#menu_azienda A.menu_link {
	BACKGROUND: url(immagini-struttura/menu.gif) no-repeat
}
#menu_servizi A.menu_link {
	BACKGROUND: url(immagini-struttura/menu.gif) no-repeat
}
#menu_auto A.menu_link {
	BACKGROUND: url(immagini-struttura/menu.gif) no-repeat
}
#menu_eventi A.menu_link {
	BACKGROUND: url(immagini-struttura/menu.gif) no-repeat
}
#menu_home A.menu_link {
	BACKGROUND-POSITION: 0px 0px;
	width: 60px;
}
#menu_azienda A.menu_link {
	BACKGROUND-POSITION: -60px 0px;
}
#menu_servizi A.menu_link {
	BACKGROUND-POSITION: -131px 0px;
}
#menu_auto A.menu_link {
	BACKGROUND-POSITION: -202px 0px;
}
#menu_eventi A.menu_link {
	BACKGROUND-POSITION: -264px 0px;
}
#menu_home A.menu_link:hover {
	BACKGROUND-POSITION: 0px -34px;
	width: 60px;
}
#menu_azienda A.menu_link:hover {
	BACKGROUND-POSITION: -60px -34px
}
#menu_servizi A.menu_link:hover {
	BACKGROUND-POSITION: -131px -34px
}
#menu_auto A.menu_link:hover {
	BACKGROUND-POSITION: -202px -34px
}
#menu_eventi A.menu_link:hover {
	BACKGROUND-POSITION: -264px -34px
}
p.giustificato {
	text-align: justify;
	white-space: normal;
}
li.listImg {
	list-style-type: disc;
	list-style-image: url(immagini/clip_list.gif);
}
#bottom {
	height: 87px;
	width: 768px;
	background-repeat: no-repeat;
	position: relative;
	margin-top: 3px;
	background-image: url(immagini-struttura/finestra_bottom.gif);
}
#rights_reserved {
	background-image: url(immagini/rigths_reserved.gif);
	background-repeat: no-repeat;
	width: 198px;
	height: 20px;
	position: absolute;
	left: 15px;
	top: 30px;
}
#menu_bottom {
	display: block;
	width: 245px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
	top: 22px;
}
#menu_bottom .testo_menuBottom {
	font-family: Arial;
	color: #C9C9C9;
	font-size: 11px;
	font-weight: normal;
}
.ricercaFieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-image: none;
	list-style-type: none;
}
.spazioInterlinea {
	line-height: 3px;
	display: block;
	height: 5px;
}
h4.sapziato {
	word-spacing: 0.15em;
}
h5.scuro {
	color: #333333;
}
p.piccolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
}
#partita_iva {
	background-color: #191919;
	color: #FF0000;
	position: relative;
	top: 38px;
	margin-right: auto;
	margin-left: auto;
	width: 273px;
}
.stanghette_grigie {
	color: #CCCCCC;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.testo_infondo {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a.link_bianco, a.link_bianco:link, a.link_bianco:visited {
    color: #FFFFFF;
    text-decoration: none;
}

a.link_bianco:hover {
    color: #333;
    text-decoration: underline;
}
a:focus { -moz-outline: none -moz-mac-focusring; }
#auto_motori {
	background-color: #A0A0A0;
	display: block;
	position: relative;
	height: 500px;
	top: 800px;
}

