/* Valore di base per ogni elemento */
* {
	margin: 0;
	padding: 0;
}
/* Dichiarazione per tutto il fondo */
body {
	padding: 0px;
	margin: 0px;
	font: 12px "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #333;
	text-decoration: none;
	background-color: #333;
	background-image:url(../img/background.png)
}
li {
	font-size: 12px;
	list-style-position: inset;
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #c00;
}
a:hover {
	color: #000;
}
.a2 {
	text-decoration: none;
	color: #666;
}
.a2:hover {
	color: #c00;
}
h1 {
	font-size: 20px;
	font-weight: 100;
	color: #fff;
}
h2 {
	font-size: 18px;
	font-weight: 100;
	color: #fff;
}
h3 {
	font-size: 16px;
	font-weight: 100;
	color: #fff;
}
p {
	font-size: 13px;
}
.small {
	font-size: 9px;
}
strong {
	font-weight: bold;
}
.giallo {
	color: #ff0;
}
.rosso {
	color: #c00;
}
.grigio {
	color: #666;
}
.nero {
	color: #000;
}
.bordo {
	border: solid 1px #c00;
}
hr {
	visibility: hidden;
	clear: both;
}
img {
	border: none;
}
/* WRAPPER */
#wrapper {
	width: 900px;
	padding: 0;
	margin: 0 auto;
	background: #fff;
}
/* HEAD */
#head {
	width: 100%;
	padding: 0;
}
#top-head {
	width: 100%;
	height: 19px;
	background:url(../img/top-head.png) repeat-x;
}
#top-head a {
	margin: 3px 20px 0 0;
	float: right;
	font-size:10px;
	font-weight: 100;
	color:#fff;
}
#top-head a:hover {
	color: #ff0;
}
/* PICTURE */
#picture {
	width: 435px;
	height: 0;
	overflow: visible;
	position: relative;
	top: 0;
	left: 450px;
	z-index: 10;
}
/* MAIN HEAD */
#main-head {
	width: 100%;
	height: 224px;
	background-image:url(../img/main-head.png);
	background-repeat: repeat-x;
}
#main-head a img {
	margin: 25px 0 0 20px;
}
#main-head h1 {
	margin: 40px 0 0 180px;
}
/* MENU */
#menu {
	width: 100%;
	height: 49px;
	background:url(../img/menu.png) repeat-x;
}
#menu ul li {
	float:left;
	margin-top: 12px;
	list-style-type: none;
	display: inline;
	border-right: dotted 1px #fff;
}
#menu ul li a {
	display:block;
	padding: 6px 14px;
	text-align:left;
	font-size:12px;
	font-weight: 100;
	color:#fff;
}
#menu .last {
	border-right: none;
}
#menu ul li a:hover {
	color: #ff0;
}
#bottom-head {
	width: 100%;
	height: 45px;
	background:url(../img/bottom-head.png) repeat-y;
}
#bottom-head h2 {
	padding: 12px 0 0 210px;
}
/* CONTENT */
#content {
	width: 100%;
	height: 100%;
}
/* spalla generale */
.top, .top2 {
	width: 180px;
	height: 49px;
	background:url(../img/menu.png) repeat-x;
}
.top h3, .top2 h3 {
	padding: 14px 0 0 12px;
}
.top img {
	float: right;
	margin: -14px 12px 0 0;
}
.top:hover {
	background:url(../img/over.png);
}
.spalla-content {
	width: 138px;
	height: 100%;
	margin: 3px 0 20px 0;
	padding: 10px 20px;
	border: solid 1px #333;
	background:url(../img/fondo-spalla.png) repeat-y;
}
/* SPALLA SX */
#spalla-sx {
	width: 180px;
	height: 100%;
	float: left;
	margin-left: 10px;
}
.evento-calendario {
	width: 100%;
	height: 50px;
	padding: 10px 0;
}
.data {
	font-size: 14px;
	color: #333;
}
.pista {
	font-size: 15px;
	font-weight: 600;
	color: #c00;
	margin-left: 10px;
}
.pista a:hover {
	color: #000;
}
.pista a img {
	float: right;
	position: relative;
	top: 3px;
}
.luogo {
	font-size: 10px;
	color: #000;
	margin-left: 10px;
}
.back {
	width: 60px;
	height: 100%;
	padding: 10px 0 0;
	float: left;
}
.back a {
	float: left;
}
.back a img {
	position: relative;
	top: 2px;
}
.back a:hover {
	color: #000;
}
.next {
	width: 60px;
	height: 100%;
	padding: 10px 0 0;
	float: right;
}
.next a {
	float: right;
}
.next a img {
	position: relative;
	top: 2px;
}
.next a:hover {
	color: #000;
}
#monzaspeed:hover {
	border: solid 1px #fff;
}
/* MAIN */
#main-content {
	width: 480px;
	height: 100%;
	margin: 20px;
	float: left;
}
/* SPALLA DX */
#spalla-dx {
	width: 180px;
	height: 100%;
	float: right;
	margin-right: 10px;
}
.titolo {
	font-size: 15px;
	font-weight: 600;
	color: #c00;
}
.titolo:hover {
	color: #999;
}
.testo {
	font-size: 12px;
	color: #333;
}
.testo:hover {
	color: #000;
	text-decoration: underline;
}
.img-occasioni {
	border: solid 1px #c00;
	margin-bottom: 15px;
}
.img-occasioni:hover {
	border-color: #000;
}
.prodotto {
	font-size: 15px;
	font-weight: 600;
	color: #c00;
}
.prodotto:hover {
	color: #999;
}
.modello {
	font-size: 14px;
	color: #333;
}
.prezzo {
	font-size: 13px;
	color: #000;
	font-weight: 600;
}
/* FOOTER */
#footer {
	width: 900px;
	height: 79px;
	background:url(../img/footer.png) repeat-x;
}
#footer ul {
	width: auto;
	padding-top: 10px;
	float: left;
}
#footer ul li {
	list-style-type: none;
	display: inline;
	border-right: dotted 1px #fff;
}
#footer ul li a {
	padding: 6px 14px;
	text-align:left;
	font-size:10px;
	font-weight: 100;
	color:#fff;
}
#footer .last {
	border-right: none;
}
#footer ul li a:hover {
	color: #ff0;
}
#footer p {
	color: #fff;
	text-align:center;
	padding-top: 45px;
	font-size: 10px;
}
.img-occasionibis {
	border: solid 1px #c00;
	margin-bottom: 15px;
}
.prodottobis {
	font-size: 15px;
	font-weight: 600;
	color: #c00;
}
