﻿body 
{
    background: #E3E3E3;
    font-family: Arial;
    color: #575757;
    font-size: 12px;
}

a
{
    color: #00A3D5;
}

a:hover
{
    text-decoration: none;
}

h1
{
    font-size: 26px;
    font-style: italic;
    color: #3A3A3A;
}

h2
{
    font-size: 26px;
    font-style: italic;
    color: #E4E4E4;
}

h3
{
    font-size: 16px;
    font-weight: bold;
    color: #575757;
}

/* Text */

.TitleText
{
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    color: #FFFFFF;
}

.TitleBlack
{
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    color: #000000;
}

.TitleSmall
{
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
}

.TagLine
{
    font-size: 10px;
    color: #9A9A9A;
}

.ArrowLink
{
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    background: url(Images/Arrow.jpg) no-repeat left;
    padding-left: 15px;
}

.WhiteLink
{
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
}

.SmallWhite
{
    color: #FFFFFF;
}

.GrayLink
{
    color: #8A8A8A;
    font-size: 10px;
}

.GrayLink:hover
{
    text-decoration: none;
}

.LightGray
{
    color: #8A8A8A;
}

.Required
{
    color: #FF0000;
}

/* Containers */

.ContainerMain
{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

/* Head */

.Head
{
    width: 1200px;
    height: 121px;
    background: url(Images/Head.jpg);
}

.Title
{
    position: absolute;
    top: 45px;
    left: 140px;
}

.TopMenu
{
    position: absolute;
    top: 50px;
    left: 625px;
}

.TopMenuItem
{
    border: 0px;
}

/* Body Top */

.BodyTop
{
    position: relative;
    width: 1200px;
    height: 267px;
    background: url(Images/BodyTop.jpg);
    font-size: 15px;
    font-style: italic;
    color: #8DE5F6;
}

.Check1
{
    position: absolute;
    top: 91px;
    left: 190px;
    text-decoration: underline;
}

.Check2
{
    position: absolute;
    top: 143px;
    left: 190px;
    text-decoration: underline;
}

.Check3
{
    position: absolute;
    top: 194px;
    left: 190px;
    text-decoration: underline;
}

/* Body Middle */

.BodyMiddle
{
    position: relative;
    width: 1200px;
    height: 280px;
    background: #FFFFFF;
}

.BodyMiddleCenter
{
    text-align: center;
    padding-top: 15px;
    position: relative;
    width: 1200px;
    height: 550px;
    background: #FFFFFF;
}

.DesignMiddle
{
    position: relative;
    width: 1200px;
    height: 375px;
    background: #FFFFFF;
}

.MiddleMenu
{
    position: absolute;
    top: 30px;
    left: 110px;
}

.MiddleMenuItem
{
    border: 0px;
    margin-left: 12px;
    margin-right: 12px;
}

.MiddleText
{
    position: absolute;
    left: 110px;
    top: 10px;
    width: 490px;
}

.MiddleText2
{
    position: absolute;
    left: 120px;
    top: 10px;
    width: 450px;
}

.MiddleImages
{
    position: absolute;
    left: 650px;
    top: 20px;
}

.MiddleServices
{
    position: absolute;
    left: 700px;
    top: 20px;
}

/* Body Bottom */

.BodyBottom
{
    position: relative;
    width: 1200px;
    height: 291px;
    background: #000000;
}

.BodyBottomCenter
{
    padding-top: 15px;
    position: relative;
    width: 1200px;
    height: 2000px;
    background: #000000;
    text-align: center;
}

.BottomText
{
    position: absolute;
    top: 25px;
    left: 120px;
    font-size: 14px;
}

.Testimonials
{
    position: absolute;
    top: 25px;
    left: 700px;
    font-size: 14px;
}

/* Footer */

.Footer
{
    position: relative;
    width: 1080px;
    height: 37px;
    margin-top: 2px;
    background: #343434;
    padding-top: 23px;
    padding-left: 120px;
}

/* General */

.NoBorder
{
    border: 0px;
}
