body {
	font-family: Trebuchet MS, verdana, sans-serif, Arial;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.3em;
	color: #666666;
	margin: 0px;
	text-align: center;
	background-color: #5B0909;
}


strong {
    color: #000000;
}

.clear {
	clear: both;
}

.sx {
	float: left;
	margin-right: 10px;
}

.dx {
	float: right;
	margin-left: 10px;
}

img {
	border: none;
}

img.num_stand {
	vertical-align: text-bottom;
	margin-right: 5px;
}

img.musica {
/*	vertical-align: middle;
	margin-left: 5px;*/
	float:right;
	margin-right:170px;

}

span.word {
	color: #870D0D;
}


/*------------------------------------------------------------ header ---------*/
#layout #header {
	height: 150px;
}


/*--------------------------------------------------- layout, wrapper, ... ----*/
#layout {
	margin: 0 auto;
	text-align: left;
	width: 950px;
	background-color: #FFFFFF;
}

/*
#layout #wrapper {
	position: relative;
	background: url(img/foglie_vite.gif) right bottom;
	background-repeat: no-repeat;
	background-color: #ffffff;
}
*/

/*--------------------------------------------------- colonna sinistra ----*/

#sinistra {
	float: left;
	width: 190px;
	background: url(img/header_bl.jpg) no-repeat;
	background-color: #E78121;
}

#sinistra #img_uva {
	padding-top: 25px;
}

/*------------------------------ menu -----*/

#menu {
	float: left;
	width: 190px;
	padding-top: 40px;
}

#menu h1{
	font-size: 1em;
	text-transform: uppercase;
	background-image: url(img/titolo1.gif);
	background-repeat: no-repeat;
	height: 32px;
	padding-left: 20px;
	margin: 0px;
}

#menu ul{
	background-image: url(img/bottom_menu.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 0px;
	padding-bottom: 12px;
	margin: 0px;
}

#menu ul li{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #F09947;
}

#menu ul li a {
	color: #5B0909;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	background-color: #F09947;
}

#menu ul li a:hover {
	background-color: #E78121;
}

#menu ul.bianco {
	background-image: none;
}

#menu h1.bianco {
	background-image: url(img/titolo1_bianco.gif);
}

#menu ul.bianco li,
#menu ul.bianco li a{
	background-color: #ffffff;
}

#menu ul.bianco li{
	border-bottom: 1px solid #ffffff;
}

/* -------------------------------------------------- colonna destra ------*/
#destra {
	float: left;
	background: url(img/header_br.gif) no-repeat right top;
	text-align: justify;
	/*Se si cambia il padding-top, va cambiato anche nel javascript che eguaglia le altezze delle due colonne*/
	padding-top: 35px;
	width: 760px;
}

#content {
	padding: 0 35px;
}

#destra #img_uva {
	padding-top: 30px;
	padding-left: 10px;
	float: right;
	width: 190px;
}

#layout #wrapper #img_foglie_vite {
	padding-left: 10px;
	float: right;
}

#contattaci {
	/*margin-left:13px;*/
	width:690px;
}

/*------------------------------------box----------*/
#destra #content .box_small {
	width: 490px;
	text-align: center;
}

#destra #content .box_small_top {
	background: url(img/box_small_top.gif) no-repeat top;
	background-color: #F0EDD6;
	padding: 20px 20px 0;
}

#destra #content .box_grigio {
	width: 680px;
	text-align: center;
}

#destra #content .box_grigio_top {
	background: url(img/box_top.gif) no-repeat top;
	background-color: #F0EDD6;
	padding: 20px 20px 0;
}

/*--------------------------------*/
#destra a {
	color: #5B0909;
	text-decoration: underline;
}

#destra a:hover {
	color: #5B0909;
	text-decoration: none;
}

#destra h1 {
	border-bottom: 1px solid #F09947;
	color: #5B0909;
	font-size: 1.2em;
	padding-bottom: 2px;
}

#destra h1.title {
	border-bottom: 1px solid #F09947;
	width: 523px;
	padding-bottom: 2px;
}


#destra h2 {
	font-size: 1em;
	color: #5B0909;
}

#destra h2.stand,
#destra h2.azienda {
	border-top: 1px dotted #F09947;
	width: 523px;
	padding-top: 3px;
	line-height: 18px;
}

#destra .lista_menu {
	float: left;
}

#destra td.aziende {
	border-top: 1px dotted #F09947;
}

#destra td.socio {
	vertical-align: top;
}

#destra table td.aziende p {
	line-height: 1.6em;
}

#destra span.num {
	background-color: #000;
	color: #fff;
	padding: 0 5px;
}

#destra ul {
	padding-left: 25px;
}

/* ----------------------------------------------------------- footer -----*/
#footer {
	background-color: #E78121;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
	padding: 15px;
	width: 920px;
}

#footer td {
	color: #ffffff;
	/*font-size: 0.7em;*/
}

#footer a {
	color: #ffffff;
	text-decoration: underline;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

#footer h1 {
	margin: 0;
	font-size: 0.9em;
}

#footer h2 {
	margin: 0;
	font-size: 0.8em;
}

.sponsor {
	font-size:0.7em;
	color:#000000;
}

.sponsor p a{
	color:#000000;
	text-decoration:underline;
}

.sponsor p a:hover{
	color:#000000;
	text-decoration:none;
}