@charset "utf-8";

/*  MAIN 
------------------------ */

html, body{
	width: 100%;
	height: 100%;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color: #454545;
	line-height: 1.35em;
}

body{

}

p{
	margin-bottom: 8px;
	line-height: 1.4em;
	color: #666666;
}

a:link, a:visited{
	text-decoration: none;
	color: #449a3d;
}

a:hover{
	color: #e2001a;
}


.clearer{
	display: block;
	clear:both;
	height: 1px; /* IE7 HAck */
}


.titoloSezione{
	font-size: 20px;
	margin-bottom: 10px;
	color: #333333; /* #DE0000; */
}

/* plug-in flash */

#getPlugin{
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #EFEFEF;
}

#getPlugin .inner{
	width: 400px;
	height: 100px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -200px;
	text-align: center;
}

#getPlugin img{
	margin-bottom: 5px;
}

#getPlugin a{
	color: #C00;
}
#getPlugin a:hover{
	text-decoration: underline;
}

/* Corner */

.clu, .cru, .clb, .crb{
	position: absolute;
	width: 6px;
	height: 6px;
	display: block;
	background: url(images/corner.png) no-repeat;
	z-index: 29;
}

.clu{left:0; top:0px; background-position: top left;}
.cru{right:0; top:0px; background-position: top right;}
.clb{left:0; bottom:0px; background-position: bottom left;}
.crb{right:0; bottom:0px; background-position: bottom right;}

/* /Corner */


/* Template 
-------------------------------------------------- */

#wrapper{
	width: 100%;
	min-height: 579px;
}


#logo{
	position: absolute;
	top: 5px;
	left: 32px;
}


#bannerHome{
	position: absolute;
	top: 408px;
	left: 26px;
}



#container{
	width: 1215px;
}

#content{
	width: 1009px;
	float: left;
}


/* Navigazione 
-------------------------------- */
#navigation{
	width: 203px;
	min-height: 400px;
	position: relative;
	float: left;
}

ul#nav{
	width: 203px;
	margin-top: 74px;
}

ul#nav li{
	width: 203px;
}


ul#nav li a{
	padding: 7px 13px 3px 30px;
	color: #999999;
	font-size: 16px;
	display: inline-block;
	background-image: url(images/glowBtnNav.png);
	background-position: top right;
	background-repeat: no-repeat;
}


ul#nav li a:hover{
	padding: 13px 13px 9px 30px;
	font-size: 18.5px;
	display: inline-block;
	color: #ffffff;
}

ul#nav li a.active{
	padding: 13px 13px 9px 30px;
	font-size: 18.5px;
	display: inline-block;
	color: #ffffff;
	background-color: #000000;
}




/* inizio langSelect */

#fasciaLingua{
	width: 1215px;
	height: 48px;
	position: relative;
}

.langSelect{
	width: 184px;
	height: 26px;
	position: absolute;
	top: 10px;
	right: 5px;
	background: url(images/bkgSelectLang.gif) repeat-x top left;
	border: 1px solid #e3e3e3;
	z-index: 20;
}

.langSelect a{
	outline: none;
	text-decoration: none;
}

.langSelect .itemSelected{
	display: block;
	width: 154px;
	height: 25px;
	color: #333333;
	text-align: right;
	font-size: 10px;
	padding: 0px 30px 0px 0px;
	line-height: 25px;
	background: url(images/arrowSelect.gif) 95% 1px  no-repeat;
}

.langSelect .itemSelected:hover{
	background-position: 95% -24px
}

.langSelect .itemSelected .sigla{
	float: left;
	padding: 0 8px 0 8px;
	border-right: #e3e3e3 solid 1px;
	margin: 5px 0 5px 0;
	line-height: 15px;
}

.langSelect ul{
	position: absolute;
	width: 150px;
	display: none;
	padding: 0;
	right: 0px;
	top: 27px;
	border-left: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	border-bottom: #e3e3e3 1px solid;
	background: #f4f4f4 url(images/bkgTendina.gif) repeat-x top left; 
}

