
/*  LEISURE color variation CSS */
body.leisurebg{}

/*  the wrapper gives the coloured background to the left side  */
body.leisurebg #wrapper{
    background: url("../img/wrapper_leisure.gif") no-repeat bottom left;
}

body.leisurebg #wrapper h1{
    background:#1cb2ee;
    color:#fff;
}
body.leisurebg #inner {
    background: url("../img/leftsidebar_bg_leisure.gif") top left repeat-y;
}

/* main navigation */

body.leisurebg ul#leftmenu {
    background:#8fcef2;
}

/* left navigation */

body.leisurebg ul#leftmenu li ul li a {
    color:#fff !important;
    background: url("../img/white_arrow.gif") no-repeat left 9px;
}
html>body.leisurebg ul#leftmenu li ul li a {
    background-image: url("../img/white_arrow.png");
}

body.leisurebg  ul#leftmenu  li ul li ul li a {
    color:#000 !important;
    background-image:none;
}

/* main content area  */

.leisurebg a,
body.leisurebg #content a:hover,
body.leisurebg #sidebar a:hover,
.leisurebg a:hover {
   color:#1db0ee;
}

/* section category boxes  */

body.leisurebg #wrapper #content ul.categories a.boxlink {
	color: #fff;
}

/* link list for the content */

body.leisurebg ul.linklist li a:hover{
    background: url("../img/blue_link_arrow.gif") no-repeat left 9px;
    text-decoration:none;
    color:#1cb2ee;
}

/* landing page & fixing for IE6*/
body.leisurebg ul.categories li{
    background:#1cb2ee;
}
body.leisurebg ul.categories li a:hover{
    color:#fff;
}

