* {padding: 0; margin: 0;} 


body, html{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(img/Background-General.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-attachment:fixed;

}

#Container-BackgroundBottom{
	float:left;
	width:100%;
}

#PreloaderImagesFrames{
	display:none;
}

a:link, a:visited, a:active{
	text-decoration:none;
}

a:hover{
	text-decoration:none;
}

img{
	border:0;

}

form{
	float:left;
	margin:0;
	padding:0;
	border:0;
}

#Container-General{
	width:962px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
}

#Header{
	float:left;
	width:100%;
	height:60px;
}

a.Logo-Home:link, a.Logo-Home:visited, a.Logo-Home:active {
	float:left;
	display:inline;
	width:129px;
	height:30px;
	margin-top:16px;
	margin-left:20px;
	background-image:url(img/Logo-Laghetto.jpg);
	background-position:0 0;
}

a.Logo-Home:hover{
	background-position:0 -30px;
}

#Cart-Home{
	float:right;
	display:inline;
	font-size:11px;
	color:#919191;
	margin-top:10px;
	margin-right:20px;
}

#Cart-Home a{
	color:#919191;
}

#Cart-Home a:hover{
	color:#F1F1F1;
}

#Menu-Home{
	float:right;
	display:inline;
	width:632px;
	margin-top:12px;
	background-position:top;

}

#Menu-Home img{
	float:left;
}

#Menu-Home a{
	float:left;
	display:inline;
	padding:0;
	font-size:0;
	height:26px;
	margin:0;
}

#Menu-Home a:hover{
	background-position:0 -84px;
}

a.Menu-01:link, a.Menu-01:visited, a.Menu-01:active{
	width:79px;
	background-image:url(img/Button-Home.gif);
}

a.Menu-02:link, a.Menu-02:visited, a.Menu-02:active{
	width:89px;
	background-image:url(img/Button-Prodotti.gif);
}

a.Menu-03:link, a.Menu-03:visited, a.Menu-03:active{
	width:82px;
	background-image:url(img/Button-Azienda.gif);
}

a.Menu-04:link, a.Menu-04:visited, a.Menu-04:active{
	width:105px;
	background-image:url(img/Button-Rivenditori.gif);
}

a.Menu-05:link, a.Menu-05:visited, a.Menu-05:active{
	width:103px;
	background-image:url(img/Button-Assistenza.gif);
}

a.Menu-06:link, a.Menu-06:visited, a.Menu-06:active{
	width:109px;
	background-image:url(img/Button-Shop.gif);
}

a.Menu-07:link, a.Menu-07:visited, a.Menu-07:active{
	width:45px;
	background-image:url(img/Button-Blog.gif);
}

#Container-FrameHome{
	float:left;
	border:3px solid #333333;

}

#WebBar-Home{
	float:left;
	width:955px;
	padding-left:5px;
	border:1px solid #292929;
	height:25px;
	font-size:11px;
	background-color:#191919;
}

#WebBar-Home img{
	float:left;

}

#WebBar-Home a{
	float:left;
	display:inline;
	text-decoration:underline;
	color:#919191;
	margin:5px 17px 0 17px;
}

#WebBar-Home a:hover{
	color:#F1F1F1;
}


#Container-LanguageLink{
	float:left;
	width:957px;
	margin-top:15px;
	font-size:11px;
}

#Container-LanguageLink a{
	color:#919191;
}

#Container-LanguageLink a:hover{
	color:#F1F1F1;
}

#Container-LanguageLink #Language{
	float:left;
	text-align:left;
	color:#919191;
}

#Container-LanguageLink #Links{
	float:right;
	text-align:left;
	color:#919191;
}

#Disclaimer{
	float:left;
	width:957px;
	color:#919191;
	border-top:1px solid #292929;
	text-align:center;
	font-size:11px;
	margin-top:15px;
	padding-top:8px;
	height:45px;
}

/* INIZIO STILE MENU A TENDINA */

#dropmenudiv{
	position:absolute;
	top:0;
	left:0px;
	margin-top:0px;
	line-height:22px;
	z-index:6000;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;

}

#dropmenudiv a{
	width: 100%;
	float:left;
	color:#FFFFFF;
	background-color:#333333;
	border-bottom: 1px solid #4B4F52;
	padding: 1px 0 1px 0;
	text-decoration: none;
	font-weight: normal;

}

#dropmenudiv a:hover{ /*hover background color*/
	color:#F3582C;
	background-color: #FFFFFF;
}

/* FINE STILE MENU A TENDINA */

#Container-General-BottomHome{
	width:975px;
	margin-left:auto;
	margin-right:auto;
}

#Container-General-FooterHome{
	float:left;
	display:inline;
	margin-left:6px;
	margin-top:10px;
}

#Container-General-FooterHomeSubpages{
	float:left;
	display:inline;
	margin-top:10px;
}

#Container-BoxProductsHome{
	float:left;
	width:972px;
	margin-top:10px;
	/*padding-bottom:10px;*/
}

#BoxProductsHome-Text{
	position:absolute;
	top:30px;
	left:15px;
	text-align:left;
	z-index:1;
	color:#C7C7C7;
	line-height:17px;
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
}

#BoxProductsHome-TextRight{
	position:absolute;
	top:30px;
	left:15px;
	width:205px;
	text-align:right;
	z-index:1;
	color:#C7C7C7;
	line-height:17px;
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
}


#Container-BoxProductsHome a{
	position:relative;
	float:left;
	margin-left:6px;
	display:inline;
	width:234px;
	color:#C7C7C7;
	background-color:#000000;
	text-decoration:none;
	cursor:pointer;
	border:1px solid #292929;
	background-position:15px 12px;
	background-repeat:no-repeat;
}

#Container-BoxProductsHome a:hover{
	float:left;
	color:#C7C7C7;
	text-decoration:none;
	border:1px solid #4A4A4A;
	background-position:15px -48px;
	background-repeat:no-repeat;
}


#BoxProductsHome-Footer{
	float:left;
	width:100%;
	height:31px;
	text-align:right;
	border-top:1px solid #292929;
	background-color:#262626;
	background-image:url(img/BoxHome/FooterBox.jpg);
	background-repeat:repeat-y;
}

#BoxProductsHome-Footer span{
	float:right;
	text-align:right;
	width:97%;
	margin-top:8px;
}

#BoxProductsHome-Footer span img{
	display:inline;
}


.BoxProductsHome-Img{
	float:left;
	margin-top:36px;
}

a.BoxProductsHome-TextRight:link, a.BoxProductsHome-TextRight:visited, a.BoxProductsHome-TextRight:active {
	position:relative;
	float:left;
	margin-left:6px;
	display:inline;
	width:234px;
	color:#C7C7C7;
	background-color:#000000;
	text-decoration:none;
	cursor:pointer;
	border:1px solid #292929;
	background-position:right 12px !important;
	background-repeat:no-repeat;
}

a.BoxProductsHome-TextRight:hover{
	float:left;
	width:234px;
	color:#C7C7C7;
	text-decoration:none;
	border:1px solid #4A4A4A;
	background-position:right -48px !important;
	background-repeat:no-repeat;
}

#Container-BoxProductsHomeGallery a{
	float:left;
	margin-left:6px;
	display:inline;
	width:476px;
	color:#C7C7C7;
	background-color:#000000;
	text-decoration:none;
	cursor:pointer;
	border:1px solid #292929;
}

#Container-BoxProductsHomeGallery a p{
	float:left;
	width:92px;
	height:20px;
	font-size:0;
	background-repeat:no-repeat;
	background-position:0px 1px;
}

#Container-BoxProductsHomeGallery a:hover p{
	background-position:0px -27px;
}

#Container-BoxProductsHomeGallery a:hover{
	float:left;
	color:#C7C7C7;
	text-decoration:none;
	border:1px solid #4A4A4A;
}

#BoxBlog{
	float:left;
	margin-left:6px;
	display:inline;
	width:234px;
	color:#C7C7C7;
	background-color:#000000;
	text-decoration:none;
	text-transform:lowercase;

}

.Container_BoxProductsHomeBlog{
	border:1px solid #292929;
}

.Container_BoxProductsHomeBlog_Hover{
	border:1px solid #4A4A4A;
}

a.BoxProductsHomeBlog-Title:link, a.BoxProductsHomeBlog-Title:visited, a.BoxProductsHomeBlog-Title:active{
	float:left;
	width:171px !important;
	height:18px !important;
	font-size:0 !important;
	border:none !important;
	margin-top:9px;
	border-left:8px solid #000000 !important;
	background-image:url(img/BoxHome/Title-07.gif);
	background-position:left top !important;
	background-repeat:no-repeat;
}

a.BoxProductsHomeBlog-Title:hover{
	background-position:left bottom !important;
} 