.langSelect ul li{
	padding: 0;
	margin: 0;
}

.langSelect ul li a{
	display: block;
	line-height: 1.2em;
	font-size: 10px;
	color: #444444;
	padding: 8px 10px 8px 10px;
	text-align: center;
	border-bottom: #f4f4f4 1px solid;
}

.langSelect ul li a:hover{
	color: #333333;
	background-color: #F4F4F4;
}

/* fine langSelect */







#footer{
		width: 100%;
		height: 90px;
		background: url(images/bkgFooter.gif) repeat-x top left;
	}

#footer .inner{
	margin-left: 200px;
	width: 1008px;
	height: 90px;
	display: block;
}

	#footer h6{
		display: inline;
		color: #454545;
	}
	
	#footer a{
		color: #454545;
		text-decoration: none;
	}
	
	#footer .infoLeft{
		float: left;
		margin-left: 8px;
	}

	#footer .infoLeft p{
		color: #454545;
		font-size: 9px;
	}
	
	#footer .infoRight{
		float: right;
	}

#footer ul li{
	float: left;
	height: 55px;
}

#footer .btnCompany, #footer .btnPrivacy, #footer .btnSiteMap{
	height: 25px;
	background: url(images/pulsantiFooter_ita.png) no-repeat;
	float: left;
	margin: 15px 10px 16px 0;
	text-indent: -99999em;
	display: block;
}

#footer .btnCompany{ width: 90px; background-position: left top; }
#footer .btnCompany:hover{ background-position: left bottom; }

#footer .btnPrivacy{ width: 90px; background-position: -100px 0px; }
#footer .btnPrivacy:hover{ background-position: -100px -25px; }

#footer .btnSiteMap{ width: 62px; background-position: -200px 0px; }
#footer .btnSiteMap:hover{ background-position: -200px -25px; }


#footer ul li .addthis_toolbox{
	margin: 20px 0 0 0;
	}



/* HOME
---------------------------------------- */


#home .visual{
	height: 403px;
}

#home .newsContainer{
	width: 505px;
	height: 135px;
	margin-bottom: 40px;
	background: url(images/bkgSingleNews.gif) repeat-x bottom left;
	float: left;
}

#home .newsContainer .news{
	float: left;
	width: 212px;
	height: 111px;
	padding: 10px 20px 0px 20px;
	margin-top: 14px;
	background: url(images/bkgSepNews.gif) left bottom no-repeat;
	position: relative;
}

#home .newsContainer .last{
	border-right: 1px solid #e5e5e5;
}

#home .newsContainer .news h2{
	color: #de0000;
	margin-bottom: 10px;
}

#home .news .btnNews{
	width: 19px;
	height: 19px;
	background: url(images/arrowNews.gif) no-repeat top left;
	display: block;
	position: absolute;
	right: 12px;
	bottom: 10px;
	text-indent: -999999em;
}

#home .news .btnNews .active{
	width: 19px;
	height: 19px;
	background: url(images/arrowNews.gif) no-repeat bottom left;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

#home .bannerContainer{
	width: 502px;
	height: 120px;
	margin-bottom: 40px;
	padding: 14px 0 0 2px;
	float: left;
}

#home .banner{
	height: 108px;
	background: url(images/bkgBanner.gif) repeat-x top left;
	padding: 12px 24px 0 0;
	position: relative;
}

#home .banner .imgContainer{
	width: 140px;
	height: 109px;
	float: left;
	margin: 0px 12px 0 12px;
}

#home .banner h2{
	color: #008836;
	font-size: 15px;
	margin-bottom: 10px;
}


#home .banner .btnBanner{
	width: 19px;
	height: 19px;
	background: url(images/arrowBanner.gif) no-repeat top left;
	display: block;
	position: absolute;
	right: 12px;
	bottom: 10px;
	text-indent: -999999em;
}

#home .banner .btnBanner .active{
	width: 19px;
	height: 19px;
	background: url(images/arrowBanner.gif) no-repeat bottom left;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}



