/* for the dropdown menus */
body {
	margin: 0;
	padding: 0;
}
#header_dropdown, #header_dropdown ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#header_dropdown {
	margin-left: 25px;
	border-left: 1px solid white;
	margin-bottom: 0;
}
#header_dropdown a {
	display: block;
	text-align: center;
	width: 100%;
  padding-top: 3px;
  padding-bottom: 5px;
}
#header_dropdown li.header_region, #header_dropdown li.header_region:hover {
	display: block;
	text-align: center;
/* comment out by headway 2007.09.06*/
/*  padding-top: 3px;
  padding-bottom: 5px; */
}
#header_dropdown li {
	float: left;
	width: 13em;
	border-right: 1px solid;
	margin-right: 1px !important;
}

#header_dropdown li li {
  border-right: none;
  border-top: 1px solid white;

}
#header_dropdown li ul {
  margin-left: -1px !important;
  margin-right: 0 !important;
	position: absolute;
	width: 13em;
	left: -999em;
}

/* li.sfhover is for a JavaScript workaround for the :hover shortcomings of IE */
#header_dropdown li:hover ul,
#header_dropdown li ul.noCSShide {
	left: auto;
	margin: 0;
}

/* clearing element */
#header_clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 0;
}
/* add by headway 2007.09.06 */
#footer_clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 0;
}

/* layout */
#wacom_header {
	padding: 0;
/* update by headway 2007.09.06 */
/* margin: 0; */
	margin: 0 0 20px 0;
}
#wacom_header, #wacom_footer {
	width: 800px;
}

/* appearance - align, positioning, borders etc. */
#wacom_logo {
	float: left;
	margin-left: 25px;
	margin-top: 29px;
}
#language_selector {
	float: right;
	margin-right: 25px;
	margin-top: 7px;
}
#wacom_header img, #wacom_header a img {
	border: none;
}
#header_dropdown {
	clear: both;
}

/* basic typography */
#wacom_header, #wacom_footer,
#wacom_header *, #wacom_footer *, 
#wacom_header a, #wacom_footer a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-size: 13px;
}

#wacom_header a:hover,
#wacom_footer a:hover {
  color: black;
}


/* footer layout */
#wacom_footer {
  padding: 9px 0 25px 0;
}
#wacom_footer p {
  font-size: 11px;
  margin: 7px 25px 0 25px;
}
#wacom_footer p.bottom_menu a {
  margin-top: 0;
  font-size: 12px !important;
}
#wacom_footer p.bottom_menu {
  font-size: 12px;
  border-bottom: 1px solid;
  padding-bottom: 11px;
}

