body {
  background: #542710 url('background_gradient.png') repeat-x;
}

.mainTable {
  height: 522px;
  width: 90%;
  position: relative;
  top: 28;
  z-index: 1;
}

.headerSection {
  height: 80px;
}

.emailSection {
  height: 29px;
}

.leftSide {
  width: 11px;
}

.rightSide {
  width: 11px;
}

.compname {
  font: bold 16pt helvetica;
  color: black;
}

.slogan {
  font: normal 12pt "trebuchet ms";
  color: #606364;
}

.email {
}

.email a {
  color: #525252;
  font: normal 10pt "trebuchet ms";
  text-decoration: none;
}

.contentTable {
  width: 100%;
  height: 100%;
}

.navigation {
  width: 173px;
  background: #fff;
}

.navigationList {
  padding-top: 40px;
}

.content {
  padding: 25px;
  background: #cecece;
  z-index: 2;
}

.footerTable {
  width: 100%;
}

.footerSection {
  height: 10px;
}

.logoSection {
}

.menuitem {
  font: 10pt "trebuchet ms";
  color: #8f8f8f;
  padding: 5px;
}

.menuitem a {
  font: 10pt "trebuchet ms";
  color: #8f8f8f;
  text-decoration: none;
}

.selectedmenuitem {
  font: 10pt "trebuchet ms";
  color: black;
  padding: 5px;
}

.selectedmenuitem a {
  font: 10pt "trebuchet ms";
  color: black;
  text-decoration: none;
}

.submenu {
  padding-left: 25px;
}


#transparentblock {
	opacity: 0.3;
	-moz-opacity: 0.3;
	filter: alpha(opacity=30);
  z-index: 2;
}


.floater {
  z-index: 10;
  position: absolute; 
  top: 0;
  right: 0;
}