/* COLLEZIONI
-------------------------- */

ul#navProd{
	width:  1009px;
	height: 27px;
	margin: 7px 0 8px 0;
	background: url(images/bkgNavProd.gif) no-repeat top left;
	padding: 3px 0 5px 0;
}

ul#navProd li{
	float: left;
}

ul#navProd li.titleMenu{
	padding: 9px 20px 0px 15px;
	font-size: 11px;
	color: #000000;
	background: url(images/sepBread.gif) no-repeat right top;
	height: 22px;
	position: relative;
	top: -3px;
}

ul#navProd li a{
	display: inline-block;
	float: left;
	padding: 6px 15px 0px 15px;
	height: 22px;
	font-size: 11px;
	color: #333333;
	border-right: 1px solid #d6d6d6;
}

ul#navProd li a:hover{
	color: #de0000;
}

ul#navProd li a.active{
	color: #de0000;
}

/* Tooltip preview */

#preview{
	position:absolute;
	display:none;
	z-index: 20;
	}

#preview img{
	display: block;
	}




#collezioni .imgContainer{
	background: url(images/bkgImageProd.gif) no-repeat bottom left;
	padding: 0px 0px 11px 3px;
	position: relative;
}

#collezioni .imgContainer .titoloCollezione{
	position: absolute;
	top: 47px;
	left: 3px;
	width: 1px;
	height: 33px;
	color: #ffffff;
	text-align: right;
	background: url(images/glowBtnNav.png) top right no-repeat #DF0001;
	font-size: 30px;
	padding: 10px 15px 0 0;
}

#collezioni .galleryContainer{
	float: right;
	margin: 15px 15px 20px 0;
}
#collezioni .galleryContainer img{
	padding: 0 10px 0 10px;
}

#collezioni .descrProd{
	margin: 10px 0 0 20px;
	width: 380px;
	float: left;
}

#collezioni .descrProd p{
	color: #333333;
}

/* Bottone Italiano */

#collezioni .descrProd .btnDownload{
	width: 126px;
	height: 25px;
	background: url(images/btnDownloadScheda.gif) no-repeat top left;
	display: block;
	position: relative;
	text-indent: -999999em;
	margin: 0px 0 35px 0;
}

#collezioni .descrProd .btnDownload .active{
	width: 126px;
	height: 25px;
	background: url(images/btnDownloadScheda.gif) no-repeat bottom left;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

/* Bottone English */

#collezioni .descrProd .btnDownload_eng{
	width: 156px;
	height: 25px;
	background: url(images/btnDownloadScheda_eng.gif) no-repeat top left;
	display: block;
	position: relative;
	text-indent: -999999em;
	margin: 0px 0 35px 0;
}

#collezioni .descrProd .btnDownload_eng .active{
	width: 156px;
	height: 25px;
	background: url(images/btnDownloadScheda_eng.gif) no-repeat bottom left;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}


/* Bottone Francese */

#collezioni .descrProd .btnDownload_fra{
	width: 156px;
	height: 25px;
	background: url(images/btnDownloadScheda_fra.gif) no-repeat top left;
	display: block;
	position: relative;
	text-indent: -999999em;
	margin: 0px 0 35px 0;
}

#collezioni .descrProd .btnDownload_fra .active{
	width: 156px;
	height: 25px;
	background: url(images/btnDownloadScheda_fra.gif) no-repeat bottom left;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}


/* Bottone Spagnolo */

#collezioni .descrProd .btnDownload_spa{
	width: 156px;
	height: 25px;
	background: url(images/btnDownloadScheda_spa.gif) no-repeat top left;
	display: block;
	position: relative;
	text-indent: -999999em;
	margin: 0px 0 35px 0;
}

#collezioni .descrProd .btnDownload_spa .active{
	width: 156px;
	height: 25px;
	background: url(images/btnDownloadScheda_spa.gif) no-repeat bottom left;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}


/* Bottone Tedesco */