#Container-BlogNews{
	float:left;
	width:234px;
	margin-top:8px;
	border-top:1px solid #292929;
	border-bottom:5px solid #000000;
	background-image:url(img/BoxHome/BackgroundNewsBlog.gif);
	background-repeat:repeat-y;   
}

#Container-BlogNews span{
	float:left;
	width:215px;
	margin-left:9px;
	padding:12px 0 12px 0;
}

#Container-BlogNews span a{
	float:auto;
	width:auto;
	border:none;
	color:#666666;
}

#Container-BlogNews span a strong{
	font-size:11px;
	font-weight:normal;
	color:#DF562E;
}

#Container-BlogNews span a:hover{
	float:auto;
	width:auto;
	border:none;
	color:#FFFFFF;
}

#BoxNewsletter{
	float:left;
	margin-left:6px;
	margin-top:3px;
	display:inline;
	width:234px;
	height:58px;
	color:#C7C7C7;
	background-color:#000000;
	font-size:11px;
	text-decoration:none;
}

a.Title-Newsletter:link, a.Title-Newsletter:visited, a.Title-Newsletter:active{
	float:left !important;
	width:190px !important;
	height:12px !important;
	font-size:0;
	border:0 !important;
	background-image:url(img/BoxHome/Title-08.gif) !important;
	background-position:left top !important;
	background-repeat:no-repeat !important;
	margin:10px 0px 8px 10px !important;
}

a.Title-Newsletter:hover{
	background-position:left bottom !important;
}

.Container-BoxProductsHomeNewsletter{
	border:1px solid #292929;
}

.Container-BoxProductsHomeNewsletter-Hover{
	border:1px solid #4A4A4A;
}

/*#BoxNewsletter a{
	float:left;
	width:15px;
	height:15px;
	background-image:url(img/BoxHome/Arrow2.gif);
	background-position:-3px 5px;
	background-repeat:no-repeat;
	border:none;
}

#BoxNewsletter a:hover{
	border:none ;
	background-position:-3px 5px;
}*/

.SubmitNewsletterHome{
	float:left;
	margin-top:5px;
	margin-left:3px;
}

#BoxNewsletter span{
	float:left;
	/*margin-left:10px;*/
	margin-left:3px;	
	line-height:18px;
}

.NewsletterUfficiale span span{
	float:left;
	font-size:12px !important;
	font-weight:normal !important;
}

.InputNewsletterHome{
	float:left;
	width:145px;
	height:14px;
	color:#C7C7C7;
	font-family:Arial, Helvetica, sans-serif;
	background-color:transparent;
	background-image:url(img/BoxHome/Background-Input.gif);
	border:0;
	padding:2px 5px 2px 5px;
	margin:0;
	font-size:11px;
}

/* INIZIO STILI PAGINA FINANZIAMENTI */

#Container-Subpages{
	float:left;
	width:956px;
	background-color:#1D1D1D;
	border:3px solid #333333;
}

#Container-Subpages a{
	color:#C7C7C7;
	text-decoration:underline;
}

#Container-Subpages a:hover{
	color:#FFFFFF;
}

#Header-Finanziamenti{
	float:left;
	width:956px;
	height:98px;
	background-image:url(img/Finanziamenti/Background-Top.jpg);
	background-repeat:repeat-x;
}

#Header-Finanziamenti img{
	float:left;
}

#Logo-LaghettoFacile{
	float:left;
	display:inline;
	margin-top:26px;
	margin-left:16px;
}

#Foto-LaghettoFacile{
	float:right;
}

#Txt-LaghettoFacile{
	float:left;
	display:inline;
	margin-left:25px;
	margin-top:16px;
}

#TxtBottom-LaghettoFacile{
	float:left;
	width:811px;
	font-size:11px;
	color:#919191;
}

#TxtBottom-LaghettoFacile p{
	padding:1px 10px 0 20px;
}

#TxtBottom-LaghettoFacile a{
	color:#F83938;
	text-decoration:none;
}

#TxtBottom-LaghettoFacile a:hover{
	color:#FA5858;
	
}

#Logo-Santander{
	float:right;
	display:inline;
}



#Shadow-LaghettoFacile{
	float:left;
	height:20px;
	width:956px;
	background-image:url(img/Finanziamenti/Background-Shadow.jpg);
	background-repeat:repeat-x;
}

#Box1-LaghettoFacile{
	float:left;
	display:inline;
	width:278px;
	margin-left:30px;
}

#Box1-LaghettoFacile img{
	float:left;
}

#Box2-LaghettoFacile{
	float:left;
	display:inline;
	width:278px;
	margin-left:30px;
}

#Box2-LaghettoFacile img{
	float:left;
}

#Box3-LaghettoFacile{
	float:left;
	display:inline;
	width:278px;
	margin-left:30px;
}

#Box3-LaghettoFacile img{
	float:left;
}

#BoxTxt-LaghettoFacile{
	float:left;
	width:278px;
	margin-top:9px;
	padding:10px 0 10px 0;
	background-color:#171717;
	border:1px solid #2F2F2F;
	background-image:url(img/Finanziamenti/LogoSantander-Box.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#BoxTxt-LaghettoFacile p{
	float:left;
	margin:0;
	padding:5px 0px 5px 22px;
	color:#C7C7C7;
	background-image:url(img/Finanziamenti/Red-Arrow.gif);
	background-repeat:no-repeat;
	background-position:12px 10px;
}

#BoxTxt-LaghettoFacile strong{
	color:#F84342;
}

#TitleTable-LaghettoFacile{
	float:left;
	margin-top:15px;
	display:inline;
	margin-left:30px;
	width:894px;
	background-color:#171717;
	border:1px solid #2F2F2F;
	background-image:url(img/Finanziamenti/Ico-SmallFacile.gif);
	background-position:10px 5px;
	background-repeat:no-repeat;
}

#TitleTable-LaghettoFacile p{
	float:left;
	padding:12px 0 12px 40px;
	color:#EB3C3B;
	font-weight:bold;
}

#IntTable-LaghettoFacile{
	float:left;
	display:inline;
	margin-left:30px;
	width:894px;
	background-color:#171717;
	border-left:1px solid #2F2F2F;
	border-right:1px solid #2F2F2F;
	border-bottom:1px solid #2F2F2F;
}

#IntTable-LaghettoFacile p{
	float:left;
	padding:5px 0 5px 15px;
	color:#EB3C3B;
	font-weight:normal;
}

#ContainerTable-LaghettoFacile{
	float:left;
	margin-top:3px;
	display:inline;
	margin-left:30px;
	margin-bottom:25px;
	width:894px;
	height:285px;
	overflow:auto;
	background-color:#171717;
	border:1px solid #2F2F2F;
}

#ContainerTable-LaghettoFacile table{
	width:877px;
	background-color:#1E1E1E;
}

#ContainerTable-LaghettoFacile td{
	border-top:1px solid #151515;
	border-left:1px solid #151515;
	padding:5px 10px 5px 13px;
	font-size:11px;
	color:#C7C7C7;
}

#ContainerTable-LaghettoFacile td a{
	color:#C7C7C7;
	text-decoration:underline;
}

#ContainerTable-LaghettoFacile td a:hover{
	color:#F83938;
}

#Int01{
	float:left;
	text-align:left;
	width:215px;
	color:#89C7F0;
}

#Int02{
	float:left;
	text-align:left;
	width:40px;
	color:#89C7F0;	
}

#Int03{
	float:left;
	text-align:left;
	width:331px;
	color:#89C7F0;	
}

#Int04{
	float:left;
	text-align:left;
	width:122px;
	color:#89C7F0;	
}

#Int05{
   color:#89C7F0;	
} 

#Header-Sottopagine{
	float:left;
	width:956px;
	height:98px;
	background-image:url(img/Sottopagine/Background-Top.jpg);
	background-repeat:repeat-x;
}

#Header-Sottopagine img{
	float:left;
}

#Header-SottopagineBluespring{
	float:left;
	width:956px;
	height:78px;
	background-image:url(img/Interrate/Background-Top.jpg);
	background-repeat:repeat-x;
}

#Header-SottopagineBluespring img{
	float:left;
}

#Title-SottopagineBluespring{
	float:left;
	width:170px;
	display:inline;
	margin-top:22px;
	margin-left:383px;
}

#Title-SottopagineProfessional{
	float:left;
	width:170px;
	display:inline;
	margin-top:13px;
	margin-left:383px;
}


#Title-Sottopagine{
	float:left;
	width:100px;
	display:inline;
	margin-top:44px;
	margin-left:16px;
}

#Title-Sottopagine h2{
	float:left;
	width:405px;
	padding-top:3px;
	color:#FFFFFF;
	font-size:12px;
	margin:0;
	font-weight:normal;
}

