@charset "UTF-8";
@media all {

    /* global settings */
html {font-size:70%;padding:0;margin:0;height:100.1%}
body {
    font-family:  Arial, Helevetica, sans-serif;
    font-size: 11px;
    color: #111;
    direction: ltr;
}

h1, h2 {margin:0; padding:0;}

h1 {
    font-size: 59px;
    text-transform: uppercase;
    color: #e4e4e4;
    margin-top: 1px;
    text-align: left;
}

h2 {
    font-size: 1.3em;
    text-transform: uppercase;
    color: #000;
    text-align: left;
}

p { margin-bottom: 6px; }
img { border: none; }
ul {
    margin:0;
    padding:0;
    list-style-type:none;
}
br.clearing {
    clear:both;
    font-size:0.1em;
    line-height:0.1em;
}

/* global elements */
#top {
    position: fixed;
    z-index: 10;
}
#header {
    margin-top: 16px;
    background: #fff url('../layout/header_logoline.jpg') top left no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    height: 103px;
    width: 3000px;
    z-index: 10;
}
#topline {
    
    background: #fff url('../layout/header_spacerline.jpg') top left no-repeat;
    position: fixed;
    top: 119px;
    left: 0;
    height: 19px;
    width: 3000px;
    z-index: 10;
}

#left {
    position: fixed;
    top: 138px;
    left: 0;
}

#topnavigation {
    float: left;
    padding: 20px 0 0 580px;
}

#subtopnavigation {
    clear: left;
    padding: 3px 0 0 265px;
    margin-right: 20px;
}
/* page elements */
#topnavigation ul li {
    display: inline;
}

#leftnavigation ul.level_2 li {
    font-family: courier;
    font-size: 11px;
    padding-left: 30px;
}

#leftnavigation ul.level_2 a {
    text-decoration: none;
    color: #666;
    font-weight: bold;
}

#leftnavigation ul.level_2 a:active, #leftnavigation ul.level_2 a:hover  {
    text-decoration: none;
    color: #000;
}

#leftnavigation ul.level_2 {
    margin-bottom: 15px;
}

#socialbookmarks {
    padding-top: 25px;
    margin-left: 924px;
}
#socialbookmarks a {
    display: block;
    margin-right: 8px;
    float: left;
}
#socialbookmarks a.twitter-share-button {
    padding-bottom: 2px;
}

#showroom a {
    color:#666;
    text-decoration:none;
    border-bottom:1px dotted #666;
}
#showroom a:hover {
    cursor: pointer;
    border-bottom:1px solid #000;
}

#showroom {
    width: 631px;
    /*text-align: justify;*/
    position: absolute;
    top: 138px;
    z-index: 0;
}

#showroom > .about {
    width: 532px;
}

#showroom > .about h1 {
    margin:0 0 -10px 0;
}

#showroom > * > .contact {
    width: 532px;
}

#showroom > .about .aboutentry {
    margin-bottom: 16px;
}

/* specials */

div.caption {
    margin-bottom: 20px;
    margin-top: 4px;
    color: #444;
}

.verticalspacer {
    height: 500px;
}

.ce_text.about { /* publications */
    width: 550px;
    text-align: left;
}

.mod_newsarchive {
    width: 532px;
}

.mod_newsarchive h1 {
    line-height: 55px;
}
.layout_full {
    margin-bottom: 10px;
}

div.layout_full p, div.ce_text p { margin-left: 3px; }

/* landingpages */
body.landingpage {background:#fff;padding:0;border:0;}
.landingpage #container {margin:100px auto;width:1022px;}
.landingpage #main, .landingpage #showroom {background:none;}
.landingpage #showroom {position:relative;width:auto;top:0;}
.landingpage #showroom a {border:none;}
.landingpage #showroom img {border:none;}


} /*end:media*/
