*{
	margin:0;
	padding:0;
	font-family: Tahoma;
}
html, body{
	background-color: #bf292a;
	font-size: 12px;
	color: #333;
}
a,a:visited,a:hover,a:active{
	color: #be2a2a;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	color: #666;
}
a:active{
	text-decoration: blink;	
}
#mainShad{
	background: #fff url(images/shad.gif) no-repeat top left;
	width: 954px;
	height: 544px;
	margin: 40px auto 0; /*TO DO: vertical center*/
	padding: 14px 0 0 14px;
}
#main{
	background-color: transparent;
	height: 470px;
	width: 940px;
	position: relative;
	padding-top: 11px;
	
}
.tlo1{
	background: url(images/bgFoto.jpg) no-repeat top left;
}
.tlo2{
	background: url(images/bgFoto2.jpg) no-repeat top left;	
}
.tlo3{
	background: url(images/bgFoto3.jpg) no-repeat top left;	
}
.tlo4{
	background: url(images/bgFoto4.jpg) no-repeat top left;	
}
.tlo5{
	background: url(images/bgFoto5.jpg) no-repeat top left;	
}
a#logo,a#logo:visited,a#logo:hover,a#logo:active{
	width: 200px;
	height: 50px;
	display: block;
	position: absolute;
	top: 74px;
	left: 10px;
	border: none;
	text-decoration: none;
}
#whereAreU{
	margin: 0 10px 0 220px;
	display: block;
	background-color: #fff;
	padding: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	opacity: 0.8;
}
#menu{	
	margin:150px 0 0 19px;
	height: 270px;
	width: 191px;
	overflow: auto;
	overflow-x: hidden; 	
}
#menu a,#menu a:visited,#menu a:hover,#menu a:active{
	display: block;
	min-height: 16px;
	height: auto !important;
	height: 16px;
}
.level0 a,.level0 a:visited,.level0 a:hover,.level0 a:active{
	font-size: 17px;
	color: #be2a2a;
	padding-bottom:4px;
}
.level1 a,.level1 a:visited,.level1 a:hover,.level1 a:active{
	font-size: 12px;
	color: #333;
	padding: 2px;
	padding-left: 23px;
	background: transparent url(images/dot.gif) 15px center no-repeat;
}
.level2 a,.level2 a:visited,.level2 a:hover,.level2 a:active{
	font-size: 12px;
	color: #333;
	padding-left: 33px;
	background: transparent url(images/dot.gif) 25px center no-repeat;
}
.level3 a,.level3 a:visited,.level3 a:hover,.level3 a:active{
	font-size: 12px;
	color: #333;
	padding-left: 43px;
	background: transparent url(images/dot.gif) 35px center no-repeat;
}
.level1 a:hover,.level2 a:hover,.level3 a:hover,
.level1 .selected a,.level1 .selected a:visited,.level1 .selected a:active,
.level2 .selected a,.level2 .selected a:visited,.level2 .selected a:active,
.level3 .selected a,.level3 .selected a:visited,.level3 .selected a:active{
	background-color: #bf292a;
	color: #fff;
	background-image: url(images/dot_hov.gif);
	text-decoration: none;
}
#podTresc{
	height: 416px;
	width: 710px;
	margin:10px 0 0 0;
	margin-right: 10px !important;
	margin-right: 5px;
	float: right;
	filter:Alpha(opacity=80);
	_background:#fff;
	_position:static;
}
#tresc{
	padding: 10px;
	height: 396px;
	width: 690px;
	z-index: 0;
	position: relative;	
}
#alpha[id]{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	z-index: -1;
	height: 416px;
	width: 710px;
	background-color: #fff;
	opacity: 0.8; filter: alpha(opacity=80);
}
#foot{
	position: relative;
	height: 25px;
	width: 920px;
	padding: 15px 20px 0 0;
	background-color: #bf292a;
	margin-top: 10px;
	text-align: right;
	font-size: 10px;
	color: #fff;
}
#foot span{
	position: absolute;
	top: 15px;
	left: 20px;
	padding-left: 18px;
}
#foot span a{
	width: 13px;
	height: 15px;
	position: absolute;
	left: 0;
	background: transparent url(images/printer.gif) top left no-repeat; 
}
#foot a,#foot a:visited,#foot a:hover,#foot a:active{
	color: #fff;
}
#underFoot{
	width: 954px;
	height: 24px;
	margin: 5px auto 0;
}
#underFoot a, #underFoot a:visited, #underFoot a:hover, #underFoot a:active{
	background: transparent url(images/wirt.gif) top left no-repeat;
	width: 181px;
	height: 24px;
	display: block;
	float: right;
	text-decoration: none;
}
/********** Other FF styles for annoying things **********/
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
padding: 0px 2px 0px 2px;
border: 1px solid transparent;
}
:-moz-any-link:focus {
outline-color:-moz-use-text-color;
outline-style: none;
outline-width: 0;
}