/*--------------------------------------------------------------*/
/* Copyright Theme.
 * Unauthorised use of this css file or any part of this css file is strictly prohibited/
/-------------------------------------------------------------- */


/*--------------------------------------------------------------*/
/* Backgrounds
/-------------------------------------------------------------- */
/* Glow */
.header-group-wrapper {
  background:url(header-wrapper-inner-bg.png) center top repeat-x;
}
/* Header Repeat */
.header-group-wrapper-inner {
  background:url(header-wrapper-bg.png) center top no-repeat;
}
/* Navigation Background for ie6 */
* html #navigation, * html #navigation-inner, * html #navigation-sub-inner {
  background-image:url(navigation-bg-ie.png);
}
/* Poll */
.poll .bar .foreground {
  background-image: url(poll_foreground.gif);
}