body {font-family: sans-serif;}
a{color:rgba(0,114,181,1); text-decoration: none;}
a:visited{color:rgba(0,114,181,1); text-decoration: none;}

#menu {
    position: fixed;
    top:0px;
    left:0px;
    right:0px;
    height:170px;
}

#menubar {
    position: absolute;
    bottom:0px;
    left:0px;
    right:0px;
    background-image: linear-gradient(to bottom, rgba(242,135,12,1), rgba(198,84,0,1));
}

.menubutton {
    position: relative;
    padding:5px;
    padding-left:15px;
    padding-right:15px;
    border-right:solid 1px white;
    display: inline-block;
    color:white;
}

.menubuttonleft {
    position: relative;
    padding:5px;
    padding-left:15px;
    padding-right:15px;
    border-right:solid 1px white;
    display: inline-block;
    color:rgba(0,0,0,0);
}

#logo {
    position: absolute;
    top:38px;
    left:34px;
    font-family: arial;
    color:rgba(0,114,181,1);
    font-size:45px;
}

#storename {
    position: absolute;
    font-family: arial;
    font-size:25px;
    top:83px;
    left:36px;
    color:rgba(0,114,181,1);
}

#sitetitle {
    position: absolute;
    top:30px;
    left:415px;
    border-left: solid 1px black;
    padding:28px;
    font-size:25px;
    color:rgba(242,135,12,1);
    font-weight: 100;
}

#login {
    position: absolute;
    top:150px;
    left:0px;
    right:0px;
    text-align: center;
}

#content {
    position:absolute;
    top:170px;
    left:0px;
    right:0px;
    padding:20px;
}

.button {
    background-color: rgba(240,240,240,1);
    border:solid 1px rgba(170,170,170,170);
    box-shadow: rgba(170,170,170,170) inset 0px 0px 2px;
    padding:8px;
    border-radius: 3px;
    margin:3px;
    width:300px;
    font-size: 12px;
    
}

.buttonsub {
    background-color: rgba(0,114,181,1);
    border:none;
    box-shadow: rgba(170,170,170,170) 0px 0px 2px;
    padding:8px;
    border-radius: 3px;
    margin:3px;
    font-size: 12px;
    color:white;
    font-weight: 600;
}

.texttitle {
    font-size: 20px;
    color:rgba(0,114,181,1);
    font-weight: 900;
    
}

#submenu {
    position: fixed;
    top:170px;
    left:0px;
    bottom:0px;
    width:250px;
    background-color:rgba(240,240,240,1);
    box-shadow: rgba(170,170,170,1) 0px 0px 3px;
}

#subbutton {
    position:relative;
    border-bottom:solid 1px rgba(200,200,200,1);
    padding:15px;
    
}

#subcontent {
    
    position: absolute;
    top:0px;
    left:250px;
    bottom:0px;
    right:0px;
    padding:20px;
}

.buttontext {
    background-color: rgba(240,240,240,1);
    border:solid 1px rgba(170,170,170,170);
    box-shadow: rgba(170,170,170,170) inset 0px 0px 2px;
    padding:8px;
    border-radius: 3px;
    margin:3px;
    width:800px;
    height:400px;
    font-size: 12px;

}

.wide {
    position: relative;
    left:0px;
    right:0px;
    background-color:rgba(230,230,230,1);
    margin-bottom:10px;
    height:130px;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: rgba(170,170,170,1) 0px 0px 3px;
}


