/*reslayoutcss*/

body 
{ margin: 0;
  padding: 0;
  border: 0;
  overflow: auto;
  height: 100%;
  max-height: 100%;
}
#header { position: absolute; top: 0; left: 0; margin: 0; padding: 0; height: 214px; width: 730px; overflow: hidden; }
#header_p { visibility: hidden; }
#leftnav {
  position: absolute;
  top: 214px;
  left: 0;
  width: 106px;
  overflow: hidden;
}
#main {
  position: absolute;
  top: 214px;
  left: 106px;
  width: 545px;
  overflow: auto;
}
#rightbar {
  position: absolute;
  top: 214px;
  left: 651px;
  width: 79px;
  overflow: hidden;
}
#rightnav { /*Only Used with Services Nav Buttons*/
  position: absolute;
  top: 214px;
  left: 605px;
  width: 114px;
  overflow: hidden;
}
#productnotice { position: absolute; top: 500px; left: 450px; width: 150px; overflow: hidden; }
#path { 
  text-align: right; 
  position: absolute; 
  top: 175px; 
  left: 389px; 
  width: 258px; 
}
.innertube { /*Padding for center DIV (no rightnav)*/
  margin: 10px;
}
.innertubebig { /*Padding for center DIV (with rightnav)*/
  margin: 10px;
  margin-right: 60px;
}