﻿body 
{
    font-size: 14px;
    font-family: Verdana;
}

#container 
{
 width: 995px;
 margin: 10px auto;  
}

#banner
{
   width: 100%;
   background: url(images/banner.jpg) no-repeat;
   height: 85px; 
}

#banner .phone-mail
{
    float: right;
    margin-top: 20px;
    margin-right: 20px;
    color: #009af3;
    font-family: Verdana;
    font-size: 18px;
    font-weight: bold; 
    /* ie6 hack */
    display: inline;   
}

#banner .phone-mail a
{
    color: #009af3;
    text-decoration: none;    
}

#banner .phone-mail a:hover
{
    text-decoration: underline;
}

#menubar
{
    width:903px;
    background: url(images/menubar.jpg) repeat-x;
    height: 39px;
    font-size: 16px;
    font-family: Verdana;
    font-weight: bold;
    padding-left: 82px;
    
    
}

#menubar ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    
}

#menubar li
{
    display: inline;
    padding-right: 20px;
    
}

#menubar a:link, #menubar a:visited
{
 padding: 1px 1px 1px 1px;
 color: White;
 text-decoration: none;
   
}

#menubar a:hover
{
    color: #009af3;
}

#fpheader
{
    width: 100%;
    background: url(images/fpheader.jpg) no-repeat;
    height: 222px;
}

#fpheader .captionText
{
    float: right;
    margin-top: 90px;
    margin-right: 60px;
    font-size: 32px;
    font-weight: bold;
    color: White;
    font-family: Verdana;
    /* ie6 hack */
    display: inline;
    
}

#fpcolheaders
{
    width: 100%;
    background: url(images/fpcolheaders.jpg) no-repeat;
    height: 59px;
}

#contactusheaders
{
    width: 100%;
    background: url(images/contactus.jpg) no-repeat;
    height: 59px;
}

#hostingheaders
{
    width: 100%;
    background: url(images/hosting.jpg) no-repeat;
    height: 59px;
}

#applicationheaders
{
    width: 100%;
    background: url(images/applications.jpg) no-repeat;
    height: 59px;
}

#websitesheaders
{
    width: 100%;
    background: url(images/websites.jpg) no-repeat;
    height: 59px;
}

#aboutusheaders
{
    width: 100%;
    background: url(images/aboutus.jpg) no-repeat;
    height: 59px;
}

#footer
{
    width: 985px;
    background: url(images/footerbg.jpg) repeat-x;
    height: 187px;
    margin-bottom: 0px;
}

#content
{
    width: 985px;
    /* background: url(images/pagebg.jpg); */
    /* background-repeat: repeat; */
    background-color: #fdfcfc;
    min-height: 450px;      
}

#fp-col-one
{
    /* border-left: thin solid #ffffff;
    border-right: thin solid #ffffff; */
    margin-left: 72px;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 10px;
    float: left;
    width: 226px;
    /* ie6 hack */
    display: inline;
}

#fp-col-two
{
    /* border: thin solid #000000; */
    margin-left: 19px;
    padding-left: 30px;
    padding-right: 10px;
    padding-top: 10px;
    float: left;
    width: 226px;
    /* ie6 hack */
    display: inline;
}

#fp-col-three
{
    /* border: thin solid #000000;*/
    margin-left: 19px;
    padding-left: 30px;
    padding-right: 10px;
    padding-top: 10px;
    float:left;
    width: 226px;
    /* ie6 hack */
    display: inline;
}

#leftcol
{
    /* border: thin solid #000000; */
    margin-left: 72px;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 15px;
    float: left;
    width: 508px;
    /* ie6 hack */
    display: inline;
}

#rightcol
{
    /* border: thin solid #000000;*/
    margin-left: 18px;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 10px;
    float: left;
    width: 226px;
    /* ie6 hack */
    display: inline;
}

ul
{
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
    padding-top: 0;
    margin-top: 0;
}

ul li
{
    padding-bottom: 10px;
}

#footertext
{
    float: left;
    padding-top: 40px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 14px;
    font-style: italic;
}

#copyright
{
    float:left;
    padding-top: 28px;
    padding-left: 5px;
    font-size: 12px;
    color: #009af3;
}

.bluetext
{
    color: #009af3;
}