* {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

body {
    padding-bottom: 3em;
    background: #184062 url("img/bg.gif") repeat-x;
    color: #a2b0bd;
    font: 72%/1.2em "Tahoma", sans-serif;
}

h1, h2, h3, h4, h5, h6, dt, th, .price {
    color: #fff;
    font-size: 110%;
    font-family: "Myriad", sans-serif;
    letter-spacing: -1px;
}

h1 {
    margin-bottom: 1em;
    font-size: 150%;
}

h2 {
    margin-bottom: 0.5em;
    padding-left: 21px;
    background: url("img/bg-h2.png") 0 50% no-repeat;
    font-size: 130%;
    min-height: 14px;
}

p {
    margin-bottom: 1em;
}

dt, th, .price, legend {
    color: #fff;
    font-weight: normal;
    font-style: italic;
    font-size: 110%;
    font-family: "Myriad", sans-serif;
    letter-spacing: -1px;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:focus {
    outline: none;
}

img {
    border: none;
}

img.right {
    float: right;
    margin: 0 0 1em 1em;
}

img.left {
    float: left;
    margin: 0 1em 1em 0;
}

ol, ul {
    list-style-type: none;
}

dl {
    margin-bottom: 1em;
}

dt {
    font-size: 110%;
}

dd {
    margin-bottom: 1em;
}

table {
    margin-bottom: 2em;
    border-collapse: collapse;
    width: 100%;
}

th, td {
    padding: 0.4em 1.5em 0.4em 0;
    text-align: left;
}

select, input, textarea {
    font: 100% "Tahoma", sans-serif;
}

fieldset {
    margin: 1em 0;
    border: none;
}

fieldset#login {
    text-align: right;
}

input {
    margin: 0 0 1em 0;
    padding: 1px;
    border: 1px solid #a2b0bd;
    color: #036;
}

input#email, input#password {
    width: 100%;
}

fieldset#login input {
    padding-left: 20px;
    border: none;
    background: url("img/bg-more.png") 0 50% no-repeat;
    color: #fff;
    cursor: pointer;
}

/* ---------- NAVIGATION ---------- */

#navigation {
    position: relative;
    margin: 0 auto;
    background: url("img/bg-nav.jpg") no-repeat;
    width: 677px;
    height: 312px;
}

#navigation ul, #navigation li {
    display: inline;
}

#navigation a {
    position: absolute;
    top: 66px;
    text-decoration: none;
    text-indent: -10000em;
    width: 103px;
    height: 103px;
}

#navigation a#home {
    top: 172px;
    left: 29px;
    width: 204px;
    height: 137px;
}

#navigation a#about {
    left: 27px;
}

#navigation a#programmes {
    left: 131px;
}

#navigation a#services {
    left: 235px;
}

#navigation a#photos {
    left: 339px;
}

#navigation a#prices {
    left: 443px;
}

#navigation a#contact {
    left: 547px;
}

/* ---------- PAGE ---------- */

#page {
    margin: 0 auto;
    padding: 0 27px 27px 27px;
    background: url("img/bg-page.jpg") 0 100% no-repeat;
    width: 623px;
}

/* ---------- SIDEBAR ---------- */

#sidebar {
    float: left;
    width: 207px;
}

#sidebar div {
    padding: 15px 18px 15px 22px;
    width: 167px;
    background-position: 0 100%;
    background-repeat: no-repeat;
}

#sidebar div h2 {
    padding-left: 25px;
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-image: url("img/bg-03.png");
}

#sidebar #twelve-week-challenge h2 {
    background-image: url("img/bg-01.png");
}

#sidebar #training-programmes h2 {
    background-image: url("img/bg-02.png");
}

#sidebar #fitness-australia {
    text-align: center;
}

#sidebar div p {
    margin-bottom: 0.5em;
}

#sidebar div p.more {
    margin: 0;
    text-align: right;
}

#sidebar div p.more a {
    padding-left: 20px;
    background: url("img/bg-more.png") 0 50% no-repeat;
}

#twelve-week-challenge {
    background-image: url("img/bg-12-week-challenge.gif");
}

#training-programmes {
    background-image: url("img/bg-training-programmes.gif");
}

#email, #password {
    width: 100%;
}

/* ---------- CONTENT ---------- */

#content {
    margin-left: 207px;
    padding: 15px 20px;
}

#content h2 {
    margin-top: 1em;
}

#content ol, #content ul {
    margin-bottom: 1em;
}

#content li {
    padding-left: 10px;
    background: url("img/bg-bullet.png") 0 50% no-repeat;
}

#content .price {
    text-align: right;
}

/* ---------- WELCOME ---------- */

#welcome {
    margin-bottom: 1em;
    padding: 0 0 1em 180px;
    background: url("img/bg-oranges.png") no-repeat;
    border-bottom: 1px solid #496b8a;
    min-height: 116px;
}

#welcome h1 {
    color: #b9c3cc;
    font-style: normal;
    font-size: 120%;
}

#welcome h1 strong {
    display: block;
    margin-bottom: 0.1em;
    color: #fff;
    font-style: italic;
    font-size: 230%;
}

/* ---------- BEFORE AND AFTER PHOTOS ---------- */

#before-and-after-photos a {
    display: block;
    float: left;
    margin: 0 20px 20px 0;
}

#before-and-after-photos a.thumb {
    display: none;
}

/* ---------- PICTURES ---------- */

#pictures {
    margin: 0 0 1em 0;
    text-align: center;
}

#pictures a {
    margin: 0 1em;
}

/* ---------- FOOTER ---------- */

#footer {
    margin: 1.5em 0;
    text-align: center;
}

#footer ul {
    margin-bottom: 1em;
}

#footer li {
    display: inline;
    padding: 0 0.5em;
    border-left: 1px solid #a2b0bd;
}

#footer li.first {
    padding: 0 0.5em 0 0;
    border-left: none;
}

/* ---------- ULTIMATE PERSONAL TRAINING ---------- */

#ultimate-personal-training {
    clear: both;
    text-indent: -10000em;
    font-size: 0px;
}

.ultimate-personal-training {
    color: #a2b0bd;
}

a.thumb {
    display: none;
}

.error, .error_message {
    font-weight: bold;
    color: #f00;
    text-transform: uppercase;
}

.notes {
    margin-bottom: 3em;
}
