/********************
 * header
 ********************/
div#header{
	float:left;
	width:1024px;
	height:142px;
	position:relative;
	background:url(../../images/header.jpg) top left repeat-x;
}
.search-box{
	float:left;
	width:250px;
	height:24px;
	position:absolute;
	top:17px;
	left:760px;
}
.search-box span{
	float:left;
	width:81px;
	height:21px;
	padding:3px 3px 0px 0px;
	text-align:right;
	font-size:14px;
}
.search-box input{
	float:left;
	width:130px;
	font-size:14px;
}
.search-box a{
	float:left;
	width:24px;
	height:24px;
	margin-left:3px;
	background:url(../../images/vai.png) top left no-repeat;
}
.flag{
	float:left;
	width:41px;
	height:38px;
	position:absolute;
	top:12px;
}
.flag-ita{
	left:548px;
	background:url(../../images/flag-ita.gif) top left no-repeat;
}
.flag-ing{
	left:600px;
	background:url(../../images/flag-ing.gif) top left no-repeat;
}
.flag-spa{
	left:652px;
	background:url(../../images/flag-spa.gif) top left no-repeat;
}
.flag-fra{
	left:704px;
	background:url(../../images/flag-fra.gif) top left no-repeat;
}
