/* CSS Document */

body {
    font-family: "Lucida Grande", "Lucida Sans", Geneva, Verdana, sans-serif;
    color: #FFFFFF;
    font-size: 13px;
    margin: 0;
    padding: 0;
    background-image: url( /static/images/background-tile.gif );
    background-repeat: repeat;
    background-color: #213e52;
}

a {
    color: #94c4e9;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: #94c4e9;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
    color: #99ff99;
}

h1 {
    font-size: 1.4em;
    margin-top: 1.6em;
    margin-bottom: 1.2em;
}

h2 {
    font-size: 1.2em;
    margin-top: 1.3em;
    margin-bottom: 0.5em;
}

h3 {
    font-size: 1.0em;
    margin-bottom: 0.7em;
    margin-top: 1em;
}

.error {
    border: 1px solid white;
    color: white;
    background-color: #990000;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 10px;
    text-align: center;
}

#container {
    width: 940px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto;
    background: url( /static/images/main_background.jpg ) no-repeat;
}

#header {
    height: 220px;
}

#logo {
    position: relative;
    top: 80px;
    left: 115px;
    width: 177px;
    height: 109px;
}

#content {
    margin-top: 40px;
    margin-left: 150px;
}

#client-login {
    margin-top: 5px;
    margin-right: 10px;
    text-align: right;
}

#client-login a, #client-login a:visited {
    color: #fcdf98;
    text-decoration: none;
}

#client-login a:hover {
    color: #f6b416;
}

#main-menu-container {
    float: right;
}

#main-menu {
    position: relative;
    top: 115px;
    font-size: 1.2em;
    list-style-type: none;
}

#main-menu li {
    display: inline;
    margin-right: 10px;
    margin-left: 10px;
}

#main-menu a, #main-menu a:visited {
    text-decoration: none;
    color: white;
}

#main-menu a:hover {
	text-decoration: underline;
}

#contact-page #contact-item, #home-page #home-item, #hosting-page #hosting-item, #clients-page #clients-item, #blog-page #blog-item, #services-page #services-item {
    color: #94c4e9;
    text-decoration: none;
    cursor: text;
}

#footer {
    margin-top: 96px;
    text-align: center;
    font-size: 0.8em;
}

#how-it-works {
    width: 100%;
    margin-bottom: 1.5em;
}

#how-it-works .rbcontent {
    padding-left: 1.5em;
    padding-right: 1.5em;
}

#how-it-works ol {
    padding: 0;
    margin: 0;
}

#how-it-works li {
    vertical-align: middle;
    margin: 0;
    margin-top: 0.5em;
    padding-left: 28px;
    padding-top: 0.25em;
    padding-bottom: 0.8em;
    list-style-type: none;
    background-repeat: no-repeat;
    background-position: 1px 1px;
}

#how-it-works #one {
    background-image: url( /static/images/bullet-1.gif );
}

#how-it-works #two {
    background-image: url( /static/images/bullet-2.gif );
}

#how-it-works #three {
    background-image: url( /static/images/bullet-3.gif );
}

#how-it-works #four {
    background-image: url( /static/images/bullet-4.gif );
}

#how-it-works #happy {
    background-image: url( /static/images/bullet-happy.gif );
}


/* ROUNDED BOXES: set gazillions of background images */
.rbroundbox {
    background-image: url( /static/images/rb/nt.gif );
    background-repeat: repeat;
    background-color: #1a303f;
}

.rbtop div {
    background: url( /static/images/rb/tl.gif ) no-repeat top left;
}

.rbtop {
    background: url( /static/images/rb/tr.gif ) no-repeat top right;
}

.rbbot div {
    background: url( /static/images/rb/bl.gif ) no-repeat bottom left;
}

.rbbot {
    background: url( /static/images/rb/br.gif ) no-repeat bottom right;
}

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
    width: 100%;
    height: 7px;
    font-size: 1px;
}

.rbcontent {
    margin: 0px;
    padding-left: 15px;
    padding-right: 15px;
}

.rbroundbox {
    width: 90%;
    margin: auto auto;
}

#banderole {
    position: absolute;
    left: 0;
    top: 0;
}