@charset "utf-8";
/* CSS Document */


#content_menu {
	background: url(../images/menu_repeat.png) repeat;
	font-size:11px;
	bottom: 0;
	padding: 0;
	position: fixed;
	right: 0;
	width: 100%;
	z-index: 99;
}

#content_menu div {
	height: 100%;
}

#spacer_menu {
	overflow: visible;
	position: relative;
}

#content_menu  p{
	margin: 4px 0 0px 4px;
	line-height: 13px;
}

#copyright{
	width:80%;
	float:left;
	padding: 5px 0 3px 4px;
	display:block;
	height:15px;
	font-size: 10px;
}

#menu {
  padding: 0.2em 0;
	margin: 7px 0 5px 0;
	height:100%;
}

#menu li {
	list-style:none;
	margin:0px;
	display: block;
	float:left;
	height: 19px;
	text-transform:uppercase;
	font: 10px/18px "Century Gothic", "trebuchet MS", arial;
}

#menu li b{
	font-weight:normal;
}

#menu a, #copyright a{
	letter-spacing: 1px;
}	

#menu li a{
	text-decoration:none;
	color:#e1e1e1;
	letter-spacing:2px;
	word-spacing:3px;
	font-weight:normal;
	padding: 2px 30px 3px 30px;
	margin:0;
}	

#menu li a:hover{
	color:#e1e1e1;
	background: url(../images/menu_repeat_hover.png) repeat;
}	

*:first-child + html #menu li a:hover {
	height: 25px;
}

#content_lang{
	float: right;
	width:15%;
	font-size:10px;
	line-height:18px;
	padding:7px 0 0 0;
	margin:0;
}

#content_lang a{
	font-weight:normal;
	text-transform:uppercase;
}

#content_lang a:link, #content_lang a:visited{
	color: #e1e1e1;
	text-decoration:none;
}

#content_lang a:hover, #content_lang a:active{
	color: #a30a18;
}

.separatore{
	border-left: #dcdbdb solid 1px;
}

#logos{
	position: absolute;
	top: 5px;
	left: 700px;
}
