<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Menu Reset Code */
.nav {
    position: relative;
}

.header img {
    position: relative;
    top: 0;
    vertical-align: middle;
    margin-right: 10px;
}

body {
    font-size: 12px;
}

/* Customized css */

h1,h2,h3 {
    font-family: 'Open Sans';
    font-weight: 600;
}

td.productthumb {
    display: inline-block;
}

.leftmenu .redheader1 h3 a {
    text-decoration: none;
    color: #ffffff;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    line-height: 17px;
}


.leftmenu .redheader1 {
    background-color: #c3102f;
    padding-top: 4px;
    font-size: 12px;
    border-bottom: 2px solid #e6e7e7;
    text-align: center;
}

.largeinput input[type=text], .largeinput textarea {
    padding: 5px;
    margin-bottom: 5px;
    width: calc(100% - 12px);
    border: 1px solid #ccc;
}

.largeinput input[type=submit],.largeinput input[type=button] {
    width: 100%;
}

.header {
    padding-bottom: 14px;
}

.nav {
    background-image: url(images/topmenubg.jpg);
    background-repeat: repeat-x;
    margin-top: 20px;
}


#menu &gt; li:after {
    content: none;
    margin:0;
}

#menu &gt; li:hover {
    background-color: #c3102f;
}

#menu &gt; li {
    border-right: 1px solid #68686a;
    height: 29px;
   line-height: 26px;
   vertical-align: top;
}

#menu &gt; li:last-child {
    border-right: none;
}

#menu.mgl &gt; li, #menu.mgl &gt; li &gt; a {
   color: #fff;
   font-family: 'Open Sans';
   text-transform: uppercase;
   font-size: 14px;
}

#above_nav {
    position: relative;
}

#above_nav_quotebutton {
    background-color: #c3102f;
    text-align: center;
    width: 250px;
    position: absolute;
    right: 0;
    top: -5px;
    height: calc(100% + 5px);
    box-shadow: inset 0px -3px 5px rgba(0,0,0,0.4);
    line-height: 30px;
    font-weight: bold;
}

#above_nav_quotebutton a {
color: #fff;
text-decoration: none;
display: block;
}

#logo {
    margin-top: 14px;
}

#phone {
    color: #808080;
    font-family: 'Open Sans';
    font-size: 36px;
}

#phone .fa {
    color: #c3102f;
    font-size: 18px;
}

#phone .address {
    font-size: 18px;
}

#phone .address a {
    text-decoration: none;
    color: #808080;
}

.footer {
    color: #808080;
    border-top: 1px solid #ccc;
    margin-top: 20px;
    background-color: whitesmoke;
    padding: 20px 0;
    line-height: normal;
}

.footer a {
    color: #808080;
    text-decoration: none;
}

ul.rightborder &gt; li &gt; h4:first-child {
    margin-top: 0;
}

ul.rightborder &gt; li {
    padding-right: 20px;
    margin-right: 20px;
    height: 100%;
}

.contentcontainer {
    min-height: calc(100% - 270px);
}

.mgl_redbox {
    border-color: #c3102f;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
}

.mgl_redbox h2 {
    background-color: #fff;
    padding: 0 10px;
    margin-top: -36px;
    display: inline-block;
    font-size: 36px;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-weight: 600;
    color: #c3102f;
    margin-bottom: 0;
}

.common-button.red {
    background-color: #c3102f;
}

.quotebox {
   display: none;
}

.quotebox table {
    margin: 5px 0;
}

.quotebox table,.quotebox input[type=submit] {
    width: 100%;
}

.quotebox input[type=text], .quotebox textarea,.quotebox input[type=email] {
    width: calc(100% - 7px);
}

.quotebox td {
    text-align: left;  
}

.quotebox h4 {
    margin: 0;
    background-color: #c3102f;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
}


ul.fields li {
    margin-bottom: 5px;
}

ul.fields li:last-child {
    margin-bottom: 0;
}

.redbutton {
    background-color: #c3102f;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 14px;
    padding-right: 14px;
    border: 1px solid #000000;
    cursor: pointer;
    text-align: center;
    clear: both;
    margin-bottom: 10px;
    margin-top: 10px;
}

.redbutton, .redbutton a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.redbutton:hover {
    background-color: #000;
    color: #fff;
}