#TxtBox-Sottopagine-Form{
	float:left;
	display:inline;
	margin-left:20px;
	text-align:center;
	width:884px;
	line-height:18px;
	background-color:#171717;
	border:1px solid #2F2F2F;
}

#TxtBox-Sottopagine-Form{
	float:left;
	padding:15px;
	color:#C7C7C7;
	font-weight:normal;
}



#TxtBox-Sottopagine{
	float:left;
	display:inline;
	margin-left:20px;
	width:914px;
	line-height:18px;
	background-color:#171717;
	border:1px solid #2F2F2F;
}

#TxtBox-Sottopagine strong{
	color:#89C7F0;
}

#TxtBox-Sottopagine p{
	float:left;
	padding:15px;
	color:#C7C7C7;
	font-weight:normal;
}

#TxtBox-Sottopagine-MarginTop{
	float:left;
	display:inline;
	margin-left:20px;
	width:914px;
	margin-top:5px;
	background-color:#171717;
	border:1px solid #2F2F2F;
}

#TxtBox-Sottopagine-MarginTop p{
	float:left;
	width:914px;
	color:#C7C7C7;
	font-weight:normal;
}

#TxtBox-Sottopagine-MarginTop form{
	float:left;
	width:884px;
	margin:0;
	padding:0;
	line-height:20px;
	border:15px solid #171717;
}

#TxtBox-Sottopagine-MarginTop strong{
	float:left;
	color:#89C7F0;
	margin-right:10px;
}

.ContainerInput-Newsletter{
	float:left;
	width:175px;
	height:25px;
	background-color:transparent;
	background-image:url(img/Sottopagine/Background-Input.gif);
	background-position:5px 0px;
	background-repeat:no-repeat;
	border:0;
	padding-left:13px;
}


.Input-Newsletter{
	width:150px;
	height:25px;
	color:#C7C7C7;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:transparent;
	border:0;
}

#TxtBox-Sottopagine-MarginTop input {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


a.Button-Newsletter:link, a.Button-Newsletter:visited, a.Button-Newsletter:active {
	float:left;
	display:inline;
	width:68px;
	height:22px;
	background-image:url(img/Sottopagine/Button-Iscriviti.jpg);
	background-position:top;
	margin-right:10px;

}

a.Button-Newsletter:hover{
	background-position:bottom;
}

#vertical_slide{
	float:left;
	width:884px;
	padding:15px;
	border-top:1px solid #2F2F2F;
	margin:0;
	color:#C7C7C7;
}

#v_slideout{
	float:right;
}


#ItemNewsletter,
.ItemNewsletter {
	float:left;
	display:inline;
	width:884px;
	margin-left:15px;
	margin-bottom:4px;
	padding:0;
	background-color:#1D1D1D;
}



#ItemNewsletter div{
	float:left;
	line-height:20px;
	color:#555555;
	padding:5px 0 5px 15px;
}

#ItemNewsletter #DownloadPDF{
	float:right;
	display:inline;
	margin-right:15px;
}

#DownloadPDF a{
	float:left;
	width:90px;
	height:22px;
	background-image:url(img/Sottopagine/Button-DownloadPDF.gif);
	background-position:top;
}

#DownloadPDF a:hover{
	background-position:bottom;
}

#ItemNewsletter a{
	text-decoration:none;
}

#ItemNewsletter strong{
	font-weight:normal;
	color:#EB3C3B;
}

#ItemNewsletter img{
	float:left;
}

#Paginatore-Sottopagine{
	float:left;
	display:inline;
	margin-left:20px;
	width:872px;
	margin-top:10px;
	background-color:#171717;
	border:1px solid #2F2F2F;
}


#Paginatore-Sottopagine p{
	float:left;
	width:98%;
	text-align:center;
	padding:10px;
	color:#89C7F0;
	font-weight:normal;
}

#SpacerDiv0px{	
	float:left;
	width:500px;
	height:0px;
	font-size:0px;
}

#SpacerDiv1px{	
	float:left;
	width:830px;
	height:2px;
	font-size:0px;
	border:1px solid red;
	padding:0 !important;
	margin:0 !important;

}

#SpacerDiv5px{	
	float:left;
	width:500px;
	height:5px;
	font-size:0px;
}

#SpacerDiv10px{	
	float:left;
	width:500px;
	height:10px;
	font-size:0px;
}

#SpacerDiv15px{	
	float:left;
	width:500px;
	height:15px;
	font-size:0px;
}

#SpacerDiv20px{	
	float:left;
	width:500px;
	height:20px;
	font-size:0px;
}

#SpacerDiv3Long{	
	float:left;
	width:700px;
	height:3px;
	font-size:0px;
}

#SpacerDiv10Long{	
	float:left;
	width:700px;
	height:10px;
	font-size:0px;
}

#SpacerDiv20Long{	
	float:left;
	width:700px;
	height:20px;
	font-size:0px;
}

/* BOX CONTATTI */

#BoxNumeri{
	float:left;
	width:278px;
	height:63px;
	margin-top:9px;
	padding:10px 0 10px 0;
	background-color:#171717;
	border:1px solid #2F2F2F;
}

#BoxNumeri p{
	display:block;
	margin:0;
	padding:5px 10px 5px 15px;
	color:#C7C7C7;
}

#BoxContatti-LaghettoFacile{
	float:left;
	width:278px;
	height:205px;
	margin-top:9px;
	padding:10px 0 10px 0;
	background-color:#171717;
	border:1px solid #2F2F2F;
}

#BoxContatti-LaghettoFacile p{
	display:block;
	margin:0;
	padding:5px 10px 5px 22px;
	color:#C7C7C7;
	background-image:url(img/Sottopagine/Blue-Arrow.gif);
	background-repeat:no-repeat;
	background-position:12px 10px;
}

#BoxContatti-LaghettoFacile strong{
	color:#89C7F0;
}

#BoxContatti-MapText { 
	float:left;
	margin: 0;
	margin-left: 0px;	
	margin-top: 10px;
}

#BoxContatti-MapText p {
	padding:5px 10px 5px 22px;
	display:block;
	margin:0;
	background-image:url(img/Sottopagine/Blue-Arrow.gif);
	background-repeat:no-repeat;
	background-position:12px 10px;
}

#BoxContatti-MapText strong{
	color:#89C7F0;
}

/* RICERCA RIVENDITORI */

#Box1-RicercaRivenditori{
	float:left;
	display:inline;
	width:586px;
	margin-left:30px;
}

#Box1-RicercaRivenditori img{
	float:left;
}

#BoxTxt-RicercaRivenditori{
	float:left;
	width:596px;
	margin-top:9px;
	padding:10px 0 0 0;
	background-color:#171717;
	border-top:1px solid #2F2F2F;
	border-left:1px solid #2F2F2F;
	border-right:1px solid #2F2F2F;
	background-image:url(img/Sottopagine/Mappa-Rivenditori.jpg);
	background-position:60px 25px;
	background-repeat:no-repeat;	
}

#BoxTxt-RicercaRivenditori p{
	float:left;
	width:596px;
	margin:248px 0 0 0;
	border-top:1px solid #2F2F2F;
	color:#C7C7C7;
	padding:22px 0 10px 0;
}

#BoxTxt-RicercaRivenditori p span{
	float:left;
	width:93px;
	border-bottom:15px solid #171717;
}

#BoxTxt-RicercaRivenditori p span img{
	margin-left:10px;
}

#BoxTxt-RicercaRivenditori p span a{
	float:left;
	font-size:11px;
	line-height:20px;
	margin-left:8px;
}

#AltriPaesi-RicercaRivenditori{
	float:left;
	width:596px;
	display:inline;
	text-indent:20px;
	color:#C7C7C7;
	padding:15px 0 15px 0;
	background-color:#171717;
	border:1px solid #2F2F2F;
}

#AltriPaesi-RicercaRivenditori span{
	float:left ;
	display:inline;
	line-height:22px;
}

#AltriPaesi-RicercaRivenditori div{
	float:left ;
	display:inline;
}


#BoxContatti-RicercaRivenditori{
	float:left;
	width:278px;
	height:394px;
	margin-top:9px;
	padding:10px 0 10px 0;
	background-color:#171717;
	border:1px solid #2F2F2F;
}

#BoxContatti-RicercaRivenditori p{
	display:block;
	font-size:11px;
	margin:0;
	padding:3px 10px 3px 22px;
	color:#C7C7C7;
	background-image:url(img/Sottopagine/Blue-Arrow.gif);
	background-repeat:no-repeat;
	background-position:12px 10px;
}

#BoxContatti-RicercaRivenditori strong{
	color:#89C7F0;
}

#Box-Ricerca{
	float:left;
	display:inline;
	width:864px;
	margin-left:30px;
	border:1px solid #2F2F2F;
	background-color:#171717;
	margin-top:15px;
	padding:15px;
	color:#C7C7C7;

}

