/*BRAND SUBPAGE */

body{
	background: url('resources/brandpages/brands_bkg.gif') repeat-x;
}

#header{height: 158px;}

#header #langselect{padding-top: 6px;}

#header h1 img{display:block; margin:20px 0 20px 20px;}

#smalllogos{
	height:32px;
 	width: 950px;
}

li#wtgsmall, li#microlabsmall, li#noisecomsmall, li#willteksmall, li#boontonsmall{ 
	float: left;
	width: 111px;
	display: inline;
	height: 32px;
	border-bottom:1px solid #fa8100;
}


/* BRAND SUBPAGE SMALL LOGO NAV */

#smalllogos li h2 a {
	display: block;
	width: 111px;
	height: 32px;   
}

	#smalllogos li#boontonsmall{background: #2c2c2c url('resources/brandpages/boonton_small.png') no-repeat;}
	#smalllogos li#microlabsmall{background: #2c2c2c url('resources/brandpages/microlab_small.png') no-repeat;}
	#smalllogos li#noisecomsmall{background: #2c2c2c url('resources/brandpages/noisecom_small.png') no-repeat;}
	#smalllogos li#willteksmall{background: #2c2c2c url('resources/brandpages/willtek_small.png') no-repeat;}
	#smalllogos li:hover{background-position: 0 -32px !important;}
	#smalllogos li#wtgsmall h2 a{width:204px;}
	#smalllogos li#wtgsmall{
		width: 204px;
		margin-right: 30px;
		background: #aeaeae url('resources/brandpages/wtg_text.png') no-repeat;
	}

	#header .brandsubnav{top:33px;}
	#header #noisecomsubnav, #brandhome #willteksubnav{right: auto;}


/* BRAND SUBPAGE NAV */

div#brandpagenav li{position:relative;}

	div#brandpagenav ul li.menu1 {
		float:left;
		line-height:28px;
		text-align:center;
		background: url('resources/brandpages/brandnav_bkg.gif');	
	}

	div#brandpagenav a{
		color:#fff;
	}

	div#brandpagenav ul ul a:hover{border-bottom:1px solid;}

	div#brandpagenav h2 a{
		color: #007dc3;
		width: 158px;
		height:35px;
		display:block;
		font-weight: normal;
		font-size: 14px;
		height: 31px;
		padding: 4px 0 0 0;
		margin:0;
		border-right: 1px solid #aeaeae;
	}

	div#brandpagenav #submenufirst h2 a{width: 157px;border-left:1px solid #aeaeae;}

	div#brandpagenav ul li:hover h2 a{
		background-image: none;
		background-color:#383838;
		color: #fa8100;
		border-bottom:none;
	}

	div#brandpagenav ul{
		position: absolute;		
		z-index: 2999;	
		background-color: #383838;
		text-align:left;
		font: 11px/18px Verdana;
	}	

	div#brandpagenav ul ul li{
		padding: 5px 5px 5px 10px;
		}

	div#brandpagenav ul ul{
		padding-top:6px;
		padding-bottom: 10px;
		width: 156px;
		border-left: 1px solid #aeaeae;
		border-right: 1px solid #aeaeae;
		border-bottom: 2px solid #aeaeae;
	}

	div#brandpagenav ul ul ul{
		padding-top:5px;
		border-top:1px solid #aeaeae;
		width: 225px;
		left: 95%;
		top:-6px;
	}

	div#brandpagenav ul ul,
	div#brandpagenav ul li:hover ul ul
	{display: none;}

	div#brandpagenav ul li:hover ul,
	div#brandpagenav ul ul li:hover ul
	{display: block;}

