body {
	margin: 0px 0px 0px 0px;
  font-family: arial;
  font-size: 12px;
  background-color: #777777;
}

body.mceContentBody  {
  background-color: #FFFFFF;
}

img {
  vertical-align: bottom;
  border: 0;
}

td {
  font-size: 12px;
}

div#main {
  position: relative;
  margin: 10px auto 10px auto;
  width: 960px;
  background-color: #FFFFFF;
}

#buttons {
  height: 27px;
  padding: 8px 0px 0px 79px;
  background: url(/images/bg1.png) 200px 0px no-repeat;
}

#buttons #left a img {
  border: none;
  padding-right: 7px;
}

#buttons #right {
  float: right;
  margin-top: -16px;
  padding-right: 50px;
}

#buttons img {
  vertical-align: middle;
  padding-right: 5px;
}

#buttons #right a {
  font-family: verdana;
  font-size: 9px;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

#header-overlay {
  position: absolute;
  left: 200px;
}

#container {
  margin-top: 25px;
  background-image: url(/images/content-bg.jpg);
}

#container-height {
  width: 1px;
  float: left;
}

#container-left {
  width: 200px;
  float: left;
}

#container-right {
  width: 722px;
  float: left;
  color: #000000;
}

#container-right #content {
  padding: 10px 10px 0px 10px;
}

div.clear {  
  clear: both;
}

#container-right  h1 {
  position: absolute;
  padding: 0;
  margin: 0;
  left: 240px;
  top: 134px;
  color: #FFFFFF;
  font-size: 28px;
}

/*************************************************************************************************
  Menu
 *************************************************************************************************/

div#menu {
  width: 158px;
  text-align: right;
}
 
div#menu div.menuitem, div#menu div.menuitemactive {
  height: 21px;
  padding: 1px 0px 0px 0px;
  margin: 0px 0px 2px 20px;
}

div#menu a.main {
  font-family: verdana;
  font-size: 14px ;
  font-weight: bold;
  color: #A0A0A0;
  text-decoration: none;
}

div#menu div.menuitemactive a.main {
  color: #231F20;
}

div#menu img.arrow {
  vertical-align: top;
  margin: 4px 10px 0px 5px;
}

a.submenu {
  font-family: verdana;
  font-size: 11px ;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

a.submenu:hover {
  color: #DDE01B;
}

div.submenu {
  display: none;
  position: absolute;
  z-index: 1;
  margin-top: 5px;
  left: 140px;
  width: 170px;
  text-align: left;
}

div.submenu div.bg {
  position: absolute;
  left: 0px;
  width: 100%;
  background-image: url(/images/submenu.png);
  z-index: 0;
}

div.submenu td {
  border-bottom: 1px solid #FFFFFF;
  padding: 1px 1px 1px 1px;
}

#logo {
  position: absolute;
  /*bottom: 5px;*/
  margin-top: 213px;
  margin-left: 6px;
  z-index: 0;
  width: 180px;
}

#cube {
  position: absolute;
  margin-left: 15px;
  /*bottom: 55px;*/
  margin-top: 25px;
  z-index: 0;
}

.style1 {
  color: #7C942E;
}

.style2 {
  color: #53621E;
}

#x {
  float: right;
  padding: 10px 0px 10px 0px;
}