#Box-Ricerca .Box-Ricerca-Left {
	float: left;
}

#Box-Ricerca .Box-Ricerca-Right {
	float: right;
	display: inline;
}

#Box-Ricerca #ProvITA {
	width: 140px;
}


#Box-Ricerca strong{
	float:left;
	font-weight:normal;
	line-height:22px;
}

#Box-Ricerca #Box-Select{
	float:left;
	border-left:5px solid #171717;
}

a#Button-Ricerca:link, a#Button-Ricerca:visited, a#Button-Ricerca:active {
	float:left;
	width:68px;
	height:22px;
	border-left:5px solid #171717;
	background-image:url(img/Sottopagine/Button-Ricerca.gif);
	background-position:top;
}

a#Button-Ricerca:hover{
	background-position:bottom;
}


#TitleTable-RisultatiRicerca{
	float:left;
	margin-top:15px;
	display:inline;
	margin-left:30px;
	width:894px;
	background-color:#171717;
	border:1px solid #2F2F2F;
	background-image:url(img/Sottopagine/ico-RisultatiRicerca.gif);
	background-position:12px 8px;
	background-repeat:no-repeat;
}

#TitleTable-RisultatiRicerca p{
	float:left;
	padding:12px 0 12px 40px;
	color:#FF6937;
	font-weight:bold;
}

#ContainerTable-RicercaRivenditori{
	float:left;
	margin-top:3px;
	display:inline;
	margin-left:30px;
	margin-bottom:25px;
	width:894px;
	height:200px;
	overflow:auto;
	background-color:#171717;
	border:1px solid #2F2F2F;
}

#ContainerTable-RicercaRivenditori table{
	width:877px;
	background-color:#1E1E1E;
}

#ContainerTable-RicercaRivenditori td{
	border-top:1px solid #151515;
	border-left:1px solid #151515;
	padding:5px 10px 5px 13px;
	font-size:11px;
	color:#C7C7C7;
}

#ContainerTable-RicercaRivenditori td a{
	color:#C7C7C7;
	text-decoration:underline;
}

#ContainerTable-RicercaRivenditori td a:hover{
	color:#FF6937;
}


#ContainerTable-RicercaRivenditori strong{
	color:#FF6937;
	font-weight:normal;
}

#IntRiv01{
	float:left;
	text-align:left;
	width:201px;
	color:#89C7F0;
}

#IntRiv02{
	float:left;
	text-align:left;
	width:316px;
	color:#89C7F0;	
}

#IntRiv03{
	float:left;
	width:96px;
	text-align:left;
	color:#89C7F0;	
}

#IntRiv04{
	float:left;
	width:96px;
	text-align:left;
	color:#89C7F0;	
}

#IntRiv05{
   color:#89C7F0;	
} 


/* INTERRATE */

#Interrate-Container-Foto{
	float:left;
	position:relative;
	display:inline;
	width:712px;
	height:443px;
	margin-right:5px;
}

#Interrate-Container-Foto img{
	position:absolute;
	top:0;
	left:0;
}

#Interrate-Container-Foto a{
	float:left;
	width:712px;
	height:443px;
	z-index:900 !important;
}

a#Interrate-Private:link, a#Interrate-Private:visited, a#Interrate-Private:active {
	float:left;
	width:233px;
	height:213px;
	border:3px solid #8CC8F0;
	background-color:#5CB1EA;
	background-image:url(img/Interrate/Background-01.gif);
	background-repeat:no-repeat;
	background-position:10px 10px;
	text-decoration:none;
	cursor:pointer;
	margin-bottom:5px;
}

a#Interrate-Private:hover{
	border:3px solid #FFFFFF;
	background-position:10px -193px;
}

a#Interrate-Private:hover p{
	/*color:#205593;*/
}

#Interrate-Private p{
	float:left;
	display:inline;
	width:195px;
	color:#FFFFFF;
	border-top:1px solid #8CC8F0;
	padding-top:8px;
	margin-top:150px;
	margin-left:19px;
}


a#Interrate-Pubbliche:link, a#Interrate-Pubbliche:visited, a#Interrate-Pubbliche:active {
	float:left;
	width:233px;
	height:213px;
	border:3px solid #8CC8F0;
	background-color:#5CB1EA;
	background-image:url(img/Interrate/Background-02.gif);
	background-repeat:no-repeat;
	background-position:10px 10px;
	text-decoration:none;
	cursor:pointer;
}

a#Interrate-Pubbliche:hover{
	border:3px solid #FFFFFF;
	background-position:10px -193px;
}

a#Interrate-Pubbliche:hover p{
	/*color:#205593;*/
}

#Interrate-Pubbliche p{
	float:left;
	display:inline;
	width:195px;
	color:#FFFFFF;
	border-top:1px solid #8CC8F0;
	padding-top:8px;
	margin-top:150px;
	margin-left:19px;
}

#Interrate-Container-Bottom{
	float:left;
}

#Interrate-Container-Bottom a:hover{
	border:3px solid #FFFFFF !important;
}

#Interrate-Container-Bottom a:hover p span{
	/*color:#205593 !important;*/
}


a#Interrate-Tecnologia:link, a#Interrate-Tecnologia:visited, a#Interrate-Tecnologia:active{
	float:left;
	display:inherit;
	text-decoration:none;
	width:461px;
	height:204px;
	background-color:#5CB1EA;
	border:3px solid #8CC8F0;
	margin:5px 5px 0 5px;
	background-image:url(img/Interrate/Background-Tecnologia.jpg);
	background-repeat:no-repeat;
	background-position:10px 10px;
	cursor:pointer;
}

#Interrate-Tecnologia p{
	float:left;
	display:inline;
	text-align:right;
	width:170px;
	color:#FFFFFF;
	margin-left:275px;
	margin-top:15px;
}

a#Interrate-Tecnologia:hover strong{
	background-position:bottom !important;

}

#Title-Tecnologia {
	display:block !important;
	width:155px !important;
	height:13px;
	margin:0 !important;
	padding:0 !important;
	background-image:url(img/Interrate/Title-Tecnologia.gif);
	background-repeat:no-repeat;
	background-position:top;

}

#Interrate-Tecnologia span{
	float:left;
	display:inline;
	width:170px;
	border-top:1px solid #8CC8F0;
	padding-top:10px;
	line-height:16px;
	margin-top:6px;
}


a#Interrate-Finiture,
a#Interrate-Finiture:link, 
a#Interrate-Finiture:visited, 
a#Interrate-Finiture:active{
	float:left;
	display:inherit;
	text-decoration:none;
	width:229px;
	height:204px;
	
	border:3px solid #8CC8F0;
	margin:5px 5px 0 0;
	background:#5CB1EA url(img/Interrate/Background-Finiture.gif) no-repeat 0px 6px;
	cursor:pointer;
}

a#Interrate-Finiture:hover{
	background-position:0px -188px;
}

#Interrate-Finiture p{
	float:left;
	display:inline;
	text-align:center;
	width:209px;
	color:#FFFFFF;
	margin-left:10px;
	margin-top:160px;
	height:44px;
	background:#60b2ea;
}

#Interrate-Finiture span{
	float:left;
	display:inline;
	width:205px;
	border-top:1px solid #8CC8F0;
	padding-top:8px;
	margin-top:8px;
} 

a#Interrate-Gallery-Olimpionica,
a#Interrate-Gallery-Olimpionica:link,
a#Interrate-Gallery-Olimpionica:active,
a#Interrate-Gallery-Olimpionica:visited {
	float:left;
	display:inherit;
	text-decoration:none;
	width:232px;
	height:65px;
	border:3px solid #8CC8F0;
	margin:5px 0 0 0;
	background:#5CB1EA url(img/Interrate/Background-03.gif) no-repeat 3px -14px;
	cursor:pointer;
}

a#Interrate-Gallery-Renovation,
a#Interrate-Gallery-Renovation:link,
a#Interrate-Gallery-Renovation:active,
a#Interrate-Gallery-Renovation:visited {
	float:left;
	display:inherit;
	text-decoration:none;
	width:232px;
	height:64px;
	border:3px solid #8CC8F0;
	margin:5px 0 5px 0;
	background:#5CB1EA url(img/Interrate/Background-04.gif) no-repeat 3px -14px;
	cursor:pointer;
}

a#Interrate-Gallery-Olimpionica:hover,
a#Interrate-Gallery-Renovation:hover {
	background-position:3px -83px;
}

#Interrate-Gallery-Olimpionica p,
#Interrate-Gallery-Renovation p {
	float:left;
	display:inline;
	text-align:left;
	width:195px;
	color:#FFFFFF;
	margin-left:17px;
	margin-top:26px;
}

