/*
 * Casarotto.co.uk Administration Styles
 *
 * Modified By: Lachlan Laycock (kennedia.com)
 * Date: 28 Oct 2006
 *
 *
 *====================================*/

html, body {
  padding:0 !important;
  margin:0;
}

#header {
  position:fixed;
  z-index:2;
  background:#000;
  padding:28px;
  width:100%;
}

#menu {
  position:fixed;
  width:160px;
  top:185px;
  left:30px;
  height:100%;
}

#content {
  position:absolute;
  top:185px;
  left:190px;
}

#client_categories {
  position:fixed;
}

#category_clients {
}

#client_details {
  position:fixed;
  padding-top:5px;
  height:100%;
}

#footer {
  position:fixed;
  bottom:0;
  left:0;
  width:100%;
  height:20px;
  background:#000;
  z-index:2;
}