﻿#header{
    background: url(header.gif) repeat-x 0 0;
    height: 90px;
    z-index: 50;
    position: relative;
    border-bottom: solid 1px #000;
}

#header .container{
    width: 940px;
    height: 90px;
    position: relative;
    margin: 0 auto;
    z-index: 50; 
}

#header-register .register-heading{
    width: 55px;
    height: 100px;
    position: absolute;
    right: -5px;
    top: 20px;
    margin: 0;
    padding: 0;
    background-position: -440px -5px;
    cursor: default;
}

#header .brand{
    margin: 0;
    padding: 0;
    width: 180px;
    height: 180px;
    position: absolute;
    top: -39px;
    left: -45px;
    z-index: 50;
    background: url(logo.png) no-repeat 0 0;
}

#header .brand a{
    display: block;
    text-transform: uppercase;
    text-indent: -9000px;
    width: 110px;
    height: 110px;
    position: absolute;
    top: 35px;
    left: 35px;
    background: url(brand.a.png) no-repeat 0 0;
}

#header .tagline{
    text-transform: uppercase;
    text-indent: -9000px;
    width: 185px;
    height: 45px;
    background: url(tagline.png) no-repeat 0 0;
    position: absolute;
    left: 100px;
    top: 15px;
    margin: 0; 
    padding: 0;
}

/* content area */

#main .container{
    width: 940px;
    margin: 0 auto;
    padding: 0 0 30px;
    border: solid 1px #e2e2e2;
    border-bottom: 0;
    z-index: 100;
    min-height: 700px;
    position: relative;
    background: #fff url(sidebar-chips/random-image.aspx) no-repeat left bottom;
}

/* sidebar */

#sidebar{
    background: #fbfbfb url(sidebar.gif) no-repeat 0 bottom;
    width: 220px;
    padding: 0px 0 100px;
    margin: 0 0 250px;
    position: relative;
    min-height: 1px;
    float: left;
    font-size: .88em;
}


#sidebar .section{
    padding: 0 15px;
    margin: 0 0 1.5em;
}


#sidebar h3{
    font-size: .86em;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 0 0;
    padding: 0px 0 8px 10px;
    border-bottom: solid 1px #e5e5e5;
    color: #aaaaaa;
}

#sidebar .lang-selector{
    height: 32px;
    border-bottom: solid 1px #e2e2e2;
    border-right: solid 1px #e2e2e2;
    margin: 0 0 1.5em;
    background: #fbfbfb url(lang-selector.gif) no-repeat 25px 8px;
    padding: 0 0 0 105px;
}

#sidebar .lang-selector a{
    color: #444;
    font-size: .79em;
    display: block;
    float: left;
    width: auto;
    height: 32px;
    line-height: 32px;
    margin: 0 10px 0 0;
     white-space: nowrap;
}

/* breadcrumb */

#breadcrumb{
   float: left;
   border-bottom: 1px solid #e2e2e2;
   width: 700px;
   padding: 0 0 0 20px;
   line-height: 32px;
   height: 32px;
   font-size: .75em;
}

#breadcrumb span{
    display: block;
    float: left;
    width: auto;
}

#breadcrumb a{
    color: #666;
    text-decoration: none;
    display: block;
    float: left;
    line-height: 32px;
    height: 32px;
    background: url(breadcrumb.a.gif) no-repeat right center;
    padding: 0px 15px 0 0;
    margin: 0 10px 0 0;
} #breadcrumb a:hover{ text-decoration: underline; color: #666; }

#breadcrumb .breadcrumb-postiion{
    display: block;
    float: left;
    width: 130px;
    height: 32px;
    text-transform: uppercase;
    text-indent: -9000px;
    background: url(breadcrumb-position.gif) no-repeat right center;
}


/* content */

#content{
    width: 620px;
    float: left;
    padding: 30px 0 20px;
    margin: 0 0 0 20px;
    min-height: 450px;
    line-height: 1.6em;
    position: relative;
} * html #content{ height: 450px; }

#content .related-content{
    padding: 15px;
    width: 220px;
    font-size: .79em;
    line-height: 1.4em;
    background: #f4f4f4;
    border: solid 1px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    float: right;
    list-style: none;
    margin: 0 -50px 1.5em 1.5em;  
    text-shadow: 0 1px 0 #fff;
}

#content .related-content h3{
    margin: 0 0 1em;
    padding: 0px 0 4px 0;
    border-bottom: solid 1px #e5e5e5;
    color: #666;
    font-size: .86em;
    text-transform: uppercase;
    line-height: 1em;
    font-weight: normal;
}

#content .related-content ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

#content .related-content li{
    list-style: none;
    padding: 0;
    margin: 0 0 .75em;
    background: none;
    line-height: 1.2em;
}

#content .related-content a{
    color: #00a0df;
}