@charset "utf-8";
/* CSS Document */

html, body, p, h1, h2, h3 {
	margin:0;
	padding:0;
	}
	
body {
	text-align:center;
	font-size: 13px;
	background:#1E1F20;
	color:#CCC;
	font-family: Verdana, Geneva, sans-serif;
	}

a {
	text-decoration:none;
	color:#FFF;
	}
	
#contenitore {
	width:950px;
	text-align:left;
	margin:0 auto;
	border:2px solid #4a4a4a;
	background:#000;
	}
	
#testata {
		background:url(images/sf_testata.jpg) 0 0 no-repeat;
		height:257px;
	}

#menu {
	height:25px;
	background:url(images/sf_menu.jpg) 0 0 no-repeat;
	line-height: 25px;
	padding-left: 70px;
	}

#menu a {
	padding:0 10px;
	display:inline;
	font-size:12px;
	color:#FFF;
	}
	
#menu a:hover {
	color:#d93243;
	}

#animazione {
	height:120px;
	background:url(images/sf_animazione.jpg) 0 0 no-repeat;
	padding-top: 18px;
	padding-left: 8px;
	}	
	
#corpo {
	background:url(images/sf_corpo.jpg) top right repeat-y;
	min-height: 250px;
	}
	
#col_sx {
		width:170px;
		float:left;	
	}
	
#col_cx {
	margin:0 15px 0 0;
	width:710px;
	float:left;
	line-height: 16px;
	padding: 20px 15px;
	}
	
#col_dx {
	width:175px;
	float:left;
	padding: 10px;
	}

#prefooter {
	clear:both;
	padding:5px 0;
	background: #600100;
	text-align: center;
	border-bottom: 2px solid #d93243;
	border-top: 1px solid #d93243;
	font-size: 11px;
	}

#footer {
	padding:5px 0;
	text-align: right;
	font-size: 9px;
	}
	
.jx{ text-align:justify; }
.sx{ text-align:left; }
.dx{ text-align:right; }
.cx{ text-align:center; }

.clear { clear:both; }

h1 {
	font-size:16px;
	font-weight:bold;
	color:#900;
	}

h2 {
	font-size:14px;
	font-weight:bold;
	color:#900;
	}

.casellagrigia {
	background:#bbb;
	border:1px solid #7f9db9;
	}

#menuautosalone {
	text-align:center;
	background:#460000;
	height:150px;
	padding:10px;
	}
	
#menuautosalone a {
	color:#FFF;
	font-weight:bold;
	}
	
.boxprodotti {
	float:left;
	width:180px;
	height:180px;
	border:1px solid #CCC;
	margin-right:15px;
	margin-bottom:15px;
	padding:5px;
}

#velo {
	z-index:70;
	position:absolute;
	background:url(images/sf_velo.png);
	margin:0;
	padding:0;
	left:0;
	top:0;
}

.titolopiccolo {
	color:#fff;
	font-size:11px;
}

.txtpiccolo {
	font-size:11px;
}

#schedaprodotto {
		color:#000;
	}
	
#schedaprodotto a {
		color:#000;
		text-decoration:underline;
	}

