/* CSS Document */

html {
height: 100%;
}

img, div { behavior: url(iepngfix.htc) }

body {
	margin: 0px;
	height:100%;
	background-color: #000000;
	color:#FFFFFF;
	}
	
	
a {
	color: #FEDEA6;
}

.home_titolo {	
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
	color: #FEDEA6;
}
	
.home_testo {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

.td_linea {
background: url(parts/linea.gif) left repeat-y 

}

.titolo {	
	font-family:"Times New Roman", Times, serif;
	font-size: 28px;
	color: #FEDEA6;
}

.menu { /*color:#990000;*/ 
text-transform:uppercase;
}

/* banner rotator */
#banners_container { display:block; position:relative; width:1273 px; height:449px; margin:0px auto 0px;}
#banner_container { position:relative ; overflow:hidden ; width:1273px ; margin:0px auto 0px;  }
#banners { white-space:nowrap; display:block; position:relative; }
#banners a img { border:none; }

.hidden {
	display:none;
}

