﻿body
{
    background-color: #DD2180;
    margin: 0px;
    padding: 0px;
    font-family: Calibri, Arial, sans-serif;
    font-size: 16px;
    color: #333333;
}
.centralise
{
    width: 880px;
    height: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 0px;
    background-image: url('Images/pageBG.png');
    background-repeat: repeat-y;
    background-position: center;
}
.content
{
    margin: 0px 0px 0px opx;
    float: left;
}
.intro
{
    background-image: url('Images/bannerRight.png');
    background-repeat: no-repeat;
    background-position: right top;
    height: 170px;
    width: 880px;
    float: left;
}
.introText
{
    width: 60%;
    height: auto;
    margin: 25px 0px 0px 30px;
}
h1
{
    color: #DD2180;
}
h2
{
    color: #DD2180;
}
h3
{
    color: #DD2180;
    font-size: 14px;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}
a
{
    color: #DD2180;
}
.adLarge
{
    background-image: url('Images/blockBG.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 285px;
    height: 285px;
    float: left;
}
.adLarge img
{
    float: right;
}
.adSmall
{
    background-image: url('Images/blockBGsmall.png');
    background-repeat: no-repeat;
    background-position: center top;
    width: 285px;
}
.products
{
    width: 855px;
    margin: 20px 0px 0px 12px;
    clear: both;
    float:left;
}
.footer
{
    width: 880px;
    height: 63px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background-color: #761244;
    background-image: url('Images/footer.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    color:White;
    text-align:center;
    font-size:14px;
}
.footer a
{
    color:White;
}
.footer p
{
    padding:8px;
}
.spacer
{
    margin: 30px;
}
.spacerSmLeft
{
    height: 103px;
    margin: 0px 0px 0px 7px;
    float: left;
    width: 102px;
}
.spacerSmRight
{
    height: 103px;
    margin: 0px 0px 0px 0px;
    float: left;
    width: 102px;
}
.bottomText
{
    height: auto;
    margin: 0px 0px 10px 30px;
    width: 820px;
    float: left;
}
.clearBoth
{
    clear: both;
}
.products p
{
    font-size: 12px;
}
p
{
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

