* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFFFFF;
	font-family: "Arial";
	margin-top: 10px;
}

img {
	border: none;
}

.container {
	margin: 0px auto;
	width: 905px;
	height: auto;
}

.pre_header {
	float: left;
	width: 905px;
	height: auto;
}

.pre_header p {
	color: #575459;
	text-align: right;
	font-size: 7pt;
}

.header {
	float: left;
	width: 905px;
	height: 468px;
	position: relative;
}

.header .img_homepage, .header .img_azienda, .header .img_prodotti, .header .img_consulenza, 
.header .img_promozioni, .header .img_dovesiamo, .header .img_contatti {
	position: absolute;
	right: 0px;
	bottom: 14px;
}

.header .logo_homepage {
	width: 236px;
	height: 186px;
	background-image: url(../images/logo_homepage.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 188px;
	left: 58px;
}

.header .img_homepage {
	width: 528px;
	height: 388px;
	background-image: url(../images/img_homepage.png);
	background-repeat: no-repeat;
}

.header .logo {
	width: 158px;
	height: 124px;
	position: absolute;
	top: 42px;
	left: 29px;
}

.header .img_azienda {
	width: 364px;
	height: 435px;
	background-image: url(../images/img_azienda.png);
	background-repeat: no-repeat;
}

.header .slogan_azienda {
	width: 370px;
	height: 139px;
	background-image: url(../images/slogan_azienda.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 272px;
	left: 18px;
}

.header .img_prodotti {
	width: 363px;
	height: 435px;
	background-image: url(../images/img_prodotti.png);
	background-repeat: no-repeat;
}

.header .slogan_prodotti {
	width: 360px;
	height: 113px;
	background-image: url(../images/slogan_prodotti.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 232px;
	left: 82px;
}

.header .img_consulenza {
	width: 595px;
	height: 388px;
	background-image: url(../images/img_consulenza.png);
	background-repeat: no-repeat;
}

.header .slogan_consulenza {
	width: 265px;
	height: 87px;
	background-image: url(../images/slogan_consulenza.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 230px;
	left: 14px;
}

.header .img_promozioni {
	width: 510px;
	height: 344px;
	background-image: url(../images/img_promozioni.png);
	background-repeat: no-repeat;
}

.header .slogan_promozioni {
	width: 317px;
	height: 119px;
	background-image: url(../images/slogan_promozioni.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 260px;
	left: 32px;
}

.header .img_dovesiamo {
	width: 401px;
	height: 423px;
	background-image: url(../images/img_dovesiamo.png);
	background-repeat: no-repeat;
}

.header .slogan_dovesiamo {
	width: 436px;
	height: 122px;
	background-image: url(../images/slogan_dovesiamo.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 217px;
	left: 0px;
}

.header .img_contatti {
	width: 590px;
	height: 323px;
	background-image: url(../images/img_contatti.png);
	background-repeat: no-repeat;
}

.header .slogan_contatti {
	width: 275px;
	height: 118px;
	background-image: url(../images/slogan_contatti.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 257px;
	left: 3px;
}

.menu {
	float: left;
	width: 905px;
	height: 42px;
	/*background-image: url(../images/bg_menu.png);
	background-repeat: repeat;*/
	background-color: #6F6B71;
	overflow: hidden;
}

.corpo {
	float: left;
	width: 905px;
	height: 374px;
}

.corpo_full {
	float: left;
	width: 905px;
	height: 374px;
	background-image: url(../images/bg_corpo_full.jpg);
	background-repeat: repeat;
	position: relative;
}

.corpo img {
	margin-top: 63px;
	margin-left: 206px;
}

/*** menu ****/

.menu ul {
	margin-left: 69px;
}

.menu ul li {
	float: left;
	list-style-type: none;
}

li a span{
	text-transform: uppercase;
	font-size: 13px;
}

a.azienda:link, a.azienda:visited {
	display: block;
	width: 73px;
	height: 42px;
	background-color: #6F6B71;
	text-decoration: none;
	color: #ecedef;
	padding-top: 12px;
	padding-left: 14px;
}

a.azienda:hover, a.azienda:focus {
	display: block;
	width: 73px;
	height: 42px;
	background-color: #ecedef;
	text-decoration: none;
	color: #6F6B71;
	padding-top: 12px;
	padding-left: 14px;
}

a.azienda_attivo:link, a.azienda_attivo:visited {
	display: block;
	width: 77px;
	height: 42px;
	background-color: #ecedef;
	text-decoration: none;
	color: #6F6B71;
	padding-top: 12px;
	padding-left: 14px;
}

a.prodotti:link, a.prodotti:visited {
	display: block;
	width: 87px;
	height: 42px;
	margin-left: 33px;
	background-color: #6F6B71;
	text-decoration: none;
	color: #ecedef;
	padding-top: 12px;
	padding-left: 14px;
}

a.prodotti:hover, a.prodotti:focus {
	display: block;
	width: 87px;
	height: 42px;
	margin-left: 33px;
	background-color: #ecedef;
	text-decoration: none;
	color: #6F6B71;
	padding-top: 12px;
	padding-left: 14px;	
}

a.prodotti_attivo:link, a.prodotti_attivo:visited {
	display: block;
	width: 87px;
	height: 42px;
	margin-left: 33px;
	background-color: #ecedef;
	text-decoration: none;
	color: #6F6B71;
	padding-top: 12px;
	padding-left: 14px;	
}

a.consulenza:link, a.consulenza:visited {
	display: block;
	width: 112px;
	height: 42px;
	margin-left: 33px;
	background-color: #6F6B71;
	text-decoration: none;
	color: #ecedef;
	padding-top: 12px;
	padding-left: 14px;
}

a.consulenza:hover, a.consulenza:focus {
	display: block;
	width: 112px;
	height: 42px;
	margin-left: 33px;
	background-color: #ecedef;
	text-decoration: none;
	color: #6F6B71;
	padding-top: 12px;
	padding-left: 14px;	
}

a.consulenza_attivo:link, a.consulenza_attivo:visited {
	display: block;
	width: 112px;
	height: 42px;
	margin-left: 33px;
	background-color: #ecedef;
	text-decoration: none;
	color: #6F6B71;
	padding-top: 12px;
	padding-left: 14px;	
}

a.dove_siamo:link, a.dove_siamo:visited {
	display: block;
	width: 104px;
	height: 42px;
	margin-left: 33px;
	background-color: #6F6B71;
	text-decoration: none;
	color: #ecedef;
	padding-top: 12px;
	padding-left: 14px;
}

a.dove_siamo:hover, a.dove_siamo:focus {
	display: block;
	width: 104px;
	height: 42px;
	margin-left: 33px;
	background-color: #ecedef;
	text-decoration: none;
	color: #6F6B71;
	padding-top: 12px;
	padding-left: 14px;
}

a.dove_siamo_attivo:link, a.dove_siamo_attivo:visited {
	display: block;
	width: 104px;
	height: 42px;
	margin-left: 33px;
	background-color: #ecedef;
	text-decoration: none;
	color: #6F6B71;
	padding-top: 12px;
	padding-left: 14px;
}

a.promozioni:link, a.promozioni:visited {
	display: block;
	width: 105px;
	height: 42px;
	margin-left: 33px;
	background-color: #6F6B71;
	text-decoration: none;
	color: #ecedef;
	padding-top: 12px;
	padding-left: 14px;
}

a.promozioni:hover, a.promozioni:focus {
	display: block;
	width: 105px;
	height: 42px;
	margin-left: 33px;
	background-color: #ecedef;
	text-decoration: none;
	color: #6F6B71;
	padding-top: 12px;
	padding-left: 14px;
}

a.promozioni_attivo:link, a.promozioni_attivo:visited {
	display: block;
	width: 105px;
	height: 42px;
	margin-left: 33px;
	background-color: #ecedef;
	text-decoration: none;
	color: #6F6B71;
	padding-top: 12px;
	padding-left: 14px;
}

a.contatti:link, a.contatti:visited {
	display: block;
	width: 83px;
	height: 42px;
	margin-left: 33px;
	background-color: #6F6B71;
	text-decoration: none;
	color: #ecedef;
	padding-top: 12px;
	padding-left: 14px;
}

a.contatti:hover, a.contatti:focus {
	display: block;
	width: 83px;
	height: 42px;
	margin-left: 33px;
	background-color: #ecedef;
	text-decoration: none;
	color: #6F6B71;
	padding-top: 12px;
	padding-left: 14px;
}

a.contatti_attivo:link, a.contatti_attivo:visited {
	display: block;
	width: 83px;
	height: 42px;
	margin-left: 33px;
	background-color: #ecedef;
	text-decoration: none;
	color: #6F6B71;
	padding-top: 12px;
	padding-left: 14px;
}

.titolo_sezione {
	position: absolute;
	width: 106px;
	height: 22px;
	top: 33px;
	left: 0px;
}

.titolo_sezione  p {
	color: #69676c;
	font-size: 12px;
	margin-top: 5px;
	text-align: right;
	margin-right: 10px;
	text-transform: uppercase;
}

.testo_azienda {
	position: absolute;
	width: 440px;
	height: 255px;
	top: 71px;
	left: 28px;
}

.testo_azienda p {
	color: #69676c;
	font-size: 12px;
	line-height: 17px;
	text-align: justify;
}

.foto_azienda {
	position: absolute;
	width: 364px;
	height: 301px;
	top: 40px;
	left: 512px;
	background-color: #FFFFFF;
}

.foto_azienda img {
	margin-top: 2px;
	margin-left: 2px;
}

.modulo_contatti {
	position: absolute;
	width: 848px;
	height: 306px;
	top: 68px;
	left: 35px;
	background-image: url(../images/bg_modulocontatti.jpg);
	background-repeat: no-repeat;
}

.modulo_left {
	float: left;
	width: 202px;
	height: 306px;
}

.modulo_right {
	float: left;
	width: 646px;
	height: 306px;
}

p.contatti_1 {
	width: 167px;
	height: 22px;
	margin-top: 30px;
	margin-left: 15px;
	font-size: 10pt;
	color: #565459;
	line-height: 15px;
	border-bottom: 1px solid #69676c;
}

p.contatti_2 {
	margin-left: 15px;
	font-size: 8pt;
	color: #565459;
	line-height: 15px;
}

p.contatti_3 {
	margin-left: 15px;
	font-size: 8pt;
	color: #565459;
	line-height: 25px;
}

p.contatti_4 {
	margin-top: 20px;
	margin-left: 20px;
	font-size: 15pt;
	color: #565459;
}

p.contatti_5 {
	margin-top: 0px;
	margin-left: 20px;
	font-size: 8pt;
	color: #565459;
}

table.modulo {
	width: 600px;
	height: 215px;
	margin-top: 15px;
	margin-left: 20px;
}

table.modulo td {
	font-size: 9pt;
	color: #565459;
}

input.modulo {
	width: 220px;
	height: 20px;
	border: none;
	border-top: 2px solid #C3C4C6;
	border-left: 2px solid #C3C4C6;
	border-right: 2px solid #ECEDEF;
	border-bottom: 2px solid #ECEDEF;
}

textarea.modulo {
	width: 220px;
	height: 90px;
	border: none;
	border-top: 2px solid #C3C4C6;
	border-left: 2px solid #C3C4C6;
	border-right: 2px solid #ECEDEF;
	border-bottom: 2px solid #ECEDEF;
}

input.bottone {
	width: 65px;
	height: 23px;
	background-color: #E7E9EA;
	border: 1px solid #C3C3C7;
	color: #575459;
	margin-right: 20px;
	cursor: pointer;
	font-size: 8pt;
}

.prodotti_promo {
	width: 708px;
	height: 264px;
	position: absolute;
	top: 67px;
	left: 99px;
}

.contenitore_promo {
	float: left;
	width: 177px;
	height: 132px;
}

.promo {
	width: 144px;
	height: 117px;
	margin: 0px;
	padding: 0px;
	margin-top: 12px;
	margin-left: 16px;
}

.promo_foto {
	width: 144px;
	height: 88px;
}

.promo_foto img {
	cursor:pointer;
}

.promo_testo {
	width: 144px;
	height: 26px;
	margin-top: 6px;
}

.promo_testo p {
	color: #69676c;
	font-size: 11px;
	text-align: center;
}

.promo_testo p span.tagliato {
	color: red;
	font-size: 13px;
	text-decoration: line-through;
}

.promo_testo p span {
	color: red;
	font-size: 13px;
}

.descrizione_promo {
	width: 220px;
	height: 260px;
	margin-left: 15px;
	overflow: auto;
}

.descrizione_promo p.prodotto {
	color: #69676c;
	font-size: 12px;
	text-transform: uppercase;
}

.descrizione_promo p {
	color: #69676c;
	font-size: 12px;
}

.menu_categoria_prodotti {
	position: absolute;
	width: 155px;
	height: 20px;
	background-color: white;
	top: 28px;
	left: 355px;
}

.menu_categoria_prodotti a:link, .menu_categoria_prodotti a:visited {
	color: #69676c;
	font-size: 12px;
	margin-left: 7px;
	margin-right: 7px;
	text-transform: uppercase;
	text-decoration: none;
}

.menu_categoria_prodotti a:focus, .menu_categoria_prodotti a:hover {
	color: #FF0000;
	font-size: 12px;
	margin-left: 7px;
	margin-right: 7px;
	text-transform: uppercase;
	text-decoration: underline;
}

.cont_menu_prodotti {
	position: absolute;
	width: 340px;
	height: 313px;
	top: 18px;
	left: 532px;
}

.viewer_menu_prodotti {
	width: 340px;
	height: 313px;
	overflow: hidden;
	position: relative;
}

.slide_menu_prodotti {
	width: 340px;
	height: 626px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.categoria_prodotti {
	width: 340px;
	height: auto;
	margin-top: 10px;
}

.categoria {
	width: 340px;
	height: 27px;
	background-image: url(../images/bg_menu_prodotti.jpg);
	background-repeat: repeat-x;
}

.lista_prodotti {
	width: 340px;
	height: 60px;
	background-color: #FFFFFF;
}

.categoria p {
	color: #69676c;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
}

.lista_prodotti ul {
	float: left;
	width: 115px;
	height: auto;
	margin-top: 5px;
	margin-left: 15px;
	margin-right: 40px;
}

.lista_prodotti ul li {
	color: #69676c;
	font-size: 12px;
	line-height: 17px;
	list-style-type: none;
}

.lista_prodotti ul li a:link, .lista_prodotti ul li a:visited {
	color: #69676c;
	text-decoration: underline;
}

.lista_prodotti ul li a:hover, .lista_prodotti ul li a:focus {
	color: #E50002;
	text-decoration: none;
}

.galleria_prodotti {
	width: 840px;
	height: 311px;
	margin-top: 63px;
	margin-left: 32px;
}

.testo_dove_siamo {
	width: 840px;
	height: 27px;
	background-image: url(../images/bg_menu_prodotti.jpg);
	background-repeat: repeat-x;
}

.mappa {
	width: 840px;
	height: 282px;
	background-color: #FFFFFF;
}

.testo_dove_siamo p {
	float: left;
	color: #69676c;
	font-size: 14px;
	text-transform: uppercase;
}

.testo_dove_siamo span {
	color: #E50002;
	font-size: 14px;
	font-style: italic;
	margin-left: 10px;
}

.container_viewer_produttori {
	position: absolute;
	width: 410px;
	height: 240px;
	top: 83px;
	left: 28px;
}

.viewer_produttori {
	width: 410px;
	height: 240px;
	overflow: hidden;
	position: relative;
}

.slide_produttori {
	width: 9000px;
	height: 240px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.single_slide_produttori {
	float: left;
	width: 410px;
	height: 240px;
}

.categoria_produttori {
	width: 410px;
	height: 27px;
	background-image: url(../images/bg_menu_prodotti.jpg);
	background-repeat: repeat-x;
}

.lista_produttori {
	width: 410px;
	height: 213px;
	background-color: #FFFFFF;
}

.categoria_produttori p {
	color: #E50002;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
}

.produttore {
	float: left;
	width: 120px;
	height: 90px;
	margin: 8px;
}

.testo_consulenza {
	position: absolute;
	width: 835px;
	height: 100px;
	top: 71px;
	left: 28px;
}

.testo_consulenza p {
	color: #69676c;
	font-size: 12px;
	line-height: 17px;
	text-align: justify;
}

.testo_consulenza ul  {
	margin-top: 30px;
	margin-left: 30px;
}

.testo_consulenza ul li {
	color: #69676c;
	font-size: 12px;
	line-height: 28px;
	text-align: justify;
}

.img_consulenza_ {
	position: absolute;
	width: 515px;
	height: 135px;
	top: 140px;
	left: 350px;
}

.tendina_leanza {
	width: 410px;
	height: 240px;
	position: absolute;
	top: 83px;
	left: 28px;
	background-color: #FFFFFF;
	display: none;
	z-index: 99;
}

.tendina_leanza_exit {
	width: 28px;
	height: 28px;
	position: absolute;
	top: 73px;
	left: 18px;
	display: none;
	z-index: 99;
}

.tendina_leanza p {
	color: #69676c;
	font-size: 12px;
	line-height: 17px;
	text-align: justify;
	padding: 10px;
}

.tendina_leanza img {
	float: left;
	margin: 20px;
}

.display {
	display: inline;
}
