body {
  background-color: #000;
  margin: 0px;
  padding: 0px;
}

body, p, td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 150%;
}

h1 {
  color: #ccc;
  font-size: 36px;
  font-weight: normal;
  padding: 10px 0px 16px 0px;
}

h2 {
  border-bottom: 1px solid #dd3333;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: -2px;
  padding-bottom: 4px;
}

h3 {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

img {
  border: 0px;
}

img.thumbnail {
  background-color: #222;
  border: 1px solid #fff;
  padding: 5px;
}

.center {
  text-align: center;
}

table.page {

}

table.page td {
  background-color: #000;
  color: #d8d8d8;
  vertical-align: top;
}

table.page td.body {

}

table.page td.menubarlogo {
  background-color: #000;
  padding: 4px 0px 0px 0px;
  text-align: left;
  vertical-align: bottom;
}

table.page td.menubar {
  background-color: #000;
  font-size: 18px;
  padding: 12px;
  text-align: right;
  vertical-align: middle;
}

table.page td.menuitem {
  padding: 5px 10px 5px 10px;
}

table.page td.menusep {
/*  border-right: 1px solid #333;*/
}

table.page td.menuitem:hover {
  background-color: #dd3333;
  cursor: pointer;
  padding: 5px 10px 5px 10px;
}

table.portfolio td {

}

table.portfolio td.portfoliothumbnail {
/*  border-right : 1px solid #333;*/
  padding-right: 20px;
}

table.portfolio td.portfolio {
  padding-left: 20px;
}

table.portfolio td.separator {
  border-bottom: 1px solid #333;
}

table.services td {
  padding: 0px 0px 20px 10px;
}

table.services td.separator {
  border-top: 1px solid #333;
  padding: 0px 0px 0px 0px;
}

div.menuheader {
  position: fixed;
  background-color: #000;
  border-bottom: 1px solid #333;
  padding: 0px;
  text-align: center;
  width: 100%;
}

span.menutitle {
  color: #eee;
  display: inline;
  font-size: 14px;
  font-weight: bold;
}

span.menucaption {
  color: #ccc;
  display: inline;
  font-size: 11px;
  font-weight: normal;
}

div.footer {
  border-top: 1px solid #333;
  color: #444;
  font-size: 10px;
  padding: 8px;
  text-align: center;
}

div.errorbox {
  background-color: #ffeeee;
  border: 1px solid #f00;
  color: #f00;
  padding: 10px;
}

a, a:visited {
  color: #dd3333;
  text-decoration: none;
}

a:hover {
  color: #f66;
  text-decoration: underline;
}

a.menu, a.menu:visited {
  color: #dd3333;
  font-weight: bold;
  text-decoration: none;
}

a.menu:hover {
  color: #f66;
  font-weight: bold;
  text-decoration: none;
}

