﻿body 
{
    text-align: center;
    background: #eaeaea;
}

p, ul, ol, blockquote
{
    margin-bottom: 10px;
}

ul li, ol li
{
    padding: 0px;
}

ol li 
{
    list-style: decimal inside;
}

h1, h2 
{
    color: #737070;
    font-weight: bolder;
    margin-bottom: 12px;
}

h1 
{
    font-size: 190%;
}

h2 
{
    font-size: 130%;
}

.left 
{
    float: left;
}
.right 
{
    float: right;
}

.clearBoth 
{
    clear: both;
}

a:hover 
{
    color: #CC9752;
}

div#wrapper 
{   
    width: 960px;
    margin: 10px auto;
    text-align: left;
}

div#header
{
    padding: 10px;
    height: 80px;
    background: url("/Images/header-bg.png");
    position: relative;
    /* border-bottom: solid 1px #dedede; */
}

#header > img
{
    position: absolute;
    right: 10px;
    top: 19px;
}

#header > img:first-child
{
}

div#content 
{
    padding: 10px 20px;
    background: #fff;
    min-height: 500px;
    /* border-left: solid 1px #CC5352;
    border-right: solid 1px #CC5352; */
}

div#footer 
{
    /* border-top: solid 1px #dedede; */
    padding: 15px 10px 5px 10px;
    height: 30px;
    background: url("/Images/footer-bg.png");
}

#footer p
{
    color: #fff;
    margin-bottom: 0px;
}


/* Banner on Home Page --> */

    div#bannerContainer
    {
        height: 143px;
        /* margin-bottom: 10px; */
        margin-bottom: 15px;
        margin-left: 2px;
        padding-top: 5px;
    }
    
    div#bannerContainer > div 
    {
        height: 40px;
        width: 216px;
        float: left;
        margin-right: 18px;
        padding-top: 103px;
    }
    
    div#bannerContainer > div > a 
    {
        color: #5E3B73;
        background: url("/Images/banner-text-bg.png") repeat;
        margin: 0px;
        padding: 0px 10px;
        display: block;
        height: 40px;
        line-height: 40px;
        font-weight: bolder;
        font-size: 110%;
    }
    
    div#bannerContainer > div > a > span 
    {
        line-height: 40px;
        display: block;
        background: url("/Images/Icons/chevrons.png") no-repeat left center;
        padding-left: 25px;
    }
    
    div#banner1
    {
        background: url("/Images/banner-bg-1.png");
    }
    div#banner2
    {
        background: url("/Images/banner-bg-2.png");
    }
    div#banner3
    {
        background: url("/Images/banner-bg-3.png");
    }
    div#banner4
    {
        background: url("/Images/banner-bg-4.png");
        margin-right: 0px !important;
    }

/* <-- Banner on Home Page */


/* Styling for Bulleted Lists --> */

    ul.bulleted 
    {
    }

    ul.bulleted li:first-child 
    {
        margin-top: 0px;
    }

    ul.bulleted li 
    {
        margin-top: 5px;
        line-height: 20px;
        padding-left: 30px;
        font-weight: bolder;
        font-size: 80%;
        background: url("/Images/Icons/arrow-right.png") no-repeat 0px 0px;
    }

    ul.bulleted.ticks li 
    {
        background: url("/Images/Icons/tick.png") no-repeat 0px 0px;
    }

    ul.bulleted.chevrons li 
    {
        background: url("/Images/Icons/chevrons.png") no-repeat 0px 0px;
    }

    ul.bulleted.arrow_left li
    {
        background: url("/Images/Icons/arrow-left.png") no-repeat 0px 0px;
    }

    ul.bulleted.faq > li
    {
        background: url("/Images/Icons/question.png") no-repeat 0px 0px;
    }

    ul.bulleted.faq > li > ul > li {
        background: url("/Images/Icons/answer.png") no-repeat 0px 0px;
        font-weight: normal;
    }

    ul.bulleted.faq > li > ul
    {
        margin-left: -30px;
        padding-top: 2px;
    }

/* <-- Styling for Bulleted Lists */


/* Injury Calculator --> */

    #injuryCalculator 
    {
        float: left;
        width: 100%;
    }
    #injuryImage
    {
        margin: 10px 20px;
        float: left;
    }
    #injuryText
    {
        margin-top: 10px;
        margin-left: 30px;
        float: left;
    }
    #injuryText h3
    {
        font-size: 100%;
        color: #CF261C;
        font-weight: bolder;
        margin-bottom: 10px;
    }
    #injuryText ul
    {
        width: 500px;
    }

    #neckInjury, #backInjury, #armInjury, #elbowInjury, #handInjury, #hipInjury, #legInjury, #ankleInjury, #footInjury
    {
        display: none;
    }

/* <-- Injury Calculator */


/* Address and Map styling --> */

    div#contactDetails
    {
        padding-top: 10px;
        margin-bottom: 5px;
    }

    div#map
    {
        border: solid 1px #f5f5f5;
        height: 300px;
        width: 300px;
    }
    
    div#mapContainer 
    {
        float: left;
        background: #f5f5f5;
        padding: 10px;
        height: 302px;
    }

    address
    {
        color: #404545;
        font-weight: bolder !important;
    }

    div#address
    {
        float: left;
        width: 200px;
        height: 200px;
        vertical-align: bottom;
        margin-left: 20px;
    }

    div#address span
    {
        padding: 10px 0px;
        line-height: 35px;
        height: 35px;
        padding-left: 40px;
        font-weight: bolder;
        font-size: 120%;
    }

    div#address span#telephone
    {
        background: url("/Images/Icons/phone.png") no-repeat center left;
    }
    div#address span#fax
    {
        background: url("/Images/Icons/fax.png") no-repeat center left;   
    }
    div#address span#email
    {
        background: url("/Images/Icons/email.png") no-repeat center left;   
    }

/* <-- Address and Map styling */


#enquiryText 
{
    background: #f5f5f5;
    padding: 15px;
    margin-top: 10px;
    width: 400px;
    color: #aaa;
    height: 80px;
}

.rounded
{
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
}