/* basic elements */

html {
	margin: 0;
	padding: 0;
}
	
body {
	font-family:Arial, Helvetica, sans-serif;	
	line-height:18px;
	font-size:12px;
	color: #203E3A; 
	background: #A5D1D0 url(marche_automobilistiche.jpg) no-repeat top center; 
	margin: 0; 
	padding: 0;
}

body a:link, a:active, a:visited{
	text-decoration:underline;
	color:#3D7670;
}

body a:hover{
	text-decoration:none;
}

p{
	margin: 10px;
	padding: 0;
}

/* eliminato perchè google banna
h3 {
	display:none;
}
*/

ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

li {
	background: url(link.gif) left center no-repeat;
	padding-left: 7px;
	margin-bottom: 5px;
}

acronym {
	border-bottom: none;
}

/* content div's */

#contenitore { 
	margin: auto;
	width:874px;
    background:url(auto-km-0.jpg) no-repeat top center;
	position:relative;
}
 

 
#intro{
	width:874px;
	height:451px;
}

#pubblicita {
	position:absolute;
	/* top = posizione y del titolo 1° offerta */
	top:600px;
	left:235px;
	width:600px;
}

#testata {
	background:url(offerte_Peugeot.jpg) no-repeat top center;
	height:200px;
	/*overflow:hidden;*/
	position:absolute;
	/* top = posizione y del titolo 1° offerta */
	top:895px;
	left:235px;
	width:600px;
}

#testata span{
	display:none;
}

#riassunto {
	display:none;
}

#introduzione{
	padding:82px 25px 5px 225px;
}

#introduzione p.p1{
	margin-top: 20px;
}


#testodisupporto{
	background-image:url(auto-kmo.jpg);
	height:100%;
}

#chilometrizero {
	/* padding primo valore = posizione y del testo sotto il primo spot */
	padding:645px 25px 5px 225px;
	background:url(chilometri-zero.jpg) top no-repeat;
	height:100%;
}

#spotDue {
	margin:20px 25px 40px 225px;
	padding-top:200px;
	background: url(offerte_Citroen.jpg) no-repeat top center;
	height:100%;
}

#spotTre {
	margin:20px 25px 40px 225px;
	padding-top:200px;
	background: url(offerte_Daihatsu.jpg) no-repeat top center;
	height:100%;
}

#spotQuattro{
	margin:20px 25px 40px 225px;
	padding:200px 0 15px 0;
	background: url(offerte_Toyota.jpg) no-repeat top center;
	height:100%;
}

#finale{
padding-top:2px;
padding-bottom:80px;
background:#A5D1D0 url(auto-aziendali.jpg) no-repeat;
text-align:center;
}

#finale a{font:bold 12px verdana,sans-serif;}
#finale a:after,div#finale a:before{color:#A5D1D0;content:"";}


/* link list and extra div's */

#listalinks {
	position:absolute;
	width:200px;
	top:690px;
	z-index:5;
	color: #666666;
	font-size:10px;
	left: 25px;
	height:550px;
	line-height:13px;
}

#listalinks a:link, a:active, a:visited {
	color:#5CABA3;
	text-decoration:none;
}

#listalinks a:hover{
	text-decoration: underline;
}

#lsiti{
	background:url(siti_da_vedere.gif) top left no-repeat;
	margin: 10px 0 0 0;
	padding: 20px 0 0 0;
	width:200px;
}

#lcontatti{
	background:url(contatti_vendita.gif) top left no-repeat;
	margin: 10px 0 0 0;
	padding: 20px 0 0 0;
	width:200px;
}

#lofferte{
	background:url(offerte_auto.gif) top left no-repeat;
	margin: 10px 0 0 0;
	padding: 20px 0 0 0;
	width:200px;
}

#lrivenditori{
	background:url(i_rivenditori.gif) top left no-repeat;
	margin: 10px 0 0 0;
	padding: 20px 0 0 0;
	width:200px;
}
#collaborazione{
	position:fixed;
	z-index:4;
	width:439px;
	height:50px;
	top:0;
	left:50%;
	margin-left:-50px;
	background:url(okusato.png) no-repeat top left;
	}

#collaborazione a { width:100%; height:100%; display:block; }
	
* html #collaborazione{
	position:absolute;
	}

