@charset "utf-8";

body{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background-color: #C0C0C0;
	color: 333333;
}

p{
	margin-bottom: 10px;
	line-height: 1.5em;
}


h1{	font-size: 18px;	margin-bottom: 0.2em;}
h2{	font-size: 16px;	margin-bottom: 0.2em;}
h3{	font-size: 15px;	margin-bottom: 10px; color:#CC0000; font-weight:normal;}
h4{	font-size: 14px;	margin-bottom: 10px; clor:#3A4F6A; font-weight:normal;}
h5{	font-size: 11px;	margin-bottom: 0.2em;}
h6{	font-size: 11px;	margin-bottom: 0.2em;}

.floatRight{
	float: right;
}

.floatLeft{
	float: left;
}

.clear{
	display: block;
	clear: both;
}

a{
	color: #C80000;
	text-decoration: none;
}

a:hover{
	color: #3A4E68;
}

/* TEMPLATE
------------------------------------------- */

#wrapper, #wrapperHome{
	width: 100%;
	background-color: #FFFFFF;
}

#wrapper{
	background: url(images/bkgMain.jpg) repeat-x;
	background-color: #FFF;
}

#wrapperHome{
	background: url(images/bkgHome.jpg) repeat-x;
}

#container{
	width: 990px;
	margin: 0 auto;
	position: relative;
}


#fasciaHead{
	
}


#navigazione{
	
}
	#navigazione a{
		margin-left: 15px;
		padding-top: 15px;
	}


#head{
	background-color: #FFFFFF;
	height: 90px;
	overflow: hidden;
}

#contentHome{
	background-color: #0B131E;
	height: 344px;
	overflow:hidden;
	text-align: center;
}

#content{
	min-height: 344px;
	background-color: #FFFFFF;
}


#footer{
	color: #FFF;
	background-color: #40546E;
	height: 42px;
	background: url(images/bkgFooter.gif) repeat-x; 
}

	#footer .inner{
		width: 990px;
		margin: 0 auto;
	}
	
	#footer .infoLeft{
		float:left;
		margin-left: 15px;
	}
			#footer .infoLeft a{
				color: #FFF;
				text-decoration: none;
				padding: 5px;
				line-height: 42px;
			}
			
			#footer .infoLeft a:hover{
				background-color: #93a7c1;
			}
			
			#footer .infoLeft .active{
				background-color: #93a7c1;
			}
			
	#footer .infoRight{
		float: right;
		line-height: 42px;
	}
	
		#footer .infoRight a{
			color: #FFF;
			text-decoration: none;
		}
		
		#footer .infoRight a:hover{
			color: #93a7c1;
		}
	
	
	
/* HOME PAGE
-----------------------------------------*/

#newsHome{
	background-color: #FFFFFF;
	margin-top: 5px;
}

	#newsHome .boxNews{
		width: 450px;
		padding: 15px 30px 15px 15px;
		display: block;
		float: left;
	}
	
		#newsHome .boxNews a{
			color: #a0a0a0;
			text-decoration: none;
		}
		
		#newsHome .boxNews a:hover{
			color: #3d516b;
		}
		
		#newsHome .boxNews h4{
			margin-top: 8px;
			margin-bottom: 10px;
		}
		
		#newsHome .boxNews img{
			float:left;
			margin-right: 15px;
		}

	
/* MENU CONTENUTI
---------------------------------------------*/

#menuContenuti{
	width: 210px;
	float: left;
	margin-top: 20px;
	display: block;
	display: inline; /* ie6 margin fix*/
}

	#menuContenuti ul li{
		width: 200px;
		background-image: url(images/canaletto.gif);
		background-repeat: no-repeat;
		background-position: bottom;
		position:relative;
	}

		#menuContenuti ul li a{
			font-family: Helvetica, Arial, sans-serif;
			text-decoration: none;
			height: 49px;
			display: block;
			line-height: 49px;
			color: #3f546e;
			padding-left: 20px;
		}
		
		#menuContenuti ul li a:hover{
			color: #c80000;
		}
		
			#menuContenuti ul li a span{
				display:block;
				width:7px;
				height: 13px;
				background-image: url(images/frecciaMenu.gif);
				background-repeat: no-repeat;
				position: absolute;
				top: 19px;
				right: 0;
				background-position: top;
			}
			
			#menuContenuti ul li a:hover span{
				display:block;
				width:7px;
				height: 13px;
				background-image: url(images/frecciaMenu.gif);
				background-repeat: no-repeat;
				background-position: bottom;
			}
		
		#menuContenuti ul li a.active{
			color: #c80000;
		}


/* MENU PRODOTTI
---------------------------------------------*/

