/* 
    Document   : bnb
    Created on : 04-Feb-2011, 16:53:45
    Author     : Paul M
    Description:
        Purpose of the stylesheet follows.
*/

body{
    background-color:#cccccc;
    margin: 0;
    padding: 0;
    border: 0;
    
}


#navframe{
    position:fixed;
    top: 0;
    left: 0;
    width: 20%;
    overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
    margin-left:15px;
}

#scrollcontent{
    position:relative;
    top: 0;
    left: 0;
    width:80%;
    right: 0;
    overflow: auto;
    float:right;
}

#nav{
    /*margin:auto;*/
}

#pix{
    clear:both;
}

.placeholder{
    float:left;
    width:80px;
    height:80px;
}

.thumb{    
    /*width: 50%;*/
    margin: auto;
    padding:5px;
    background-color:#ffffff;
    -moz-box-shadow: 10px 10px 5px #888;
    -webkit-box-shadow: 10px 10px 5px #888;
    box-shadow: 10px 10px 5px #888;
}

.deselected{
    opacity:0.4;
    filter:alpha(opacity=40);
}

.selected{
    opacity:1;
    filter:alpha(opacity=100);
}

input{
    margin-right: 12px;
}

.navlist1 li.level1{
     display:block;
     /* border: 1px solid #111 ;*/
    text-indent: 0;
    list-style: none;
    font-family:Verdana;
    font-weight:bold;
    font-size: 0.8em;
    color:#6e6e6e;
    margin-right: 10px;
    }

.navlist2 li.level2{
    display:block;
    text-indent: 0;
    font-family:Verdana;
    font-weight:bold;
    font-size: 0.8em;
    color:#6e6e6e;
    margin-right: 10px;
}

#sbsdiv{
    width:50%;
    margin:auto;

}


#sbs{ -moz-box-shadow: 10px 10px 5px #888;
    -webkit-box-shadow: 10px 10px 5px #888;
    box-shadow: 10px 10px 5px #888;}



ul{padding-left: 15px;}

h1{
   font-family:Verdana;
   font-size: 1.2em;
   font-weight:bold;
   color:#6e6e6e;
}