/* Layout3.css
 * TOPNAV
 */

/* show hide navigation bars, adjust main content width */
#wb-layout-main {
	width: 818px;
}
* html #wb-layout-main {
	width: 818px;
}

#wb-layout-header-base {
	display:none;
}
	
#wb-layout-sidebar {
	display: none;
}

#wb-navigation-subtop {
	display: block;
	width:832px;
	height:48px;
	background-image:url(../images/layout1/red-light_hb.gif);
	background-repeat:no-repeat;
	background-position:top left;
	overflow: hidden;
}

/* top nav structure */
#wb-navigation-subtop div {
	float: left;
	padding: 16px 10px 0px;
	margin-left:5px;
	height: 23px;
}

	#wb-navigation-subtop div.submenu {
		padding: 0px;
		height: auto;
	}
		#wb-navigation-subtop div.submenu div {
			padding: 5px 10px;
			clear: both;
		}
#wb-layout-footer {
	margin-left:7px;
	width:820px;
}
	* html #wb-layout-footer {
		margin-left:9px;
		width:818px;
	}
