﻿body 
{
    font-size: small;
    font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
}
h1
{
    color: #990000;
    font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
    font-size: medium;
    font-weight: bold;
    letter-spacing: 5px;
    font-variant: small-caps;
    margin: 5px 0;
}
h2, h3
{
    color: #990000;
    font-size: small;
}
ul
{
    list-style-image: url(Images/checkbullet.gif);
}

#css-container
{
    margin: 0 auto;
    width: 970px;
}
#css-container a
{
    color: #990000;
    font-weight: bold;
    text-decoration: none;
}
#css-container a:hover
{
    color: #990000;
    font-weight: bold;
    text-decoration: underline;
}

#css-header
{
    background: transparent url(Images/topNavigation.gif) no-repeat;
    color: Yellow;
    font-weight: bold;
    height: 30px;
    padding-left: 20px;
    padding-top: 10px;
}
#css-header a
{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}
#css-header a:hover
{
    color: #990000;
    font-weight: bold;
    text-decoration: underline;
}

#css-footer
{
    clear: both;
    color: #CCCCCC;
    font-size: xx-small;
    padding-top: 10px;
}
#css-footer a
{
    color: #CCCCCC;
    font-weight: bold;
    text-decoration: none;
}
#css-footer a:hover
{
    color: #990000;
    font-weight: bold;
    text-decoration: underline;
}

#css-leftcolumn
{
    float: left;
    width: 200px;
    height: 500px;
}

#css-mainheader
{
    float: right;
    width: 760px;
}
#css-mainbody
{
    float: right;
    border: solid 1px #CCCCCC;
    height: 480px;
    width: 760px;
}

#css-mainbody-default
{
    background: transparent url(Images/default.jpg) no-repeat;
    height: 480px;
    width: 760px;
}
#css-mainbody-default-body
{
    padding: 10px 250px 5px 10px;
    width: 500px;
}

#css-mainbody-services
{
    background: transparent url(Images/services.jpg) no-repeat;
    height: 480px;
    width: 760px;
}
#css-mainbody-services-body
{
    padding: 5px 200px 5px 5px;
    width: 550px;
}

#css-mainbody-solutions
{
    background: transparent url(Images/solutions.jpg) no-repeat;
    height: 480px;
    width: 760px;
}
#css-mainbody-solutions-body
{
    padding: 5px;
}

#css-mainbody-clientlist
{
    background: transparent url(Images/clientlist.jpg) no-repeat;
    height: 480px;
    width: 760px;
}
#css-mainbody-clientlist-body
{
    padding-left: 25px;
    padding-top: 60px;
}

#css-mainbody-company
{
    background: transparent url(Images/idea.jpg) no-repeat;
    height: 480px;
    width: 760px;
}
#css-mainbody-company-body
{
    padding: 20px 200px 5px 5px;
    width: 550px;
}

#css-mainbody-contactus
{
    background: transparent url(Images/contactus.jpg) no-repeat;
    height: 480px;
    width: 760px;
}
#css-mainbody-contactus-body
{
    color: #FFFFFF;
    font-size: small;
    font-weight: bold;
    padding-left: 25px;
    padding-top: 5px;
}
#css-mainbody-contactus-body h2
{
	font-size: medium;
}

#css-mainbody-privacy
{
    height: 470px;
    width: 760px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-top: 10px;
    margin-bottom: -10px;
    margin-right: -10px;
    margin-top: -10px;
    overflow: auto;
}

#css-mainbody-terms
{
    height: 470px;
    width: 760px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-top: 10px;
    margin-bottom: -10px;
    margin-right: -10px;
    margin-top: -10px;
    overflow: auto;
}
