html {
    overflow-y: scroll;
}


body {
    background-color: #DFEFF2;
    font-family: "Times New Roman", Times, serif;
    position: relative;
    margin: 0px;
    font-size: 16px;
    color:#091C39;
}



p.link {
    display: inline;
    cursor: pointer;
}

p.link:hover {
    text-decoration: underline;
}


.little{
    font-size: 11px;
}


p.title {
    font-size: larger;
    font-weight: 700;
    display: inline;
}


table {
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid #C6BBA4;
    padding: 1px 20px 1px 5px;
    text-align: left;
}

th {
    background-color: #E0D9C3;
}


.cent {
    padding: 1px;
    text-align: center;
}

.num {
    padding: 1px 5px 1px 20px;
    text-align: right;
}

#menu {
    padding: 0;
    margin: 1px 0;
    background: #796144;
    height: 31px;
    position: relative;
    width: 55%;
    float: left;
}

#admin {
    padding: 0;
    margin: 1px 0;
    background: #796144;
    height: 31px;
    float: left;
    width: 45%;
    position: relative;
}


#menu a {
    display: block;
    margin: 0;
    padding: 7px 10px;
    color: white;
    height: 16px;
    text-decoration: none;
    font-size: 12px;
    float: left;
    cursor: pointer;
}

#admin a {
    display: block;
    margin: 0;
    padding: 7px 10px;
    color: white;
    height: 16px;
    text-decoration: none;
    font-size: 12px;
    float: right;
    cursor: pointer;
}


#menu a:hover {
    color: #452504;
    background: #C6BBA4;
}

#admin a:hover {
    color: #452504;
    background: #C6BBA4;
}

p.smalltext{
    font-size:x-small;
}

img.manufimg {
    width: 150px;
    height: 50px;
    padding:0px;
}

p.searchres {
    cursor: pointer;
}

p.searchres:hover {
    color: #452504;
    text-decoration:underline;
}


p.title {
    font-size: 36px;
}

p.subtitle {
    font-size: 24px;
}

#container {
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

#header {
    background-color: #091C39;
    color: white;
    font-size:36px;
    font-weight:600;
    padding: 2%;
    align-content:center;
}



#content {
    width: 100%;
    min-height: 600px;
    background: white;
    padding: 0px;
    overflow: auto;
}

#footer {
    background-color: #091C39;
    overflow: auto;
    width: 100%;
}

#page {
    padding: 10px;
}

.footcolumn {
    font-size: small;
    color: white;
    overflow: auto;
    padding: 3%;
    width: 27%;
    position: relative;
    display: block;
    float: left;
    border-bottom: 0;
}

#footleft {
    text-align: left;
 }

#footcenter {
    text-align: center;
}

#footright {
    text-align: right;
}


@media only screen and (max-width: 1200px) {
    #container {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        border: 0px;
    }
}





    @media only screen and (max-width: 600px) {
        .footcolumn {
            padding: 3%;
            width: 94%;
        }

        #footleft {
            border-right: 0;
        }

        #footcenter {
            border-right: 0;
        }
    }

  
