﻿body 
{
    background-color: #000000;
    margin: 0;
    padding: 0;
}

.wrapper-links
{
    width: 970px;
    margin: 0px auto;
}

#link-bar
{
    width: 100%;
    height: 34px;
    background-color: #0e6dbf;
    border-bottom: 2px solid #ccc;
}

ul.link-list
{
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.link-list li
{
    float: left;
    padding-top: 9px;
    margin-right: 80px;
}

.wrapper-advert
{
    width: 920px;
    margin: 0px auto;
}

.advert
{
    height: 281px;
    position: absolute;
}

#logo
{
    position: relative;
    left: 0px;
    top: 20px;
    height: 84px;
    background: url("../img/logo.png") no-repeat;
}

#headline
{
    position: relative;
    left: 0px;
    top: 35px;
    width: 537px;
    height: 81px;
    background: url("../img/headline.png") no-repeat;
}

#motto
{
    position: relative;
    width: 537px;
    height: 70px;
    left: 0px;
    top: 50px;
    line-height: 22px;
    letter-spacing: 4px;
    font-family: Tahoma;
    font-size: 17px;
    color: #ffffff;
}

#player
{
    float: right;
    width: 288px;
    height: 281px;
    right: 0px;
    top: 0px;
    background: url("../img/player.png") no-repeat;
}

.wrapper-content
{
    width: 970px;
    margin: 0px auto;
}

.left
{
    padding-top: 5px;
    clear: both;
    width: 475px;
    margin-right: 20px;
    float: left;
}

.right
{
    padding-top: 5px;
    width: 475px;
    float: right;
}

.big-box-top
{
    width: 970px;
    height: 30px;
}

h1
{
    width: 970px;
    height: 30px;
    text-indent: -999999px;
    margin: 0;
    padding: 0;
}

.big-box-wrap
{
    padding-top: 5px;
    clear: both;
}    

.big-white
{
    margin: 0px;
    padding: 20px 55px 5px 55px;
    width: 860px;
    background-color: #ffffff;
    min-height: 200px;
    overflow: hidden;
}

.big-foot
{
    width: 970px;
    height: 30px;
    background: url("../img/boxes/big-foot.png") no-repeat;
    margin-bottom: 15px;
}

.box-top
{
    width: 475px;
    height: 30px;
}

h2
{
    width: 475px;
    height: 30px;
    text-indent: -999999px;
    margin: 0;
    padding: 0;
}

.white
{
    margin: 0px;
    padding: 20px 25px 5px 25px;
    width: 425px;
    background-color: #ffffff;
    min-height: 200px;
}

.box1
{
    min-height: 270px;
}

.box2
{
    min-height: 315px;
}

.box3
{
    min-height: 683px;
}

.left-foot
{
    width: 475px;
    height: 30px;
    background: url("../img/boxes/left-foot.png") no-repeat;
    margin-bottom: 15px;
}

/* Individual box headers */
.about
{
    background: url("../img/boxes/top-about.png") no-repeat;
}

.kick
{
    background: url("../img/boxes/top-kick.png") no-repeat;
}

.service
{
    background: url("../img/boxes/top-service.png") no-repeat;
}

.medical
{
    background: url("../img/boxes/top-medical.png") no-repeat;
}

.guarantees
{
    background: url("../img/boxes/top-guarantees.png") no-repeat;
}

.legal
{
    background: url("../img/boxes/top-legal.png") no-repeat;
}

.calculator
{
    background: url("../img/boxes/top-calculator.png") no-repeat;
}

.pro
{
    background: url("../img/boxes/top-pro.png") no-repeat;
}

.questions
{
    background: url("../img/boxes/top-questions.png") no-repeat;
}    

.contact
{
    background: url("../img/boxes/top-contact.png") no-repeat;
}    

.footer
{
    width:100%;
    height: 150px;
    margin-top: 30px;
    background-color: #05233d;
    color: #bbb;
    font-size: 9px;
    letter-spacing: 1px;
    line-height: 20px;
    overflow: hidden;
}

.footer-content
{
    width: 950px;
    margin: 0px auto;
    padding-top:35px;
}

.footer a
{
    color: #d9d9d9;
    text-decoration: none;
}


.footer a:hover
{
    color: #cccccc;
    text-decoration: none;
}

.foot-left{width: 650px; float: left;}

.foot-right{ width: 300px; text-align: right; float: right;}

.info
{
    margin-top:10px;
    font-size: 7px;
    line-height: 15px;
    letter-spacing: 1px;
    clear: both
}


.panel
{
    width:350px;
    margin: 0 auto;
    text-align: center;
}

.panel-img
{
    margin: 0 auto;
    width: 265px;
    height: 386px;
}



/* Injury Calculator --> */

#injuryCalculator
{
    float: left;
    width: 100%;
}
#injuryImage
{
    float: left;
}
#injuryText
{
    margin-top: 5px;
    margin-left: 10px;
    float: left;
    text-align: left;
}
#injuryText h3
{
    font-size: 13px;
    color: #0e6dbf;
    margin-bottom: 8px;
}
#injuryText ul
{
    width: 580px;
}

#neckInjury, #backInjury, #armInjury, #elbowInjury, #handInjury, #hipInjury, #legInjury, #ankleInjury, #footInjury
{
    display: none;
}


.contact-left
{
    float: left;
    width: 450px;
}

.contact-right
{
    float: right;
    width: 410px;
}
