#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 125px;
  background: #000 url('../images/rsgear-banner.jpg') no-repeat top left;
}

#header a#home {
  position: absolute;
  top: 15px;
  left: 30px;
  width: 135px;
  height: 105px;
  display: block;
}

#main {
  position: absolute;
  top: 125px;
  left: 0;
  width: 960px
}

#main #main-inner {
  width: 100%;
  background: transparent url('../images/bg-black.png') repeat-y 0 0;
}

#main #content {
  float: left;
  width: 960px;
  background: transparent url('../images/curved-corner.png') no-repeat 140px 0;
  min-height: 300px;
}

#main #content #content-inner {
  margin-left: 160px;
  float: left;
  width: 800px;
  min-height: 600px;
}

#main #lsidebar {
  float: left;
  width: 140px;
  margin-left: -100%;
  background-color: #000;
  padding-top: 24px;
}
#main #lsidebar div {
  margin: 0 4px;
}

#main #lsidebar table tr td.item {
  background-color: #FFC;
  padding: 3px 0;
}

#main #lsidebar p a.arrow {
  display: block;
  padding-left: 12px;
  text-decoration: none;
  position: relative;
  background: transparent url('/images/yararrow.gif') no-repeat 0 0;
}

#main #lsidebar table tr td.yellowbg {
  background-color: #FFFF00;
  font-size: 10px;
  font-weight: bold;
  padding: 4px 2px;
}

#main #lsidebar h3 {
  margin: 3px 0;
}
#main #lsidebar p {
  margin-left: 10px;
  margin-right: 10px;
  color: #fff;
}

#main #content #content-inner #main-nav {
  float: left;
  width: 820px;
  height: 40px;
  float: left;
}
#main #content #content-inner #main-nav ul {
  position: relative;
  z-index: 2;
}

#main #content #content-inner #main-nav ul li {
  float: left;
  display: block;
  width: 150px;
  line-height: 30px;
  padding-right: 5px;
  background: transparent url('../images/top-menu-red.gif') no-repeat top left;
}

#main #content #content-inner #main-nav ul li.yellow {
  background: transparent url('../images/top-menu-yellow.gif') no-repeat top left;
}

#main #content #content-inner #main-nav ul li:hover {
  background: transparent url('../images/top-menu-red-hover.gif') no-repeat top left;
}

#main #content #content-inner #main-nav ul ul li:hover {
  background: none;
}

#main #content #content-inner #main-nav ul li a {
  display: block;
  width: 150px;
  color: #F9FF00;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.05em;
  text-decoration: none;
}

#main #content #content-inner #main-nav ul li.yellow a {
  color: #DE0020;
}

#main #content #content-inner #main-nav ul ul {
  position: relative;
  clear: none;
  display: none;
  top: 0;
  left: 0;
  background-color: #FBE44F;
  padding-top: 5px;
  padding-bottom: 2px;
  margin-left: 5px;
  z-index: 1;
}

#main #content #content-inner #main-nav ul li:hover ul {
  display: block;
}

#main #content #content-inner #main-nav ul ul li {
  float: none;
  background-image: none;
  width: 140px;
  overflow: hidden;
}

#main #content #content-inner #main-nav ul ul li a {
  color: #444;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  border-bottom: solid 1px green;
  margin: 0 5px;
  width: 135px;
  text-align: left;
}

#main #content #content-inner table#maintable {
  clear: both;
}

table.arrow tr td a {
  background-image:url("/images/inv_arrow.gif");
  background-position:3px 2px;
  background-repeat:no-repeat;
  display:inline-block;
  margin-left:4px;
  padding-left:18px;
}				

table.arrow tr td {
  padding: 2px 0;
}

table.arrow tr td .indent {
  padding-left: 22px;
}

table.border tr td {
  border: 1px solid #111;
}

table.borderGrey tr td {
  border: 1px solid #C0C0C0;
}

table tr td.bluetitle {
  background-color:#000080;
  color:#FFFFFF;
}				

table tr td.bluetitle h3 {
  margin: 0;
}

table.hcenter tr td {
  text-align: center;
}

table.hpadding tr td {
  padding-left: 6px;
  padding-right: 6px;
}

body#front p, h1, h2 {
  color: #444;
  line-height: 16px;
  font-family: Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
}							

body#front h2.tagline {
  clear: both;
  text-align: right;
  margin-top: 12px;
  font-style: italic;
  color: #F00;
}

body#front #lsidebar p.first {
  margin-top: 36px;
}

body#front #lsidebar p {
  text-align: center;
}

body#front #lsidebar p a {
  display: block;
}

body#front #front-content {
  margin-top: 60px;
  margin-left: 170px;
  margin-bottom: 35px;
}

body#front #front-content p {
  font-size: 15px;
  line-height: 16px;
}

body#front p#p-lookup {
  position: absolute;
  float: left;
  left: 180px;
  top: 220px;
}

body#front #front-content p span {
  font-weight: bold;
  font-size: 36px;
  color: #E3001C;
  display: inline-block;
  line-height: 33px;
}

body#front .col2 {
  float: left;
  width: 47%;
  padding-left: 20px;
}

body#front #specialoffer {
  width: 630px;
  height: 90px;
  padding: 10px 0 0;
  background: transparent url('../images/special-offer.jpg') no-repeat 0 0;
  display: none;
}

body#front #front #specialoffer p {
  color: #fff;
}

