 #jepscontainer {
  width: 970px;
  margin: 10px auto 10px auto;
  padding: 0px;
  border: 1px solid #AAAAAA;
  background-color: #EEEEEE;
}
#jepsheader{
  background: url(JustNetbooksHeader.jpg) #CCCCCC no-repeat;
  border-bottom: 1px solid #AAAAAA;
  color: white;
  height: 80px;
  padding: 0;
  margin: 0;
}
#jepscontent{
  margin: 10px;
  padding: 0;
}

#jepsfooter{
  background-color: #CCCCCC;
  border: 1px solid #AAAAAA;
  height: 10px;
}
#jepsfooter p {
  margin: 0;
  padding: 0;
}
table#selection {
  border-collapse: collapse;
  text-align: center;
  margin: 0px auto 0 auto;
  width: 720px;
}
#selection td, th {
  padding: 15px;
  border: 1px solid black;
  font-size: 1em;
}
#selection th {
  background-color: #3366CC;
  color: white;
  font-weight: 100;
  font-size: larger;
}
#screen {
  background-color: #DDDDDD;
}
  table.specs {
    border-collapse: collapse;
    text-align: center;
    margin: 0 auto 0 auto;
    font-size: .95em;
    width: 720px;
    font-family: Arial, Helvetica, sans-serif;
  }
  .specs td, th {
    padding: 4px;
    border: 1px solid black;
    font-size: 0.95em;
  }
  .specs th {
    background-color: #3366CC;
    color: white;
    vertical-align: bottom;
    font-weight: lighter;
  }
  .specs .odd{
    background-color: #DDDDDD;
  }
 .rebate td {
  font-size: .9em;
  }

#productmenu {
  border-bottom: 1px solid #AAAAAA;
  margin: 0 10px 0 8px;
  padding: 0;
  background-color:white;
}
#btmenu {
  position: relative;
  left: 20px;
  top: 0px;
  list-style-type: none;
  font-size: 14px;
  font-weight: lighter;
  margin: 0px 5px 0px 5px;
  padding: 0px 0px 23px 0px;
}
ul#btmenu li {
  float: left;
  position: relative; /* Required for relative positioning of menu to work in IE6 */
}
ul#btmenu a {
  text-decoration: none;
  display: block;
  margin: 0px 2px 0px 0px;
  padding: 3px 10px 3px 10px;
}
ul#btmenu a#onpagetab {
  background-color: #EEEEEE;
  border: 1px solid #AAAAAA;
  border-bottom: none;
  padding-bottom: 4px;
  color: #000000;
}
ul#btmenu a#offpagetab {
  background-color: #3366CC;
  border: 1px solid #000000;
  border-bottom: none;
  color: #FFFFFF;
}
ul#btmenu a:hover#onpagetab {
  background-color: #EEEEEE;
  border-bottom: none;
  padding-bottom: 4px;
  color: #000000;
}
ul#btmenu a:hover#offpagetab {
  background-color: #555555;
  border: 1px solid #000000;
}


