/* dg 4242424
    lg  636363
**/

/** Page defaults **/
html, body {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

body {
  background: url('/images/headerbg.jpg') repeat-x;
  font-family: tahoma;
  text-align: justify;
}

img {
  border-style: none;
  border: 0px;
}

a,a:hover,a:visited {
  color: #ff0000;
}

/** Wrapper **/
div#wrapper {
  position: relative;
  margin: auto;
  width: 770px;
}

/** HEADER & MENU **/
div#header {
  position: absolute;
  z-index: 2;
  top: 0px;
  height: 207px;
  font-size: 1em;
}

div#headerlogo {
  height: 88px;
  padding-top: 13px;
  padding-left: 1px;
  padding-bottom: 7px;
  vertical-align: bottom;
}

div#menu {
  position: relative;
  background: url('/images/menushadowtop.jpg') top left no-repeat;
  bottom: 0px;
  padding-top: 5px;
}

div#menu a, div#menu a:visited {
  padding: 5px 12px;
  background: #575757 url('/images/buttonbg.jpg') repeat-x;
  border-right: 1px solid #000000;
  text-decoration: none;
  letter-spacing: 1px;
  color: #ffffff;
  font-size: small;
}

div#menu a:hover {
  padding: 5px 12px;
  background: #ff0000 url('/images/buttonbghl.jpg') repeat-x;
  border-right: 1px solid #000000;
  text-decoration: none;
  letter-spacing: 1px;
  color: #ffffff;
  font-size: small;
}

.highlight {
  background: #ababab;
}

.menuend {
  background: url('/images/menushadowright.jpg') top right no-repeat;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: -2px;
  height: 31px;
  width: 4px;
}


/** Main area **/
div#mainpage {
  position: relative;
  padding-top: 175px;
  height: 100%;
}

div#leftdiv a {
  text-decoration: none;
}

div#leftdiv  {
  float:left;
  width: 600px;
}


/** News Insert **/
div#zitechnews {
  width: 145px;
  padding-left: 10px;
  padding-right: 10px;
  float:right;
}

.zitechnewsdate {
  font-size: 0.7em;
}

.zitechnewsdesc, .zitechnewsmore {
  font-size: 0.6em;
}
.zitechnewsmore {
padding-bottom: 10px;
}

/** News page **/

.newspagenewsmore {
padding-bottom: 10px;
}

/** Footer **/

div#wrapperfooterspacer {
  clear: both;
}

div#footer {
  position: relative;
  color: #FFFFFF;
  background: #ffffff url('/images/footerbg.jpg') bottom repeat-x;
  padding: 6px 0 6px 0;
  margin-top: 2em;
  height: 140px;
  font-weight: bold;
  font-size: 0.7em;
  text-align: center;
  display: block;
}

/** Reusable Class defs **/
.hide {
  display: none;
}

.doublestripe {
  border: 1px solid #D8D8D8;
  padding: 2px;
}

.textcentre {
  text-align: center;
}