/*
'
'**************************************
' Visuddhi - http://visuddhi.com
' Copyright (c) 2006 - Visuddhi
' All right reserved. 
'**************************************
'
*/

body {
	margin:auto;
	width:800px;
	background-image:url(images/fond.jpg);
	font-family: verdana;
	color:#293c4f;
	
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {

position: absolute;
/*top: 0;*/
/*left: 0;*/
z-index:100;
width: 800px;
}
#menu dl {
	float: left;
	width: 97px;
	margin: 0 1px;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #01345e;
/*border: 0px solid gray;*/
margin-bottom:3px;
	
}
#menu dd {
border: 0px solid gray;
}
#menu li {

text-align: center;
background: #4b5264;
margin-bottom:3px;
}
#menu li a, #menu dt a {

color: #ffb400;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
background: #041f34;
}

img { 
	border: 0;
}
td { 
	vertical-align: top;
}
div.first {
z-index: 1;
margin:auto;
width:800px;
}

div.header {
z-index: 1;
	padding: 4px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	font-variant: small-caps;
	background: #eee url('images/sfondo.gif') repeat-x;
	border: 1px solid #1b3045;
}
div.center {
background-image:url(images/fond-0.jpg);
	text-align: center;
}
table.container {
	margin: 30px auto;
}
table.dia {
	margin: 5px;
	width: 100px;
	height: 100px;
	border: 1px solid #ddd;
	border-collapse: collapse;
}
div.smalldesc {
	margin: 0 5px 10px 5px;
	width: 100px;
	font-size: 10px;
	text-align: center;
}
table.dia td { 
	text-align: center;
	vertical-align: middle;
	background: #eee url('images/sfondo.gif') repeat-x;
}
table.dia img { 
	display: block;
	margin: auto; 
}

div.footer {
  margin: 20px;
  text-align: center;
}

table.dia a img { 
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}
table.dia a:hover img { 
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1;
}