.rightcolumn .redheader {
    background-color: #c3102f;
    height: 25px;
    padding-top: 4px;
    font-size: 14px;
    color: #fff;
}

.redheader a {
    color: #fff;
    text-decoration: none;
}

.productheader {
line-height: 24px;
padding: 5px 20px;
}

.productthumb {
    cursor: pointer;
    height: 220px;
    width: 155px;
    vertical-align: top;
    display: inline-block;
}

.productthumb .imagecontainer {
    border: 1px solid #C0C0C0;
    height: 155px;
    width: 155px;
    margin-bottom: 5px;
}

.productthumb .imagecontainer td {
    overflow: hidden;
    height: 155px;
    width: 155px;
}

.productthumb .productlistdescription {
    text-align: center;
}

.productthumb a:hover {
    color: #c3102f;
    text-decoration: none;
}

.productthumb a {
    color: #000;
    text-decoration: none;
}

.productthumb .pprice {
    color: #c3102f;
    font-style: italic;
    text-align: center;
}

.boxes.ct_productlist li {
    height: 250px;
}

.ct-price {
   color: #c3102f;
}

#menuopener {
    color: #fff;
    padding: 5px;
}

#features {
    list-style-type: none;
    padding-left: 20px;
}

#features li {
    position: relative;
    padding-left: 20px;
}

#features li:before {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 2px;
    color: #009bc9;
}



/* Extra Small devices (desktops, 768px and up) */
@media (max-width: 767px) {
    .mobile-padding {
        padding: 10px;
    }

    #homepage &gt; tbody &gt; tr &gt; td {
        display: block;
    }
    .thumbs {
    display: none;
    }

    table.form &gt; tr &gt; td,table.form &gt; tbody &gt; tr &gt; td {
     display: block;
    }

    .nav #menu {
        margin-top: 0;
        background-color: #c3102f;
    }
    .nav #menu &gt; li &gt; a {
        padding: 0 0 0 10px;
    }
    .cm_content_container,.cm-contact.cm-form,#homepage {
    padding: 0 10px;
    }

    .footer {
    padding: 10px;
    }

    .footer .wrapper &gt; ul.list-inlineblock.rightborder &gt; li {
        display: block;
        border-right: none;
        margin-right: 0;
        padding-right: 0;
    }

    .switchslide {
    margin: 10px 0;
    }

    .switchslide .list-inlineblock li {
        max-width: calc(50% - 10px);
    }
    .switchslide .list-inlineblock li img {
        max-width: 100%;
    }
    #crawlercontainer h2 {
    font-size: 18px;
    }

    #above_nav {
    padding-left: 10px;
    }
    #logo {
    padding: 10px;
    text-align: center;
    }
    #logo img {
        max-width: 100%;
    }
    #products_page &gt; tbody &gt; tr &gt; td {
        display: block;
    }

    #quoteform {
    padding: 10px;
    }
    .productpage {
    padding: 10px;
    }

}

/* Small devices (desktops, 768px and up) */
@media (min-width: 768px) {

   .productthumb {
        margin-right: 10px;
        display: inline-block;
    }

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .leftcolumn {
    width: 200px;
    padding-right: 20px;
    }
}

@media all and (min-width:992px) {
    #menu &gt; li a {
        padding: 0 33px;
    }

.quotebox {
   border: 1px solid #c3102f;
   border-radius: 10px;
   overflow: hidden;
   border-top: none;
}

.quotebox td {
    width: 50%;
}

#homepage {
    width: 100%;
}


#homepage h1 {
    margin-top: 0;
    color: #009bc9;
    padding-bottom: 0;
    border-bottom: 0;
    font-size: 24px;
    margin-bottom: 10px;
}

#homepage td {
vertical-align: top;
}

#homepage &gt; tbody &gt; tr &gt; td:last-child {
    text-align: right;
    width: 430px;
    padding-left: 20px;
}

.quotebox td {
    padding: 5px;  
}

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .page-no {
        float: right;
        margin: 5px 0 5px 0;
        padding: 0px;
        width: 300px;
        text-align: right;
    }

    .footer .productlist {
        width: 440px;
    }
    .footer ._200 {
        width: 160px;
    }
    .footer .list-bottomborders {
        width: 100%;
    }
    .footer .rightborder &gt; li {
        height: 270px;
    }
    .margin {
        width: 200px;
    }
    .mainform {
    padding-left: 20px;
    }
}</pre></body></html>