@charset "utf-8";
/* CSS Document */
body,html {
	margin:0;
	padding:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#b4ada5 url(../images/background.jpg) repeat-x 0 0px;
	height: 100%;
}

form {
	margin:0;
}


a img {
	border:none;
}
a {
	text-decoration:none;
	color:#000000;
}

a:hover {
	text-decoration:underline;
}

h2 {
	font-size:14px;
}

.spacer {
	clear:both;
	height:0;
	width:0;
	line-height:0;
	font-size:0;
	margin:0;
	padding:0;
	overflow:hidden;
}
#sfondo {
	text-align:center;
	width:100%;
	z-index:0;
	min-height:100%;
  	height:auto !important;
 	height:100%;
}

#menu {
	position: absolute;
	width: 100%;
	height:118px;
	top:0;
	left:0px;
	z-index: 10;
}

#logo {
	position: absolute;
	width: 200px;
	top:0;
	left:50%;
	margin-left:297px;
	z-index: 20;
}
	
#wrapper {
	margin: 0 auto;
	width:995px;
	text-align:left;
	position:relative;
}

#header {
	width:100%;
	height:118px;
}

#content {
	position:relative;
	z-index:10;
	height:auto !important;
 	height:382px;
	min-height:382px;
	/*border:1px solid #000;*/
}

#resize {
	text-align:center;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-33px;
	z-index:20;
}
#newsBar {
	height:30px;
	line-height:30px;
}

#lang{
	float: right;
	margin-top:-3px;
	margin-right:5px;
	padding:0px;
}
#news {
	width:700px;
	float:left;
	background:url(../images/news.gif) no-repeat 0 7px;
	height:30px;
	padding-left:70px;
}
#leftBar {
	float:left;
	width:140px;
	margin: 74px 0 0 40px;
	/*border:1px solid #000;*/
}

#sezLabels {
	float:left;
	width:200px;
	min-height:200px;
  	height:auto !important;
 	height:200px;
	background: url(../images/sezLabels.png) no-repeat 0 0px;
	/*border:1px solid #000;*/
}
#sezIdLabels {
	float:left;
	width:200px;
	min-height:150px;
  	height:auto !important;
 	height:150px;
	background: url(../images/sezIdLabels.png) no-repeat 0 0px;
}
#sezLicenses {
	float:left;
	width:200px;
	min-height:200px;
  	height:auto !important;
 	height:200px;
	background: url(../images/sezLicenses.png) no-repeat 0 0px;
}
#sezCompany {
	float:left;
	width:200px;
	min-height:200px;
  	height:auto !important;
 	height:200px;
	background: url(../images/sezCompany.png) no-repeat 0 0px;
}

#menu3{
	display: block;
	float: left;
    margin: 0;
	padding:0px;
}

#menu3 ul {
	list-style:none;
	padding:0;
	margin:0;
}

#menu3 ul li {
	list-style-type:none;
	float:right;
	width: 140px;
	padding:6px 0px 6px 0px;
	background: url(../images/sepMenu.jpg) no-repeat bottom center;
}

#menu3 ul li a {
	display:block;
	float:left;
	color: #000000;
	text-decoration: none;
	padding-left: 19px;
}
#menu3 ul li a:hover {
	text-decoration: underline;
}
#menu3 ul li a.current{
	background: url(../images/frMenuOn.gif) no-repeat 0 2px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#menu3 ul li ul {
	list-style:none;
	padding:0;
	margin-left:50px;
	
}
#menu3 ul li ul li{
	position: relative;
	display: inline;
	list-style:none;
	background: none;
	left:10px;
}
#menu3 ul li ul li a {
	font-size:12px;
	color:#696969;
	text-decoration: none;
}
#menu3 ul li ul li a.current{
	font-weight: bold;
	color: #000000;
	font-size:12px;
	text-decoration: none;
	background: none;
}

ul.thumb {
	float: left;
	list-style: none;
	margin: 0; 
	padding: 20px 5px 0 3px;
	width: 140px;
}

ul.thumb li {
	margin: 0; padding: 5px;
	float: left;
	position: relative;
	width: 60px;
	height: 60px;
}
ul.thumb li img {
	width: 50px; height: 50px;
	border: 1px solid #fff;
	padding: 5px;
	background: #fff;
	position: absolute;
	left: 0; top: 0;
	-ms-interpolation-mode: bicubic; 
}
ul.thumb li img.hover {
	background:url(../images/thumb_bg.png) no-repeat center center;
	border: none;
}

ul.gallery {
	float: left;
	list-style: none;
	margin: 0; 
	padding:0;
	width: 480px;
	/*border: 1px solid #000;*/
}

