/* 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;
}

.small {
	font-size: 0.7em;
}

td.bgleft {
	background-image: url('images/pex_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;
}

.subnav {
	text-align: right;
	font-size: 0.8em;
}

h1 {
	font-family: futura, verdana, helvetica, sans-serif;
	font-size: 1.3em;
	color: #9d3c96;
	font-weight: regular;
	letter-spacing: 0.1em;
	text-align: center;
}

h2 {
	color: #5d5d5d;
	font-size: 1.2em;
	font-weight: bold;
}


hr {
	color: #9d3c96;
	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;
}



