@charset "UTF-8";

/* PAGINA */
body {
	color: #6e6e6e;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 14px;
	background-image: url(../img/background.jpg);
	background-repeat: repeat;
	background-position: 0 0;
}
a {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: none;
	color: #600;
}
a:focus { 
	outline: 0;
}
a img { 
	border: 0;
}
p {
	margin:0 10px 0 10px;
	padding:0;
}
h1 {
	margin:0;
	padding:0;
}
h2 {
	margin:0;
	padding:0;
}
h3 {
	margin:0;
	padding:0;
}
hr {
	margin: 10px 0 5px 0;
	height: 1px;
	border-width:0;
	color:gray;
	background-color:gray;
}


/* BLOCCHI */
.wrapper {
	width:975px;
	height:auto;
	margin:0 auto;
}
.top {
	width:975px;
	height:92px;
	background-color:#000;
	background-image: url(../img/layout_02.jpg);
	background-repeat: no-repeat;
	text-align:left;
	background-position: 58px 0px;
}
.swf {
	width:975px;
	height:398px;
	clear: both;
	background-color: #000;
}
#about {
	width:875px;
	height:480px;
	clear: both;
	background-color: #000;
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	padding: 0 50px;
}
.recipes {
	width:975px;
	height:1200px;
	clear: both;
	background-color: #000;
	font-size: 16px;
	line-height: 18px;
}
.recipes table tr td {
	vertical-align: top;
	text-align: left;
}
.bottom {
	width:975px;
	height:120px;
	background-color:#000;
	background-image: url(../img/layout_10.jpg);
	background-repeat: no-repeat;
	clear: both;
	background-position: 808px 0px;
}
.cherry {
	width:90px;
	height:120px;
	background-image: url(../img/layout_06.jpg);
	background-repeat: no-repeat;
	margin-left: 58px;
	float: left;
}
.blue {
	width:111px;
	height:120px;
	background-image: url(../img/layout_07.jpg);
	background-repeat: no-repeat;
	float: left;
}
.pome {
	width:128px;
	height:120px;
	background-image: url(../img/layout_08.jpg);
	background-repeat: no-repeat;
	float: left;
}
.appl {
	width:97px;
	height:120px;
	background-image: url(../img/layout_11.jpg);
	background-repeat: no-repeat;
	float: left;
}
.ging {
	width:111px;
	height:120px;
	background-image: url(../img/layout_12.jpg);
	background-repeat: no-repeat;
	float: left;
}
.about {
	width:93px;
	height:120px;
	background-image: url(../img/layout_14.jpg);
	background-repeat: no-repeat;
	float: left;
}
.reci {
	width:111px;
	height:120px;
	background-image: url(../img/layout_13.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-left:10px;
}
.footer {
	width:975px;
	height:25px;
	clear:both;
}
.clearfloat { 
	clear: both;
    height: 0px;
    font-size: 1px;
    line-height: 0px;
}


/* PERSONALIZZA */
.footer p {
	margin-top:5px;
	color: #fff;
}
.cherry a {
	display:block;
	width:90px;
	height:120px;
}
.cherry a:hover {
	display:block;
	width:90px;
	height:120px;
	background-image: url(../img/layout_over_06.jpg);
}
.blue a {
	display:block;
	width:111px;
	height:120px;
}
.blue a:hover {
	display:block;
	width:111px;
	height:120px;
	background-image: url(../img/layout_over_07.jpg);
}
.pome a {
	display:block;
	width:128px;
	height:120px;
}
.pome a:hover {
	display:block;
	width:128px;
	height:120px;
	background-image: url(../img/layout_over_08.jpg);
}
.appl a {
	display:block;
	width:97px;
	height:120px;
}
.appl a:hover {
	display:block;
	width:97px;
	height:120px;
	background-image: url(../img/layout_over_11.jpg);
}
.ging a {
	display:block;
	width:111px;
	height:120px;
}
.ging a:hover {
	display:block;
	width:111px;
	height:120px;
	background-image: url(../img/layout_over_12.jpg);
}
.reci a {
	display:block;
	width:111px;
	height:120px;
}
.reci a:hover {
	display:block;
	width:111px;
	height:120px;
	background-image: url(../img/layout_over_13.jpg);
}
.about a {
	display:block;
	width:93px;
	height:120px;
}
#agc {
	display: block;
	width: 116px;
	height: 120px;
	float:right;
	margin-right:50px;
}
#home {
	display: block;
	width: 380px;
	height: 92px;
	float:left;
	margin-left: 50px;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
