﻿div.header {
	min-width: 820px;
	white-space: nowrap;
	border: solid 2px #fff;
	background: #5D5E3F url(bg-header.gif) no-repeat;
	height: 60px;
}
div.header div#logo-box {
	float: left;
}
div.header div#title-box {
	padding: 15px 0 0 0;
	min-height: 45px;
}
div.header a.title {
	padding: 2px 0 0 0;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
div.header a.title:visited {
	color: #fff;
	text-decoration: none;
}
div.header a.title:hover {
	color: #fff;
	text-decoration: none;
}
div.header a.title span.high {
	color: #fff;
}
div.header img {
	vertical-align: middle;
}
div.header span.tagline {
	color: #fff;
	margin: 0;
	padding: 0 7px 3px 15px;
	font-size: 1.1em;
	font-weight: bold;
}
div.header img.logo {
	padding-right: 10px;
}


a.tab, a.tab-current {
	padding: 0 .7em 0 .7em;
	text-decoration: none;
	border: solid 2px #fff;
	font-weight: bold;
}
a.tab {
	color: #666;
	text-align: left;
	background: #fbfbfb url(tab-bg.gif) repeat-x 0 -3px;
}
a.tab-current {
	background: #5D5E3F url(tab-bg-on.gif) repeat-x 0 -3px;
	text-decoration: none;
	color: #fff;
}
a.tab:hover, a.tab-current:hover {
	text-decoration: none;
}
a.tab:hover {
	background: #e8e8e8 url(tab-bg-over.gif) repeat-x 0 -3px;
	color: #333;
}
a.tab-current:hover {
	color: #fff;
}
a.tab:visited {
	color: #666;
}
a.tab:visited:hover {
	color: #333;
}
a.tab-current:visited {
	color: #fff;
}


#menu {
	min-width: 820px;
	margin: 3px 0 0 0;
	width: 100%;
}
#submenu {
	margin: 2px 0 3px 0;
}
#menu td, #submenu {
	white-space: nowrap;
}
#menu a, #submenu a {
	display: inline-block;
}
#submenu a {
	font-size: 80%;
}
#submenu a.tab, #submenu a.tab-current {
	background-position: 0 -5px;
}

#store {
}

#search {
	text-align: right;
	padding: 0 0 0 6px;
}
#search .input {
	padding: 0 0 0 21px;
	margin: 0;
	color: #666;
	background-image: url(search.gif);
	background-repeat: no-repeat;
	border: solid 2px #eee;
}
#search .button {
	font-family: Trebuchet MS, Verdana, Sans-Serif;
	border: solid 1px #fff;
	padding: 0 .3em 0 .3em;
	background: #fbfbfb url(tab-bg.gif) repeat-x 0 -3px;
	color: #666;
}
#search .button:hover {
	background: #fbfbfb url(tab-bg-over.gif) repeat-x 0 -3px;
}
