html,body {
	height: 100%;
	padding: 0;
	margin: 0;
	background: white url(img/bg02.png);
} 

a:link, a:visited {
	display:block;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #696450;
}
	
a:hover {
	background: #EFE7CA;
}

a.prods {
	color: #6B6B6C;
    font-weight: bold;
    text-decoration: none;
    display: inline;
	padding: 1px;
	padding-left: 20px;
	padding-right: 20px;
}

a:hover.tm {
	color: black;
	background: #e8f0f6;
	}

a.mpic {
	color: #B7B7B7;
	display: inline;
	line-height: 16px;
}
a:visited.mpic {
	color: #6B6B6C;
}

a:hover.mpic {
	color: black;
	background: white;
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
	word-spacing: -3px;
}
a.norm {
	color: #8f8f8f;
	display: inline
}
a:hover.norm {
	color: black;
	background: white;
}

td.tmenu {
	line-height: 120%;
	text-indent: 20px;
	}
	
.act {
	font-size: 11px;
	font-weight: bold;
	color: black;
	padding-left: 20px;
	}
	
.colonna1 {
	width: 380px;
	padding: 0px;
	float: left;
}
.colonna2 {
	width: 380px;
	padding: 0px;
	float: right;
}

h4 {
	font-size: 14px;
	color: #6F6F6F;
	background: #F7F5EF;
	text-indent: 5px;
	}
/* DIV */
#full {
	height: 100%;
	width: 100%;
	vertical-align: middle;
}
	
#container {
	text-align: left;
	width: 900px;
	height: 500px;
	background: url(img/bg01.png) no-repeat;
	padding-top: 1px;
}
	
#header {
	width: 800px;
	height: 110px;
	margin-left: 50px;
	background: url(img/title.png) no-repeat;
	border-bottom: 1px solid #DECD87;
}
	
#menu {
	width: 200px;
	height: 100px;
	float: right;
	text-indent: 5px;
	background: url(img/top_menu.png) no-repeat;
	padding-top: 2px;
}

#page {
	width: 800px;
	height: 350px;
	margin-left: 50px;
	margin-top: 0px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #8f8f8f;
	line-height: 150%;
	border: 1px solid white;
}

#prodmenu {
	text-align: left;
    padding-top: 2px;
	}
	
#prodspec {
	width: 200px;
	height: 270px;
	display: table-cell;
	vertical-align: bottom;
	margin: 0;
	}

#bottom {
	width: 800px;
	height: 20px;
	margin-left: 50px;
	margin-top: 18px;
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	color: #D7CDA8;
	text-align: center;
	}