body {
  text-align: center;
  padding: 20px;
  background-image: url('../images/bodyBg.jpg');
  background-repeat: repeat-x;
  z-index:1;
}

img {
  border: none;
}

p, span, a, h1, h2, td, select, option, ul, ol, li {
  font: normal 11px arial, helvetica, sans-serif;
  color: #333333;
}

p {
  padding: 5px 0px;
  margin: 0;
}

a {
  color: #ab0000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

a.redLink {
  color: #ab0000;
}
a.blueLink {
  color: #1883d6;
}
a.grayLink {
  color: #666666;
}

a.distLink img,
a.adLink img {
  margin: 10px;
}

ul {
  margin-top: 5px;
  padding-top: 0;
}
li.pad10 {
  padding: 10px;
}

h1, h2 {
  font-weight: bold;
  font-size: 14px;
  color: #ab0000;
  margin: 0;
  padding: 5px 0px;
}

h2 {
  font-size: 12px;
}

h1.normal, h2.normal {
  font-weight: normal;
}

.red,
.redBold {
  color: #ab0000;
}
.redBold {
  font-weight: bold;
}

.blue {
  color: #095aa6;
}

#bgFixed {
  position: absolute;
  top: 0;
  left: 0;
}

#all {
  position: relative;
  margin: 0px auto;
  text-align: left;
  width: 750px;
  z-index: 1;
}

#header {
  position: relative;
  height: 85px;
  z-index: 10;
}

#signup {
  position: absolute;
  top: 32px;
  right: 10px;
  cursor: pointer;
}

#signupForm {
  position: absolute;
  top: 32px;
  right: 10px;
  padding: 10px;
  background-color: #ffffff;
  border: solid 1px #82a7c4;
  display: none;
  z-index: 20;
}

#hello {
  position: absolute;
  top: 5px;
  right: 10px;
}

#page {
  position: relative;
  border: solid 1px #c8c7b8;
  border-width: 0px 1px;
  padding-bottom: 10px;
  background-color: #eeeedf;
  z-index: 2;
}

#topNav {
  background-image: url('../images/navbg.gif');
  background-repeat: repeat-x;
  z-index: 1;
}

.topnavOn,
.topnavOff {
  display: inline;
  height: 17px;
  padding: 0px 15px;
}

.topnavOn a,
.topnavOff a {
  padding: 0px;
  text-decoration: none;
  vertical-align: middle;
  color: #666666;
}

.topnavOn {
/*  background-image: url('../images/transbg.png');*/
  background-repeat: repeat;
}

.topnavOn a {
  color: #ffffff;
}

#subNav {
  position: relative;
  width: 100%;
}

#ddContainer {
  display: table;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
/*  background-image: url('../images/transgradbg.png');*/
  background-repeat: repeat-y;
}

.subNavDiv {
  display: table-row;
}

.subDDlabel {
  display: table-cell;
  width: 70px;
  font-weight: bold;
  color: #ffffff;
  text-align: right;
}

.subDDdiv {
  display: table-cell;
  text-align: left;
}

.subDD {
  position: relative;
  font-size: 10px;
  color: #666666;
  margin: 2px;
  height: 17px;
  vertical-align: middle;
  border: solid 1px #095aa6;
}

.prodOption1 {
  color: #333333;
  font-size: 12px;
  line-height: 30px;
}

.prodOption2 {
  color: #868686;
  font-size: 10px;
  text-indent: 20px;
}

#contentWrap {
  position: relative;
  margin: 10px;
  margin-bottom: 0px;
  padding: 10px;
  background-color: #ffffff;
  border: solid 1px #c8c7b8;
}

#content {
  position: relative;
}

#prodPanel {
  position: relative;
  float: right;
  background-color: #efefef;
  padding: 10px;
  margin: 0 0 30px 10px;
  border: solid 1px #cccccc;
}

#prodPanel select {
  position: relative;
  left: 2px;
  margin: 2px 0;
  display: block;
  width: 225px;
  border: none;
  color: #ffffff;
  background-color: #0064a4;
}

#prodPanel option {
  color: #ffffff;
}

#prodImg {
  position: relative;
  left: 1px;
  border: 0;
  margin-bottom: 2px;
}

.panelButton {
  display: block;
  margin: 1px;
}

#rohs {
  position: absolute;
  bottom: -30px;
  right: 0px;
  display: none;
}

#options {
  position: relative;
  width: 100%;
}

#housing {
  position: relative;
  float: right;
  top: 0px;
  width: 247px;
}

#circuit {
  position: relative;
  top: 0px;
}

#footer {
  position: relative;
  z-index: 1;
}

.footerCopy {
  position: absolute;
  top: 12px;
  left: 15px;
  padding: 0;
  margin: 0;
  font-size: 9px;
  color: #777777;
}

.sitemapLink {
  position: absolute;
  top: 12px;
  right: 15px;
  padding: 0;
  margin: 0;
  font-size: 9px;
  color: #777777;
}
.footerLinks {
  position: absolute;
  top: 12px;
  right: 15px;
  padding: 0;
  margin: 0;
}
.footerLinks a {
  font-size: 9px;
  color: #777777;
}

#thanksImg {
  display: inline;
}

#thanksCopy {
  position: absolute;
  top: 20px;
  left: 260px;
  width: 400px;
}

/*** BEGIN: Sales Map Styles ***/

#mapContainer {
    position: relative;
}
#mapContainer img#basemap {
    position: relative;
}
#mapContainer img.highlight {
    position: absolute;
    top: 0px;
    left: 0px;
}
#mapContainer img#mapareas {
    position: absolute;
    top: 0px;
    left: 0px;
}
#mapContainer div.contacts {
    position: absolute;
}
#mapContainer div#cc_contacts,
#mapContainer div#ce_contacts,
#mapContainer div#cw_contacts,
#mapContainer div#usw_contacts {
    top: 120px;
    left: 100px;
}
#mapContainer div#eu_contacts,
#mapContainer div#usc_contacts {
    top: 120px;
    left: 270px;
}
#mapContainer div#usn_contacts {
    top: 120px;
    left: 380px;
}
#mapContainer div#uss_contacts {
    top: 190px;
    left: 340px;
}

#mapContainer div.contacts a,
area {
    cursor: pointer;
}

/*** END: Sales Map Styles ***/