#menuProdotti{
	width: 210px;
	float: left;
	margin-top: 20px;
	display: inline; /* ie6 margin fix*/
}

	#menuProdotti ul{
		margin-bottom: 25px;
	}

		#menuProdotti ul li{
			width: 200px;
			position: relative;
		}
	
			#menuProdotti ul li a{
				font-family: Helvetica, Arial, sans-serif;
				text-decoration: none;
				height: 49px;
				display: block;
				line-height: 49px;
				color: #3f546e;
				padding-left: 20px;
				background-image: url(images/canaletto.gif);
				background-repeat: no-repeat;
				background-position: bottom;
				
			}
			
			#menuProdotti ul li a:hover{
				color: #c80000;
			}
			
				#menuProdotti ul li a span.freccia{
					display:block;
					width:7px;
					height: 13px;
					background-image: url(images/frecciaMenu.gif);
					background-repeat: no-repeat;
					position: absolute;
					top: 19px;
					right: 0;
					background-position: top;
				}
				
				#menuProdotti ul li a:hover span.freccia{
					display:block;
					width:7px;
					height: 13px;
					background-image: url(images/frecciaMenu.gif);
					background-repeat: no-repeat;
					background-position: bottom;
				}
			
			#menuProdotti ul li a.active{
				color: #c80000;
			}
	
			/*	SubMenu */
		
		#menuProdotti .subMenu {
				background-image: url(images/canaletto.gif);
				background-repeat: no-repeat;
				background-position: bottom;
				padding: 7px 0 7px 0;
		}
		
			#menuProdotti .subMenu a{
				display: block;
				height: 15px;
				background-image: none;
				line-height: 15px;
				font-size: 10px;
			}
			
			#menuProdotti .subMenu a.active{
				display: block;
				height: 15px;
				background-image: none;
				line-height: 15px;
				font-size: 10px;
				color: #c80000;
			}
			
/*------------------------------------*/


#menuProdottiPoly{
	width: 210px;
	float: left;
	margin-top: 20px;
	display: inline; /* ie6 margin fix*/
}

	#menuProdottiPoly ul{
		margin-bottom: 25px;
	}

		#menuProdottiPoly ul li{
			width: 200px;
			position: relative;
		}
	
			#menuProdottiPoly ul li a{
				font-family: Helvetica, Arial, sans-serif;
				text-decoration: none;
				height: 49px;
				display: block;
				line-height: 49px;
				color: #3f546e;
				padding-left: 20px;
				background-image: url(images/canaletto.gif);
				background-repeat: no-repeat;
				background-position: bottom;
				
			}
			
			#menuProdottiPoly ul li a:hover{
				color: #c80000;
			}
			
				#menuProdottiPoly ul li a span.freccia{
					display:block;
					width:7px;
					height: 13px;
					background-image: url(images/frecciaMenu.gif);
					background-repeat: no-repeat;
					position: absolute;
					top: 19px;
					right: 0;
					background-position: top;
				}
				
				#menuProdottiPoly ul li a:hover span.freccia{
					display:block;
					width:7px;
					height: 13px;
					background-image: url(images/frecciaMenu.gif);
					background-repeat: no-repeat;
					background-position: bottom;
				}
			
			#menuProdottiPoly ul li a.active{
				color: #c80000;
			}
	
			/*	SubMenu */
		
		#menuProdottiPoly .subMenuPoly {
				background-image: url(images/canaletto.gif);
				background-repeat: no-repeat;
				background-position: bottom;
				padding: 7px 0 7px 0;
		}
		
			#menuProdottiPoly .subMenuPoly a{
				display: block;
				height: 35px;
				background-image: none;
				line-height: 15px;
				font-size: 10px;
			}
			
			#menuProdottiPoly .subMenuPoly a.active{
				display: block;
				height: 35px;
				background-image: none;
				line-height: 15px;
				font-size: 10px;
				color: #C80000;
			}


/* PROFILO
---------------------------------------------*/

#chiSiamo{
	float: left;
	width: 740px;
	padding: 20px 20px 20px 20px;
}

	#chiSiamo ul{
		margin-left: 15px;
		list-style: circle;
	}
	
		#chiSiamo ul li{
			margin-bottom: 5px;
		}
		
#chiSiamo .bloccoTesto{
	width: 413px;
	padding: 0 15px 0 20px;
}
		
		
#doveSiamo{
	float: left;
	width: 740px;
	padding: 20px 20px 20px 20px;
	display: inline; /* ie6 margin fix */
}
		
	#doveSiamo .indirizzo{
		width: 740px;
		line-height: 20px;
		text-align: center;
		font-size: 11px;
		border: #CCC 1px solid;
		border-top: none;
	}
			
	#doveSiamo .mappa{
		width: 740px;
		height: 300px;
		background-color:#CCC;
		border: #CCC 1px solid;
		border-bottom: none;
	}
			
			
/* CONTATTACI
--------------------------------*/