ul.gallery li {
	margin: 0; 
	padding: 5px;
	float: left;
	position: relative;
	width: 230px;
	height: 180px;
}
ul.gallery li img {
	width: 220px; 
	height: 170px;
	border: 1px solid #fff;
	padding: 5px;
	background: #fff;
	position: absolute;
	left: 0; top: 0;
	-ms-interpolation-mode: bicubic; 
}
ul.gallery li img.hover {
	background:url(../images/bgGallery.png) no-repeat center center;
	border: none;
}

#container {
	font-size:13px;
	color:#000;
	/*border:1px solid #000;*/
}

#textContent {
	float:left;
	width:690px;
	margin-left:50px;
	margin-top:30px;
	/*border:1px solid #000;*/
}
#textContent2 {
	float:left;
	width:740px;
	margin-left:50px;
	margin-top:30px;
	/*border:1px solid #000;*/
}

#image {
 	float:left;
	margin: 0 10px 5px 0;
	padding: 1px;
}

#footer {
	text-align:center;
	background: url(../images/back-footer.jpg) no-repeat 0 0;
	padding: 15px 0;
	font-size:11px;
	color:#684e44;
}
#footer a:link,#footer a:visited{
	color: #684e44;
	text-decoration: none;
}
#footer a:hover { 
	text-decoration: underline;
}

.breadcrumbs {
	font-size:12px;
	color:#AAAAAa;
}

#boxes {
	width:993px;
	height:280px;
	margin-top:45px;
	margin-left: 1px;
	
}

.articles{
	display: block;
	float: left;
	width: 150px;
	height:auto;
	min-height:150px;
	margin-right: 30px;
	font-size:12px;
}
.articles.last{
	margin:0;
}

.articlesImg {
	width: 150px; 
	height:150px;
	background-color: #ffffff;
	text-align:center; 
	display:table-cell; 
	vertical-align:middle;
}
div.articlesImg img {margin:0 auto;}

#article{
	width:740px;
}

#article .testo{
	float:left;
	width:480px;
	text-align:justify;
	/*border:1px solid #000;*/
}

.articleImg {
	float:left;
	width: 230px;
	padding-top:5px; 
	/*height:230px;*/
	margin-right:30px;
	background-color: #ffffff;
	text-align:center; 
	display:table-cell; 
	vertical-align:middle;
	/*border:1px solid #000;*/
}
/*div.articleImg img {margin:0 auto;padding-top:5px;}*/

/*TABELLA PRODOTTI*/
table.prodotti {
	width:750px;
}
table.prodotti tr.top{
	height:45px;
	background: url(../images/tblProdTop.png) no-repeat 0 0;
}
table.prodotti tr.bottom{
	height:1px;
	background:url(../images/tblProdBottom.gif) no-repeat 0 0;
}
table.prodotti tr.odd{
	height:100px;
	background:url(../images/bgProdTrOdd.png) no-repeat 0 0;
}
table.prodotti tr.even{
	height:100px;
	background:url(../images/bgProdTrEven.png) no-repeat 0 0;
}
table.prodotti tr.oddPresent{
	height:100px;
	background:url(../images/bgOddPresent.png) no-repeat 0 0;
	border:1px solid #000;
}
table.prodotti tr.evenPresent{
	height:100px;
	background:url(../images/bgEvenPresent.png) no-repeat 0 0;
}
table.prodotti tr.oddBasket{
	height:100px;
	background:url(../images/bgOddBasket.png) no-repeat 0 0;
	border:1px solid #000;
}
table.prodotti tr.evenBasket{
	height:100px;
	background:url(../images/bgEvenBasket.png) no-repeat 0 0;
}
table.prodotti td.img{
	background-color:#fff;
	width: 90px;
	height: 90px;
}

table.prodotti input.field30 {
	float: left;
	color: #000000;
	background-color:#fff;
	height: 18px;
	width: 20px;
	border: 1px solid #fff;
	padding: 2px;
}

.prodImg {
	width: 90px;
	padding-top:5px; 
	margin:30px;
	background-color: #ffffff;
	text-align:center; 
	display:table-cell; 
	vertical-align:middle;
	/*border:1px solid #000;*/
}

ul#menuMood {
	list-style:none;
	margin:0;
	padding:0;
	float:right;
	
}
ul#menuMood li {
	list-style-type:none;
	width:65px;
	margin-right:8px;
	padding:0;
	float:left;
}
ul#menuMood li.last{
	margin:0;
}

ul.mood {
	width:590px;
	height:105px;
    margin-top:7px;
	margin-left:15px;
	padding:0;
	
}
ul.mood li {
	list-style-type:none;
	width:140px;
	height:105px;
	margin-right:10px;
	padding:0;
	float:left;
}
ul.mood li.last{
	margin:0;
}


