@charset "utf-8";
/* CSS Document */

#wrapper {
  margin: 40px auto 0 auto;
  width: 825px;
}


/* HEADER */
#header {
  background: url(images/header.png);
  height: 125px;
}

/* MENU ELEMENTS */
/* new menu */
#menu {
  background: url("images/menu_bg.png") no-repeat;
	float: left;
	overflow: hidden;
	margin: 0 0 0 -1px;
	width: 100%;
}
#menu ul {
  font: bold 1.1em "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  list-style-type: none;
  float: left;
  position: relative;
  left: 50%;
  margin: 0 auto;
  padding: 0;
  height: 50px;
}
#menu ul li {
  float: left;
	position: relative;
  right: 50%;
  margin: 0;
  padding: 0;
	height: 50px;
}	
#menu ul li a {
  float: left;
  color: #F2CB65;
  text-align: center;
  text-decoration: none;
  padding: 28px 18px 0 18px;
}
#menu ul li.active, #menu ul li a:hover {	
  background: transparent url("images/menu_hover.png") top center no-repeat;
  color: #F2CB65;
  text-decoration: none;
}


/* old menu
#menu {
	display: none;
  height: 131px;
  margin: 0 auto;
}
#menu ul {
  float: left;
  list-style: none;
}
#menu li {
  float: left;
  display: inline;
}
#menu li img {
  vertical-align: bottom;
}
*/


/* BODY */
#body {
  clear: both;
  background: url('images/body_bg.png') repeat-y;
  padding: 20px 40px 0 40px;
}
#body .content {
  text-align: left;
}

#body .content .box {
  background: #EDEDED;
  border: 1px dotted #787878;
	margin: 10px 0;
  padding: 10px;
}

#body .legal {
  font-size: 11px;
	margin-top: 80px;
}


/* FOOTER */
#footer { }
#footer .bar {
  background: url('images/footer.png') no-repeat;
  height: 25px;
}
#footer .content {
  float: left;
  color: #FFF;
  font: bold 10px "Helvetica Neue", "Trebuchet MS", sans-serif;
  text-transform: uppercase;
  margin: 5px 0 0 15px;
}
#footer .menu {
  float: right;
  margin: 5px 15px 0 0;
}
#footer .menu ul {
  float: left;
  list-style: none;
}
#footer .menu li {
  display: inline;
  padding: 0 5px 0 0;
}
#footer .menu li img {
  padding: 0 5px 0 0;
}