#collezioni .descrProd .btnDownload_deu{
	width: 161px;
	height: 25px;
	background: url(images/btnDownloadPdf_deu.gif) no-repeat top left;
	display: block;
	position: relative;
	text-indent: -999999em;
	margin: 0px 0 35px 0;
}

#collezioni .descrProd .btnDownload_deu .active{
	width: 161px;
	height: 25px;
	background: url(images/btnDownloadPdf_deu.gif) no-repeat bottom left;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}






/* CONTATTACI
---------------------------- */


.formContact{
	margin: 0 0 0 0;
	padding: 12px 0px 20px 2px;
	position: relative;
	width: 1009px;
	float: left;
}


.formContact input.textField{
	border: none;
	width: 302px;
	padding: 6px 3px 6px 3px;
	border-top: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
	border-bottom: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
}


/* Numero di telefono */

.formContact input.textFieldPrefisso{
	width: 80px;
	border: none;
	padding: 6px 3px 6px 3px;
	border-top: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
	border-bottom: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
}

.formContact input.textFieldNumber{
	width: 200px;
	border: none;
	padding: 6px 3px 6px 3px;
	border-top: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
	border-bottom: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
}

.formContact .prefContainer{
	width: 100px;
	float: left;
	display: block;
}

.formContact .numberContainer{
	float: left;
	width: 186px;
	margin-left: 15px;
}


.formContact input.textFieldError{
	border: none;
	width:302px;
	padding: 6px 3px 6px 3px;
	border: 1px solid #D72828;
}

.formContact input, .formContact textarea{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

.formContact fieldset{
	float: left;
	margin: 0 25px 10px 0;
	padding: 0  0 0 0px;
}

.formContact label{
	width: 180px;
	display: block;
	font-weight: bold;
	text-align: left;
	padding-right: 10px;
	color: #666666;
}

.formContact select{
	border: none;
	width: 308px;
	padding: 4px 3px 4px 3px;
	border-top: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
	border-bottom: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
}


.formContact p.headText{
	margin-bottom: 10px;
	font-size: 10px;
}

.formContact p.privacyText{
	clear: both;
	font-size: 10px;
}


.formContact textarea{
	border-top: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
	border-bottom: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	width: 300px;
	height: 315px;
	padding: 10px;
}

/* ITALIANO */

.formContact .btnSend{
	width: 59px;
	height: 25px;
	display: block;
	position: absolute;
	right: 18px;
	bottom: 18px;
	background: url(images/inviaEmail_eng.gif) no-repeat left top;
	text-indent: -9999px;
}

.formContact .btnSend:hover{
	background-position: left bottom;
}

/* INGLESE */

.formContact .btnSend{
	width: 59px;
	height: 25px;
	display: block;
	position: absolute;
	right: 18px;
	bottom: 18px;
	background: url(images/inviaEmail_eng.gif) no-repeat left top;
	text-indent: -9999px;
}

.formContact .btnSend:hover{
	background-position: left bottom;
}


/* SPAGNOLO*/

.formContact .btnSend_spa{
	width: 75px;
	height: 25px;
	display: block;
	position: absolute;
	right: 18px;
	bottom: 18px;
	background: url(images/inviaEmail_spa.gif) no-repeat left top;
	text-indent: -9999px;
}

.formContact .btnSend_spa:hover{
	background-position: left bottom;
}

/* TEDESCO */

.formContact .btnSend_deu{
	width: 75px;
	height: 25px;
	display: block;
	position: absolute;
	right: 18px;
	bottom: 18px;
	background: url(images/btnSendEmail_deu.gif) no-repeat left top;
	text-indent: -9999px;
}

.formContact .btnSend_deu:hover{
	background-position: left bottom;
}









.formContact p.address{
	font-size: 11px;
	border-bottom: 1px solid #ebebeb;
	padding: 0px 0 15px 0px;
	background: url(images/logoSmallContact.gif) left top no-repeat;
	margin-right: 25px;
	margin-bottom: 15px;
}

.formContact p.address img{
	float: left;
}

#contatti{
	
}