#boxes ul {
	list-style:none;
	margin:0;
	padding:0;
}

#boxes ul li {
	list-style-type:none;
	width:331px;
	margin:0;
	padding:0;
	float:left;
}
.clear {
	clear: both;
}

ul.italian {
	display:block;
	float: left;
	list-style: none;
	margin: 2em auto;
	padding:0;
	width:690px;
	/*border: 1px solid #000;*/
}

ul.italian li.food {
	float: left;
	position: relative;
	width: 230px;
	min-height:130px;
	background: url(../images/food.gif) no-repeat top left;
	/*border: 1px solid #000;*/
}
ul.italian li.wine {
	float: left;
	position: relative;
	width: 230px;
	min-height:130px;
	background: url(../images/wine.gif) no-repeat top left;
	/*border: 1px solid #000;*/
}
ul.italian li.visit {
	float: left;
	position: relative;
	width: 230px;
	min-height:130px;
	background: url(../images/visit.gif) no-repeat top left;
	/*border: 1px solid #000;*/
}

ul.links {
	float: left;
	list-style: none;
	margin:0;
	padding: 40px 0 0 30px;
}
ul.links li {
	height:20px;
}

#form {
	width:600px;
	margin-bottom:20px;
}

#form .formCol{
	display: block;
	float: left;
	width: 175px;
	margin-right: 20px;
	/*border: 1px solid#000;*/
}

#form label {
	float: left;
	width:175px;
	margin-bottom: 6px;
	display: block;
	/*border: 1px solid#000;*/
}

#form select.field40 {
	float: left;
	font-size:11px;
	color: #000000;
	height: 25px;
	width: 40px;
	padding:2px;
	margin-bottom: 15px;
	/*border: 1px solid#000;*/
}
#form select.field55 {
	float: left;
	font-size:11px;
	color: #000000;
	height: 25px;
	width: 55px;
	padding:2px;
	margin-bottom: 15px;
	/*border: 1px solid#000;*/
}
#form select.field80 {
	float: left;
	font-size:11px;
	color: #000000;
	height: 25px;
	width: 80px;
	padding:2px;
	margin-bottom: 15px;
	/*border: 1px solid#000;*/
}

 #form label.sesso {
	float: left;
	margin-left: 2px;
	width: 50px;
	height:26px;
	margin-bottom: 15px;
	/*border: 1px solid#000;*/
}
#form input.gender {
	float: left;
	height: 20px;
	padding:0;
}

#consenso label.accettazione {
	float: left;
	margin-left: 2px;
	width: 96px;
	height:15px;
	/*border: 1px solid#000;*/
}

#form input.field {
	float: left;
	color: #000000;
	height: 20px;
	width: 170px;
	border: 1px solid #d2d2d2;
	padding: 2px;
	margin-bottom: 15px;
	margin-right: 20px;
	/*border: 1px solid#000;*/
}

#form input.field370 {
	float: left;
	color: #000000;
	background-color:#fff;
	height: 25px;
	width: 370px;
	border: 1px solid #d2d2d2;
	padding: 2px;
}


#frmOrdine {
	width:738px;
	margin-bottom:20px;
}
#frmOrdine label {
	float: left;
	margin-bottom: 6px;
	display: block;
	/*border: 1px solid#000;*/
}

.colonna{
	display: block;
	float: left;
	width: 220px;
	margin-right: 37px;
	margin-bottom:10px;
}
.colonna.last{
	display: block;
	float: left;
	width: 220px;
	margin:0;
}

input.field220 {
	float: left;
	color: #000000;
	background-color:#fff;
	height: 25px;
	width: 220px;
	border: 1px solid #d2d2d2;
	padding: 2px;
}
#frmOrdine textarea {
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:13px;
	height: 50px;
	width: 738px;
	border: 1px solid #d2d2d2;
	padding-left: 2px;
	margin-bottom: 10px;
	overflow: auto;
}

#consenso{
	font-size:11px;
	margin-top:10px;
}

.allegato{
	height: 16px;
	line-height:16px;
	margin-bottom:10px;
}

.allegato img{
	float:left;
	margin-right:5px;
}
/* liScroll style declarations */
.tickercontainer { /* the outer div with the black border */
width: 870px; 
height: 27px; 
margin: 0; 
padding: 0;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 0px;
width: 850px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 750px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
color: #333333;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #333333;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
color: #000000;
} 

ul#oldmood {
	list-style:none;
	padding:0;
	margin:0;
	width:736px;
}
ul#oldmood li {
	float: left;
	width:220px;
	margin: 0;
	padding: 0;
	margin-right:38px;
}

ul#oldmood li.last {
	margin:0;
}
