/* Page layout */

body {
  padding: 0px;

  border-left: 0px;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 0px;

  margin: 15px 0px 15px 0px;

  background-color: #CCCCCC;
  color: #666666;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  text-align: center;
  min-width: 798px;
}

#page {
  margin: 0px auto 0px auto;
  width: 798px;
  background-color: #FFFFFF;
}

/* Globals */

table {
  font-size: 100%;
  border-collapse: collapse;
}

img {
  border: none;
}

/* Side menu */

#sidepanel {
  float: left;
  display: inline;
  width: 199px;
  margin: 0px 0px 26px 30px;
  padding: 0px;
}

div.sidemenu {
  padding: 0px;
  margin: 0px 0px 29px 0px;
}

div.sidemenu a {
  text-decoration: none;
}

div.sidemenu h1 {
  margin: 0px;

  font-size: 100%;
  font-weight: bold;

  color: #FFFFFF;
  background-color: #5EBB48;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #5EBB48;
  text-align: left;
}

div.sidemenu h1 a:link    { color: #FFFFFF; }
div.sidemenu h1 a:visited { color: #FFFFFF; }
div.sidemenu h1 a:hover   { color: #B8D433; }
div.sidemenu h1 a:active  { color: #B8D433; }

div.sidemenu ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

div.sidemenu ul li {
  margin: 0px;
  padding: 5px 0px 5px 10px;
  font-size: 100%;
  background-color: #E7F4E4;
  border-bottom: 1px dotted #5EBB48;
}

div.sidemenu a:link    { color: #333333; }
div.sidemenu a:visited { color: #333333; }
div.sidemenu a:hover   { color: #5EBB48; }
div.sidemenu a:active  { color: #5EBB48; }

/* Footer */

#footer {
  clear: both;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
}

#footer ul {
  font-size: 0.8em;
  text-align: left;
  color: #FFFFFF;
  list-style-type: none;
  margin: 0px;
  background-color: #999999;
  padding: 0.8em 0px;
}

#footer li {
  display: inline;
  border-style: solid;
  border-color: #ffffff;
  border-width: 0px 1px 0px 0px;
  padding: 0px 8px 0px 8px;
}

#footer li.first {
  padding-left: 35px;
  border-right-width: 0px;
}

#footer li.last {
  border-right-width: 0px;
}

#footer a {
  text-decoration: none;
}

#footer a:link    { color: #FFFFFF; }
#footer a:visited { color: #FFFFFF; }
#footer a:hover   { color: #C7DC5B; }
#footer a:active  { color: #C7DC5B; }

/* Main content area */

#content {
  margin: 20px 0px 0px 0px;
  padding: 0px;
  text-align: left;
  clear: both;
}

#main {
  margin: 0px 30px 0px 250px;
  padding: 0px 0px 32px 0px;
  height: 1%; /* Hack to prevent 3px bug in IE6 */
}

/* Breadcrumb trail */

#trail {
  padding: 0px 0px 0px 8px;
  background-color: #999999;
  color: #FFFFFF;
  margin-bottom: 1.4em;
}

#trail ul {
  margin: 0px;
  padding: 0.4em 0px 0.4em 0px;
  list-style: none;
}

#trail li {
  display: inline;
  margin-right: 0px;
}

#trail a {
  font-weight: bold;
  background: url(/_images/trail.gif) center right no-repeat;
  padding-right: 11px;
  text-decoration: none;
}

#trail a:link    { color: #FFFFFF; }
#trail a:visited { color: #FFFFFF; }
#trail a:hover   { color: #B8D433; }
#trail a:active  { color: #B8D433; }

/* Main styles for content area */

h1 {
  font-size: 1.6em;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  color: #5EBB48;
}

h1.title {
  font-size: 2em;
  padding-bottom: 12px;
}

h1.heading {
  padding-bottom: 2em;
}

h2 {
  font-size: 1.6em;
  margin: 0px 0px 18px 0px;
  padding: 0px;
  font-weight: normal;
  color: #B8D433;
}

h3 {
  font-size: 1.3em;
  font-weight: normal;
  color: #5EBB48;
  padding: 0px;
  margin: 1.6em 0px 0px 0px;
}

h3.open {
  padding: 12px 0px 12px 0px;
}

p {
  margin: 0px 0px 2ex 0px;
}

li {
  margin-bottom: 1ex;
}

li.last {
  margin-bottom: 0px;
}

.ui {
  font-weight: bold;
}

.nobr {
  white-space: nowrap;
}

