/* CSS Document */
#header {
	position:relative;
	width:990px;
	height:130px;
	background:url(../struttura/header/background.png) center bottom no-repeat;
	clear:both;
}
#header .banner {
	position:relative; float:left; width:990px; background:none; height:70px;
	text-align:right;
}
#header .menu {	position:relative; float:left; height:30px; width:500px; padding:0px 0px 0px 130px; }
#header .menu ul { position:relative; float:left; display:block;margin:0;list-style:none; }
#header .menu ul li { float:left; display:block; height:30px; padding:0px 6px 0px 6px;}
#header .menu ul li a { color:#FFFFFF; font-weight:bold; text-decoration:none;}
#header .menu ul li a:hover { text-decoration:none; border-bottom:2px solid #FFFFFF;}
#header .menu ul li.tasto { line-height:30px; background:url(../struttura/header/menuseparatore.gif) left no-repeat;}
#header .menu ul li.tasto.novita a { border-bottom:2px solid #FFFFFF; text-decoration:none;}
#header .menu ul li.tasto.novita a:hover { border-bottom:2px solid #FF0000; color:#FF0000}
#header .menu ul li.tasto.offerte a { border-bottom:2px solid #FFFFFF; text-decoration:none;}
#header .menu ul li.tasto.offerte a:hover { border-bottom:2px solid #FF0000; color:#FF0000}

#header .login { position:relative; float:right; width:350px; height:30px; padding:0px 0px 0px 10px; color:#FFFFFF; }
#header label { position:relative; float:left; display:block; height:30px; line-height:30px; padding:0px 0px 0px 5px;}
#header .campo { position:relative; float:left; height:30px;}
#header .campo input.loginput { height:16px; width:80px; border:1px solid #CCCCCC; margin:5px 0px 7px 0px; background:#FFFFFF;  font-size:12px; padding:0; line-height:20px;}
#header .vai { position:relative; float:left; width:30px; height:30px; padding:5px 0 0 3px;}
#header .subheader { position:relative; float:right;}
#header .subheader ul { margin:0; padding:0; list-style:none}
#header .subheader ul li { display:block; width:117px; height:20px; line-height:18px; float:left; text-align:center; color:#FFFFFF; font-size:11px; background:url(../struttura/header/subheader.png) top right;}
#header .subheader ul li a { color:#FFFFFF; text-decoration:none;}
#header .subheader ul li a:hover { text-decoration:underline;}

#header .logged { position:relative; float:right; height:30px;}
#header .logged a { display:block; float:left; padding:3px 10px 3px 10px; height:14px; margin:3px 5px 5px 5px; text-decoration:none; text-transform:capitalize; color:#FFFFFF; text-align:center; font-weight:bold;}
#header .logged a:hover { text-decoration:underline; }



