/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

@import url(../../../warp/css/layout.css);


/* Spacing
----------------------------------------------------------------------------------------------------*/

.module,
#header,
#breadcrumbs,
#content,
#footer { margin: 15px; }

#menu .module { margin: 10px 5px; }

#footer .module { margin: 0; }

#toolbar { margin-bottom: 15px; }


/* Layout
----------------------------------------------------------------------------------------------------*/

#totop-scroller {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 20px;
	height: 20px;
	background: url(../images/totop_scroller.png) 50% 50% no-repeat;
	text-decoration: none;
}

#banner {
  position: absolute;
  top: 215px;
  left: 25px;
  width:950px;
}

#banner > ul {
  cursor: default;
  display: block;
  font-family: "Times New Roman",Times,serif;
  font-size: 12px;
  list-style-type: none;
  margin: auto;
  padding: 0;
  width: 60%;
}
#banner > ul > li {
  cursor: pointer;
  float: left;
  font-size: 12px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100px;
  border:none;
}

#banner > ul > li > a {
  background-image: url("../images/NavButtonBack.jpg");
  color: #000000;
  cursor: pointer;
  display: block;
  margin: 0 5px;
  padding: 0.5em 0em;
  text-align: center;
  text-decoration: none;
}

#banner > ul > li > a.active, #banner > ul > li > a.currect{
	font-weight:normal;
}