﻿body
{
    margin: 0;
}
#holder
{
    top: 10px;
    position: relative;
    width: 736px;
    height: 100%;
    padding: 0;
}
#wrapper
{
    position: absolute;
    background: url( '../Media/Background.gif' );
    background-repeat: no-repeat;
    width: 736px;
    height: 627px;
}
#TopBlack
{
    position: absolute;
    top: 9px;
    left: 9px;
    height: 10px;
    width: 718px;
    background-color: #000000;
}
#BlueSq
{
    position: absolute;
    left: 9px;
    top: 28px;
}
#Logo
{
    position: absolute;
    left: 31px;
    top: 85px;
}
#Splash
{
    position: absolute;
    right: 9px;
    top: 28px;
}
#VertBan
{
    position: absolute;
    right: 9px;
    top: 49px;
}
#RS
{
    position: absolute;
    right: 9px;
    top: 264px;
    background-color: #333333;
    height: 21px;
    width: 23px;
}

#BlackBack
{
    position: absolute;
    left: 279px;
    top: 264px;
    height: 21px;
    width: 425px;
    background-image: url(../Media/BlackBack.gif);
}



#NavBar
{
    position: absolute;
    left: 279px;
    top: 264px;
    width: 52px;
    margin: 0;
    padding: 0;
    background: url(../Media/Buttons.jpg) repeat-x;
    height: 21px;
    list-style: none;
}
#NavBar li
{
    float: left;
}
#NavBar a
{
    text-decoration: none;
    display: block;
    height: 21px;
    text-indent: -5000px;
    background: url(../Media/Buttons.gif) no-repeat;
}
#NavBar #Home
{
    background-position: 0 0;
    width: 26px;
}
#NavBar #Home:hover
{
    background-position: 0 -21px;
}
#NavBar #ContactUs
{
    background-position: -26px 0;
    width: 26px;
}
#NavBar #ContactUs:hover
{
    background-position: -26px -21px;
}
#ThirtyYears
{
    position: absolute;
    left: 30px;
    top: 235px;
}

#PCSpecialists
{
    position: absolute;
    left: 21px;
    top: 314px;
}
#Also
{
    position: absolute;
    left: 21px;
    top: 345px;
}
#SupList 
{
    position: absolute;
    left: -18px;
    top: 369px;
    width: 245px;
}
#SupList li
{
    background-image: url(../Media/Tick.gif);
    background-repeat: no-repeat;
    list-style-type:none;
    background-position: -1px 4px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
} 
#MainText 
{
    position: absolute;
    left: 286px;
    top: 313px;
    width: 430px;
    line-height: 16px;
}
#Divide {
    position: absolute;
    left: 279px;
    top: 313px;
    width: 1px;
    height: 283px;
    line-height: 200px;
    background-color: #CCCCCC;
}
#Corgi 
{
    position: absolute;
    left: 21px;
    top: 533px;
}
#Copyright
{
    position: absolute;
    left: 286px;
    top: 583px;
}
