/* General Page Structure
-------------------------------------------------------------------------------------- */
body {
  margin: 0 0 40px;
  padding: 0;
}
#wrapper {
  margin: 0 auto;
  width: 800px;
}
#header {
  margin: 0 0 3px;
  padding: 15px 0 0;
}
#main {
  clear: both;
  position: relative;
}
#container {
  float: right;
  margin: 0 0 0 3px;
  padding: 0 0 30px;
  position: relative;
  width: 597px;
}
#content {
  padding: 20px 25px 0;
}
#sidebar {
  float: left;
  width: 200px;
}


/* General Styles
-------------------------------------------------------------------------------------- */
.clear:after {
  clear: both; 
  content: "."; 
  display: block; 
  height: 0; 
  visibility: hidden;
}
.clear { display: inline-block; }
/* Hides from IE-mac \*/
* html .clear { height: 1%; }
.clear { display: block; }
/* End hide from IE-mac */

a img {	border: none; }
form { margin: 0; padding: 0; }

img.left { float: left; margin: 0 6px 6px 0; }
img.right { float: right; margin: 0 0 6px 6px; }


/* General Typography
-------------------------------------------------------------------------------------- */
body {
  color: #808080;
  font: 11px/1.5 Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, p, ol, ul { margin: 0 0 12px; }
h1, h2, h3 { color: #0054a4; }
h1 {
  color: #0054a4;
  font-size: 16px;
}
h2 {
  font-size: 14px;
}
a {
  color: #1961ad;
  text-decoration: none;
}
input.text, textarea, select { font: 11px Arial, Helvetica, sans-serif; }


/* Header Search
-------------------------------------------------------------------------------------- */
#search { padding: 0 8px 8px 0; }
#search form { float: right; }
#search form label {
  color: #898b8d;
  float: left;
  padding: 2px 5px 0 0;
}
#search form input.text {
  border: 1px solid #b3b3b3;
  color: #898b8d;
  float: left;
  margin: 0 5px 0 0;
  padding: 2px;
  width: 135px;
}
#search form input.submit {
  display: block;
  float: left;
  padding: 2px 0 0;
}


/* Logo and Banner
-------------------------------------------------------------------------------------- */
a#logo, #banner {
  float: left;
  height: 170px;
  margin-bottom: 3px;
  overflow: hidden;
}
a#logo {
  display: block;
  margin-right: 3px;
}
a#logo img { display: block; }
#banner {
  background: url(/assets/20/header-banner.jpg) no-repeat top left;
  border-right: 6px solid #fdbb30;
  padding: 0 1px 0 0;
  width: 590px;
}
#banner span.tagline {
  background: url(/assets/1/banner-overlay.jpg) no-repeat top left;
  border-top: 1px solid #fff;
  color: #fff;
  display: block;
  font: bold 18px/50px "Trebuchet MS", Arial, Helvetica, sans-serif;
  height: 50px;
  margin: 119px 0 0;
  padding: 0 20px 0 0;
  text-align: right;
}


/* Nav Menu
-------------------------------------------------------------------------------------- */
ul#nav {
  background: url(/assets/101/title-electrodrive.gif) no-repeat top left;
  clear: both;
  display: block;
  height: 40px;
  list-style: none;
  margin: 0;
  padding: 0 0 0 201px;
}
ul#nav li {
  display: inline;
  float: left;
  margin: 0 0 0 2px;
  position: relative;
  z-index: 5;
}
ul#nav li a {
  background-position: top left;
  background-repeat: no-repeat;
  display: block;
}
ul#nav li.home a { background-image: url(/assets/30/nav-home-hover.gif); }
ul#nav li.healthcare a { background-image: url(/assets/28/nav-healthcare-hover.gif); }
ul#nav li.industrial a { background-image: url(/assets/32/nav-industrial-hover.gif); }
ul#nav li.distributors a { background-image: url(/assets/26/nav-distributors-hover.gif); }
ul#nav li.contact a { background-image: url(/assets/24/nav-contact-hover.gif); }
ul#nav li a img { display: block; }
ul#nav li:hover img,
ul#nav li.hover img,
ul#nav li a:hover img,
body.homepage ul#nav li.home a img,
body.healthcare ul#nav li.healthcare a img,
body.industrial ul#nav li.industrial a img,
body.distributors ul#nav li.distributors a img,
body.contact ul#nav li.contact a img {
  visibility: hidden;
}

/* Nav Menu Dropdowns
-------------------------------------------------------------------------------------- */
ul#nav li ul {
  background-color: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: none;
  left: 0;
  margin: 0;
  padding: 0 10px 5px;
  position: absolute;
  top: 40px;
  z-index: 10;
  list-style: none;
}
ul#nav li:hover ul,
ul#nav li.hover ul {
  display: block;
}
ul#nav li ul li {
  display: block;
  float: none;
  margin: 0;
  width: 100%;
}
ul#nav li.healthcare ul li a,
ul#nav li.industrial ul li a {
  background-image: none;
}
ul#nav li ul li a {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #d8d8d8 !important;
  color: #000;
  font-size: 12px;
  line-height: 16px;
  padding: 7px 10px 7px 22px;
  text-align: left;
  text-transform: none;
}
ul#nav li ul li:last-child a {
  border-bottom: none !important;
}
ul#nav li ul li a:hover {
  background-color: #efefef !important;
}


