/* *******************************************************************************************************
   CONTENITORI PER HEADER E MENU PRINCIPALE
   *******************************************************************************************************/

div#header{
	float:left;
	width:1000px;
	height:270px;
}
div#header > .top{
	float:left;
	width:1000px;
	height:30px;
	padding-top:18px;
	padding-bottom:22px;
}
div#header > .bottom{
	float:left;
	width:1000px;
	height:112px;
	padding-top:20px;
	padding-bottom:21px;
}
div#header > .bottom > div#logo{
	float:left;
}
div#header > .bottom > div#logo img{
	border:0
}
div#header > .bottom > .slogan{
	float:right;
	padding-top:46px;
	text-transform:uppercase;
	font-size:20px;
	padding-right:20px;
	color:#ffffff;
	font-family:Arial, Verdana, Helvetica, Tahoma, sans-serif;
}
div#header > .bottom > .slogan > .first{
	padding-right:60px;
}
div#header > .bottom > .slogan > .second{
	padding-left:60px;
}

/* menu principale */
div#menu{
	float:left;
	width:1000px;
	height:47px;
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, Tahoma, sans-serif;
}
div#menu > .separator{
	float:left;
	width:2px;
	height:47px;
	background-image:url(../img/menu-separator.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
div#menu > a{
	float:left;
	width:165px;
	height:33px;
	padding-top:14px;
	text-decoration:none;
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, Tahoma, sans-serif;
	color:#ffffff;
	text-transform:uppercase;
	text-align:center;
}
div#menu > a:hover, div#menu > a.active { 
	background-image:url(../img/menu-hover.png);
}
div#menu > a.active{
	text-decoration:none;
}

/* menu lingue */
div#menu-lang{
	float:right;
	padding-left:20px;
}
div#menu-lang a{
	float:left;
	width:29px;
	padding-top:6px;
	height:23px;
	background-image:url(../img/lang.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	color:#ffffff;
	text-transform:uppercase;
	text-align:center;
	font-size:12px;
	margin-left:16px;
}
div#menu-lang a:hover{
	background-position:0px -29px;
	text-decoration:none;
}

/* menu special */
div#menu-special{
	float:right;
}
div#menu-special > .item{
	float:left;
	margin-right:16px;
}