#Interrate-Gallery-Olimpionica span,
#Interrate-Gallery-Renovation span {
	float:left;
	display:inline;
	width:195px;
	border-top:1px solid #8CC8F0;
	padding-top:8px;
	margin-top:8px;
	text-indent: 1px;
}

a#Interrate-Progettazione:link, 
a#Interrate-Progettazione:visited, 
a#Interrate-Progettazione:active{
	float:left;
	display:inherit;
	text-decoration:none;
	width:233px;
	height:128px;
	background-color:#5CB1EA;
	border:3px solid #8CC8F0;
	margin:5px 0px 0px 0;
	background-image:url(img/Interrate/Background-Progettazione.jpg);
	background-repeat:no-repeat;
	background-position:10px 14px;
	cursor:pointer;
}

a#Interrate-Progettazione:hover{
	background-position:10px -104px;
}

#Interrate-Progettazione p{
	float:left;
	display:inline;
	text-align:right;
	width:150px;
	color:#205593;
	margin-left:55px;
	margin-top:60px;
}

a#Interrate-Download:link, 
a#Interrate-Download:visited, 
a#Interrate-Download:active{
	float:left;
	display:inherit;
	text-decoration:none;
	width:233px;
	height:65px;
	border:3px solid #8CC8F0;
	margin:5px 0 0 0;
	background: #5CB1EA url(img/Interrate/Background-Brochure.jpg) no-repeat 12px 13px;
	cursor:pointer;
}

#Interrate-Download p{
	float:left;
	display:inline;
	text-align:left;
	width:150px;
	color:#205593;
	margin-top:19px;
	margin-left:70px;
}

#TxtBox-SottopagineBluespring{
	float:left;
	display:inline;
	margin-left:20px;
	width:914px;
	background-color:#171717;
	border:1px solid #2F2F2F;
}

#TxtBox-SottopagineBluespring strong{
	color:#89C7F0;
}

#TxtBox-SottopagineBluespring p{
	text-align:center;
	padding:6px 6px 6px 15px;
	color:#89C7F0;
	font-weight:normal;
}

#TxtBox-SottopagineBluespring p a{
	color:#C7C7C7;
}

#TxtBox-SottopagineBluespring p a:hover{
	color:#FFFFFF;
}


/* DOLCEVITA */

a#Dolcevita-Gold:link, a#Dolcevita-Gold:visited, a#Dolcevita-Gold:active {
	float:left;
	width:233px;
	height:213px;
	border:3px solid #947261;
	background-color:#7D5F51;
	background-image:url(img/Dolcevita/Background-01.gif);
	background-repeat:no-repeat;
	background-position:10px 10px;
	text-decoration:none;
	cursor:pointer;
	margin-bottom:5px;
}

a#Dolcevita-Gold:hover{
	border:3px solid #FFFFFF;
	background-position:10px -193px;
}

a#Dolcevita-Gold:hover p{
	/*color:#205593;*/
}

#Dolcevita-Gold p{
	float:left;
	display:inline;
	width:195px;
	color:#E2D8D3;
	border-top:1px solid #947261;
	padding-top:8px;
	margin-top:150px;
	margin-left:19px;

}


a#Dolcevita-Country:link, a#Dolcevita-Country:visited, a#Dolcevita-Country:active {
	float:left;
	width:233px;
	height:213px;
	border:3px solid #947261;
	background-color:#7D5F51;
	background-image:url(img/Dolcevita/Background-02.gif);
	background-repeat:no-repeat;
	background-position:10px 10px;
	text-decoration:none;
	cursor:pointer;
}

a#Dolcevita-Country:hover{
	border:3px solid #FFFFFF;
	background-position:10px -193px;
}

a#Dolcevita-Country:hover p{
	/*color:#205593;*/
}

#Dolcevita-Country p{
	float:left;
	display:inline;
	width:195px;
	color:#E2D8D3;
	border-top:1px solid #947261;
	padding-top:8px;
	margin-top:150px;
	margin-left:19px;
}

#Interrate-Container-Bottom{
	float:left;
}

#Interrate-Container-Bottom a:hover{
	border:3px solid #FFFFFF !important;
}

#Interrate-Container-Bottom a:hover p span{
	/*color:#205593 !important;*/
}


a#Dolcevita-Tecnologia:link, a#Dolcevita-Tecnologia:visited, a#Dolcevita-Tecnologia:active{
	float:left;
	display:inherit;
	text-decoration:none;
	width:461px;
	height:204px;
	border:3px solid #947261;
	background-color:#7D5F51;
	margin:5px 5px 0 5px;
	background-image:url(img/Dolcevita/Background-Tecnologia.jpg);
	background-repeat:no-repeat;
	background-position:10px 10px;
	cursor:pointer;
}

#Dolcevita-Tecnologia p{
	float:left;
	display:inline;
	text-align:right;
	width:170px;
	color:#E2D8D3;
	margin-left:275px;
	margin-top:15px;
}

a#Dolcevita-Tecnologia:hover strong{
	background-position:bottom !important;

}

#Dolcevita-Title-Tecnologia {
	display:block !important;
	width:155px !important;
	height:13px;
	margin:0 !important;
	padding:0 !important;
	background-image:url(img/Dolcevita/Title-Tecnologia.gif);
	background-repeat:no-repeat;
	background-position:top;

}

#Dolcevita-Tecnologia span{
	float:left;
	display:inline;
	width:170px;
	border-top:1px solid #947261;
	padding-top:10px;
	line-height:16px;
	margin-top:6px;
}


a#Dolcevita-Finiture:link, a#Dolcevita-Finiture:visited, a#Dolcevita-Finiture:active{
	float:left;
	display:inherit;
	text-decoration:none;
	width:230px;
	height:204px;
	border:3px solid #947261;
	background-color:#7D5F51;
	margin:5px 5px 0 0;
	background-image:url(img/Dolcevita/Background-Finiture.gif);
	background-repeat:no-repeat;
	background-position:0px 10px;
	cursor:pointer;
}

a#Dolcevita-Finiture:hover{
	background-position:0px -184px;

}

#Dolcevita-Finiture p{
	float:left;
	display:inline;
	text-align:center;
	width:205px;
	color:#E2D8D3;
	margin-left:10px;
	margin-top:158px;
}

#Dolcevita-Finiture span{
	float:left;
	display:inline;
	width:205px;
	border-top:1px solid #947261;
	padding-top:8px;
	margin-top:8px;
} 


a#Dolcevita-Progettazione:link, a#Dolcevita-Progettazione:visited, a#Dolcevita-Progettazione:active{
	float:left;
	display:inherit;
	text-decoration:none;
	width:232px;
	height:128px;
	border:3px solid #947261;
	background-color:#7D5F51;
	margin:5px 0px 5px 0;
	background-image:url(img/Dolcevita/Background-Progettazione.jpg);
	background-repeat:no-repeat;
	background-position:10px 14px;
	cursor:pointer;
}

a#Dolcevita-Progettazione:hover{
	background-position:10px -107px;

}

#Dolcevita-Progettazione p{
	float:left;
	display:inline;
	text-align:right;
	width:150px;
	color:#43332C;
	margin-left:60px;
	margin-top:60px;
}

a#Dolcevita-Download:link, a#Dolcevita-Download:visited, a#Dolcevita-Download:active{
	float:left;
	display:inherit;
	text-decoration:none;
	width:232px;
	height:65px;
	border:3px solid #947261;
	background-color:#7D5F51;
	margin:0;
	background-image:url(img/Dolcevita/Background-Brochure.jpg);
	background-repeat:no-repeat;
	background-position:10px 12px;
	cursor:pointer;
}

#Dolcevita-Download p{
	float:left;
	display:inline;
	text-align:left;
	width:150px;
	color:#43332C;
	margin-top:18px;
	margin-left:60px;
}

/* Piscine Interrate */

a#Link-Thumb:link, a#Link-Thumb:active,a#Link-Thumb:visited {
	float:left;
	border:3px solid #383838;
	cursor : url(img/zoomin.cur), pointer;

}

a#Link-Thumb:hover{
	border:3px solid #43A4E9;

}

a#Link-ThumbProfilo:link, a#Link-ThumbProfilo:active,a#Link-ThumbProfilo:visited {
	float:left;
	border:3px solid #383838;
	margin-top:2px;
	cursor : url(img/zoomin.cur), pointer;

}

a#Link-ThumbProfilo:hover{
	border:3px solid #43A4E9;

}

#Container-Piscina{
	float:left;
	line-height:16px !important;
	color:#555555;
	padding:0 !important;
	background-repeat:no-repeat;
	background-position:832px 0px;
} 

#Container-Piscina table{
	float:left;
	width:440px;
	margin-left:15px;
	border-top:1px solid #2F2F2F;
	border-right:1px solid #2F2F2F;
}

