body {
	margin: 0px; 
	background-color: #887148; 
	background-image: url('../images/iuta.jpg');
}

a {
	border: none;
	text-decoration: none;
	color: white;
}

a img
{
	border:none;
}

.contenitore-btn-carrello {
    position: absolute;
    width: 1000px;
    text-align: right;
    margin-top: 5px;
}

.btn-carrello {
    margin-right: 5px;
}

h1
{
	color: white;
	text-align: center;
	font-family: 'IM Fell Double Pica', serif;
	font-size: 20pt;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 10px;
}

h2 {
    font-family: 'IM Fell Double Pica', serif;
}


#container {
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	color: white;
	width: 1000px;
	padding: 5px;
	box-shadow:  5px 5px 20px black;
	margin-top: 5px;
	font-family: Arial;
	font-size: 12pt;
	text-align: justify;
}

#header {
	background-image: url('../images/verde_a.jpg');
	width: 100%;
	height: 150px;
}

#main_content {
	margin-top:5px;
	width: 100%;
	background-image: url('../images/verde_b.jpg');
}

#menu {
	float: left;
	width: 230px;
	font-family: 'IM Fell Double Pica', serif;
}

.img-prodotto {
    float:left;
    width: 200px;
    margin-right: 10px;
    margin-bottom: 20px;
}

.img-prodotto-big {
    float:left;
    margin-right: 10px;
    margin-bottom: 20px;
}

.riga-prodotto {
    clear: both;
    padding-right: 20px;
}

.btn-acquista {
    background-image: url('../images/verde_d.png');
    padding: 10px;
    float: right;
    border: 4px solid white;
    font-family: 'IM Fell Double Pica', serif;
    margin-top: 20px;
}

.btn-acquista-olio {
    background-image: url('../images/verde_d.png');
    padding: 10px;
    border: 4px solid white;
    font-family: 'IM Fell Double Pica', serif;
    margin-top: 20px;
    font-size: 12pt;
    color: white;
    margin-bottom: 10px;
}

.menu_item {
	float:left;
	width: 190px;
	text-align: right;
	font-size: 17pt;
	color: white;
	margin-top: 10px;
	padding-right: 5px;
	border-top: solid 2px;
	border-bottom: solid 2px;
    transition: border-color .5s ease-in-out;
    border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
}

.menu_item:hover {
	margin-top: 10px;
	padding-bottom: 0px;
	border-top: solid 2px;
	border-bottom: solid 2px;
}

#selected {
	margin-top: 10px;
	padding-bottom: 0px;
	border-top: solid 2px;
	border-bottom: solid 2px;
}

#content {
	float: right;
	background-image: url('../images/verde_c.jpg');
	width: 770px;
        min-height: 600px;
}

#footer {
	margin-top:5px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 1000px;
	background-image: url('../images/footer.jpg');
	text-align: center;
	color: white;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

#contenuto_home {
	width: 470px;
	float: left;
	color: white;
	padding: 10px;
	text-align: justify;
	font-family: Arial;
}

#slides_home {
	float: right;
	width: 280px;
	height: 600px;
	background-color: #2E5C5C;
}



.kwicks {
	width: 460px;
	height: 100%;
}
.kwicks > li {
	height: 100%;
	/* overridden by kwicks but good for when JavaScript is disabled */
	width: 125px;
	margin-left: 5px;
	float: left;
}

#contenuto_chisiamo {
	width: 280px;
	float: left;
	color: white;
	padding: 10px;
	text-align: justify;
	font-family: Arial;
}

#slides_chisiamo {
	float: right;
	width: 460px;
	height: 550px;
	background-color: #2E5C5C;
}


#contenuto_puntovendita {
	width: 255px;
	float: left;
	color: white;
	padding: 10px;
	margin-top: 10px;
	text-align: justify;
	font-family: Arial;
}

#stare_a_verucchio {
	width: 750px;
	float: left;
	color: white;
	padding-left: 10px;
	text-align: justify;
	font-family: Arial;
}

div.titolo {
	text-align: center;
	font-family: 'IM Fell Double Pica', serif;
	font-size: 20pt;
	font-weight: normal;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}


div.colonna {
	width: 230px;
	float: left;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: justify;
	font-family: Arial;
}

div.colonna_larga {
	width: 365px;
	float: left;
	color: white;
	/*padding-left: 10px;*/
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: justify;
	font-family: Arial;
}

div.titolo_colonna {
	text-align: center;
	font-family: 'IM Fell Double Pica', serif;
	font-size: 15pt;
	font-weight: normal;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.affermazione {
	font-weight: bold;
}

div.falso {
	color: #c40000;
	font-style: italic;
	text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

div.spiegazione {
	margin-bottom: 10px;
}

#contenuto_largo {
	padding: 5px;
	padding-right: 10px;
}


#cookie {
  position: fixed; 
  bottom:0%;
  width:100%; 
  background-color: #000;
  opacity: 0.9;
  color: #DFDFDF;
  text-align: center;
  left: 0px;
}

#cookie p {
  padding: 6px;
  font-family: Tahoma;
  font-size: 14px;
}

#cookie a {
  color: #aaa;
  text-decoration: underline;
}

#cookie button {
  font-weight: 900;
  color: black;
  text-decoration: none;
  background: white;
  padding: 3px;
  margin-left: 8px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.submenu {
    float: left;
    width: 190px;
    text-align: right;
    font-size: 13pt;
    color: white;
    margin-top: 10px;
    padding-right: 5px;
    border-top: solid 2px;
    border-bottom: solid 2px;
    transition: border-color .5s ease-in-out;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
}

.prodotto-descrizione {
    margin-right: 10px;
}

