
/* stylea.css */


/* header
------------------------------ */
div#header{height: 200px;}
div#headerContent {height: 200px;}
ul#catMenu {
  position: absolute;
  bottom: 0;
  left: 20px;
  margin: 0;
  padding: 0;
  height: 50px;
  list-style: none;
}
ul#catMenu li {
  float: left;
  padding: 0 10px 0 20px;
  font-size: 22px;
  line-height: 50px;
  background: transparent url('../images/header-catmenu-sep.png') 0 23px no-repeat;
}
ul#catMenu li.first {padding-left: 0; background: none;}


/* sidebar
------------------------------ */
div#sidebar {
  margin: 0 0 0 20px;
}
ul#subCatMenu {
  clear: both;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul#subCatMenu li {
  padding: 0 0 0 11px;
  line-height: 22px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  font-weight: bold;
  background: transparent url('../images/sidebar-menu-icon.png') 0 7px no-repeat;
}
ul#subCatMenu li a {color: #D1A35E;}
ul#subCatMenu li a:hover {color: #A5775B;}
