/* CSS Document */

body, html {
	margin: 0; padding: 0;
	width: 100%; height: 100%;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	line-height: 160%;
	color: #000000;
	}

body#limmi { background-color: #0066BB; }
body#aulus { background-color: #003000; }
body#sapori { background-color: #FFEAB9; }

div, img, ul, li, dl, dt, dd, table, tr, td, form, input, textarea, select, p, h1, h2, h3, h4, h5, h6 {
	border: 0; padding: 0; margin: 0; font-size: 100%; font-weight: normal;
	}

a {
	text-decoration: none;
	font-weight: bold;
	color:#000000;	
	}

a:hover {
	text-decoration: underline;
	}

div#flash {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 700px;
	height: 500px;
	margin-left: -350px; /* half of width */
	margin-top: -250px;  /* half of height */
	}

div#riservata {
	position: absolute;
	background-image:url(../riservata/bg.jpg);
	padding: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 640px;
	height: 440px;
	margin-left: -350px; /* half of width */
	margin-top: -250px;  /* half of height */
	}

#riservata #sx { width: 300px; float: left; padding-right: 20px; }
#riservata #dx { width: 320px; float: left; }

div#riservata p {
	margin-bottom: 2em;
	}

div#riservata a {
	font-weight: normal;
	}

div#skip {
	position: absolute;
	left: 38%;
	bottom: 10px;
	}
	
/* Schede prodotto */
body#olio {
	background-color: #FFEAB9;
	}

#scheda {
	width: 580px;
	color: #666;
	}

#scheda p {
	margin-bottom: 1em;
	}
	
#scheda #footer  {
	width: 100%;
	height: 20px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	}
	
#olio #scheda #footer {	
	background-color: #003000;
	}
	
#succo #scheda #footer {	
	background-color: #069;
	}

#lime #scheda #footer {
	background-color: #008c44;
	}
	
#sorbetto #scheda #footer {	
	background-color: #00254f;
	}
	
#saporiBorgo #scheda #footer {
	background-color: #900;
	}
	
#scheda #footer a {	
	color: #fff;
	}

#scheda #ima {
	width: 100%;
	height: 101px;
	}
	
div#schedaMenu ul {
	list-style-type: none;
	display: block;
	height: 24px;
	margin-left: 262px;
	}

#saporiBorgo div#schedaMenu ul, #olio div#schedaMenu ul {
	margin-left: 368px;
	}
	
div#schedaMenu ul li {
	display: inline;
	float: left;
	margin-left: 3px;
	}

.tabs {
	clear: both;
	overflow: hidden;
	}

.tabs div#schedaProdotto, .tabs div#espositore, .tabs div#schedeTecniche, .tabs div#stampa {
	padding: 5px;
	clear: both;
	}

.tabs .sx {
	float: left;	
	width: 326px;
	}

.tabs .dx {
	float: left;
	width: 244px;
	padding-top: 51px;
	text-align: center;
	}