#Container-Piscina table strong{ 
	color:#89C7F0;
}


#Container-Piscina table td{
	text-align:left;
	width:50%;
	padding:5px;
	color:#C7C7C7;
	border-left:1px solid #2F2F2F;
	border-bottom:1px solid #2F2F2F;
}  

#Title-Piscina{
	float:left;
	display:inline;
	margin:1px 0px 7px 15px !important;
	padding:0px 0px 0px 8px !important;
	color:#939393 !important;
	background-image:url(img/IntPrivate/Gray-Arrow.gif);
	background-position:0px 8px;
	background-repeat:no-repeat;
}

a#Button-TecnologiaBluespring:link, a#Button-TecnologiaBluespring:visited,a#Button-TecnologiaBluespring:active{
	float:left;
	width:78px;
	height:44px;
	margin:15px 0 15px 15px;
	background-image:url(img/IntPrivate/Button-Tecnologia.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

a#Button-TecnologiaBluespring:hover{
	background-position:bottom;
}

a#Button-FinitureBluespring:link, a#Button-FinitureBluespring:visited,a#Button-FinitureBluespring:active{
	float:left;
	width:78px;
	height:44px;
	margin:15px 0 15px 10px;
	background-image:url(img/IntPrivate/Button-Finiture.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

a#Button-FinitureBluespring:hover{
	background-position:bottom;

} 

a#Button-PreventivoBluespring:link, a#Button-PreventivoBluespring:visited,a#Button-PreventivoBluespring:active{
	float:left;
	width:263px;
	height:44px;
	margin:15px 0 15px 10px;
	background-image:url(img/IntPrivate/Button-Preventivo.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

a#Button-PreventivoBluespring:hover{
	background-position:bottom;

}

/* BLUESPRING PUBBLICHE */

#TxtBox-SottopagineBluespringPubb{
	float:left;
	display:inline;
	margin-left:20px;
	width:914px;
	background-color:#171717;
	border:1px solid #2F2F2F;
}

#TxtBox-SottopagineBluespringPubb strong{
	color:#FCA95D;
}

#TxtBox-SottopagineBluespringPubb p{
	text-align:center;
	padding:6px 6px 6px 15px;
	color:#FCA95D;
	font-weight:normal;
}

#TxtBox-SottopagineBluespringPubb p a{
	color:#C7C7C7;
}

#TxtBox-SottopagineBluespringPubb p a:hover{
	color:#FFFFFF;
} 
 
#Container-PiscinaPubblica{
	float:left;
	line-height:16px !important;
	color:#555555;
	padding:0 !important;
	background-repeat:no-repeat;
	background-position:right top;
} 

#Container-PiscinaPubblica table{
	float:left;
	width:440px;
	margin-left:15px;
	border-top:1px solid #2F2F2F;
	border-right:1px solid #2F2F2F;
}

#Container-PiscinaPubblica table strong{ 
	color:#FCA95D;
}


#Container-PiscinaPubblica table td{
	text-align:left;
	width:50%;
	padding:6px 5px 6px 5px;
	color:#C7C7C7;
	border-left:1px solid #2F2F2F;
	border-bottom:1px solid #2F2F2F;
}

a#Link-Thumb-Pubb:link, a#Link-Thumb-Pubb:active,a#Link-Thumb-Pubb:visited {
	float:left;
	border:3px solid #383838;
	cursor : url(img/zoomin.cur), pointer;

}

a#Link-Thumb-Pubb:hover{
	border:3px solid #FCA95D;

}

#Container-FormBluespring-Pubb-Fisso{
	float:left;
	display:inline;
	margin-left:15px;
	background-color:#1D1D1D;
	background-image:url(img/intPubbliche/Box-NewsletterMiddle.gif);
	background-repeat:repeat-y;
	width: 884px;
}

#Container-FormBluespring-Pubb-Fisso div{
	float:left;
}

#Container-FormBluespring-Pubb-Fisso img{
	float:left;
}

  
#Container-FormBluespring-Pubb, #Container-FormBluespring-Pubb2 {
	float:left;
	display:inline;
	visibility:hidden;
	margin-left:15px;
	background-color:#1D1D1D;
	background-image:url(img/intPubbliche/Box-NewsletterMiddle.gif);
	background-repeat:repeat-y;
	width: 884px;
}

#Container-FormBluespring-Pubb div, #Container-FormBluespring-Pubb2 div{
	float:left;
}

#Container-FormBluespring-Pubb img, #Container-FormBluespring-Pubb2 img{
	float:left;
}

#Container-FormData table td {
	white-space:nowrap;
}

#Container-FormData{
	float:left;
	width:854px;
	color:#C7C7C7;
	padding:5px 15px 5px 15px;
}

#Container-FormData strong{
	float:left;
	width:854px;
	border-bottom:1px solid #2F2F2F;
	padding:0px 0px 5px 0px;
	margin-bottom:10px;
	font-weight:normal;
	color:#FCA95D;	
}

#Container-FormData strong a{
	float:right;
	color:#89C7F0;
}

#Container-FormData strong a:hover{
	text-decoration:none;
}

#Container-FormData hr{
	height:0px;
	color:#2F2F2F;
	border:none;
	background-color:#2F2F2F;
	margin:10px 0 10px 0;
}

.LineHR-Brown{
	height:1px !important;
	color:#45332C!important;
	border:none !important;
	background-color:#45332C !important;
	margin:0 !important;
	padding:0 !important;
	
}

.LineHR-Green{
	float:left;
	width:228px;
	margin-left:25px;
	margin-bottom:20px;
	height:1px;
	font-size:0;
	color:#4D662F;
	border:0;
	background-color:#4D662F;
	margin-top:85px;
}

textarea{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#C7C7C7;
	background-color:#292929;
	border:1px solid #3E3E3E;
	padding:5px;
	margin:0;

}

#Container-FormData td{
	padding:5px 10px 5px 0px;

}

/* STILE SUBMIT FORM  JNICE*/
#Submit-InviaRichiestaPubb{
	position:absolute;
	left:755px;
	bottom:3px;

}

#Submit-InviaRichiestaPubb span span{
	float:left;
	width:97px;
	height:22px;
	margin-top:7px;
	background-image:url(img/intPubbliche/Button-InviaRichiesta.gif);
	background-position:top;
}

#Submit-InviaRichiestaPubb span span:hover {
	background-position: bottom;
}
/* STILE SUBMIT FORM JNICE*/


/* STILE SUBMIT FORM  JNICE*/
#Submit-InviaRichiestaPriv{
	position:absolute;
	left:755px;
	bottom:3px;

}

#Submit-InviaRichiestaPriv span span{
	float:left;
	width:97px;
	height:22px;
	margin-top:7px;
	background-image:url(img/intPrivate/Button-InviaRichiesta.gif);
	background-position:top;
}

#Submit-InviaRichiestaPriv span span:hover {
	background-position: bottom;
}
/* STILE SUBMIT FORM JNICE*/

/* STILE SUBMIT FORM  JNICE*/
#Submit-InviaRichiestaDV{
	position:absolute;
	left:755px;
	bottom:3px;

}

#Submit-InviaRichiestaDV span span{
	float:left;
	width:97px;
	height:22px;
	margin-top:7px;
	background-image:url(img/Dolcevita-Gold/Button-InviaRichiesta.gif);
	background-position:top;
}

#Submit-InviaRichiestaDV span span:hover {
	background-position: bottom;
}
/* STILE SUBMIT FORM JNICE*/



#ItemProfessional{
	float:left;
	display:inline;
	width:884px;
	margin-left:15px;
	margin-bottom:4px;
	padding:0;
	background-color:#1D1D1D;
}

#ItemProfessional img{
	float:left;
}

#ItemProfessional div{
	float:left;
	line-height:20px;
	color:#555555;
	padding:5px 15px 5px 5px;
}

#Box-Txt-Professional{
	float:left;
	width:430px !important;
	color:#C7C7C7 !important;
	padding:0 0 0 15px !important;
	margin:0 !important;
}


#Box-Txt-ProfessionalLeft{
	float:left;
	width:430px !important;
	color:#C7C7C7 !important;
	padding:0 18px 0 15px !important;
	margin:0 !important;
}

a#DownloadPdfProfessional:link, a#DownloadPdfProfessional:active, a#DownloadPdfProfessional:visited{
	float:left;
	width:418px;
	height:41px;
	background-image:url(img/Professional/DownloadPDF.jpg);
	margin-top:15px;
	text-decoration:none;
	color:#1D1D1D;	
}

a#DownloadPdfProfessional:hover span{
	cursor:pointer;
	color:#FFFFFF;

}

#DownloadPdfProfessional span{
	float:left;
	margin-top:10px;
	margin-left:55px;
}


#ItemAccessori{
	float:left;
	display:inline;
	width:437px;
	padding:0;
	background-color:#1D1D1D;
}

