html, body {
	margin: 0;
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

body {
  background: white;
  font-family: Verdana, sans-serif; 
  color: black;
}

img {
  border: 0;
}

span#screenshot {
    float: right;
}

p ,pre, table,form {
  margin:5px 20px 5px 25px;  /* top-right-bottom-left */
}

h1 {
  background-color: #d0e0ff;
  font-size:130%;
  margin-top:0;
  margin-left:0px;
  padding-left:20px;
}

h2, h3, h4 {
  background-color: #e2ecff;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

h2 {
  font-size:120%;
}

h3 {
  font-size:110%;
}

h4 {
  font-size:100%;
}

a:hover {
  color: red;
}

li {
  margin-bottom: 7px;
  margin-left: 10px;
  margin-right: 20px;
}


/* In product specs, I sometimes have a floating table */
*.floatingtable {
  font-family: Verdana, sans-serif; 
  background:#e0e0e0;
  color:black;
  margin:10px 0px 10px 10px;
}

/* News items are an ordered list, but I don't want them numbered */
ol.news { list-style-type: none }

div#wrapper{
  width: 98%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 15px;
  margin-bottom: 20px;
  min-width: 800px;
  max-width: 1400px;
  padding-bottom: 20px;
}

div#wrapper_vbar{
  background: url(img/vbar.png) repeat-y 20% 0%;
}
div#logo{
  position: absolute;
  top: 25px;
  right: 80%;
  margin-right: 20px;
}

div#thumbtabs { 
  text-align: left; 
  font-family: "bold Verdana", sans-serif; 
  text-decoration: none; 
  width: 21%;
  position: absolute;
  top: 230px;
  left: 0;
}

div#search { 
  position: relative;
  margin-top: 20px;
  margin-right: 10%;
  margin-left: 0;
}

div#search form {
  margin-left: 0;
  margin-right: 0;
}

div#thumbtabs a { 
  color: black;
}

div#thumbtabs p { 
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px; 
  padding-left: 7px; 
  margin: 9px 15% 9px 10%;  /* top-right-bottom-left */
  background-color: #d0e0ff;
}

div#thumbtabs p#current_page { 
  background: white;
  font-weight: bold;
  padding-right: 17%;
  margin-right: 0;
  border-top: 2px solid #d0e0ff;
  border-bottom: 2px solid #d0e0ff;
  border-left: 2px solid #d0e0ff;
}

div#thumbtabs a{ 
  text-decoration: none; 
  font-weight: bold;
  display:block;
}

div#thumbtabs a:hover {
  color: #6D3F3F;
  background:#E7EFFF;
}

div#content {
  width: 80%;
  background: white;
  position: relative;
  top: 0;
  left: 20%;
  padding-bottom: 30px;
  border-bottom: 2px solid #d0e0ff;
  border-right: 2px solid #d0e0ff;
}