/* Common Content Styles
-------------------------------------------------------------------------------------- */
#container a.back-link {
  color: #b2b2b2;
  margin: 0 25px 0 0;
  right: 0;
  position: absolute;
  top: 0;
}
#content span.valign {
  cursor: pointer;
  height: inherit;
  display: table-cell;
  vertical-align: middle;
  width: inherit;
}


/* Home Page
-------------------------------------------------------------------------------------- */
body.homepage #content { padding: 25px 70px 0; }
body.homepage #content p strong {
  color: #0054a4;
}
body.homepage #content p em {
  font-weight: bold;
  font-style: normal;
}
body.homepage #content p.about {
  padding: 1em 0 1em 0;
}
#content a.feature {
  background: url(/assets/7/feature-link-bg.gif) repeat-x top left;
  clear: both;
  display: block;
  height: 128px;
  margin: 20px auto;
  overflow: hidden;
  width: 392px;
}
#content a.feature strong,
#content a.feature span.desc {
  border-right: 3px solid #fff;
  cursor: pointer;
  display: block;
  float: left;
}
#content a.feature strong {
  background-position: center 13px;
  background-repeat: no-repeat;
  color: #0054a4;
  font-size: 18px;
  height: 43px;
  padding: 85px 0 0;
  text-align: center;
  width: 142px;
}
#content a.feature span.desc {
  background: url(/assets/6/feature-link-arrow.gif) no-repeat right -128px;
  color: #929292;
  height: 128px;
  padding: 0 70px 0 16px;
  width: 158px;
}
#content a.feature:hover span.desc {
  background-position: top right;
}
body.homepage #content a.healthcare { border-right: 6px solid #0054a4; }
body.homepage #content a.healthcare strong { background-image: url(/assets/4/feature-icon-healthcare.gif); }
body.homepage #content a.industrial { border-right: 6px solid #fdba31; }
body.homepage #content a.industrial strong { background-image: url(/assets/5/feature-icon-industrial.gif); }


/* Product Category Page
-------------------------------------------------------------------------------------- */
#content h1.products {
  background-position: top left;
  background-repeat: no-repeat;
  line-height: 44px;
  padding-left: 60px;
}
body.healthcare #content h1.range { background-image: url(/assets/104/title-icon-healthcare.gif); }
body.industrial #content h1.range { background-image: url(/assets/105/title-icon-industrial.gif); }
#content a.product {
  border-right: 6px solid #808080;
  clear: both;
  display: block;
  height: 88px;
  margin: 10px 0;
  overflow: hidden;
  width: 541px;
}
body.healthcare #content a.product { border-color: #0054a4; }
body.industrial #content a.product { border-color: #fdbb30; }
#content a.product strong,
#content a.product span.desc,
#content a.product img {
  cursor: pointer;
  display: inline;
  float: left;
  margin-right: 3px;
}
#content a.product strong {
  background: url(/assets/43/product-link-bg.gif) repeat-x top left;
  border: 1px solid #dcdcdc;
  font-size: 16px;
  height: 86px;
  padding: 0 2px;
  text-align: center;
  width: 114px;
}
#content a.product span.desc {
  background: url(/assets/41/product-link-arrow.gif) no-repeat right -86px;
  border: 1px solid #e2e2e2;
  color: #666;
  font-size: 11px;
  height: 86px;
  padding: 0 54px 0 17px;
  width: 207px;
}
#content a.product:hover span.desc {
  background-position: top right;
}


/* Product Page
-------------------------------------------------------------------------------------- */
#content .showcase {
  border-right: 5px solid #808080;
  clear: both;
  display: block;
  margin: 0 0 20px;
  padding-right: 2px;
}
body.healthcare #content .showcase { border-color: #0054a4; }
body.industrial #content .showcase { border-color: #fdbb30; }
#content div.left {
  float: left;
  margin: 0 0 10px;
  width: 245px;
}
#content div.right {
  float: right;
  margin: 0 0 10px 15px;
  width: 287px;
}
#content ul.features {
  color: #0054a3;
  font-size: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#content ul.features li {
  background: url(/assets/13/features-list-icon.gif) no-repeat 0px 0px;
  margin: 0 0 10px;
  padding: 0 0 0 27px;
}
#content div.showcase div.wrap {
  color: #fff;
  font-size: 10px;
  padding: 20px;
}
body.healthcare #content div.showcase div.wrap { background-color: #4287c1; }
body.industrial #content div.showcase div.wrap { background-color: #0054a4; }
#content div.showcase h2 {
  color: #fff;
}
#content div.showcase div.specs {
  float: left;
  width: 200px;
}
#content div.showcase div.specs p { clear: both; }
#content div.showcase div.specs p.title { margin: 0; }
#content div.showcase div.specs p span { float: left; }
#content div.showcase div.specs p span.label {
  clear: both;
  width: 55px;
}
#content div.showcase div.diagrams {
  float: right;
  width: 300px;
}
#content div.showcase div.diagrams img { display: block; }
#content div.showcase div.diagrams span {
  display: block;
  text-align: right;
}


