﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #212121;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #C8C8C8;
}

a:link, a:visited
{
    color: #C8C8C8;
}

a:hover
{
    color: #C8C8C8;
    text-decoration: none;
}

a:active
{
    color: #C8C8C8;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #C8C8C8;
    font-variant: normal;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #212121;
}

.header
{
    position: relative;
    color: #C8C8C8;
    background: #333333;
    width: 100%;
    height: 120px;
    -moz-box-shadow: 2px 2px 10px black;
    -webkit-box-shadow: 2px 2px 10px black;
    box-shadow: 2px 2px 10px black;
}

.main
{
    position: relative;
    color: #C8C8C8;
    background: #212121;
    min-height: 300px;
    top: 10px;
}

.footer
{
    position: relative;
    background: #333333;
    height: 120px;
    -moz-box-shadow: 2px 2px 10px black;
    -webkit-box-shadow: 2px 2px 10px black;
    box-shadow: 2px 2px 10px black;   
}

/* HEADER 
----------------------------------------------------------*/

.headerCenter
{
    margin: 0 auto;
    padding-top: 13px;
    width: 964px;    
}

.mainLogo
{
    position: relative;
    left: -45px;
    top: 0px;
    background-image: url('/Images/wincabLogo.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 400px;
    height: 133px;
}

div.hideSkiplink
{
    position: relative;
    left: 0px;
    top: -96px;
    
    background-color:#333333;
    width: 100%;
}

div.menu
{
    position: relative;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #333333;
    color: #C8C8C8;
    font-weight: bold;
    font-size: 1.7em;
    display: block;
    margin: 0px;
    padding: 0px 10px 0px 10px;
    text-decoration: none;
}

div.menu ul li a:hover
{
    background-color: #333333;
    color: white;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #333333;
    color: whited;
    text-decoration: none;
}

/* MAIN 
----------------------------------------------------------*/

.mainCenter
{
    margin: 0 auto;
    width: 964px;
    position: relative;
    top: -40px;
}

/* FOOTER
----------------------------------------------------------*/

.footerCenter
{
    margin: 0 auto;
    padding-top: 13px;
    width: 964px; 
    text-align: center;   
}

/* MISC
----------------------------------------------------------*/

.realFooter
{
    text-align: center;
}

.imageBorder
{
    border:1px solid #FFFFFF;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.imageShadow
{
    -moz-box-shadow: 2px 2px 10px black;
    -webkit-box-shadow: 2px 2px 10px black;
    box-shadow: 2px 2px 10px black;  
}


/* FLOAT   
----------------------------------------------------------*/

.lFloat
{
    float: left;    
}

.rFloat
{
    float: right;
}


/* DEFAULT
----------------------------------------------------------*/
.defaultMain
{
    position: relative;
    height: 430px;
}

.defaultLeft
{
    width: 482px;
}

.defaultRight
{
    width: 482px;
}

#defaultImage1
{
    position: relative;
    left: 50px;
    top: 20px;
    background-image: url('/Images/defaultImage1.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 450px;
    height: 250px;
    z-index: 1;
}

/* CONTACT  
----------------------------------------------------------*/
.contactMain
{
    position: relative;
    height: 600px;
}

.contactLeft
{
    width: 482px;
}

.contactRight
{
    width: 482px;
}


.contactCardPerErik
{
    position: relative;
    left: 0px;
    top: 0px;
}

.contactCardKerstin
{
    position: relative;
    left: -150px;
    top: 0px;
}


#contactPortraitPerErik
{
    position: relative;
    left: 0px;
    top: 0px;
    background-image: url('/Images/contactPerErik.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 150px;
    height: 184px;
    z-index: 1;
}

#contactTextPerErik
{
    position: relative;  
    left: 0px;
    top: 0px;  
}

#contactPortraitKerstin
{
    position: relative;
    left: 0px;
    top: 0px;
    background-image: url('/Images/contactKerstin.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 133px;
    height: 184px;
    z-index: 1;
}

#contactTextKerstin
{
    position: relative;  
    left: 0px;
    top: 0px;  
}

/* ABOUT
----------------------------------------------------------*/

.aboutMain
{
    position: relative;
    height: 780px;
}

.aboutLeft
{
    width: 482px;   
}

.aboutRight
{
    width: 482px;    
}

#aboutImage1
{
    position: relative;
    left: 60px;
    top: 15px;
    background-image: url('/Images/aboutImage1.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 400px;
    height: 180px;
    z-index: 1;
}

.aboutPerErik
{
    position: relative;
    top: 71px;
    left: 0px;
}

.aboutKerstin
{
    position: relative;
    top: 61px;
    left: 60px;
}

/* PORTFOLIO
----------------------------------------------------------*/

.portfolioMain
{
    position: relative;
    height: 850px;
}

.portfolioLeft
{
    width: 482px; 
}

.portfolioRight
{
    width: 482px;   
}

#portfolioImage1
{
    position: relative;
    left: 100px;
    top: 20px;
    background-image: url('/Images/portfolioImage1.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 400px;
    height: 210px;
    z-index: 1;   
}
#portfolioImage2
{
    position: relative;
    left: 100px;
    top: 80px;
    background-image: url('/Images/portfolioImage2.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 400px;
    height: 300px;
    z-index: 1;   
}


/* SERVICES
----------------------------------------------------------*/

.servicesMain
{
    position: relative;
    height: 530px;
}

.servicesLeft
{
    width: 482px;    
}

.servicesRight
{
    width: 482px;   
}

#servicesImage1
{
    position: relative;
    left: 60px;
    top: 10px;
    background-image: url('/Images/servicesImage1.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 400px;
    height: 300px;
    z-index: 1;
}