﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

body {
    background-color: #fff;
    font-size: .85em;
    font-family: Lato;
    font-weight: 400;
    letter-spacing: 1px;
    color: #333;
}

p
{
    margin-bottom: 20px;
    line-height: 1.3em;
    font-family: Lato;
    font-weight: 400;
    letter-spacing: 2px;
}

a img
{
	border : 0px solid #000000;
}

a
{
	text-decoration: none;
}

/* BOXES  
----------------------------------------------------------*/

#mainContainer {
    min-height: 100%;
    /*height: auto !important;
    height: 100%;*/
    width: 1200px;
    margin: auto;
}

#contentContainer {
    width: 1200px;
    margin-top: 112px;
    background-color: transparent;
    z-index: 10;
    position: absolute;
}

#headerBox {
    height: 112px;
    width: 1440px;
    margin: 0;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1000;
    background-color: #fff;
}

#waves {
    width: 1440px;
    position: fixed;  
    z-index: 1;  
    margin-top: 112px;
}

/* HEADER  
----------------------------------------------------------*/

#headerInnerBox {    
    width: 1200px;
    margin: 0 auto;
    padding: 0px;
}

#logoHeader {    
    position: absolute; 
    margin: 15px 0 0 930px;
}


/* FOOTER  
----------------------------------------------------------*/


/* MENU 
----------------------------------------------------------*/

#menuBox {
    width: 650px;
    margin: 80px 0 0 0;
    position: absolute; 
}

.menuItem {
    float: left;
    min-width: 60px;
    margin: 0 60px 0 0;
    font-family: Lato;
    font-weight: 400;
    text-transform: uppercase;
}

#menuBox a, #menuBox a:visited, #menuBox:hover, #menuBox:active {
    text-decoration: none;
    color: #333;
}

/* TOP  
----------------------------------------------------------*/

#top {
    z-index: 10; 
}

#topInnerBox {
    width: 1200px;
    height: 668px;
    margin-top: 0;
    background-image: url('/Content/Images/serverfarm-novere.jpg');
    background-repeat: no-repeat;
    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
    border-bottom: 15px solid #fff;
}

#topInnerContentBox {
    width: 1200px;
    height: 668px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    color: #fff;
}

#welcomeContentBox h1 {
    font-family: Lato;
    font-weight: 300;
    font-size: 2em;
    letter-spacing: 2px;
    margin: 0;
    padding: 150px 0 5px 0;
    text-transform: uppercase;
    text-shadow: 2px 2px 8px #333;
}

#welcomeContentBox h2 {
    font-family: Lato;
    font-weight: 900;
    font-size: 3.6em;
    letter-spacing: 2px;
    padding: 0;
    margin: 10px 0 80px 0;
    text-transform: lowercase;
    text-shadow: 2px 2px 8px #333;
}

#welcomeContentText {
    line-height: 1.5em;
}

/* MISC IMAGES  
----------------------------------------------------------*/

.clear {
    clear: both;    
}

.bold {
	font-weight: 900;
} 