﻿body
{
    background-color: #161616;
    background-image: url(images/layout/background.jpg);
    background-repeat: repeat-x;
    margin: 0px;
    padding: 0px;
}
body, input, textarea
{
    font-family: Calibri, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    color: #FFFFFF;
}
#PageWrapper, h1
{
    width: 960px;
    margin: 0px auto;
}
a
{
    text-decoration: none;
    color: #F79B25;
}
a:hover
{
    text-decoration: underline;
}

/* ----------------- Headers ----------------- */
h1
{
    color: #aaa;
    padding: 0px;
    text-align: right;
    font-weight: normal;
    font-size: 11px;
}

h2
{
    color: #F79B25;
    font-size: 14px;
    margin: 0px;
}

h3
{
    color: #F79B25;
    font-size: 13px;
    margin: 0px;
}

/* --------------- Navigation ---------------- */
#nav
{
    margin-top: 3px;
}
#nav a
{
    float: right;
    margin: 0px 2px;
    border: none;
    width: 86px;
    height: 26px;
    display: block;
    color: #aaa;
}
#nav a:hover, #nav a.selected
{
    background-position: 0px 26px;
}
#nav a#home
{
    background-image: url(images/nav/home.jpg);
}
#nav a#about
{
    background-image: url(images/nav/about.jpg);
}
#nav a#branding
{
    background-image: url(images/nav/branding.jpg);
}
#nav a#contact
{
    background-image: url(images/nav/contact.jpg);
}
#nav a#hosting
{
    background-image: url(images/nav/hosting.jpg);
}
#nav a#seo
{
    background-image: url(images/nav/seo.jpg);
}
#nav a#websites
{
    background-image: url(images/nav/websites.jpg);
}

a.FooterLink
{
    color: #F79B25;
    text-decoration: none;
}
a.FooterLink:hover
{
    text-decoration: underline;
}

/* ----------------- Content ----------------- */

.MessageBox
{
    margin: 20px 0px;
    border: 2px solid #777;
    background-color: #222;
    padding: 5px 20px;
    color: #F79B25;
    font-size: 14px;
}

.MessageBox p
{
    margin: 7px 0px;
}

img.csol-logo
{
    margin: 20px 0px;
}

div.contentBox
{
    width: 920px;
    min-height: 243px;
    padding: 20px;
    background-image: url(images/layout/content-bg.png);
    background-repeat: no-repeat;
}
td.ContentDivider
{
    height: 256px;
    width: 300px;
    background-image: url(images/layout/content-divider.png);
    background-repeat: no-repeat;
}

p
{
    line-height: 18px;
}

table.content td
{
    vertical-align: top;
    padding: 0px 10px;
}

input.text
{
    height: 18px;
    padding-top: 5px;
}
textarea.text
{
    height: 161px;
    overflow: auto;
}

input.text, textarea.text
{
    width: 450px;
    line-height: 23px;
    background-color: #000;
    border: none;
    padding-left: 20px;
}

/* ----------------- Logo Box -----------------*/

#LogoBox
{
    overflow: hidden;
    height: 118px;
    width: 904px;
    margin-bottom: 20px;
}
#LogoBox a
{
    margin: 0px 0px 2px 1px;
    width: 112px;
    height: 58px;
    color: #aaa;
    display: block;
    float: left;
    cursor: pointer;
}
#brandsControls
{
    float: right;
}
#brandsControls img
{
    cursor: pointer;
}
#LogoBox a:hover
{
    background-position: 0px 58px;
}
ul
{
    list-style-position: outside;
    padding-left: 10px;
}

/* ----------------- Footers ----------------- */

div.footer
{
    width: 1200px;
    margin: auto;
}

/* --------------- validators ---------------- */
.highlight
{
    background-image: none !important;
    background-color: #555 !important;
}

.alertbox
{
    position: absolute;
    z-index: 10;
    padding-left: 45px;
    width: 216;
    background: url(images/aarow.png) no-repeat left top;
    color: Black;
}

.alertbox div
{
    min-height: 34px;
    width: 200px;
    padding: 8px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #FFEB8C;
}
