/* 
    Document   : default
    Created on : 17-Jun-2009, 16:53:30
    Author     : Shane Rielly
*/

/* 
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#header {
    height: 188px;
    background-image: url('/cache/skins-S2-customer-css-..-Images-header.png');
    background-repeat: no-repeat;
    background-position: top left;
}

#footer {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 11px;
    border-top: solid 2px #666666;
}

.box {
    height: 194px;
    margin-bottom: 25px;
    background-image: url('/cache/skins-S2-customer-css-..-Images-box.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: scroll;
    color: #482D2E;
}

.boxcontent {
    padding-top: 30px;
    margin-left: -5px;
    color: #482D2E;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
}

.boxcontent a {
    color: #482D2E;
}

.boxcontent img {
    margin-top: 30px;
    /*margin-left: -5px;*/
}

.boxcontent2 {
    padding-top: 30px;
    margin-left: -5px;
    color: #482D2E;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
}

.boxcontent2 a {
    color: #482D2E;
}

.boxcontent2 img {
    margin-top: 10px;
    /*margin-left: -5px;*/
}

.floatLinks {
    display: none;
    width: 150px;
    position: absolute;
    margin-left: 250px;
    margin-top: -230px;
    padding-top: 10px;
    background-image: url('/cache/skins-S2-customer-css-..-Images-75.png');
    border: 2px solid #27767F;
    text-align: left;
    /*height: 250px;*/
}

/*#links1 {
    width: 150px;
    height: 250px;
    position: absolute;
    background-image: url('/cache/skins-S2-customer-css-..-Images-.75.png');
    margin-left: 250px;
    margin-top: -130px;
    border: 2px solid #333333;
    text-align: left;
    padding: 15px;
}*/

.floatLinks ul{
    /*list-style-image:  url('/cache/skins-S2-customer-css-..-Images-list.png');*/
    list-style-type: none;
    margin-left: -25px;
}

.floatLinks li{
    margin-bottom: 3px;
    width: 75%;
    text-transform: uppercase;
    padding: 2px;
    border-bottom: 1px solid #27767F;
}

.floatLinks li a:link {
    color: #18224F;
}

.floatLinks ul li a:hover {
    color: #FF8A00;
}

.floatLinks li a:visited {
    color: #FF8A00;
}






