#header {
	position: relative;
	margin-bottom: 20px;
}

#header h1, #header h1 a {
	display: block;
	width: 311px;
	height: 65px;
}

#header h1 a {
	text-indent: -9999px;
	background: transparent url(../images/logo_ite.png) no-repeat;
}

#header #welcome {
	position: absolute;
	right: 245px;
	top: 36px;
	color: #666;
}

#header #welcome a {
	color: #b74f36;
	text-decoration: underline;
}

#header #welcome a:hover {
	text-decoration: none;
}

/* start searchform */
#searchform {
	position: absolute;
	right: 0;
	top: 36px;
	width: 210px;
	height: 16px;
}

#searchform input.keyword {
	border: 1px solid #f3f7d4;
	background-color: #fff;
	color: #b75037;
	font-size: 11px;
	height: 12px;
	padding: 1px;
	width: 150px;
}
/* end searchform */

/* start topmenu */
#topmenu {
	border: 1px solid #f8f8f8;
	background: #b2c38d url(../images/bckg_topmenu.gif) repeat-x;
	width: 967px;
	display: block;
}

#topmenu h2 {
	display: none;
}

#topmenu ul {
	margin: 0;
	color: #fff;
	width: 100%;
	font-weight: bold;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
}

#topmenu li {
	float: left;
	background: transparent url(../images/topmenu_sep.gif) no-repeat right;
	padding-right: 2px;
}

#topmenu li.lastchild {
	background: transparent;
}

#topmenu li a {
	text-decoration: none;
	color: #fff;
	padding: 1px 9px;
	display: block;
}

#topmenu li a:hover, #topmenu li a.active
{
	background: #c98267 url(../images/bckg_topmenu_hover.gif) repeat-x;
}
/* end topmenu */