#ItemAccessori img{
	float:left;
}

#ItemAccessori div{
	float:left;
	line-height:20px;
	color:#555555;
	padding:5px 0 5px 15px;
}

#Box-Txt-Accessori{
	float:left;
	width:190px !important;
	color:#C7C7C7 !important;
	padding:0 0 0 15px !important;
	margin:0 !important;
}

#Box-Txt-DiventaDealer{
	float:left;
	width:320px !important;
	color:#C7C7C7 !important;
	padding:0 0 0 15px !important;
	margin:0 !important;
	border-left:1px solid #404040;
}

#Header-SottopagineDolcevita{
	float:left;
	width:956px;
	height:78px;
	background-image:url(img/Dolcevita/Background-Top.jpg);
	background-repeat:repeat-x;
}

#Header-SottopagineDolcevita img{
	float:left;
}


#Header-SottopagineAreaRiservata{
	float:left;
	width:956px;
	height:98px;
	background-image:url(img/AreaRiservata/Background-Top.jpg);
	background-repeat:repeat-x;
}

#Header-SottopagineAreaRiservata img{
	float:left;
}

#Header-SottopaginePhotogallery{
	float:left;
	width:956px;
	height:98px;
	background-image:url(img/Photogallery/Background-Top.jpg);
	background-repeat:repeat-x;
}

#Header-SottopaginePhotogallery img{
	float:left;
}



#TxtBox-SottopagineDolcevita{
	float:left;
	display:inline;
	margin-left:20px;
	width:914px;
	background-color:#171717;
	border:1px solid #2F2F2F;
}

#TxtBox-SottopagineDolcevita strong{
	color:#B59D93;
}

#TxtBox-SottopagineDolcevita p{
	text-align:center;
	padding:6px 6px 6px 15px;
	color:#B59D93;
	font-weight:normal;
}

#TxtBox-SottopagineDolcevita p a{
	color:#C7C7C7;
}

#TxtBox-SottopagineDolcevita p a:hover{
	color:#FFFFFF;
}

a#Link-ThumbDolcevita:link, a#Link-ThumbDolcevita:active,a#Link-ThumbDolcevita:visited {
	float:left;
	border:3px solid #383838;
	cursor : url(img/zoomin.cur), pointer;

}

a#Link-ThumbDolcevita:hover{
	border:3px solid #B59D93;

}

a#Button-TecnologiaDolcevita:link, a#Button-TecnologiaDolcevita:visited,a#Button-TecnologiaDolcevita:active{
	float:left;
	width:78px;
	height:44px;
	margin:15px 0 15px 15px;
	background-image:url(img/Dolcevita/Button-Tecnologia.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

a#Button-TecnologiaDolcevita:hover{
	background-position:bottom;
}

a#Button-FinitureDolcevita:link, a#Button-FinitureDolcevita:visited,a#Button-FinitureDolcevita:active{
	float:left;
	width:78px;
	height:44px;
	margin:15px 0 15px 10px;
	background-image:url(img/Dolcevita/Button-Finiture.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

a#Button-FinitureDolcevita:hover{
	background-position:bottom;

} 

a#Button-PreventivoDolcevita:link, a#Button-PreventivoDolcevita:visited,a#Button-PreventivoDolcevita:active{
	float:left;
	width:263px;
	height:44px;
	margin:15px 0 15px 10px;
	background-image:url(img/Dolcevita/Button-Preventivo.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

a#Button-PreventivoDolcevita:hover{
	background-position:bottom;

}

a#Button-PreventivoDolcevitaCountry:link, a#Button-PreventivoDolcevitaCountry:visited,a#Button-PreventivoDolcevitaCountry:active{
	float:left;
	width:263px;
	height:44px;
	margin:15px 0 15px 10px;
	background-image:url(img/Dolcevita/Button-Preventivo-Country.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

a#Button-PreventivoDolcevitaCountry:hover{
	background-position:bottom;

}


#Box-Txt-AccessoriCountry{
	float:left;
	width:405px !important;
	color:#C7C7C7 !important;
	padding:0 0 0 0px !important;
	margin:0 !important;
}

#Box-Txt-AccessoriCountry hr{
	margin:0;
	padding:0;
	border:none;
	background-color:#493730;
	height:1px;
}

a#ButtonClose-Dolcevita:link, a#ButtonClose-Dolcevita:visited,a#ButtonClose-Dolcevita:active {
	color:#B59D93;

}


#Table-MisureDolcevita{
	width:100% !important;
	margin:10px 0 10px 0 !important;
}

#Table-MisureDolcevita td{
	width:33% !important;
}

#Table-IntestazioneDolcevita td{
	color:#B59D93 !important;

}

/* Google map */

#Box-Txt-GoogleMap {
	float:left;
	background: #171717;
	border: 1px solid #2f2f2f;
	width:894px;
	padding-bottom:20px;
	margin: 30px;
}

#GoogleMap {
	float:left;
	display:inline;
	width:854px;
	height: 320px;
	margin: 10px 20px 20px 20px;
}

#Table-LoginAreaRiservata {
	float:left;
	display:inline;
	margin-left:20px;
	border-top:5px;
}

#Table-LoginAreaRiservata td{
	padding:5px 0 5px 5px;
	color:#C7C7C7;

}

a#Submit-Dealer:link, a#Submit-Dealer:visited, a#Submit-Dealer:active {
	float:right;
	width:56px;
	height:22px;
	margin-left:10px;
	margin-top:0px;
	background-image:url(img/AreaRiservata/Button-Accedi.gif);
	background-position:top;

}

a#Submit-Dealer:hover{
	background-position:bottom;
}

a#Submit-Configurator:link, a#Submit-Configurator:visited, a#Submit-Configurator:active {
	float:left;
	width:151px;
	height:22px;
	margin-left:65px;
	margin-top:44px;
	background-image:url(img/AreaRiservata/Button-AccediConfiguratore.gif);
	background-position:top;

}

a#Submit-Configurator:hover{
	background-position:bottom;
}

#TxtBox-SottopagineDealer{
	float:left;
	display:inline;
	margin-left:20px;
	width:914px;
	background-color:#171717;
	border:1px solid #2F2F2F;
}

#TxtBox-SottopagineDealer strong{
	color:#B59D93;
}

#TxtBox-SottopagineDealer p{
	text-align:center;
	padding:6px 6px 6px 15px;
	color:#77AC35;
	font-weight:normal;
}

#TxtBox-SottopagineDealer p a{
	color:#C7C7C7;
}

#TxtBox-SottopagineDealer p a:hover{
	color:#FFFFFF;
}

a#Link-ThumbDealer:link, a#Link-ThumbDealer:active,a#Link-ThumbDealer:visited {
	float:left;
	width:200px;
	height:150px;
	border:3px solid #383838;
}

a#Link-ThumbDealer:hover{
	border:3px solid #77AC35;

}

#Download-Dealer a{
	float:right;
	margin-right:10px;
	width:86px;
	height:22px;
	background-image:url(img/AreaRiservata/Button-Download.gif);
	background-position:top;
}

#Download-Dealer a:hover{
	background-position:bottom;
}


#ItemDealer{
	float:left;
	display:inline;
	width:884px;
	margin-left:15px;
	margin-bottom:4px;
	padding:0;
	background-color:#1D1D1D;
}

#ItemDealer div{
	float:left;
	line-height:20px;
	color:#555555;
	padding:5px 0 5px 15px;
}


#ItemDealer a{
	text-decoration:none;
}

#ItemDealer strong{
	font-weight:normal;
	color:#77AC35;
}

#ItemDealer img{
	float:left;
}


/* PHOTOGALLERY */

#Container-SubpagesPhotogallery{
	float:left;
	width:956px;
	background-color:#F0F0F0;
	border:3px solid #333333;
}

#Container-SubpagesPhotogallery a{
	color:#C7C7C7;
	text-decoration:underline;
}

#Container-SubpagesPhotogallery a:hover{
	color:#FFFFFF;
}

#Shadow-Photogallery{
	float:left;
	height:20px;
	width:956px;
	background-image:url(img/Photogallery/Shadow.jpg);
	background-repeat:repeat-x;
}

#TxtBox-SottopaginePhotogallery{
	float:left;
	display:inline;
	margin-left:20px;
	width:914px;
	background-color:#E4E4E4;
	border:1px solid #DADADA;
}

#TxtBox-SottopaginePhotogallery strong{
	color:#89C7F0;
}

#TxtBox-SottopaginePhotogallery p{
	float:left;
	padding:15px;
	color:#C7C7C7;
	font-weight:normal;
}

#ItemAccessoriPhotogallery{
	float:left;
	display:inline;
	width:437px;
	padding:0;
	background-color:#FFFFFF;
	margin-left:14px;
	margin-top:14px;
}

