/*
 * Stylesheet: home.css -> home.html
*/

body { 
    background-image: url(../img/home/newfinalbackground.jpg); 
    background-repeat: no-repeat; 
    background-position: bottom; 
    background-attachment: fixed; 
}


#content2 { 
    width:900px; 
    height:100%; 
    margin-left:auto; 
    margin-right:auto;
    margin-bottom:0px; 
    padding-bottom: 0px; 
}

#menulogo { 
    position:relative; 
    z-index:1; 
    width:100%; 
    height:55px;
}

.menucell {
    font-family:Arial; 
    text-align:center;
/*    background-color:#d6e1ff;*/
    background-color:#fde5c5;
    
    color:gray; 
    border:0px;
    cursor:auto;	
}

.menucell_marked { 
/*    background-color: #bebebe;*/
    background-color: #fabd6b; 
    color:black;
    cursor:pointer; 
}

.menucell_chosen { 
    border-style:solid; 
/*    border-color:black;*/
/*    border-color:#fabd6b; */
    border-color:white; 

    background-color:white; 
    border-width:1px; 
    border-bottom-width:0px; 
}

#thedisplay {
    border-color:black;
    position:relative;  
    top:-3px;
    margin:0px;  
    padding:0px;
    height:100%;
}

#menubar { 
    position:relative; 
/*    background-color:white; */
    background-color: #fabd6b; 
}

#submenu { 
/*    background-color:rgb(254,182,144);*/
    background-color:#d6e1ff;
    position:absolute; 
    /* height:150px; */
    z-index:100;
    visibility:hidden;
    overflow:hidden;
    margin:0px;
    padding:0px;
}

