﻿
/*body {
    margin-left: 5px;
    margin-right: 5px;
}*/

/* Navigation */
nav {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

    nav table {
        max-width: 980px;
        width: 100%;
        border: 0;
        border-collapse: collapse;
        position: fixed;
        top: 0;
        overflow: hidden;
        border: 1px solid slateblue;
    }

        nav table td {
            padding-top: 5px;
            padding-bottom: 5px;
            background-color: slateblue;
            text-align: center;
        }

            nav table td:first-child {
                background-color: white;
            }

        nav table a {
            display: block;
            text-decoration: none;
            color: lavender;
        }

            nav table a:hover {
                color: white;
            }

/* End Navigation */

/* Main */
main {
    text-align: center;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}
/* End Main */

/* Section */
section {
    padding-top: 50px;
    padding-bottom: 30px;
    border-bottom: 5px solid slateblue;
}

    section > div {
        padding-top: 10px;
        padding-bottom: 10px;
    }

        section > div > img {
            padding-top: 5px;
            padding-bottom: 5px;
        }

    section > img:first-child {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    section > img:not(:first-child) {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    section img.scale {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
    /* End Section */

    /* Section table */
    section table {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        border: 1px solid slateblue;
        border-collapse: collapse;
        text-align: left;
    }

        section table th {
            padding: 5px;
            border: 1px solid slateblue;
            background-color: lavender;
            text-align: center;
        }

        section table td {
            padding: 5px;
            border: 1px solid slateblue;
            vertical-align: top;
        }
    /* End section table */

    /* Section Link */
    section a {
        text-decoration: none;
        color: slateblue;
        text-align: center;
    }

        section a:hover {
            color: black;
        }
/* end section link */

/* Headings */
h1 {
    font-family: Papyrus;
    font-weight: bold;
    background-color: lavender;
    color: slateblue;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
}

h3 {
    font-family: Papyrus;
    font-weight: bold;
    color: slateblue;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
}
/* End Headings */

/* General */

div.spacer {
    font-size: 0;
    height: 20px;
    line-height: 0;
}

hr {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
    padding: 0px;
    border: none;
    height: 5px !important;
    background-color: slateblue;
}

.center {
    text-align: center;
}
.right {
    text-align: right;
}

li {
    padding-bottom: 5px;
}
/* End General */



/* Accordion */
.our-accordion-header {
    text-align: left;
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid slateblue;
    background-color: lavender;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}

.our-accordion-body {
    text-align: left;
    border-left: 1px solid slateblue;
    border-right: 1px solid slateblue;
    border-bottom: 1px solid slateblue;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-size: 14px;
}

.our-accordion-arrow-holder {
    text-align: right;
}

.our-accordion-arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

/* End Accordion */

/* Brands */

.circleComponents {
    font-family: Papyrus;
    font-weight: bold;
    color: slateblue;
}

    .circleComponents:before {
        content: "circle Components";
    }

.mguchi {
    font-family: Papyrus;
    font-weight: bold;
    color: slateblue;
}

    .mguchi:before {
        content: "mguchi";
    }

.mguchiQ {
    font-family: Papyrus;
    font-weight: bold;
    color: slateblue;
}

    .mguchiQ:before {
        content: "mguchiQ";
    }

.mguchiL {
    font-family: Papyrus;
    font-weight: bold;
    color: slateblue;
}

    .mguchiL:before {
        content: "mguchiL";
    }

.mguchiR {
    font-family: Papyrus;
    font-weight: bold;
    color: slateblue;
}

    .mguchiR:before {
        content: "mguchiR";
    }

.mguchiF {
    font-family: Papyrus;
    font-weight: bold;
    color: slateblue;
}

    .mguchiF:before {
        content: "mguchiF";
    }

.mguchiQuant {
    font-family: Papyrus;
    font-weight: bold;
    color: slateblue;
}

    .mguchiQuant:before {
        content: "mguchi Quant";
    }

.mguchiLedger {
    font-family: Papyrus;
    font-weight: bold;
    color: slateblue;
}

    .mguchiLedger:before {
        content: "mguchi Ledger";
    }

.mguchiRaven {
    font-family: Papyrus;
    font-weight: bold;
    color: slateblue;
}

    .mguchiRaven:before {
        content: "mguchi Raven";
    }

.mguchiFigaro {
    font-family: Papyrus;
    font-weight: bold;
    color: slateblue;
}

    .mguchiFigaro:before {
        content: "mguchi Figaro";
    }

/* End Brands */