/* Conferme invio form */

#contatti .conferme{
	margin: 18px 0 0 0px;
	display: block;
	float: left;
}

#contatti .conferme h2{
	margin: -5px 0 10px 0;
	padding: 0;
	font-size: 19px;
	border: none;
}

#contatti .conferme p{
	color: #333333;
	
}


/* Dove Siamo 
-------------------- */

#doveSiamo{
	position: relative;
}

#doveSiamo .addressContainer{
	margin: 0px 0px 0px 15px;
	width: 170px;
	float: left;
}

#doveSiamo .addressContainer img{
	margin-bottom: 10px;
}

#doveSiamo ul.address{
	font-size: 10px;
	margin-left: 15px;
}

#doveSiamo ul.address li.titolo{
	color: #de0000;
	font-size: 13px; 
	margin-bottom: 3px;
}


#doveSiamo .mapContainer{
	padding: 0px;
	background: url(images/bkgImageMap.gif) no-repeat bottom left;
	float: left;
	margin-top: 13px;
	margin-bottom: 2px;
	padding: 0 3px 15px 4px;
	width: 695px;
}

#doveSiamo #map{
	width: 693px;
	height: 430px;
}


/* NEWS
---------------------------- */

#areaNews{
	position: relative;
	height: 490px;
}

#areaNews #navProd{
	margin-bottom: 15px;
}

#areaNews .newsContainer{
	width: 467px;
	height: 162px;
	float: left;
	margin: 0px 20px 15px 0;
	padding: 12px 15px 25px 0;;
	border-bottom: 1px solid #e4e4e4;
	position: relative;
	background: url(images/bkgNews.gif) bottom left repeat-x;
}

#areaNews .newsContainer h2{
	color: #DE0000;
	margin: 0px 0px 5px 0px;
	font-size: 13px;
	line-height: 1.4em;
	text-transform: uppercase;
}

#areaNews .newsContainer .dataNews{
	font-size: 10px;
	margin-bottom: 4px;
}

#areaNews .newsContainer.noMargin{
	margin-right: 0px;
}

#areaNews .newsContainer .imgContainer{
	float: left;
	margin-right: 20px;
	margin-left: 20px;
}

#areaNews .newsContainer img{
	border: 3px solid #e4e4e4;
}

#areaNews .btnNews{
	width: 19px;
	height: 19px;
	background: url(images/arrowNews.gif) no-repeat top left;
	display: block;
	position: absolute;
	right: 12px;
	bottom: 10px;
	text-indent: -999999em;
}

#areaNews .btnNews .active{
	width: 19px;
	height: 19px;
	background: url(images/arrowNews.gif) no-repeat bottom left;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}



/* DETTAGLIO NEWS 
------------------------------ */

#areaNews .detailContainer .imgContainer{
	margin: 15px 0 0 0;
	padding: 0px 20px 0px 0px;
	width: 285px;
	height: 388px;
	border-right: 1px solid #E4E4E4;
	float: left;
}

#areaNews .detailContainer .imgContainer img{
	border: 3px solid #E4E4E4;
}

#areaNews .detailContainer .imgContainer{
	margin: 15px 25px 0 0;
	padding: 0px 20px 0px 0px;
	width: 285px;
	height: 388px;
	border-right: 1px solid #E4E4E4;
	float: left;
}

#areaNews .detailContainer .textContainer{
	margin: 15px 0 0 0;
	padding: 0px 20px 0px 0px;
	width: 310px;
	height: 388px;
	border-right: 1px solid #E4E4E4;
	float: left;
}

.detailContainer .textContainer h2{
	color: #DE0000;
	margin: 0px 0px 8px 0px;
	font-size: 13px;
	line-height: 1.4em;
	text-transform: uppercase;
}

.detailContainer .textContainer .dataNews{
	font-size: 10px;
	color: #999999;
}

.detailContainer .textContainer p{
	line-height: 1.6em;
}

.detailContainer .btnContainer{
	float: left;
	padding: 15px 0 0 25px;
}

