/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
/* Tips, Error, Message, Hightlight*/
.error {
  color: #666666;
  background: url(..///images/icon-error.html) no-repeat top left;
}

.message {
  color: #999999;
  background: url(..///images/icon-info.html) no-repeat top left;
}

.tips {
  color: #666666;
  background: url(..///images/icon-tips.html) no-repeat top left;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-container2 {
  padding: 0;
  background: url(images/c-bg1.gif) repeat-y 18% 0;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
ul.menu li.active a {
  background-color: #ececec;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
  background-color: #f6f6f6;
}
