/* MAIN STYLESHEET */


/* Main Structure */
body {
	background-color: white;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: left;
	color: #857B76;
	font-size: 0.75em;
}

p, .normal {
	font-size: 0.75em;
	letter-spacing: 0.08em;
	line-height: 1.5em;
}

td.bgleft {
	background-image: url('images/ilbagno_bg.gif');
	background-repeat: repeat-y;
}

td.bgbottom {
	background-image: url('images/ilbagno_bg_bottom.gif');
	background-repeat: no-repeat;
}

td.bgtop {
	background-image: url('images/ilbagno_bg_top.gif');
	background-repeat: no-repeat;
}


.product {
	font-size: 0.6em;
}

.footer {
	font-size: 0.6em;
	letter-spacing: 0.0001em;
	text-align: right;
}

.center {
	text-align: center;
	font-size: 0.95em;
}

.right {
	text-align: right;
}

h1 {
	font-size: 1.3em;
	color: #002261;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.homered {
	color: #d80f0f;
text-align: center;
	font-size: 0.85em;
}

hr {
	color: #7e0081;
	height: 1px;
}

li {
	line-height: 1.5em;
	color: #857B76;
	font-size: 0.85em;
}

li.center {
	line-height: 1.5em;
	color: #00A086;
	font-size: 0.85em;
	text-align: center;
}

a {
	color: #857B76;
	font-weight: normal;
	text-decoration: underline;
	font-size: 0.75em;
}
	
a:hover {
	color: #000000; 
	text-decoration: underline;
}

a.foot {
	color: #857B76;
	text-decoration: none;
	font-weight: normal;
	font-size: 0.9em;
}

a.foot:Hover {
	color: #000000;
}

a.normal {
	color: #857B76;
	text-decoration: underline;
	font-size: 0.9em;
}