a:link    { color: #5EBB48; }
a:visited { color: #5EBB48; }
a:hover   { color: #B8D433; }
a:active  { color: #B8D433; }

/* Figures */

div.inline {
  float: right;
  text-align: center;
  padding: 0px 0px 10px 10px;
}

div.figure {
  text-align: center;
}

div.figure2 {
  text-align: center;
  margin: 3ex 0px 3ex 0px;
}

div.image {
  margin: 0px 0px 12px 0px;
}

div.caption {
  font-weight: bold;
  margin: 12px 0px 12px 0px;
  text-align: center;
}

/* Sitemap */

table.sitemap {
  padding: 0px;
  margin: 0px;
  border-collapse: collapse;
}

table.sitemap td {
  text-align: left;
  vertical-align: top;
  padding: 0px 1em 1em 0px;
}

/* Technical specification */

table.spec {
  border-collapse: collapse;
}

table.spec td {
  padding: 0px 0px 12px 0px;
  vertical-align: top;
}

table.spec td.label {
  font-weight: bold;
  padding: 0px 6px 12px 0px;
}

/* Contact info */

table.contact {
  border-collapse: collapse;
  padding: 0px;
  margin: 0px;
  font-size: 1em;
}

table.contact td {
  padding: 0px 1em 1em 0px;
  vertical-align: top;
}

table.numbers td.label {
  padding-right: 1em;
}

table.contact td.number {
  color: #58A618;
}

table.contact a {
  color: #58A618;
  text-decoration: none;
}

/* Contact form */

form#form1 {
  color: #444444;
  background-color: #F4F7D9;
  border: 1px solid #C7DC5B;
  padding: 8px;
  margin: 0px;
  border-collapse: collapse;
}

table.supportform td {
  padding: 0px;
  vertical-align: top;
}

table.supportform td.label {
  padding: 0px 8px 0px 0px;
  vertical-align: top;
}

table.supportform tr.info {
  color: #000000;
}

/* Links page */

td.link-image {
  border-bottom: 1px solid #C7DC5B;
  padding: 10px 20px 10px 20px;
  text-align: center;
}

table.links td.linkscell {
  border-bottom: 1px solid #C7DC5B;
  padding: 10px 0px 10px 0px;
}

table.links td.last {
  border: none;
  padding: 10px 0px 0px 0px;
}

table.links div.link {
  padding: 0px 0px 0.4em 0px;
}

table.links div.linktext {
  padding: 0px;
}

/* Notice boxes */

div.notice {
  padding: 1em;
  margin-bottom: 2em;
  background-color: #F4F7D9;
  border: 1px dotted #C7DC5B;
}

div.notice h1 {
  font-size: 100%;
  font-weight: bold;
  color: #666666;
  margin-bottom: 1em;
}

div.notice .last {
  margin-bottom: 0px;
}

/* Quote boxes */

div.quote, div.testimonial {
  background-image: url(/_images/lquote.gif);
  background-repeat: no-repeat;
  background-position: 0px top;
  margin: 0px 16px 2em 16px;
}

div.testimonial {
  padding-bottom: 2em;
  border-bottom: 1px solid #B8D433;
}

div.quotecontent {
  background-image: url(/_images/rquote.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
  padding: 0px 28px 0px 28px;
}

div.source {
  text-align: right;
  font-weight: bold;
}

div.quote .last {
  margin-bottom: 0px;
}

/* Bullet lists */

ul.cardio {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

ul.bullet {
  list-style-type: none;
  padding: 0px;
  margin: 1em;
}

ul.bullet2 {
  list-style-type: none;
  padding: 0px;
  margin: 1em 0px 1em 1em;
}

ul.last {
  margin-bottom: 0px;
}

ul.cardio li, ul.bullet li, ul.bullet2 li {
  background-image: url(/_images/bullet.gif);
  background-repeat: no-repeat;
  background-position: 0px 0.8ex;
  padding-left: 15px;
}

/* Images table */

table.image, table.products {
  width: 515px;
  border-collapse: collapse;
}

table.image td {
  text-align: center;
}

td.twocol {
  width: 50%;
}

table.image td.caption {
  font-weight: bold;
  padding: 1em 0px 1em 0px;
  text-align: center;
}

/* On-screen display table */

table.osd td.image {
  border-bottom: 1px solid #C7DC5B;
  padding: 10px 10px 10px 0px;
}

table.osd td.desc {
  border-bottom: 1px solid #C7DC5B;
  vertical-align: top;
  padding: 10px 0px 1px 10px;
}

table.osd td.last {
  border: none;
}

/* Products table */

table.products td.image {
  text-align: center;
  border-bottom: 1px solid #C7DC5B;
  width: 160px;
  padding: 10px;
}

table.products td.desc {
  text-align: left;
  border-bottom: 1px solid #C7DC5B;
  vertical-align: top;
  padding: 10px;
}

table.products td.last {
  border: none;
}

table.products div.link {
  text-align: right;
}

table.products div.prodname {
  font-weight: bold;
  padding-bottom: 0.4em;
}

/* Display table */

table.disp {
  width: 515px;
  border-bottom: 1px dotted #5EBB48;
  background-color: #f4f7d9;
  margin-bottom: 2em;
}

table.disp td.head {
  margin: 0px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #5EBB48;
  padding: 5px 10px 5px 10px;
  text-align: left;
}

table.disp td.content {
  padding: 10px;
  vertical-align: top;
}

table.disp h1 {
  font-size: 1em;
  margin: 0px 0px 1em 0px;
}

/* Data table */

table.data {
  margin: 2em auto 2em auto;
  text-align: left;
}

table.data td {
  padding: 2px 4px 2px 4px;
  vertical-align: top;
}

table.data td.caption {
  padding-bottom: 1ex;
  font-weight: bold;
  text-align: center;
}

table.data td.subhead {
  padding: 4px 4px 4px 4px;
  font-weight: bold;
}

table.data td.inner {
  padding: 2px 4px 2px 12px;
}

table.data td.head {
  font-weight: bold;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  vertical-align: bottom;
}

table.data td.head2 {
  font-weight: bold;
  border-top: 1px solid #666666;
  vertical-align: bottom;
}

table.data td.head3 {
  font-weight: bold;
  border-bottom: 1px solid #666666;
  vertical-align: bottom;
}

table.data td.first {
  border-top: 1px solid #666666;
}

table.data td.last {
  border-bottom: 1px solid #666666;
}

table.data td.total {
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  font-weight: bold;
}

table.data td.amount {
  text-align: right;
}

/* Map */

div#map {
 width: 400px;
 height: 400px;
}

/* FAQ */

div.question {
  font-weight: bold;
}

div.answer {
  padding: 0px 0px 0px 1em;
}

/* Articles */

dl.articles dd {
  margin: 1ex 0px 2ex 2em;
}
