@charset "UTF-8";
body {
	background: #eff0e5 URL("../img/bkg-browser.jpg") repeat-x fixed 0 0;
	margin: 0px;
	padding: 10px;
	font-size: 75%;
	font-family:"Times New Roman", Times, serif;
	}
	
a {
	text-decoration: none;
	}
	
#navCast a,
#navFooter a,
#holderNav a {
	color: #c50c1f;
	text-transform: lowercase;
	}

#holderNav a {
	font-size: 18px;
	padding: 0 14px 0 14px;
	line-height: 38px;
	}

#navCast a:Hover,
#navFooter a:Hover,
#holderNav a:Hover {
	color: #dd838e;
	}
	
#navCast a span {
	color: #000;
	}
	

	
#langSelect{
	width: 57px;
	height: 15px;
	margin: 0;
	position:relative;
	}
	
#langSelect a{
	display: block;
	width: 21px;
	height: 15px;
	margin: 0;
	padding: 0px;
	position: absolute;
	top: 0;
	font-size: 0.5;
	line-height: 0.5em;
	background-color:transparent;
	background-repeat:no-repeat;
	}

#langIt{
	left: 0;
	background-image: URL("../img/lang-it.gif");
	background-position: left bottom;
	}
	
#langEn{
	right: 10px;
	background-image:URL("../img/lang-en.gif");
	background-position: left bottom;
	}
	
#langSelect a span{
	display: none;
	}
	
#langSelect a:hover,
#langSelect a:active,
#langEn.ActiveLang, #langIt.ActiveLang {
	background-position: left top;
	}
	

.pushDown{ clear: both; height: 10px; }	
	
.guerilla { display: none;}
