/* 
    Document   : sportalcategories
    Created on : 08-Feb-2011, 17:31:24
    Author     : stepheng 
    Description:
        sportal top level categories styling -
        adventurous training
        physical education
        sport
*/
#main-categories-holder {
    background: none;
}

#catergory-img-holder {
    clear: both;
    padding: 0 0 0 67px;
    margin: 0;
    width: 852px;
}

.misc-links{
    text-align: center;
    width: 640px;
    margin-left: 41px;
}

.misc-links img{
    vertical-align: -2px;
}

#catergory-img-holder div.misc-links a,
#catergory-img-holder div.misc-links a:visited {
    display: block;
    width: auto;
    color: #00163b;
    font-size: 20px;
    text-decoration: none;
    margin-right: 55px;
    float: left;
}

/* styling for main category columns */

#catergory-img-holder h1 {
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 0;
}

#catergory-img-holder h1 a {
    color: #ffffff;
    font-size: 21px;
    margin-top: -5px;
}

#catergory-img-holder h1 a:hover {
    color: #ffffff;
    text-decoration: underline;
}

#phys-ed,
#adv-train,
#sport {
    display: block;
    float: left;
    overflow: hidden;
    width: 284px;
}

#phys-ed h1,
#adv-train h1,
#sport h1 {
    background-color: #00163b;
    height: 28px;
    text-align: center;
    width: 244px;
    font-size: 26px;
    padding-top: 5px;
}

#sport h1 {
    background-image: url('../../img/sport-heading-bg.jpg');
    width: 248px;
}

#adv-train h1{
    background-image: url('../../img/adv-training-heading-bg.jpg');
    width: 245px;
}

#phys-ed h1 {
    background-image: url('../../img/phys-ed-heading-bg.jpg');
}

.category-img,
.category-img-no-hover{
    position: relative;
}

.category-links {
    position: absolute;
    visibility: hidden;
    color: #fff;
    font-weight: bold;
    top: 0;
    left: 0;
    width: 244px;
}

/* pillar links styling */
ul.pillar-links {
    float: left;
    padding: 5px 0 0 10px;
    width: 234px;
}

.pillar-links li {
    background: url("http://www.pdevportal.co.uk/assets/img/dart.png") left 5px no-repeat;
    float: left;
    font-size: 11px;
    padding: 3px 10px 0 12px;
    width: 90px;
}

ul.pillar-links a,
ul.pillar-links a:visited {
    color: #b3dde5;
}

ul.pillar-links a:hover {
    color: #ffffff;
    text-decoration: none;
}