/* Copyright 2008 Lightage */ 
html, body{
	background: #ffffff; 
	margin: 0; 
	padding: 0;
	font-family: Arial, Verdana;
} 

input, select, textarea {
	font-family: Arial, Verdana;
	padding: 0 3px;
	color: #6f777a;
	margin-bottom: 6px;
}

table {
	width: 100%;
}

td {
	text-align: center;
	padding: 4px;
	margin: 2px;
	background: #E4E4E4;
}

#pagina {
	width: 760px;
	text-align: left;
	padding: 0;
	margin: 0 auto 0 auto; 
}

#colonnasx {
	width: 200px;
	padding: 20px 0 0 0;
	float: left;
	position: relative;
	font-size: 13px;
	font-weight: normal;
	text-align: justify;
}

#colonnasx a img, #colonnadx a img {
	border: 0;
}

#colonnasx a img:hover, #colonnadx a img:hover {
	opacity: .9;
	filter: alpha(opacity=90);
}

#colonnasx ul {
	list-style-type: none;
	margin: 40px 0 0 0;
	padding: 0;
}

#colonnasx li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 34px;
}


#colonnadx {
	float: right; 
	display: inline; 
	position: relative; 
	width: 525px;
	padding: 20px 0 0 10px;
	font-size: 14px;
	line-height: 20px;
	color: #9F9087;
}

#colonnadx li {
	margin-bottom: 10px;
}

#colonnadx h1 {
	display: none;
}

#colonnadx h3 {height: 30px;text-indent: -3000px; overflow: hidden;}
#colonnadx h3.biancoseta {
	background: url(images/title_chisiamo.jpg) no-repeat;
}
#colonnadx h3.ilsonno {
	background: url(images/title_ilsonno.jpg) no-repeat;
}
#colonnadx h3.laseta {
	background: url(images/title_laseta.jpg) no-repeat;
}
#colonnadx h3.limbottita {
	background: url(images/title_limbottita.jpg) no-repeat;
}
#colonnadx h3.ivantaggi {
	background: url(images/title_ivantaggi.jpg) no-repeat;
}
#colonnadx h3.manutenzione {
	background: url(images/title_manutenzione.jpg) no-repeat;
}
#colonnadx h3.contatti {
	background: url(images/title_contatti.jpg) no-repeat;
}
#colonnadx h3.neve {
	background: url(images/title_neve.jpg) no-repeat;
}
#colonnadx h3.qualeimbottitura {
	background: url(images/title_qualeimbottitura.jpg) no-repeat;
}
#colonnadx h3.fiore {
	background: url(images/title_fiore.jpg) no-repeat;
}
#colonnadx h3.foglia {
	background: url(images/title_foglia.jpg) no-repeat;
}
#colonnadx h3.sole {
	background: url(images/title_sole.jpg) no-repeat;
}

a {
	color: #6B6B6B;
	text-decoration: none;
}

a:hover {
	color: #9C938C;
}

#footer {
	position: relative; 
	width: 525px;
	height: 40px;
	float: right;
	margin: 20px 0 0 10px;
	font-size: 11px;
	color: #9F9087;
	text-align: center;
	padding-top: 5px;
	line-height: 18px;
}

#footer a {
	color: #9F9087;
	text-decoration: none;
}

/*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#colonnasx {display:none;}
#colonnadx h1 {display:block;}
#colonnadx h3 {text-indent: 0;} 
#colonnadx {width:100%; float:none;}
}

