body, html {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  background-color: gray;
  color: black;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 81.25%;
  line-height: 1.5em;
}
a:link {
  color: blue;
}
a:visited {
  color: purple;
}
#container {
  width: 70em;
  margin: 0 auto;
  border: 0;
  background: #cccccc;
  color: black;
}
#header {
  border: none;
  margin: 0;
  padding: 20px 20px 10px;
  background: black url(images/logo.png) no-repeat 97% 50%;
  color: black;
  text-align: left;
  min-height: 6em;
}
#tagline {
  border:  none;
  margin: 0em;
  padding: 0.5em 2em;
  color: #0079c5;
  text-align: right;
  font-weight: bold;
  font-size: 1em;
  font-style: italic;
}
#content {
  border: 0;
  margin: 0em 11em;
  padding: 1em 2em 3.85em;
  min-height: 50em;
  font-size: 1em;
  position: relative;
}
#footer {
  border-style: groove;
  border-color: #cccccc;
  border-width: 2px 0px 0px;
  margin: 0em 11em;
  padding: 0.5em 2em;
  text-align: center;
}
#menu {
  border: 0;
  margin: 0em;
  padding: 0em 1em;
  position: absolute;
  font-weight: bold;
  font-size: 1.2em;
  left: -9em;
  top: -1em;
  line-height: 0.6em;
}
#menu a, #menu a:link, #menu a:visited, #menu a:active {
  text-decoration: none;
  color: black;
}
#menu li {
  color: black;
  list-style-type: none;
  font-weight: normal;
  font-size: 0.8em;
  line-height: 1.4em;
  margin-left: -2.5em;
}
h1 {
  color: #0079c5;
  text-align: center;
  font-size: 2em;
  padding-top: 0em;
  line-height: 1em;
}
h2 {
  color: #0079c5;
  padding-top: 0.5em;
  padding-bottom: 0em;
  font-size: 1.4em;
}
h2 a {
  text-decoration: none;
}
h2 a:link {
  color: #0079c5;
}
h2 a:visited {
  color: #0079c5;
}

h3 {
  color: #0079c5;
  padding-top: 0.75em;
  padding-bottom: 0em;
  font-size: 1.2em;
}
.linkslist a {
  text-decoration: none;
}
.linkslist a:hover {
  text-decoration: underline;
}
.cortalk img {
  float: left;
  z-index: 2;
}
.imgright img {
  padding: 1em 0em 1em 1em;
  float: right;
}
.imgleft img {
  padding: 1em 3em 1em 0em;
  float: left;
}
.imgbottom img {
  padding: 1em 0em 0em 1em;
  position: absolute;
  bottom: 3.9em;
  right: 11em;
}
.installpics {
  text-align: center;
  padding: 1em 0em 0em;
}
.pagepic {
  text-align: right;
}
.productpic {
  text-align: center;
}
.notice {
  color: red;
  font-weight: bold;
  font-size: 1.2em;
}
.spectable th {
  padding-top: 1em;
  text-align: left;
}
.subspec {
  vertical-align: top;
  padding-left: 2em;
  border-bottom-width: 1px;
}
.subspec2 {
  vertical-align: top;
  padding-left: 4em;
  border-bottom-width: 1px;
}