#ItemAccessoriPhotogallery img{
	float:left;
}

#ItemAccessoriPhotogallery div{
	float:left;
	line-height:20px;
	color:#555555;
	padding:5px 0 5px 15px;
}

#ItemTextPhotogallery{
	float:left;
	display:inline;
	width:888px;
	padding:0;
	background-color:#FFFFFF;
	margin-left:14px;
	margin-top:14px;
}

#ItemTextPhotogallery img{
	float:left;
}

#ItemTextPhotogallery div{
	float:left;
	line-height:20px;
	color:#555555;
	padding:5px 0 5px 15px;
}


a#Link-ThumbPhotogallery:link, a#Link-ThumbPhotogallery:active,a#Link-ThumbPhotogallery:visited {
	float:left;
	border:3px solid #D1D1D1;
}

a#Link-ThumbPhotogallery:hover{
	border:3px solid #FC00AF;

}

#Box-Txt-AccessoriPhotogallery{
	float:left;
	width:190px !important;
	color:#727272 !important;
	padding:0 0 0 15px !important;
	margin:0 !important;
}

#TxtBox-SottopaginePhotogallery{
	float:left;
	display:inline;
	margin-left:20px;
	width:914px;
	background-color:#E4E4E4;
	border:1px solid #DADADA;
}

#TxtBox-SottopaginePhotogallery strong{
	color:#B59D93;
}

#TxtBox-SottopaginePhotogallery p{
	float:left;
	width:902px;
	text-align:center;
	padding:6px 6px 6px 15px;
	color:#4A4A4A;
	font-weight:normal;
}

#TxtBox-SottopaginePhotogallery p a{
	color:#F900AF;
}

#TxtBox-SottopaginePhotogallery p a:hover{
	color:#FF5ECE;
}

#Container-AccessoriBluespring{
	float:left;
	line-height:16px !important;
	color:#555555;
	padding:0 !important;
	background-repeat:no-repeat;
	background-position:right top;
} 

#Container-AccessoriBluespring br{
	line-height:8px !important;
} 

#ItemAreaRiservata{
	float:left;
	display:inline;
	width:437px;
	margin-left:13px;
	margin-bottom:13px;
	padding:0;
	background-color:#1D1D1D;
}

#ItemAreaRiservata img{
	float:left;
}

#ItemAreaRiservata div{
	float:left;
	line-height:20px;
	color:#555555;
	padding:5px 0 5px 15px;
}

#Box-Txt-AltriAccessori{
	float:left;
	width:410px !important;
	color:#C7C7C7 !important;
	padding:0 0 0 0px !important;
	margin:0 !important;
}

#Box-Txt-AltriAccessori br{
	line-height:13px !important;
}

#Ricerca-ALTRI {
	z-index: 60;
}
#Ricerca-ITA {
	z-index: 3;
}
#Ricerca-USA {
	z-index: 2;
}
#Ricerca-FRA {
	z-index: 1;
}

#Div-Table-RisultatiRicerca {
	float: left;
	clear: both;
}

/* MANUTENZIONE ACQUA */

#ContainerTable-ManutenzioneAcqua{
	float:left;
	margin-top:3px;
	display:inline;
	margin-bottom:25px;
	width:894px;
	height:175px;
	overflow:auto;
	background-color:#171717;
	border:1px solid #2F2F2F;
}

#ContainerTable-ManutenzioneAcqua table{
	width:877px;
	background-color:#1E1E1E;
}

#ContainerTable-ManutenzioneAcqua td{
	border-top:1px solid #151515;
	border-left:1px solid #151515;
	padding:5px 10px 5px 15px;
	font-size:11px;
	color:#C7C7C7;
}

#IntTable-ManutenzioneAcqua{
	float:left;
	display:inline;
	width:894px;
	background-color:#171717;
	border:1px solid #2F2F2F;
	margin-top:5px;
}

#IntTable-ManutenzioneAcqua p{
	float:left;
	padding:5px 0 5px 15px;
	color:#EB3C3B;
	font-weight:normal;
}

#IntMan01{
	float:left;
	text-align:left;
	width:439px;
	color:#89C7F0;
}

#IntMan02{
	float:left;
	text-align:left;
	width:220px;
	color:#89C7F0;	
}

#IntMan03{
	float:left;
	text-align:left;
	width:100px;
	color:#89C7F0;	
}

#BoxContatti-ManutenzioneAcqua{
	float:left;
	width:278px;
	height:220px;
	margin-top:9px;
	padding:10px 0 10px 0;
	background-color:#171717;
	border:1px solid #2F2F2F;
}

#BoxContatti-ManutenzioneAcqua p{
	display:block;
	margin:0;
	padding:5px 10px 5px 22px;
	color:#C7C7C7;
	background-image:url(img/Sottopagine/Blue-Arrow.gif);
	background-repeat:no-repeat;
	background-position:12px 10px;
}

#BoxContatti-ManutenzioneAcqua strong{
	color:#89C7F0;
}

#AcquistaManutenzione{
	padding:19px 0 16px 75px !important;
	line-height:18px;
}

#AcquistaManutenzione a{
	color:#89C7F0;
}

#vertical_slide_not_checked {
	color: #EB3C3B;
	padding:15px;
	margin: 0px;
	border-top: 1px solid #2F2F2F;
	cursor: default;
	float: left;
	clear:both;
	display:inline;
	
	width:884px;
	height: 20px;
}

#vertical_slide_messageok {
	color: #EB3C3B;
	padding:15px;
	margin: 0px;
	border-top: 1px solid #2F2F2F;
	cursor: default;
	height: 15px;
	width:884px;
}


/* Sitemap */
.sitemap-table-container {
	margin: 0 10px 5px 10px;
	clear: both;
}

.sitemap-table {}

.sitemap-table th a,
.sitemap-table th a:link,
.sitemap-table th a:active,
.sitemap-table th a:visited {
	display: block;
	padding: 5px;
	background: #222222 url(img/stiemap-macro-area.gif) no-repeat -81px -51px;
	color: #eeeeee !important;
	font-weight: bold;
	border: 1px solid #2F2F2F;
	text-decoration: none !important;
	height: 18px;
	z-index: 2;
}

.sitemap-table th a:hover {
	background: #2F2F2F url(img/stiemap-macro-area.gif) no-repeat -81px -10px;
	border: 1px solid #46a3e0;
	color: #ffffff !important;
}

.sitemap-column a,
.sitemap-column a:link,
.sitemap-column a:active,
.sitemap-column a:visited {
	text-decoration: none !important;
	display: block;
	padding: 5px;
	background-color: #222222;
}

.sitemap-column a:hover {
	background-color: #333333;
	
}

.sitemap-table th {
	text-align: center;
}

.sitemap-table th {
	padding: 0 3px 0 3px;
}

.sitemap-column {
	text-align: left;
	vertical-align: top;
	width: 14%;
	font-size: 90%;
	padding: 0 3px 0 3px;
}

.sitemap-column-content {
	padding: 0px;
	margin: 0px;
	background: url(img/sitemap-line.gif) repeat-y;
	list-style: none;
	border: 1px solid #171717;
	/*border-top: 1px solid #333333;*/
}

.sitemap-column-content li {
	margin: 9px 0 0 0;
	padding: 0px;
	border: 1px solid #333333;
	list-style: none;
}

#Box-Txt-Progettazione{
	float:left;
	width:430px !important;
	color:#C7C7C7 !important;
	padding:0 18px 0 15px !important;
	margin:0 !important;
}

#Box-Txt-Progettazione span{
	float:left;
	padding-left:10px;
	background-image:url(img/Sottopagine/Yellow-Arrow.gif);
	background-repeat:no-repeat;
	background-position:0px 7px;
	margin-bottom:14px;
}

#Box-Txt-ProgettazioneTopImg{
	float:left;
	width:830px !important;
	color:#C7C7C7 !important;
	padding:0 0 0 3px !important;
	margin:0 !important;
}

#BoxContatti-Profilo{
	float:left;
	width:278px;
	height:205px;
	margin-top:9px;
	padding:10px 0 10px 0;
	background-color:#171717;
	border:1px solid #2F2F2F;
}

#BoxContatti-Profilo p{
	display:block;
	margin:0;
	padding:5px 10px 5px 22px;
	font-size:11px;
	color:#C7C7C7;
	background-image:url(img/Sottopagine/Blue-Arrow.gif);
	background-repeat:no-repeat;
	background-position:12px 10px;
}

#BoxContatti-Profilo strong{
	color:#89C7F0;
}

#BoxContatti-ProfiloFoto{
	float:left;
	width:278px;
	height:240px;
	margin-top:9px;
	padding:0;
	background-color:#171717;
	border:1px solid #2F2F2F;
}