.detailContainer .btnContainer a{
	display: block;
	margin-bottom: 6px;
}

.detailContainer .btnContainer a.btnDwnl{
	background: #f0f0f0 url(images/attachIcon.png) 5px center no-repeat;
	padding: 6px 9px 5px 26px;
	color: #6e6e6e;
}

.detailContainer .btnContainer a.btnDwnl:hover{
	background-color: #E22222;
	color: #ffffff;
}

.detailContainer .btnContainer a.btnLink{
	background: #f0f0f0 url(images/linkIcon.gif) 5px center no-repeat;
	padding: 6px 9px 5px 26px;
	color: #6e6e6e;
}

.detailContainer .btnContainer a.btnLink:hover{
	background-color: #E22222;
	color: #ffffff;
}



#paginator{
	width: 998px;
	height: 15px;
	position: absolute;
	bottom: 0px;
	right: 20px;
}


#paginator .pagNext, #paginator .pagPrev, #paginator .pagList{
	color: #333333;

}

#paginator .pagNext{
	float: right;
	padding: 0 10px 0 0;
	background: url(images/arrowRight.gif) no-repeat 100% 5px;
	margin-right: 15px;
}

#paginator .pagNext:hover{
	text-decoration: none;
	color: #e2001a;
}

#paginator .pagList{
	float: left;
	padding: 0 0 0 10px;
	background: url(images/arrowUp.gif) no-repeat 0px 5px;
	margin-left: 10px;
}

#paginator .pagList:hover{
	text-decoration: none;
	color: #e2001a;
}

#paginator .pagPrev{
	float: left;
	padding: 0 0 0 10px;
	background: url(images/arrowLeft.gif) no-repeat 0px 5px;
	margin-left: 10px;
}

#paginator .pagPrev:hover{
	text-decoration: none;
	color: #e2001a;
}


/* AZIENDA 
------------------------------ */

#azienda{

}

#azienda p{
	line-height: 1.6em;
}

#azienda img.imgAzienda{
	float: left;
	margin: 20px 25px 0 0;
}

#azienda .columnDx{
	margin-top: 23px;
	width: 400px;
	float: left;
}

#azienda .premiContainer{
	width: 586px;
	margin: 25px 18px 0 2px;
	float: left;

}

#azienda .premiContainer img{
	float: left;
	margin-right: 10px;
	border: 1px solid #cacaca;
	margin: 0px 15px 15px 0px;
}

#azienda img.imgGreenheater{
	border: none;
	margin: 20px 30px 0 0;
	float:left;
}

/* SITEMAP 
------------------------------ */

#sitemap{
	
}

#sitemap #navProd{
	margin-bottom: 28px;	
}

#sitemap .titoloSezione{
	margin-top: 27px;	
}

#sitemap ul{
	margin-bottom: 8px;
}


#sitemap ul li a.titoloSezSub{
	display: inline-block;
	padding: 10px 15px 10px 10px;
	background: #666666 url(images/arrowSitemap.gif) no-repeat center right;;
	color: #ffffff;
	width: 130px;
	margin-right: 3px;
	position: relative
}

#sitemap ul li a.titoloSezSub:hover{
	background: #999999 url(images/arrowSitemap.gif) no-repeat center right;;
	color: #ffffff;
}

#sitemap ul li a.titoloSez{
	display: inline-block;
	padding: 10px;
	background: #666666;
	color: #ffffff;
	width: 130px;
	position: relative
}

#sitemap ul li a.titoloSez:hover{
	background: #999999;
	color: #ffffff;
}


#sitemap ul li{
	display: inline;
}

#sitemap ul li a.link{
	display: inline;
	padding: 10px 15px 10px 15px;
	background: #dadada;
	color: #333333;
	width: 130px;
	margin-right: 5px;
	position: relative
}

#sitemap ul li a.link:hover{
	display: inline;
	padding: 10px 15px 10px 15px;
	background: #999999;
	color: #ffffff;
	width: 130px;
	margin-right: 5px;
}


