/* 
OLIVO
CSS - Elenco produttori - Media Screen
*/
* {
	margin: 0;
	padding: 0;
}
body {
	color: #37220c;
	background: #fff;
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

body#en {
	color: #88ba2b;
}
body#en p strong {
	color: #37220c;
}

#wrap {
	width: 700px;
	text-align: left;
	margin: 10px auto 20px;
}
#header {
	width: 700px; height: 189px;
	text-align: left;
	margin: 10px auto;
	background: url(../img/content/produttori/header.jpg) 0 0 no-repeat;
}
#header h1, #header p  {
	display: none;
}

div.produttore {
	display: block;
	width: 700px; height: 133px;
	background: url(../img/content/produttori/bkg_line.gif) left bottom no-repeat;
	clear: left;
	margin-bottom: 5px;
}
div.produttore img {
	float: left;
}
div.produttore p {
	float: left; line-height: 1.3;
	padding: 5px 0 0 20px;
	width: 476px;
}
div.produttore p strong {
	font-size: 12px;
}


