.logo-container {
  height: 75px;
}

.logo {
	background: url(../images/logo.jpg) no-repeat left top;
	width: 204px;
	height: 68px;
	float: left;
	display: block;
	margin: 5px;
}

.banner-container {
  height: 24px;
  white-space: nowrap;
}

.banner-container a.nav-item {
  text-decoration: none;
  outline: none;
  vertical-align: middle;
  font-weight: bold;
  padding: 0px 0px 0px 10px;
}

.banner-container a:hover.nav-item {
  text-decoration: underline;
  outline: none;
}

.banner-container a#btn-donate.nav-item {
  height: 24px;
	cursor: pointer;
}

.banner-container a#btn-cart.nav-item {
  height: 24px;
	cursor: pointer;
}

.banner-container a#btn-search.nav-item {
  height: 24px;
  cursor: pointer;
}

form#searchform {
  vertical-align: middle;
  padding: 0px 5px 0px 10px;
  display: inline-block;
  margin-bottom: 2px;
}

input {
  border-width: 1px;
  border-spacing: 0px;
}

input[type=text]#_search.search-input {
  padding: 0px 3px;
  line-height: 20px;
  font-size: 12px;
  font-weight: 300;
}
