/*
Copyright (c) 2008, Telia. All rights reserved.
We really need a global reset.
*/

#footer {
    clear: left;
    width: 100%;
    text-align: center;
    padding: 4px 0;
}

#globalfooter {
    height: 40px;
    width: 960px;
    clear: both;
    color: #666;
    font-size: 95%;
    border-top: 1px solid #c3c3c3;
    margin-top: 40px;
    background: transparent url(/static/footer-gray-dient.jpg) top left repeat-x;
}

#globalfooter div.column-group {
    text-align: left;
    margin: 0 auto;
    padding-left: 60px;
}

#globalfooter div.column {
    float: left;
    width: 200px;
    padding-bottom: 20px;
    padding-right: 20px;
}

#globalfooter div.last-child {
    float: right;
}

#globalfooter h3 {
    color: #666;
    background: transparent none no-repeat 0px 18px;
    font: 140% Verdana, Helvetica, sans-serif;
    padding: 18px 0 0 0;
}

#globalfooter h3, #globalfooter p {
    margin-bottom: 8px;
}

#globalfooter ul {
    list-style: none;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

#globalfooter ul li {
    list-style: none;
    vertical-align: baseline;
    outline: 0;
    border: 0;
    margin: 0;
    padding: 0;
    padding-bottom: .2em;
}

#globalfooter a {
    color: #999;
    text-decoration: none;
}

#globalfooter h3 a {
    color: #666;
}

#globalfooter a:hover {
    color: #ad005b;
}

#globalfooter ul a {
    padding-left: 15px;
    background-image: url(/static/t06_arrow_right_grey.gif);
    background-repeat: no-repeat;
    background-position: 0% 60%;
}

#globalfooter ul a:hover {
    padding-left: 15px;
    background-image: url(/static/t06_arrow_right.gif);
    background-repeat: no-repeat;
    background-position: 0% 60%;
}
