/* BOX MODEL */
body 	{
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family:  Lucida Grande, Tahoma, sans-serif, serif;
	color: #4C4D4E;
	background: url(../grafica/background.jpg) repeat-x top left #8e9b48;
}

/* box sito	 */
#boxSito {
	width: 878px;
	margin: 0 auto;
	padding: 0;
	background: url(../grafica/bg_pagina.gif) repeat-y center transparent;
}

#boxHeader {
	margin: 0 auto 0 auto;
	width: 878px;
	height: 141px;
	padding: 0 auto 0 auto;
	color: #EAEAEA;
	background: url(../grafica/top.gif) no-repeat top center transparent;
}

div#LogoProdotto {width: 395px;padding: 20px 0 0 44px;float:left;}

div#payoff {width: 326px;float: right;padding: 80px 84px 0 0;}

#boxSito h1#titAzienda{
	margin: 0;
	padding: 0 0 5px 0;
	border: 0;
	text-align: center;
	color: #EAEAEA;
	background-color: #FFF;
}

div.clearDiv {clear: both;line-height: 1px;font-size: 1px;}

/* ====== scheda prodotto ======*/
#boxSchedaProd{
	width: 780px;
	margin: auto;
	padding: 0;
}

/* menu sx */
#boxSX {
	float: left;
	width: 200px;
	background: url(../grafica/bg_menu.gif) repeat-y bottom right #f5f2d4;	
}

ul#menuSx {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	float: left;
}

ul#menuSx li{
	width: 190px;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 7px;
	border-bottom: 1px dashed #d9cf73;
	float: left;
}

ul#menuSx li.menuSxChildContainer {}

ul#menuSx li a {
	display: block;
	line-height: 30px;
	height: 30px;
	text-decoration: none;
	color: #13a331;
}

ul#menuSx li a:hover {
	color: #bd5e1f;
}

ul#menuSx li a.selected {
	color: #bd5e1f;
	padding: 0 0 0 23px;
	background: url(../grafica/fiore_over.gif) no-repeat -2px center transparent;
}

/* sottomenu sx */
ul#menuSx ul.menuSxChild {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	float: left;
}

ul#menuSx ul.menuSxChild li{
	width: 177px;
	list-style-type: none;
	margin-left: -12px;
	padding-left: 26px;
	background-color: #eae6c3;
}

ul#menuSx ul.menuSxChild li a {
	color: #88802c;
}

ul#menuSx ul.menuSxChild li a:hover {
	color: #bd5e1f;
}

ul#menuSx ul.menuSxChild li a.selected {
	color: #bd5e1f;
	padding: 0 0 0 10px;
	background: url(../grafica/freccia_on.gif) no-repeat center left transparent;
}


#boxImgPromo {
	margin: 20px 0 0 7px;
	float: left;
}


/* centro */
#boxContent {
	margin: 0 0 0 210px;
	width: 520px;
	padding: 0 5px 0 22px;
}


/* link email*/
#linkEmail{
	width: 504px;
	height: 79px;
	background: url(../grafica/www_mail.gif) no-repeat;
}

#linkEmail a{
	width: 540px;
	height: 79px;
	display: block;
}

#linkEmail a:hover{

	background: url(../grafica/underline.gif) no-repeat 170px 56px transparent;
}


/* ====== footer ======*/
#boxFooter{
	width: 790px;
	height: 24px;
	background: url(../grafica/footer.gif) repeat-x center #fff;
	margin:auto;
	padding: 43px 0 0 0;
	color: #2c3200;
	text-align: center;
	
}
