﻿/*
* =============================================================================
* SITE
* =============================================================================
*/
body
{
    color: #262626;
    text-align: left;
}
a
{
    color: #001a6f;
}
a:hover
{
    text-decoration: none;
}
h1,h2
{
    font-family: Kozuka Gothic Pro R, Arial, sans-serif;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

div#header-container,
div#body-container,
div#footer-container
{
    padding: 0 0 0 50px;
    position: relative;
}
div#header-container
{
    z-index: 100;
}
div#header-container div#header
{
    padding: 24px 48px 24px 48px;
}
div#body-container
{
    background: #2eaca2 url('../Images/header-bg.gif') no-repeat top left;
    margin: 0 0 -24px 0;
    z-index: 50;
}
div#body-container div#body
{
    background-color: #fff;
    padding: 24px 48px 24px 48px;
}
div#footer-container
{
    background: url('../Images/footer-bg.gif') no-repeat top left;
    z-index: 100;
}
div#footer-container div#footer
{
    padding: 48px 48px 24px 48px;
}

div.page
{
    width: 880px;
}


/*
* =============================================================================
* BODY
* =============================================================================
*/
div#body
{
}
div#body h1
{
    color: #001a6f;
    font-size: 18pt;
    font-weight: normal;
    margin: 0 0 24px 0;
    text-align: center;
}
div#body div.column
{
    float: left;
    width: 368px;
}
div#body div.first
{
    margin-right: 48px;
}

/*
* PANELS
* -----------------------------------------------------------------------------
*/
div.panel
{
    background: #d5f6f3 url('../Images/panel-bg-top.gif') no-repeat top center;
}
div.panel a
{
    display: none;
}
div.panel:hover
{
    background-color: #d5f6df;
    background-image: url('../Images/panel-bg-top-hover.gif');
}
div.panel div.inner
{
    background: url('../Images/panel-bg-bottom.gif') no-repeat bottom center;
    padding: 24px;
    position: relative;
}
div.panel div.inner a
{
    display: inline;
}
div.panel:hover div.inner
{
    background-image: url('../Images/panel-bg-bottom-hover.gif');
}
div.panel h2
{
    color: #095650;
    font-weight: normal;
    font-size: 16pt;
    margin-top: 0;
}
div.panel h2 span.options
{
    color: #2eaca2;
    float: right;
    font-size: 12pt;
    font-weight: bold;
    padding-top: 5px;
}
div.panel h2 span.options a
{
    color: #2eaca2;
    text-decoration: none;
}
div.panel h2 span.options a.on
{
    color: #095650;
}
div.panel a.sign-up-now
{
    display: block;
    position: absolute;
    bottom: 22px;
    right: 22px;
}
div.panel div.price
{
    color: #095650;
    font-family: Kozuka Gothic Pro R, Arial, sans-serif;
    font-size: 16pt;
    font-weight: normal;
    margin-top: 1em;
}
div.panel ul
{
    margin-left: 0;
}
div.panel ul li
{
    list-style-type: none;
    margin: 4px 0;
}

div#web-hosting-panel-dotNet,
div#web-hosting-panel-php,
div#web-hosting-panel-j2ee,
div#design-services-panel
{
    margin-bottom: 24px;
}
div#web-hosting-panel-dotNet div.inner,
div#web-hosting-panel-php div.inner,
div#web-hosting-panel-j2ee div.inner,
div#design-services-panel div.inner
{
    background-image: url('../Images/panel-bg-bottom-2.gif');
}
div#web-hosting-panel-dotNet:hover div.inner,
div#web-hosting-panel-php:hover div.inner,
div#web-hosting-panel-j2ee:hover div.inner,
div#design-services-panel:hover div.inner
{
    background-image: url('../Images/panel-bg-bottom-2-hover.gif');
}


/*
* =============================================================================
* HEADER
* =============================================================================
*/
div#header
{
}


/*
* =============================================================================
* FOOTER
* =============================================================================
*/
div#footer
{
    font-size: 8pt;
}