/* @group Defaults */
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 0.75em;
  color: #FFF;
  background: #000;
  margin: 0;
}
.clearall {
  clear: both;
}
.notice {
  border: 1px solid #C0A057;
  background: #333;
  padding: 10px;
  margin-bottom: 10px;
}
/* @end */



/* @group Layout */
#wrapper {
  width: 755px;
  margin-left: 11px;
}
#header {
  height: 118px;
  padding-top: 0px;
}
#meta-links {
  float: left;
}
#intro {
  padding: 50px 0;
}
#visual {
  margin-bottom: 1em;
}
#main {
}
#newsticker {
  height: 17px;
  background: #BF9F56;
  display: block;
  margin-bottom: 2em;
  padding-left: 1.5em;
  line-height: 17px;
  text-transform: uppercase;
}
#sidebar {
  width: 171px;
  float: left;
  margin-right: 64px;
}
#content {
  width: 520px;
  float: left;
  padding: 0 0 1em 0;
  line-height: 1.5em;
}
#footer {
  clear: both;
  border-top: 1px dashed #BF9F56;
  padding-top: 1em;
  font-size: 0.88em;
  color: #BF9F56;
  margin-left: 0px;
}
/* @end */



/* @group Header */
#site-id {
  float: left;
}
#promoter-id {
  float: right;
}
/* @end */



/* @group Footer */
#copyright {
  margin-bottom: 1em;
}
#partner {
  margin: 2em 0;
}
#partner ul li {
  display: inline;
  list-style: none;
  padding: 5px 15px;
}
#partner ul li img {
  margin: 0 0 5px 0;
}
#partner a img {
  border: none;
}
#partner:after {
  content: 				".";
  display: 				block;
  height: 				0;
  visibility: 			hidden;
  clear: 					both;
}
/* @end */



/* @group Newsticker */
#newsticker {
  position: relative;
  font-size: 0.88em;
}
#newsticker ul {
  list-style: none;
}
* html #newsticker ul {
  overflow: visible;
}
#newsticker li.error {
  color: #C00;
}
#newsticker #togglenewsticker {
  overflow: hidden;
  position: absolute;
  right: 10px;
  top: 12px;
  width: 14px;
  height: 14px;
  text-indent: 20px;
  outline: none;
}
* html #newsticker #togglenewsticker {
  right: 30px;
}
/* @end */



/* @group Navigation */
#NavUl li {
  list-style: none;
}
#NavUl li a {
  display: block;
  text-decoration: none;
  background: url(/images/menu_line.gif) repeat-x left top;
  color: #BF9F56;
}
#NavUl li a span {
  line-height: 2.25em;
  padding: 0.25em 1em 0.25em 1.5em;
  font-size: 0.88em;
  display: block;
}
#NavUl li>a {
  text-transform: uppercase;
}
#NavUl li a:hover {
}
#NavUl li.current {
  background: url(/images/menu_line_on.gif) repeat-x left top;
}
#NavUl li.current a {
  color: #FFF;
  background: url(/images/menu_line_on.gif) repeat-x left bottom;
  position: relative;
  z-index: 1;
  margin-bottom: -1px;
}
#NavUl li.current ul {
  position: relative;
  z-index: 2;
  margin-bottom: -1px;
}
#NavUl li.current ul li a,
#NavUl li.last.current ul li a,
#NavUl li.first.current ul li a {
  color: #BF9F56;
}
#NavUl li.current ul li a span,
#NavUl li.last.current ul li a span,
#NavUl li.first.current ul li a span {
  text-transform: none;
  padding-left: 3em;
}
#NavUl li.current ul li.current a {
  color: #FFF;
}
#NavUl li.current ul li.current ul {
  border: none;
}
#NavUl li.current ul li.current ul li.current a {
  font-weight: bold;
}
/* @end */




