/*

    Project: SKAKO
    Master screen styles

    Author: Creuna Danmark A/S / www.creuna.dk
    Copyright: 2010, Creuna Danmark A/S. All rights resevered

-----------------------------------------------------------------------*/

html
{
    font-size: 100%;
}
body
{
    margin: 0;
    padding: 0;
    font-family: Arial, Verdana, Tahoma, Sans-Serif;
    font-size: 62.5%;
    line-height: 1.35;
    color: #000;
    text-align: center;
    background: #fff;
    }
    body.frontpage
    {
        background: #000 url(gfx/backgrounds/bg-page.jpg) 50% 0 no-repeat;
    }

form, fieldset, input, textarea, select, th, td
{
    margin: 0;
    padding: 0;
    font-family: Arial, Verdana, Tahoma, Sans-Serif;
    font-size: 100%;
}

/* Clearings */
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix
{
    display: inline-block;
}
.clearfix
{
    display: block;
}
.clear
{
    clear: both;
    height: 0;
}
/* @end */

/* Accessibility & SEO */
.accessibility
{
    position: absolute;
    left: -9999em;
    top: -9999em;
} 
/* @end */


/* Elements */
hr
{
    height: 1px;
    margin: 0 0 10px 0;
    padding: 0;
    color: #dddcd6;
    background-color: #dddcd6;
    border: 0;
}

blockquote
{
    margin: 0;
    font-style: italic;
}

ul
{
    margin: 0 0 15px 0;
    padding: 0 0 0 15px;
    list-style-type: square;
}

dl
{
    margin: 0 0 15px 0;
    }
dl dt
{
    font-weight: bold;
    }
    dl dd 
    {
        margin: 0 0 0 15px;
    }

    blockquote p,
    li li,
    li p,
    td p
    {
        font-size: 10px;
    }

/* @end */


/* @group Typography */

/* Headings */
h1
{
    font-size: 48px;
    margin: 0 0 15px;
    padding: 0;
}
h2
{
    font-size: 20px;
    margin: 0 0 10px;
    padding: 0;
}
h3
{
}
h4
{
    margin: 0 0 8px;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
}
p
{
    margin: 0 0 15px 0;
}
em
{
    font-style: normal;
    color: #000;
}

.error
{
    display: block;
    font-style: normal;
    color: #a60000;
    text-transform: none;
}

