@charset "UTF-8";
/* CSS Document */

body{
	background:url(../img/bg.jpg) top center no-repeat #090909;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCC;
	
	scrollbar-face-color: #FFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-darkshadow-color: #98AAB1;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-arrow-color: #0a2e85;
	scrollbar-track-color: #EFEFEF;
}
img{
	border:none;
}
a{
	text-decoration:none;
}
input{
	outline:none;
}
strong{
	color:#fada00;	
}
.centrale{
	text-align:center;
}
#wrapper {
	width:1000px;
	margin:0 auto;
}
#flag{
	 float:right;
	 line-height:30px;
}
#flag a{
	color:#FFF;
	line-height:30px;
}

#top-header {
	width:auto;
	height:85px;
}

#header-reclaim {
	color:#fada00;
	font-size:18px;
	margin-left:360px;
	line-height:30px;
	margin-top:55px;
	position:absolute;
	font-family:"Gill Sans", Arial, Helvetica, sans-serif;
}

#header {
	background:url(../img/menuBg.jpg);
	height:100px;
}

#logo {
	width:316px;
	height:100px;
	margin-left:27px;
}

#menu {
	height:100px;
	float:right;
	width:530px;
}

#otr-logo {
	background:url(../img/hpotr_logo.gif) no-repeat center;
	height:100px;
	width:470px;
	cursor:pointer;
}

#menuList {
	line-height:80px;
}

#menuList li {
	list-style:none;
	display:inline;
	color:#CCC;
	font-size:13px;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
}
#menuList li a{
	color:#CCC;
	text-decoration:none;
}
#menuList li a:hover{
	color:#fada00;
}

#menuList li.separatore{
	margin-left:42px;
	margin-right:42px;
}

#menuList li.separatore{
	margin-left:42px;
	margin-right:42px;
}

.destra { text-align:right; }