#contattaci{
	float: left;
	width: 990px;
	padding: 20px 0px 30px 20px;
	position: relative;
}

	#contattaci .formContact{
		width: 640px;
		padding: 0 15px 0 20px;
		float: left;
		display: block;
	}
	
	#contattaci .formContact label{
		display: block;
	}
	
	#contattaci .formContact fieldset{
		display: block;
		width: 300px;
		float: left;
		margin-right: 20px;
	}
	
		#contattaci .formContact fieldset input{
			border: 1px solid #D1D1D1;
			width: 285px;
			padding: 4px;
		}
		
		#contattaci .formContact textarea{
			border: 1px solid #D1D1D1;
			width: 605px;
			height: 100px;
			padding: 5px;
		}
		
		#contattaci .formContact .privacy{
			font-size: 10px;
		}
			#contattaci .privacy input{
				position:relative;
				bottom: -4px;
				left: -3px;
			}
	
		#contattaci .btnLink{
			position: absolute;
			color: #FFF;
			background-color: #3A4F6A;
			margin-top: 5px;
			width: 100px;
			height: 25px;
			line-height: 25px;
			display: block;
			text-decoration: none;
			text-align: center;
			right: 70px;
			bottom: 38px;
		}
		
		#contattaci .btnLink:hover{
			background-color: #93A7C1;
		}

/* NEWS
---------------------------------------------*/

#news{
	float: left;
	width: 740px;
	padding: 30px 20px 8px 20px;
}

	#news .bloccoNews{
		margin-bottom: 35px;
		display: block;
		border-bottom:  #93A7C1 1px dotted;
		padding-bottom: 15px;
	}
			#news .bloccoNews h4{
				color: #C80000;
				margin-bottom: 5px;
			}
			
			#news .bloccoNews .data{
				font-size: 10px;
				font-style: italic;
				margin-bottom: 3px;
				color: #3F546E;
			}
			
			#news .bloccoNews p{
				font-size: 11px;
			}
			
			#news .bloccoNews .leggi{
				font-size: 10px;
				margin-bottom: 3px;
				float: right;
				line-height: 11px;
			}

			#news .bloccoNews img{
				float:left;
				margin-right: 15px;
			}
			
		#news #paging{
			position: absolute;
			bottom: 8px;
			right: 15px;
			font-size: 9px;
			width: 740px;
		}
		
			#news #paging a{
				color: #3E526C;
			}
			
				#news #paging .btnPrev a{
					background-image: url(images/freccePrev.gif);
					background-repeat: no-repeat;
					background-position: top left;
					padding-left: 15px;
					line-height: 12px;
				}
				#news #paging .btnPrev a:hover{
					background-position: bottom left;
					}
				
				#news #paging .btnMenu a{
					margin-left: 10px;
					background-image: url(images/frecceMain.gif);
					background-repeat: no-repeat;
					background-position: top left;
					padding-left: 15px;
					line-height: 12px;
				}
				#news #paging .btnMenu a:hover{
					background-position: bottom left;
					}

				#news #paging .btnNext a{
					background-image: url(images/frecceNext.gif);
					background-repeat: no-repeat;
					background-position: top right;
					padding-right: 15px;
					line-height: 12px;
				}
				#news #paging .btnNext a:hover{
					background-position: bottom right;
					}
		
		/* DETTAGLIO NEWS */
		
		#news .bloccoDettaglioNews{
		margin-bottom: 35px;
		margin-left: 20px;
		display: block;
		width: 570px;
		float: left;
	}
			#news .bloccoDettaglioNews h4{
				color: #C80000;
				margin-bottom: 5px;
			}
			
			#news .bloccoDettaglioNews a{
				display: block;
				margin-bottom: 3px;
			}
			
			#news .bloccoDettaglioNews .data{
				font-size: 10px;
				font-style: italic;
				margin-bottom: 3px;
				color: #3F546E;
			}
			
			#news .bloccoDettaglioNews p{
				font-size: 11px;
			}



/* PAGINA PRODOTTI
---------------------------------------------*/

#prodotti{
	float: left;
	width: 740px;
	padding: 20px 0px 20px 20px;
}

	#prodotti h4{
		background-color: #E0E0E0;
		padding: 4px 2px 5px 5px;
		color: #444444;
	}
		#prodotti .accordion .sezione{
			display: block;
			width: 740px;
			padding-top: 10px;
		}

	#prodotti .boxProd{
		display:block;
		float: left;
		width: 157px;
		height: 157px;
		margin-right: 10px;
		margin-left: 10px;
		margin-bottom: 20px;
		padding: 5px 0 0 5px;
		background-image: url(images/bkgProdotto.jpg);
		background-position: center;
		background-repeat: no-repeat;
	}


/* POLIETILENE 
---------------------------------------------*/

#polietilene{
	float: left;
	width: 740px;
	padding: 20px 20px 20px 20px;
}

	
#polietilene .bloccoTesto{
	width: 400px;
	padding: 0 15px 0 20px;
}

#polietilene h3{
	margin-top: 5px;
}



/* SITE MAP
----------------------------------------------------------------*/
.siteTitle{
	color:#455972;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height:15px;
}

.siteTitle a{
	color:#455972;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

.siteTitle a:link{
	color:#455972;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
.siteTitle a:active{
	color:#455972;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
.siteTitle a:hover{
	color:#455972;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

.siteTxt{
	color:#93a7c1;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height:15px;
}
.siteTxt a{
	color:#93a7c1;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
.siteTxt a:link{
	color:#93a7c1;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
.siteTxt a:hover{
	color:#455972;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
.siteTxt a:active{
	color:#93a7c1;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
HR{
	size:1px;
	color:#93a7c1;
}