html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100.01%;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

del {
  text-decoration: line-through;
}

ins {
  text-decoration: none;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:focus {
  outline: 0;
}

body {
  background: url(/images/bg.gif) repeat-x;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 62.5%;
}

a {
  color: #0072bc;
}
a:hover {
  text-decoration: underline;
}

.clearfix {
  clear: both;
}

#outer-wrapper {
  background: url(/images/header-bg.gif) top center no-repeat;
}
#outer-wrapper #content-wrapper {
  width: 800px;
  margin: 0 auto;
}
#outer-wrapper #content-wrapper #header {
  width: 800px;
  height: 84px;
}
#outer-wrapper #content-wrapper #header h1 {
  float: left;
/*  background: url(/images/laird-logo.png) center no-repeat; */
  width: 221px;
  height: 84px;
  text-indent: -1000em;
}
#outer-wrapper #content-wrapper #header .right {
  float: right;
  position: relative;
  width: 400px;
  height: 84px;
}
#outer-wrapper #content-wrapper #header .right #language {
  float: right;
  font-size: 1.2em;
  line-height: 3em;
  color: #666968;
}
#outer-wrapper #content-wrapper #header .right #language a {
  color: #575959;
  text-decoration: none;
  margin-left: 15px;
  font-weight: bold;
}
#outer-wrapper #content-wrapper #header .right #language a:hover {
  text-decoration: underline;
}
#outer-wrapper #content-wrapper #header .right #header-cart {
  background-color: #b2bbb7;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#outer-wrapper #content-wrapper #header .right #header-cart a {
  color: white;
  float: left;
  padding: 0 10px;
  font-size: 1.3em;
  line-height: 2.4em;
  font-weight: bold;
  text-decoration: none;
}
#outer-wrapper #content-wrapper #header .right #header-cart a:hover {
  color: #595d5b;
}
#outer-wrapper #content-wrapper #navigation {
  height: 40px;
  background: url(/images/nav-bg.gif) no-repeat;
}
#outer-wrapper #content-wrapper #navigation ul {
  padding: 0 10px;
}
#outer-wrapper #content-wrapper #navigation ul.left {
  float: left;
}
#outer-wrapper #content-wrapper #navigation ul.right {
  float: right;
}
#outer-wrapper #content-wrapper #navigation ul li {
  float: left;
}
#outer-wrapper #content-wrapper #navigation ul li a {
  display: block;
  padding: 0 10px;
  font-size: 1.4em;
  font-weight: bold;
  text-decoration: none;
  line-height: 3em;
  color: white;
}
#outer-wrapper #content-wrapper #navigation ul li a:hover {
  background: url(/images/nav-link-bg.gif) repeat-x;
}
#outer-wrapper #content-wrapper #navigation ul li.selected {
  background: url(/images/nav-link-bg.gif) repeat-x;
}
#outer-wrapper #content-wrapper #main-content {
  padding: 10px 0;
  width: 800px;
  clear: both;
  float: left;
}
#outer-wrapper #content-wrapper #main-content #left-sidebar {
  float: left;
  width: 180px;
  padding-right: 10px;
}
#outer-wrapper #content-wrapper #main-content #left-sidebar #store-categories, #outer-wrapper #content-wrapper #main-content #left-sidebar #help-categories {
  border: 1px solid #dadada;
  padding: 10px 15px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#outer-wrapper #content-wrapper #main-content #left-sidebar #store-categories a, #outer-wrapper #content-wrapper #main-content #left-sidebar #help-categories a {
  font-size: 1.2em;
  line-height: 2.1em;
  color: #404040;
  text-decoration: none;
}
#outer-wrapper #content-wrapper #main-content #left-sidebar #store-categories a:hover, #outer-wrapper #content-wrapper #main-content #left-sidebar #help-categories a:hover {
  color: #0072bc;
}
#outer-wrapper #content-wrapper #main-content #left-sidebar #store-categories a b a, #outer-wrapper #content-wrapper #main-content #left-sidebar #help-categories a b a {
  color: #404040 !important;
}
#outer-wrapper #content-wrapper #main-content #left-sidebar #search {
  background: url(/images/search-field-icon.gif) no-repeat;
  width: 150px;
  height: 20px;
  padding-left: 20px;
  margin: 15px auto;
}
#outer-wrapper #content-wrapper #main-content #left-sidebar #search input {
  float: left;
  border: none;
  padding: 0;
  margin: 0;
  background: url(/images/search-field-bg.gif) top right no-repeat;
  width: 150px;
  height: 20px;
}
#outer-wrapper #content-wrapper #main-content #left-sidebar #shopping-cart {
  border: 1px solid #dadada;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-bottom: 5px;
  font-size: 1.1em;
}
#outer-wrapper #content-wrapper #main-content #left-sidebar #shopping-cart a {
  text-decoration: none;
}
#outer-wrapper #content-wrapper #main-content #left-sidebar #shopping-cart table, #outer-wrapper #content-wrapper #main-content #left-sidebar #shopping-cart tr, #outer-wrapper #content-wrapper #main-content #left-sidebar #shopping-cart td {
  background: none;
}
#outer-wrapper #content-wrapper #main-content #left-sidebar #shopping-cart table {
  width: 100%;
}
#outer-wrapper #content-wrapper #main-content #left-sidebar #shopping-cart table table {
  width: 100% !important;
  padding: 0 !important;
  border-collapse: collapse;
}
#outer-wrapper #content-wrapper #main-content #left-sidebar #shopping-cart table table td {
  padding: 0 2px;
  line-height: 1.8em;
  border-bottom: 1px solid #dadada;
}
#outer-wrapper #content-wrapper #main-content #left-sidebar #shopping-cart table table td.CartContents br {
  display: none;
}
#outer-wrapper #content-wrapper #main-content #left-sidebar #shopping-cart table table td.smallCartContents table td {
  border: none;
}
#outer-wrapper #content-wrapper #main-content #center {
  float: left;
  width: 600px;
  padding: 10px 0;
  font-size: 1.2em;
  line-height: 1.6em;
}
#outer-wrapper #content-wrapper #main-content #center h1 {
  font-size: 1.8em;
  margin-bottom: 10px;
}
#outer-wrapper #content-wrapper #main-content #center h2 {
  font-size: 1.6em;
  margin-bottom: 10px;
}
#outer-wrapper #content-wrapper #main-content #center h3 {
  font-size: 1.4em;
}
#outer-wrapper #content-wrapper #main-content #center h4 {
  font-size: 1.2em;
}
#outer-wrapper #content-wrapper #main-content #center p, #outer-wrapper #content-wrapper #main-content #center ol, #outer-wrapper #content-wrapper #main-content #center ul {
  font-size: 1em;
  line-height: 1.4em;
  margin-bottom: 10px;
}
#outer-wrapper #content-wrapper #main-content #center .OTReq {
  color: red;
}
#outer-wrapper #content-wrapper #main-content #center table, #outer-wrapper #content-wrapper #main-content #center tr, #outer-wrapper #content-wrapper #main-content #center td {
  background: none !important;
  border: none !important;
}
#outer-wrapper #content-wrapper #main-content #center table {
  width: 100%;
  border: none !important;
}
#outer-wrapper #content-wrapper #main-content #center table .smallCartHeader {
  background-color: #cccccc !important;
}
#outer-wrapper #content-wrapper #main-content #center table .smallCartContents, #outer-wrapper #content-wrapper #main-content #center table .CartContents {
  border-color: #cccccc;
}
#outer-wrapper #content-wrapper #main-content #center table .CartPrice {
  padding: 5px;
  border-color: #cccccc;
}
#outer-wrapper #content-wrapper #main-content #center table td {
  background: none !important;
  padding: 5px;
}
#outer-wrapper #content-wrapper #main-content #center table td input {
  margin: 5px 0;
}
#outer-wrapper #content-wrapper #main-content #center table td td {
  padding: 5px;
}
#outer-wrapper #content-wrapper #main-content #center table td td td {
  padding: 0;
  border-bottom: none;
}
#outer-wrapper #content-wrapper #main-content.product-template #center table table td {
  padding: 10px;
  vertical-align: top;
}
#outer-wrapper #content-wrapper #main-content.help-template #help-categories h4 {
  font-size: 1.4em;
  line-height: 1.8em;
}
#outer-wrapper #content-wrapper #main-content.help-template #help-categories ul {
  font-size: 1.1em;
  line-height: 1.6em;
  list-style-type: disc;
  margin: 0 0 15px 15px;
}
#outer-wrapper #content-wrapper #main-content.no-sidebar #center {
  width: 740px;
  padding: 10px 20px;
}
#outer-wrapper #content-wrapper #main-content.login-template #center form, #outer-wrapper #content-wrapper #main-content.signup-template #center form, #outer-wrapper #content-wrapper #main-content.search-template #center form {
  font-size: 1em;
  line-height: 1.4em;
}
#outer-wrapper #content-wrapper #footer {
  text-align: center;
  float: left;
  padding: 15px 0;
  width: 100%;
  height: 150px;
  background: url(/images/footer-bg) no-repeat;
  color: #7f7f7f;
}
#outer-wrapper #content-wrapper #footer a {
  color: #7f7f7f;
  font-size: 1.2em;
  text-decoration: none;
}
#outer-wrapper #content-wrapper #footer #companies {
  margin: 25px 0;
}
#outer-wrapper #content-wrapper #footer #companies a {
  padding: 0 20px;
}