/* Links */
a
{
    color: #e3aa00;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

/* Image + image link border */
img
{
    display: block;
}
a img
{
    border: 0;
}
:focus { outline: 0; }
/* @end */

/* @group Tables */
/* @end */



/* @group Forms */

fieldset
{
    margin: 0;
    padding: 0;
    display: block;
    border: none;
}
legend
{
    display: none;
}

 
/* @group Main layout */
#wrapper
{
    width: 986px;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 100px;
}
 
/* Skip links */
#skip
{
    margin: 0 0 5px 0;
    }
    #skip ul
    {
        position: relative;
        margin: 0;
    }
    #skip li
    {
        display: inline;
        padding: 0 5px 0 0;
        background: none;
    }
    #skip a
    {
        font-size: 9px;
        color: #999;
    }
 
 
 
#header
{
    position: relative;
    height: 155px;
}

/* = search box = */ 
.searchBox
{
    display: none;
}

.logo
{
    position: absolute;
    top: 40px;
    left: 0;
}


/* = top navigation = */
.topNav
{
    font-size: 14px;
    overflow: hidden;
    position: absolute;
    top: 127px;
    left: 0;
    }
    .topNav ul
    {
        list-style: none;
        margin: 0 0 0 -24px;
        padding: 0;
    }
    .topNav li
    {
        float: left;
        padding-left: 24px;
    }
    .topNav a
    {
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
    }
    .frontpage .topNav a
    {
        color: #010101;
    }
    .topNav li.selected a
    {
        color: #ffc220;
    }

#container
{
    position: relative;
    overflow: hidden;
}

.frontpageMenu
{
    overflow: hidden;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 17px;
    z-index: 1;
    }
    .frontpageMenu .inner
    {
        padding: 15px 28px;
    }
    .frontpageMenu ul
    {
        list-style: none;
        padding: 0;
        margin: 0;
        overflow: hidden;
    }
    .frontpageMenu li
    {
        float: left;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }
    .frontpageMenu a
    {
        text-indent: -9999em;
        color: #fff;
        float: left;
        font-size: 28px;
        background: url(gfx/frontpage-menu.gif) 0 0 no-repeat;
        height: 34px;
        margin-right: 182px;
        }
        .frontpageMenu a.concrete
        {
            width: 132px;
        }
        .frontpageMenu a.vibration
        {
            width: 134px;
            background-position: 0 -34px;
        }
        .frontpageMenu a.lift
        {
            width: 133px;
            background-position: 0 -68px;
            margin: 0;
        }
    
.topImage
{
    padding-top: 65px;
    position: relative;
    }
    .topImage h1
    {
        color: #fff;
        line-height: 30px;
        margin: 0;
        padding: 30px 0;
        text-transform: uppercase;
        font-size: 65px;
        text-align: right;
        }
        .topImage h1 span
        {
            color: #ffc221;
        }

.frontpageIntro
{
    background: #000;
    color: #fff;
    overflow: hidden;
    height: 1%;
    }
    .frontpageIntro .box
    {
        float: left;
        margin-left: 28px;
        display: inline;
        width: 290px;
        padding: 13px 0 5px;
        position: relative;
    }
    .frontpageIntro a.readMore
    {
        margin-left: 10px;
        }
        .frontpageIntro a.readMore img
        {
            display: inline;
            vertical-align: middle;
            
        }
    .frontpageIntro h2,
    .frontpageIntro h2 a
    {
        color: #f3c137;
        text-decoration: none;
        font-weight: bold;
    }
    .frontpageIntro h2
    {
        margin-bottom: 5px;
    }

    .frontpageIntro p
    {
        font-size: 11px;
    }

.breadcrumbs
{
    overflow: hidden;
    }
    .breadcrumbs ul
    {
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 13px;
    }
    .breadcrumbs li
    {
        color: #000;
        display: inline;
        background: url(gfx/breadcrumb-separator.gif) 0 100% no-repeat;
        padding: 0 4px 0 10px;
        }
        .breadcrumbs li.home
        {
            background: none;
            padding-left: 0;
        }
    .breadcrumbs a
    {
        color: #999;
        text-decoration: none;
        }
        .breadcrumbs li.home a img
        {
            display: inline;
            vertical-align: middle;
        }
        
.leftSidebar
{
    float: left;
    width: 196px;
    padding-top: 20px;
    position: relative;
    }
    .leftSidebar h2
    {
        font-size: 24px;
        margin-bottom: 22px;
    }
    
    
.leftNav
{
    overflow: hidden;
    line-height: 1.25;
    }
    .leftNav ul
    {
        list-style: none;
        margin: -1px 0 0 0;
        padding: 0;
    }
    .leftNav li
    {
        padding: 8px 5px 8px 15px;
        border-top: 1px solid #ccc;
        vertical-align: middle;
        }
        .leftNav li ul
        {
            padding-top: 5px;
            margin-bottom: -1px;
        }
        .leftNav li li
        {
            border: 0;
            padding: 1px 5px 2px 15px;
        }
    .leftNav a
    {
        color: #000;
        text-decoration: none;
        font-size: 12px;
        }
        .leftNav a.selected
        {
            font-weight: bold;
        }
    
.content
{
    float: right;
    width: 762px;
    position: relative;
    padding-top: 25px;
    }
    .content a
    {
        color: #000;
        text-decoration: underline;
    }
    .content a:hover
    {
        color: #e3aa00;
    }
    .content .topImage
    {
        padding-bottom: 20px;
        padding-top: 0;
        }
        .content .topImage h1
        {
            color: #fff;
            position: absolute;
            bottom: 16px;
            left: 20px;
            line-height: 0.75;
            text-transform: uppercase;
            text-align: left;
            padding: 0;
            }
            .content .topImage h1 span
            {
                color: #f3c137;
            }
            
.mainContentBox
{
    width: 546px;
    float: left;
    font-size: 12px;
    }
    .mainContentBox h1
    {
        margin: 0;
        line-height: 1;
    }
    .mainContentBox .intro
    {
        font-size: 15px;
        padding: 5px 0 38px;
        position: relative;
        }
        .mainContentBox .intro .orangeLine
        {
            border-left: 104px solid #f3c337;
            height: 8px;
            position: absolute;
            bottom: 16px;
            left: 0;
            font-size: 1px;
            line-height: 1;
        }
    

.relatedBoxes
{
    float: right;
    width: 190px;
    }
    .relatedBoxes h2,
    .leftColumn h2,
    .rightColumn h2
    {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 5px;
    }
    .relatedBoxes ul
    {
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 11px;
        line-height: 1.45;
    }
    .relatedBoxes .box
    {
        padding-bottom: 20px;
        overflow: hidden;
        font-size: 12px;
        }
        .relatedBoxes .box p
        {
            margin-bottom: 10px;
        }

.column
{
    width: 255px;
}
.leftColumn
{
    float: left;
}
.rightColumn
{
    float: right;
}
    .column h2 a
    {
        color: #000;
        text-decoration: none;
    }
    .column .text
    {
        font-size: 12px;
    }

.modelsList
{
    overflow: hidden;
    padding-bottom: 20px;
    width: 100%;
    }
    .modelsList ul,
    .modelsList dl,
    .modelsList dt,
    .modelsList dd
    {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .modelsList dd.image
    {
        height: 83px;
        overflow: hidden;
        position: absolute;
        top: 0;
    }
    .modelsList dl
    {
        position: relative;
        overflow: hidden;
        font-size: 12px;
    }
    .modelsList dt
    {
        margin-top: 87px;
        font-size: 16px;
    }
    .modelsList ul
    {
        margin-left: -28px;
        position: relative;
        overflow: hidden;
    }
    .modelsList li
    {
        float: left;
        margin: 0 0 30px 28px;
        display: inline;
        width: 258px;
    }
    

/* = footer = */
.footer 
{
    overflow: hidden;
    color: #b2b2b2;
    font: normal 11px/1.2 Arial;
    padding-top: 20px;
    }
    .footer a
    {
        color: #b2b2b2;
        text-decoration: none;
    }
    .footer a:hover
    {
        text-decoration: underline;
    }
    .footer ul
    {
        list-style: none;
        margin: 0;
        padding: 0 10px 0 0;
        display: inline;
    }
    .footer li
    {
        display: inline;
        padding-right: 10px;
    }
