@import url(/css/generic.css);
@import url(/css/xstandard.css);

/*
 * Site Specific Styles
 */

body {
  text-align: center;
  background: #e8ebec;
}
#shadow-left {
  width: 814px;
  margin: 0 auto 0 auto;
  background: url(/images/shadow-left.png) repeat-y;
  padding-left: 44px;
}
#shadow-right {
  background: url(/images/shadow-right.png) right top repeat-y;
  padding-right: 44px;
}
#site-container {
  /* width: 770px; */
  text-align: left;
  background: #fff;
}

/*
 * Header Styles
 */

#header {
  margin-bottom: 6px;
}
#header h1 {
  height: 109px;
  background: url(/images/header-2.jpg) no-repeat;
  margin: 0;
  cursor: pointer;
}
#header h1 span {
  display: none;
}

/*
 * Linkbar Styles
 */

#linkbar {
  margin-bottom: 4px;
}
#linkbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: inline-block;
}
#linkbar ul {
  display: block;
}
#linkbar ul li {
  float: left;
  margin: 0;
  padding: 0;
}
#linkbar ul li a {
  display: block;
  width: 106px;
  height: 21px;
  text-align: center;
  padding-top: 6px;
  border-right: 1px solid #fff;
  background: url(/images/linkbar-unselected-background.png) repeat-x;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
}
#linkbar ul li a.selected {
  background: url(/images/linkbar-selected-background.png) repeat-x;
  color: #000;
}
#linkbar ul li.health a {
  width: 128px;
}
#linkbar ul li.news a {
  width: 76px;
}
#linkbar ul li.customer-login a {
  width: 136px;
  border-right: none;
}

/*
 * Layout Styles
 */

#main {
  background: url(/images/main-background.png) repeat-y;
  margin-bottom: 4px;
  overflow: hidden;
  display: inline-block;
}
#main {
  display: block;
}

/*
 * Menu Styles
 */

#menu {
  float: left;
  width: 177px;
  margin-right: 2px;
}
#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu ul li {
  margin: 0;
  padding: 0;
}
#menu ul li a {
  display: block;
  background-position: 157px 5px;
  background-repeat: no-repeat;
  color: #000;
}
#menu ul li span {
  display: block;
  border-bottom: 1px solid #868b8d;
  border-top: 1px solid #fff;
  margin-right: 20px;
  padding: 5px 0 5px 10px;
  font-size: 0.9em;
}
#menu ul li.first span {
  border-top: none;
}
#menu ul li.last span {
  border-bottom: none;
}

/*
 * Content Styles
 */

#content {
  float: left;
  width: 422px;
  margin-right: 3px;
}
#content div.inner {
  padding: 15px 18px 12px 18px;
  background: url(/images/page-background.png) repeat-x;
  font-size: 0.9em;
  min-height: 200px;
}
#content form#search-form {
  background: url(/images/product-search-bg.jpg) top left no-repeat;
  margin: 0;
  padding: 10px 0 0 10px;
  width: 412px;
  height: 36px;
}
#content form#search-form input.text {
  float: left;
  width: 320px;
  color: #5a5a5a;
}
#content form#search-form input#submit-search {
  float: left;
  margin-left: 10px;
}
h2#page-title {
  margin: 0;
  background: url(/images/page-title-background.png) repeat-y;
  color: #fff;
  padding: 10px;
  font-size: 1.4em;
}

/*
 * Sidebar Styles
 */

#sidebar {
  float: left;
  width: 166px;
}
#sidebar #feature {
  margin: 0;
  padding: 0;
  width: 166px;
  height: 204px;
}
#sidebar div.subscribe-to-newsletter {
  background: #d0d5d7;
  padding: 8px 10px 8px 10px;
  margin-bottom: 1px;
  overflow: hidden;
  display: inline-block;
}
#sidebar div.subscribe-to-newsletter {
  display: block;
}
#sidebar div.subscribe-to-newsletter h3 {
  font-size: 1em;
  margin: 0 0 8px 0;
  line-height: 1.4em;
}
#sidebar div.subscribe-to-newsletter input {
  display: block;
  width: 138px;
  font-size: 1em;
  padding: 2px;
  margin: 0 0 5px 0;
}
/*
#sidebar div.subscribe-to-newsletter input#sidebar-email-field {
  width: 138px;
  float: left;
  margin-right: 2px;
}
*/
#sidebar div.subscribe-to-newsletter input.submit {
  float: right;
  width: auto;
}
#sidebar div.subscribe-to-newsletter input.subscribe {
  float: left;
  width: auto;
  margin: 1px 0 0 0;
}
#sidebar div.buttons p {
  margin: 0;
}
#sidebar div.buttons p img {
  display: block;
  margin-top: 1px;
}

/*
 * Footer Styles
 */

#footer {
  background: #111112 url(/images/footer-background.png) repeat-x;
  color: #fff;
  padding: 15px 0 30px 0;
  overflow: hidden;
  display: inline-block;
}
#footer {
  display: block;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  text-decoration: underline;
}
#footer div.content {
  float: left;
  display: inline;
  width: 544px;
  margin-left: 113px;
  text-align: center;
}
#footer div.content p.branches {
  font-size: 1.5em;
  margin: 0 0 15px 0;
}
#footer div.content p.branches span {
  margin-right: 8px;
}
#footer div.content p.branches span.last {
  margin-right: 0;
}
#footer div.content p.copyright-and-links {
  margin-bottom: 5px;
  font-size: 0.85em;
}
#footer div.content p.tibus-strapline {
  margin: 0;
  font-size: 0.85em;
}
#footer img.hire-flag {
  float: left;
  margin: 3px 30px 0 0;
}
