html, body {
  margin: 0;
  padding: 0;
}
body {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #464646;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
}
h1 {
  margin-top: 0;
  font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 17px;
  color: #ef4134;
}
h2, h3, h4, h5, h6, h7 {
  margin-top: 0px;
  font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #000;
}
p {
  margin: 0;
  padding: 0;
}
#language {
  text-align: right;
  padding-right: 10px;
}
#language a {
  color: #FFF;
  text-transform: uppercase;
}
#container {
  width: 722px;
  margin: 0 auto;
}
#top {
  background-image: url(/gfx/protura-logo.jpg);
  height: 164px;
}
/* * * * * * * * *
 * CONTENT AREA  *
 * * * * * * * * */
#content {
  background-color: #ffffff;
  background-image: url(/gfx/content.gif);
  background-repeat: repeat-y;
  padding: 20px 40px 0 40px;
}
#content div.text {
  float: right;
  width: 465px;
  display: inline;
  font-family: verdana;
  line-height: 20px;
  overflow: auto;
}
#content div.text, #content div.text td { /* dont forget the tables! */
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
#content div.text .ingress {
  font-weight: bold;
}
#content div.text div.hr {
  width: 464px;
  background: #888 url(/gfx/linebreak.gif) no-repeat top;
  height: 1px;
  margin: 5px 0;
}
#content div.text div.hr hr {
  display: none;
}
#content div.text a {
  line-height: 20px;
  text-transform: uppercase;
  color: #ef4134;
}
/* * * * * * * * *
 *  NAVIGATION   *
 * * * * * * * * */
#content div.navigation {
  float: left;
  width: 160px;
}
#content div.navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 160px;
}
#content div.navigation ul li {
  width: 160px;
  background-image: url(/gfx/navspacer.gif);
  background-position: 0 top;
  background-repeat: no-repeat;
  margin-top: 10px;
  padding-top: 10px;
}
#content div.navigation ul li a {
  font-size: 10px;
  text-transform: uppercase;
  color: #24618f;
  display: block;
  text-decoration: none;
}
#content div.navigation ul li a:hover {
  color: #db4e4d;
}
#content div.navigation ul li ul {
  list-style: none;
  margin: 0 0 0 10px;
  padding: 0;
  width: 150px;
}
#content div.navigation ul li ul li {
  background-image: none;
  margin: 5px 0;
  padding: 0;
}
#content div.navigation ul li ul li a {
  margin: 0;
  padding: 0 0 0 10px;
  display: block;
  width: 140px;
  background-image: url(/gfx/menu-arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 4px;
}
#content div.navigation ul li ul li ul {
  width: 140px;
}
#content div.navigation ul li ul li ul li a {
  width: 130px;
}
/* - - - */
#content div.navigation ul li a.selected {
  font-weight: bold;
  color: #ef4134;
}
#content div.navigation ul li ul li a.selected {
  background-image: url(/gfx/menu-arrow-on.gif);
  font-weight: normal;
}
#content div.navigation ul li ul li ul li a.selected {
  background-image: url(/gfx/menu-arrow-on.gif);
  font-weight: normal;
}

/* * * * * * * 
 * Rest .... *
 * * * * * * */
#footer {
  position: relative;
  height: 18px;
  background-image: url(/gfx/footer.gif);
  background-repeat: no-repeat;
  padding-top: 20px;
}
#footer div.easy-cms {
  position: absolute;
  right: -15px;
  width: 18px;
  height: 62px;
  top: -70px;
}
#footer div.easy-cms span {
  display: none;
}
#footer p {
  line-height: 15px;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
}
#footer a {
  color: #FF9090;
  font-size: 10px;
  color: #fff;
}
