/*
   Absolute Bliss CSS
   Developer - Giles Pierce
   Email - giles@pierce.uk.com
   Version 1.0
*/

/* --- CSS Reset --- */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* --- Site Styles --- */

/* --- Fonts --- */

@import url(http://fonts.googleapis.com/css?family=Bitter:400,700,400italic);

body, h1, h2, h3, h4, h5 {
    font-family: 'Bitter', sans-serif;
}


body {
    background: #F1F1F1;
}

.wrapper {
    width: 1000px;
    margin: 0 auto;
    background: #E3F8F9;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .3);
    overflow: hidden;
}

/* --- Header --- */

header {
    background: url('../images/header.png') top left no-repeat;
    height: 220px;
    position: relative;
    z-index: 100;
}

.header-right {
    width: 500px;
    float:right;
}

.phone {
    margin: 50px 0;
}

.phone h2 {
    text-align: right;
    font-size: 20px;
    margin: 10px;
}

.phone h2 a {
    font-size: 16px;
    color: #000;
}

nav ul {
    margin: 10px 0;
    float: right;
}

nav ul li {
    float: left;
}

nav ul li a {
    padding: 10px;
    color: #000;
    text-decoration: none;
}

nav ul li a:hover {
    color: #4D4D4D;
}

.logo {
    margin: 50px 10px;
}

.shift-up {
    position: relative;
    top: -60px;
    z-index: 10;
}

/* --- Banner --- */

.banner {
    background: url('../images/banner.png') top left no-repeat;
    height: 313px;
}

.banner-text {
    height: 80px;
    width: 350px;
    float: right;
    margin: 150px 0;
    float: right;
    background: rgba(255, 255, 255, .4);
}

h4 {
    font-size: 36px;
    margin: 10px 10px 0px 10px;
}

h5 {
    font-style: italic;
    margin: 0px 10px 10px 10px;
    font-size: 28px;
}

.strapline {
    background: #9EE6EC;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, .3);
    height: 40px;
}

h3 {
    font-size: 18px;
    font-style: italic;
    padding: 10px;
}

.primary-content {
    width: 680px;
    float: left;
    margin: 0 20px 0 0;
    padding-left: 20px;
}

h1 {
    font-size: 25px;
    border-bottom: 2px dotted #000;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

p {
    font-size: 15px;
    font-weight: normal;
    padding-bottom: 20px;
}

.right-col {
    width: 260px;
    float: left;
}

.treatment-list {
    background: #9EE6EC;
    padding: 10px;
}

.treatment-list ul li {
    font-size: 16px;
    font-weight: normal;
    padding: 10px;
}

.treatment {
    width: 650px;
    margin: 20px auto;
}

table.treatment tbody > tr:hover {
    background: rgba(255, 255, 255, .5);
}

.treatment tr td {
    padding: 8px 3px;
}

table span {
    display: block;
    font-style: italic;
}

table .price {
    font-weight: bold;
    text-align: right;
}

.treatment tr td:nth-child(odd) {
    width: 500px;
}

.treatment thead tr td {
    font-size: 20px;
    border-bottom: 2px dotted #4D4D4D;
    padding-bottom: 10px;
    text-shadow: 1px 1px 1px #9EE6EC;
}

.facebook {
    background: #3A5795;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.facebook img {
    float: left;
}

.facebook p {
    margin: 0 0 10px 10px;
    padding: 10px 0 0 50px;
    color: #ffffff;
}

.facebook a {
    color: #fff;
    text-decoration: none;
}

.thumb {
    padding: 5px;
    margin: 2px;
    background: #4D4D4D;
    border-radius: 10px;
}

.thumb:hover {
    background: #3A5795;
}

.book {
    display: block;
    width: auto;
    padding: 10px;
    background: #9EE6EC;
    color: #000;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
}

.book:hover {
    box-shadow: -1px -1px 1px rgba(0, 0, 0, .4);
    position: relative;
    top: 1px;
    right: 1px;
}

.opening tr td {
    padding: 10px 5px;
    width: 150px;
}

.opening tr {
    border-bottom: 1px dotted #4D4D4D;
}

footer {
    min-height: 100px;
    background: #4D4D4D;
    clear: both;
}

h6 {
    font-size: 8px;
    font-weight: bold;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 20px;
}