/*header style*/
#header{ 
  text-align: left;
  margin: 0;
  padding: 0;
  width: 100%;
}

#header_links{ /* links in header.php ie. home, account, configurator, etc. */
  display: inline-block !important;
  display: inline;
  width: 997px;
  vertical-align: middle;
  height: 22px !important;
  margin-bottom: 5px !important;
  margin: 0;
}

#link_left{  /* for phone number */
  float: left;
  text-align: center;
  font-size: 10px;
  width: 205px;
  background: url('../images/20070508_top_gray_left.gif') top left;
  height: 22px;
  padding-top: 4px;
}

#link_right{ /* login and cart links */
  float: left;
  width: 190px;
  background: url('../images/20070508_top_gray_right.gif') -1px 0;
  height: 22px;
  padding-top: 3px;
}

#link_middle{ /* home, account, configurator, contact us links - container */
  float: left;
  text-align: left;
  display: inline-block !important;
  display: inline;
  width: 601px !important;
  width: 602px;
  height: 22px;
  margin: 0;
  padding-top: 2px !important;
  padding-top: 3px;
  background: url('../images/20070508_top_gray_bg.gif');
}

DIV.middle_link{ /* home, account, configurator, contact us links - individual */
  display: inline-block !important;
  display: inline;
  line-height: 1 !important;
  line-height: 1.2;
  padding: 1px 0 5px 3px !important;
  padding: 2px 0 4px 3px;
  border-right: 1px solid #808080;
  text-align: center;
}

#login_link, #cart_link{ /* for both login and cart links */
  display: inline-block !important;
  display: inline;
  padding: 0 1.5em 0 0.5em;
}

#login_link{ float: right;}
#cart_link{ float: left;}

#header_left{ /* logo */
  float: left;
  width: 190px;
  background: url('../images/20070508_top_black_logo_original.gif') no-repeat;  
  margin: 0 !important;
  padding: 0;
  margin: -1px 0 1px 0;
}

#header_right{ /* search and manufacturers boxes */
  float: left;
  padding: 0.5em !important;
  width: 18% !important;
  width: 190px;
  background: url('../images/20070508_top_black_right_bg.gif') no-repeat top right;
  height: 81px !important;
  height: 91px;
  margin: 0;
  padding: 0.5em 0.5em 0 0.5em;
}

#header_main{ /* whole header */
  display: inline-block !important;
  display: inline;
  width: 997px; 
  color: #FFFFFF;
  font-weight: bold;
  max-height: 92px !important;
  height: auto;
  margin: 0;
  padding: 0;
  border-right:1px solid transparent !important;
  border: none;
}

#header_middle{ /* GeoTrust logo at right of middle */
  float: left;
  text-align: right;
  background-image: url('../images/20070508_top_black_bg.gif');
  padding: 2em 2em 0 0 !important;
  padding: 2em 1em 0 0;
  width: 55.8em !important;
  width: 604px;
  height: 71px !important;
  height: 91px;
  margin: 0;
}

DIV.search_box {
  color: #FFFFFF;
  padding: 3px 0;
  line-height: 2;
}

DIV.search DIV.box{
  display: inline-block !important;
  display: inline;
  vertical-align: middle;
  height: 18px;
  line-height: 2;
}
/*end header style*/