/*** div containers ***/
#mainContainer{
	width:951px;
	margin:0 auto;
	background-color:#FFFFFF;
	padding-bottom:33px;
}
@media screen{
	#smartMenuHolder{	
		position:relative;
		width:259px;
		height:141px;
		padding:2px 0px 0px 24px;
		float:left;
	}
	#content{
		width:inherit;
		height:353px;
		background-image:url(../gfx/sfondo_sfuma.gif);
		background-position:bottom;
		background-repeat:repeat-x;
		margin-top:52px;
	}
	#bottomBar{
		height:25px;
		width:506px;
		border-bottom:1px solid #B8B8B8;
		border-top:1px solid #B8B8B8;
		top:10px;
	}
	#elencoContent{
		width:600px;
		left:21px;
		float:left;
		height:350px;
	}
	#prodMenu{
		position:relative;
		width:259px;
		padding-left:26px;
		float:left;
		top:5px;
	}
	#printTitle{
		display:none;
	}
	#prodImg{
		position:relative;
		width:235px;
		height:274px;
		float:left;
		top:9px;
		left:16px;
	}
	#prodText{
		position:relative;
		width:239px;
		height:200px;
		float:left;
		top:9px;
		left:16px;
		padding-left:20px;
		line-height:15px;
	}
	#tornaSu{
		position:relative; 
		top:7px; 
		left:302px; 
		float:left;
	}
	#prodContent{
		width:inherit;
		height:353px;
		background-image:url(../gfx/sfondo_sfuma.gif);
		background-position:bottom;
		background-repeat:repeat-x;
		margin-top:52px;
	}
}
@media print{
#smartMenuHolder{	
		display:none;
	}
	#bottomBar{
		display:none;
	}
	#content{
		display:none;
	}
	#elencoContent{
		position:absolute;
		width:600px;
		left:21px;
		top:0px;
		height:600px;
	}
	#prodMenu{
		display:none;
	}
	#printTitle{
		display:block;
	}
	#prodImg{
		position:relative;
		width:262px;
		height:274px;
		float:left;
		top:9px;
		left:20px;
	}
	#prodText{
		position:relative;
		width:239px;
		height:200px;
		float:left;
		top:15px;
		left:20px;
	}
	#tornaSu{
		display:none;
	}
	#prodContent{
		width:inherit;
		height:353px;
		margin-top:52px;
		background-image:none;
	}
}



/*catalogo*/
#centralText{
	position:relative;
	width:328px;
	height:243px;
	float:left;
	left:270px;
}

#sectionHeading{
	position:relative;
	width:262px;
	height:34px;
	left:302px;
	padding-top:45px;
}
/*.tipologieDiv{
	width:510px;
	height:135px;
	background-image:url(../gfx/tipologie_elenco_top.gif);
	background-repeat:no-repeat;
	padding-top:19px;
}*/



/*SMART MENU'*/
#smartMenu{
	position:relative;
}
#smartMenu ul{
	position:relative;
	list-style:none;
	text-align:left;
	left:-12px;
	line-height:16px;
	margin-top:20px;
}
#smartMenu li{

}
.smartMenuText{
	font-size:9px;
	font-weight:normal;
	color:#737373;
}
.smartMenuText a:link{
	font-size:9px;
	font-weight:normal;
	color:#737373;
}
.smartMenuText a:visited{
	font-size:9px;
	font-weight:normal;
	color:#737373;
}
.smartMenuText a:hover{
	font-size:9px;
	font-weight:normal;
	color:#F0A21F;
	text-decoration:none;
}
.brackets{
	font-size:12px;
	padding:0 2px 0 2px;
	font-weight:normal;
}
.fbrackets{
	font-size:11px;
	padding:0 2px 0 2px;
	font-weight:normal;
}
/* FINE SMART MENU'*/

/*CATALOGO PDF*/

/* FINE CATALOGO PDF*/


/*** Font styles ***/
.orange11Bold{
	font-size:12px;
	color:#F0A21F;
	font-weight:bold;
}
.orange11{
	font-size:11px;
	color:#F0A21F;
	font-weight:normal;
}
.orangeBold{
	font-size:12px;
	color:#F0A21F;
	font-weight:bold;
}
.orange-link a:link{
	font-size:9px;
	font-weight:bold;
	color:#F0A21F;
}
.orange-link a:visited{
	font-size:9px;
	font-weight:bold;
	color:#F0A21F;
}
.orange-link a:hover{
	font-size:9px;
	font-weight:bold;
	color:#737373;
	text-decoration:none;
}

/*** FINE Font styles ***/

/*immagini faq*/

.answerDiv{
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	width:466px;
	height:auto;
}

#faqimg{
	background-image:url(../gfx/faq/faq_foto.jpg );
	background-repeat:no-repeat;	
	width:300px;
	height:275px;
	float:left;	
	margin-bottom:0;
}
.faqQ
{
padding-left:5px;
}
.faqQ a{
	color:#737373;
	font-weight:bold;
	font-size:11px;
}
.faqQ a:visited{
	color:#737373;
	font-weight:bold;
	font-size:11px;
}
.faqQ a:hover{
	color:#F0A21F;
	font-weight:bold;
	font-size:11px;
}
.pblackText{
	font-size:9px;
	color:#000000;
}