﻿* { margin: 0; padding: 0; }
body
{
    background: #e11111 url(../Images/bg2.png) repeat-x;
    color: #000;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    height: 100%;
}
a { color: #e11111; }
h1 {}
h2 { font-size: 18px; color: #e11111; padding: 5px 0px 5px 0px; }
h3
{
    font-size: 12px;
    color: #000;
    padding: 10px 0px 5px 0px;
    font-weight: bold;
}
h4
{
    font-size: 12px;
    color: #e11111;
    padding: 5px 0px 5px 0px;
    font-weight: bold;
}
p       { line-height: 16px; padding: 5px 0px 5px 0px; }
img     { border: none; }
li      { margin-left: 20px; color: #e11111; }
li span { color: #ccc; }
.purple { color: #fff; }
.logo
{
    background: transparent url(../images/strathmoretherapies2.png) no-repeat;
    width: 421px;
    height: 60px;
    margin: 34px auto 37px auto;
}

.content
{
    width: 100%;
}

.colLeft
{
    float: left;
    width: 375px;
    margin-right: 5px;
}
.colRight
{
    float: right;
    width: 375px;
    margin-left: 5px;
}

.colLeftHome
{
    float: left;
    width: 370px;
    border: dashed 1px #e11111;
    padding: 0 5px;
}

.fancyBox
{
    margin: 5px;
    padding: 2px;
    background-color: #e11111;
    display: block;
    float: left;
}
.fancyBox:hover
{
    background-color: #fff;
}

#menu_home{background: transparent url(../images/home.png) no-repeat 5px 50%;width: 54px;}
#menu_home:hover{background-color: #900A0A;}
#menu_home.selected{background-color: #900A0A;}

#menu_about{background: transparent url(../images/about.png) no-repeat 5px 50%;width: 54px;}
#menu_about:hover{background-color: #900A0A;}
#menu_about.selected{background-color: #900A0A;}

#menu_staff{background: transparent url(../images/staff.png) no-repeat 5px 50%;width: 40px;}
#menu_staff:hover{background-color: #900A0A;}
#menu_staff.selected{background-color: #900A0A;}

#menu_therapies{background: transparent url(../images/therapies.png) no-repeat 5px 50%;width: 84px;}
#menu_therapies:hover{background-color: #900A0A;}
#menu_therapies.selected{background-color: #900A0A;}

#menu_contact{background: transparent url(../images/contact.png) no-repeat 5px 50%;width: 67px;}
#menu_contact:hover{background-color: #900A0A;}
#menu_contact.selected{background-color: #900A0A;}

.accordian      { list-style: none; }
.accordian li   {  }
.accordianLink  { clear: both; font-size: 12px; color: #e11111; margin: 5px 0px 5px 0px; font-weight: bold; display:block; }
.accordian p    { color:#000; }

.prices      { list-style-type:circle; list-style-position:inside; }
.prices li   { color: green; }

.quote { font-size: 17px; color: #000; }

.hover { background-color: #000; display:block; height: 42px; }