/* reteVendita
------------------------------ */

#reteVendita{

}


#reteVendita #storeLocator{
	width: 1004px;
	background: url(images/bkgImageProd.gif) no-repeat bottom left;
	padding:15px 3px 25px 3px;
}


/* Link
------------------------------ */

#link{

}

#link .columnDx{
	margin-top: 23px;
	width: 620px;
	float: left;
}

#link p{
}

#link img{
	float: left;
	margin: 20px 25px 15px 0;
}

#link .columnDx a{
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 3px;
	display: block;
	background: url(images/linkIcon.gif) no-repeat left center;
	padding: 0 0 0 22px;
	color: #E2001A;
}

#link .columnDx a:hover{
	color: #000000;
}

#link .columnDx ul{
	padding-right: 8px;
}

#link .columnDx ul li{
	border-bottom: 1px solid #E5E5E5;
	padding: 8px 0 3px 0;
}

#link .columnDx p.descrizione{
	padding-left: 22px;
}


/* Download
------------------------------ */

#dwnl{

}

#dwnl .columnDx{
	margin-top: 23px;
	width: 620px;
	float: left;
}

#dwnl p{
}

#dwnl img{
	float: left;
	margin: 20px 25px 15px 0;
}

#dwnl .columnDx a{
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 3px;
	display: block;
	background: url(images/attachIcon.png) no-repeat left center;
	padding: 0 0 0 22px;
	color: #E2001A;
}

#dwnl .columnDx a:hover{
	color: #000000;
}

#dwnl .columnDx ul{
	padding-right: 8px;
}

#dwnl .columnDx ul li{
	border-bottom: 1px solid #E5E5E5;
	padding: 8px 0 3px 0;
}

#dwnl .columnDx p.descrizione{
	padding-left: 22px;
}



/* Newsletter
------------------------------ */

#newsletter{

}

#newsletter .titoloSezione{
	margin-bottom: 3px;
}

#newsletter .columnDx{
	margin-top: 23px;
	width: 340px;
	float: left;
	height: 440px;
}

#newsletter p{
}

#newsletter img{
	float: left;
	margin: 20px 25px 15px 0;
}

#newsletter .formContact{
	width: 340px;
}

/* ita */

#newsletter .btnSend{
	left: 0;
	bottom: 0;
	background: url(images/iscrivitiNewsletter_ita.gif) no-repeat left top;
	text-indent: -9999px;
	width: 79px;
	height: 25px;
	display: block;
	position: absolute;
}

#newsletter .btnSend:hover{
	background-position: left bottom;
}


/* eng */
#newsletter .btnSend_eng{
	left: 0;
	bottom: 0;
	background: url(images/iscrivitiNewsletter_eng.gif) no-repeat left top;
	text-indent: -9999px;
	width: 79px;
	height: 25px;
	display: block;
	position: absolute;
}

#newsletter .btnSend_eng:hover{
	background-position: left bottom;
}



/* fra */
#newsletter .btnSend_fra{
	left: 0;
	bottom: 0;
	background: url(images/iscrivitiNewsletter_fra.gif) no-repeat left top;
	text-indent: -9999px;
	width: 100px;
	height: 25px;
	display: block;
	position: absolute;
}

#newsletter .btnSend_fra:hover{
	background-position: left bottom;
}


/* spa */
#newsletter .btnSend_spa{
	left: 0;
	bottom: 0;
	background: url(images/iscrivitiNewsletter_spa.gif) no-repeat left top;
	text-indent: -9999px;
	width: 100px;
	height: 25px;
	display: block;
	position: absolute;
}

#newsletter .btnSend_spa:hover{
	background-position: left bottom;
}


/* deu */
#newsletter .btnSend_deu{
	left: 0;
	bottom: 0;
	background: url(images/iscrivitiNewsletter_deu.gif) no-repeat left top;
	text-indent: -9999px;
	width: 100px;
	height: 25px;
	display: block;
	position: absolute;
}

#newsletter .btnSend_deu:hover{
	background-position: left bottom;
}