body,div,ul,ol,li,th,h1 { 
	margin:0;
	padding:0;
}

ol,ul {
	list-style:none;
}

body {
	margin: 0 auto;
	padding: 0 150px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #e6e6e6 url(images/back.jpg) repeat-x top left;
	color: #8c8a8a;
}

a {
  text-decoration: none;
}

a:focus {
  outline: 0;
}



/*-- Bottom Toolbar --*/

div#toolbar, div#toolbarbut {
  position: fixed; /* set fixed position for the bar */
  bottom: -3px;
  right: 0px;
  z-index: 9999; /* keep the bar on top  */
  height: 35px;
  background: #FDD2CD;
  /* CSS3 */
  -moz-border-radius-topleft: 8px;
	-khtml-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-khtml-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-box-shadow: 0px 1px 10px #666, inset 1px 1px 0px #a4a4a4; /* inset creates a inner-shadow */
  -khtml-box-shadow: 0px 1px 10px #666;
  -webkit-box-shadow: 0px 1px 10px #666;
  /* CSS3 end */
	border-top: 1px solid #eee;
  border-left: 1px solid #eee; 
  border-right: 1px solid #eee;  
}

div#toolbar {
  width: 100%;
  min-width: 960px; /* to limit the width when an excessive window resize */
  margin: 0px auto; /* centered toolbar */
  left: 0px;
}

div#toolbarbut { /* div for the 'hide status' */
  width: auto;
  height: 20px;
  margin-right: 3%;
  display: none;
}

span.showbar a { /* show button */
  padding: 5px;  
  font-size: 14px;
  color: #791104;
}


/*-- Right Side --*/

span.downarr { /* hide button */ 
  float: right;
  border-left: 1px solid #A11706;
}

span.downarr a {
  display: block;
  width: 36px;
  height: 26px;
  padding: 25px 0 0 10px;
  background: url(images/downarrow.png) no-repeat 5px 7px;
}
span.tich {
  border-left: 1px solid #a4a4a4;
  padding: 10px 2px 10px 0px;
}
span.tich a {
  font-size: 14px;
  line-height: 34px;
}

span.menu_title {
  background: #FDD2CD;
  border-left: 1px solid #a4a4a4;
  padding: 10px 2px 10px 0px;
}

span.menu_title a {
  font-size: 14px;
  line-height: 34px;
}

.quickmenu {
  position: absolute; /* important */
  bottom: 36px;
  right: 0px;
  margin-left:10px;
  width: 300px;
  height: auto;
  background: #791104;
  display: none; /* important */
}

.quickmenu ul {
  padding-top: 2px;
}

.quickmenu ul li {
  border-bottom: 1px solid #989898;    
  padding: 5px 0px;
  margin: 5px 0px 0 -30px;
}

.quickmenu ul li a {
  font-size: 12px;
  color: #ffffff;
  display: block;
}

.quickmenu ul li a:hover {
  color: #791104;
background: #E45D0B;
}
