﻿
body 
{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica;
    font-size: 12pt;
}

body.home
{
    background: url('images/home-background-full.png') #ffffff repeat-x top;
}

body.sub
{
    background: url('images/sub-background-full.png') #ffffff repeat-x top;
}

img
{
    border: 0;
}

#wrapper
{   
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    width: 900px;
    margin: 0;    
    text-align: left;
    height: 104px;
}

#navigation
{
    float: left;
    height: 122px;
    position: absolute;
    margin-left: 10px;
}

#navigations-items
{
    position: relative;
    top: 75px; 
}

.navigation-item
{
    text-align: center; 
    float: left;
    margin-right: 30px;
}

#logo
{
    float: right;
    vertical-align: top;
}

.break
{
    clear: both;    
}

#splash
{
    width: 900px;
    height: 408px;
    margin: 0; 
    margin-top: 17px;
}

#splash-top
{
    width: 900px; 
    height: 112px; 
    text-align: left; 
    overflow: hidden;   
}

#splash-top div
{
    padding: 10px;    
    color: #ffffff;
}

#splash-side
{
    width: 337px; 
    height: 296px; 
    float: left; 
    text-align: left; 
    overflow: hidden;
}

#splash-side div
{
    padding: 10px;   
    color: #ffffff;  
}

#splash-image
{
    float: left; 
}

#splash-sub
{
    width: 900px;
    height: 50px;
    margin: 0; 
    margin-top: 17px;
}

#splash-sub-content
{
    width: 900px; 
    height: 50px; 
    text-align: left; 
    overflow: hidden; 
}

#splash-sub-content div
{
    padding: 10px;   
    margin-top: 5px;
    color: #ffffff;  
    font-size: 1.4em; 
    margin-bottom: 5px; 
}

#content
{
    width: 900px;
    height: 150px;
    margin: 0; 
    margin-top: 10px;
}

#content div
{
    padding: 10px;   
    color: #000000;  
    text-align: left;
}

#content-sub
{
    width: 900px;
    height: auto;
    min-height: 400px;
    margin: 0; 
    margin-top: 20px;
    background-color: #ffffff;
    padding-left: 10px;
}

#content-sub div
{
    padding: 10px 0;   
    color: #000000;  
    text-align: left;
    margin-top: 30px;
}

#footer
{
    width: 100%;
    /*height: 75px;*/
    margin: 0; 
    margin-top: 0; 
    margin-top: -15px;   
    margin-bottom: auto;
    border-bottom: solid 25px #c1c1c1;
}

#footer div
{
    padding: 10px; 
    padding-top: 15px;
    padding-bottom: 5px; 
    color: #666666;  
    text-align: center;
    font-size: .7em;
    background: #c1c1c1;
}

#splash h1, #splash-sub h1
{
    margin: 0;
    color: #ffffff;  
    font-size: 1.4em; 
    margin-bottom: 5px; 
}


#content h1, #content-sub h1
{
    margin: 0;   
    color: #3361a1;  
    font-size: 1.4em; 
    margin-bottom: 5px; 
}

#splash p
{
    margin: 0;
    color: #ffffff;  
    font-size: .8em;  
    /*padding: 0 10px 5px 10px;*/
    padding-bottom: 10px;
}


#content p, #content-sub p
{
    margin: 0;   
    color: #666666;  
    font-size: .8em;  
    /*padding: 0 10px 10px 10px;*/
    padding-bottom: 10px;
}

#content ul, #content-sub ul
{
    color: #666666;  
    font-size: .75em;
}

#diesel-holder
{
    display: inline;   
}

#diesel-holder img
{
}

#sitefinity-holder
{
    display: inline;   
}

#sitefinity-holder img
{
    margin-bottom: 10px;
}

.contact-form
{
    margin-bottom: 15px !important;
    margin-top: -5px !important;
}

.contact-form strong
{
    font-weight: normal;
    color: #666666;  
    font-size: .75em;
}

.contact-form div
{
    margin: 0 !important;
    padding: 0 !important;
    margin-bottom: 5px !important;
}

#ctl00_Contentplaceholder3_ctl00_MessageHolder div
{
    color: #666666; 
    font-size: .8em;
    font-weight: bold;
    margin-top: -25px;
}

.validation
{
    font-size: .75em;
}