/* Distributors Page
-------------------------------------------------------------------------------------- */
body.distributors #content h2 {
  clear: both;
  padding: 5px 0 0;
}
#content div.distributor {
  clear: both;
  margin: 0 0 12px;
  padding: 0 0 0 15px;
}
#content div.distributor h3 {
  color: #3f3f3f;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
}
#content div.distributor address {
  display: block;
  font-style: normal;
  float: left;
  margin: 0;
  padding: 0;
  width: 300px;
}
#content div.distributor p { margin: 0; }
#content div.distributor p span {
  float: left;
  width: 60px;
}
#content div.distributor span.email {
  clear: both;
  display: block;
  padding: 3px 0 7px;
}
#content div.distributor span.email a { margin-left: 5px; }


/* Distributor Login Section
-------------------------------------------------------------------------------------- */
body.distributor-section #content {
  padding: 0;
}
body.distributor-section h1 {
  background-color: #0054a4;
  color: #fff;
  padding: 5px 10px;
}
body.distributor-section #content div.wrap {
  padding: 0 25px;
}
#content div.files {
  margin: 0 0 24px;
}
#content div.files ul {
  list-style: none;
  margin: 0 0 12px 20px;
  padding: 0;
}
#content div.files ul li {
  clear: both;
}
#content div.files ul li span {
  display: block;
  float: left;
  width: 35px;
}


/* Search Results Page
-------------------------------------------------------------------------------------- */
#content p.result a {
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
}


/* Contact Page
-------------------------------------------------------------------------------------- */
body.contact #container {
  margin: 0;
  width: 800px;
}
body.contact #content {
  border-right: 6px solid #fdbb30;
  margin: 20px 0 0;
  padding: 0;
}
body.contact #map {
  background-color: #eee;
  float: left;
  height: 450px;
  width: 450px;
}
body.contact #map h2 {
  margin: 5px 0 0;
}
body.contact #map p {
  margin: 0;
}

#content div.contact-info {
  float: left;
  padding: 10px 25px;
  width: 294px;
}
body.contact #footer {
  left: 0;
  width: 800px;
}
body.contact #content p.number { clear: both; }
body.contact #content p.nomargin { margin: 0; }
body.contact #content p.number span {
  display: block;
  float: left;
  width: 70px;
}

/* Sitemap Page
-------------------------------------------------------------------------------------- */
body.sitemap #container li ul {
  margin: 0;
}


/* Sidebar
-------------------------------------------------------------------------------------- */
#side-nav {
  font-size: 12px;
  padding: 20px;
}
#side-nav h2 { font-size: 12px; }
#side-nav ul {
  list-style: circle;
  margin: 0 0 0 20px;
  padding: 0;
}
#side-nav ul li { margin: 0 0 10px; }
#side-nav h2 a,
#side-nav ul li,
#side-nav ul li a {
  color: #8c8c8c;
}
#side-nav h2 a.active,
#side-nav ul li a:hover,
#side-nav ul li.active,
#side-nav ul li.active a {
  color: #0054a4;
}
#side-news {
  border: 1px solid #d8d8d8;
  margin: 0 0 3px;
  padding: 10px;
}
#side-news h2 {
  color: #666667;
  font-size: 16px;
}
#side-news img {
  display: block;
  margin: 0 auto 12px;
}
#side-news h3 {
  color: #8b8b8b;
  font-size: 13px;
  margin: 0;
}
#side-news p {
  color: #9b9d9f;
  font-size: 12px;
}
#side-login {
  background: #f2f2f2 url(/assets/100/side-login-bg.gif) repeat-x top left;
  padding: 10px 10px 20px;
}
#side-login h2 { font-size: 11px; }
#side-login form { margin: 0 0 15px; }
#side-login label {
  clear: both;
  color: #898b8d;
  display: block;
  font-size: 10px;
  float: left;
  width: 60px;
}
#side-login input.text {
  border: 1px solid #a2a2a2;
  color: #898b8d;
  float: right;
  margin: 0 0 3px;
  padding: 1px;
  width: 110px;
}
#side-login input.submit {
  font: 11px Arial, Helvetica, sans-serif;
  clear: both;
  float: right;
}


/* Footer
-------------------------------------------------------------------------------------- */
#footer {
  bottom: 0;
  clear: both;
  font-size: 10px;
  line-height: 10px;
  left: 223px;
  position: absolute;
  width: 552px;
}
#footer span { float: right; }
#footer a {
  color: #808183;
  margin: 0 5px;
}