<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*#region Global */

body {
    background-color: #FAFCF5;
}

div, p, td, span, label, legend {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #6B6A6A;
}

.clear {
    clear: both;
}

.center {
    width: 1px;
    margin: 0 auto;
    overflow: visible;
}

.contain {
    margin: 0 auto;
    width: 1148px;
}

.margin10 {
    margin: 10px;
}

.marginbottom10 {
    margin-bottom: 10px;
}

.padding10 {
    padding: 10px;
}

.padBottom10 {
    padding-bottom: 10px;
}

.pad20Top {
    padding-top: 20px;
}

.justify {
    text-align: justify;
}

.pointer {
    cursor: pointer;
}

.smaller {
    font-size: smaller;
}

.transparent {
    /* Required for IE 5, 6, 7 */
    /* ...or something to trigger hasLayout, like zoom: 1; */
    width: 100%;
    /* Theoretically for IE 8 &amp; 9 (more valid) */
    /* ...but not required as filter works too */
    /* should come BEFORE filter */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* This works in IE 8 &amp; 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=50);
    /* Older than Firefox 0.9 */
    -moz-opacity: 0.5;
    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0.5;
    /* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
    opacity: 0.5;
}

h1, h2, h3, h4, h5, h6 {
    color: #332F29;
    padding-bottom: 10px;
}

h1 {
    font-size: 22px;
    font-weight: bold;
}



a {
    color: #1A1818;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

u {
    text-decoration: underline;
}

i {
    font-style: italic;
}

b {
    font-weight: bold;
}
/*#endregion*/

/*#region Header */
.page {
    background-image: url(images/pagebackground.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    height: 1036px;
    min-width: 1151px;
    position: relative;
}

#logo {
    height: 100px;
    width: 296px;
}

    #logo img {
        margin-left: 240px;
        margin-top: 23px;
        margin-right: 100px;
        
    }

#sideImages {
    background-position: top center;
    background-repeat: no-repeat;
    float: right;
    height: 228px;
    margin-top: -178px;
    width: 334px;
}
/*#endregion*/

/*#region Navigation */
#nav {
    margin: 0 auto;
    width: 1151px;
}

#navInner {
    margin-left: 74px;
    margin-top: 95px;
}

    #navInner li {
        display: inline-block;
        padding-right: 15px;
    }

        #navInner li:last-child {
            padding-right: 0px;
        }

#navInner2 {
    display: none;
    margin-left: 74px;
    margin-top: 95px;
}

    #navInner2 li {
        display: inline-block;
        padding-right: 15px;
    }

        #navInner2 li:last-child {
            padding-right: 0px;
        }

.home {
    display: block;
    background-image: url(images/homeNav2.png);
    background-position: top center;
    background-repeat: no-repeat;
    height: 18px;
    width: 53px;
}

    .home:hover {
        background-image: url(images/homeNav2Hvr.png);
    }

.products {
    display: block;
    background-image: url(images/productsNav2.png);
    background-position: top center;
    background-repeat: no-repeat;
    height: 18px;
    width: 80px;
}

    .products:hover {
        background-image: url(images/productsNav2Hvr.png);
    }

.brag {
    display: block;
    background-image: url(images/braggingNav2.png);
    background-position: top center;
    background-repeat: no-repeat;
    height: 18px;
    width: 140px;
}

    .brag:hover {
        background-image: url(images/braggingNav2Hvr.png);
    }

.video {
    display: block;
    background-image: url(images/videoNav2.png);
    background-position: top center;
    background-repeat: no-repeat;
    height: 18px;
    width: 54px;
}

    .video:hover {
        background-image: url(images/videoNav2Hvr.png);
    }

.contact {
    display: block;
    background-image: url(images/contactNav2.png);
    background-position: top center;
    background-repeat: no-repeat;
    height: 18px;
    width: 70px;
}

    .contact:hover {
        background-image: url(images/contactNav2Hvr.png);
    }

#contact-us {
    display: inline-block;
    vertical-align: top;
    width: 250px;
}

#contactAdRotator {
    display: inline-block;
    width: 250px;
}

.youtube {
    display: block;
    background-image: url(images/youTube2.png);
    background-position: top center;
    background-repeat: no-repeat;
    height: 26px;
    width: 64px;
}

    .youtube:hover {
        background-image: url(images/youTube2Hvr.png);
    }

.facebook {
    display: block;
    background-image: url(images/facebook2.png);
    background-position: top center;
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
}

    .facebook:hover {
        background-image: url(images/facebook2Hvr.png);
    }
/*#endregion*/

/*#region Core */

.core {
    min-height: 386px;
    min-width: 1151px;
}

#content {
    margin: 0 auto;
    width: 1148px;
    padding-bottom: 20px;
}

#col1 {
    color: #282623;
    font-family: "Times New Roman", Times, serif;
    margin-left: 65px;
    min-height: 500px;
    padding-top: 16px;
    width: 980px;
    float: left;
}

#pageTitle {
    padding-bottom: 25px;
}
/*#endregion*/

/*#region Footer */

.footer {
    min-width: 1151px;
    min-height: 89px;
}

#footerTxt {
    margin: 0 auto;
    text-align: center;
    width: 1151px;
}

    #footerTxt a {
        color: #DAC283;
    }

        #footerTxt a:hover {
            color: #F8C26B;
            text-decoration: underline;
        }
/*#endregion*/

/*#region Other Form */

.validator {
    color: #FF0000;
}

.label {
    vertical-align: top;
    display: inline-block;
    min-width: 100px;
    padding-bottom: 10px;
}

    .label &gt; label {
        font-weight: bold;
        color: #000000;
    }

.grid {
    width: 950px;
    border: 0;
    border-color: #660000;
    background-color: #ffffff;
}

/*#endregion*/

/*#region Brag Board*/

#bragLink {
    font-weight: bold;
    padding: 10px 0 10px 0;
    text-decoration: underline;
}

#bragBoard {
    width: 870px;
    padding: 0 0 0 240px;
}

#bragYearLinks {
    float: left;
    width: 200px;
}

.bragContainer {
    float: left;
    padding: 0 0 20px 30px;
}

.bragImage {
    width: 225px;
}

/*#endregion*/

/*#region Videos */

#videos {
    width: 870px;
    padding: 0 0 0 240px;
}

.pnlCategory {
    width: 1080px;
}

.videoCategoryContainer {
    float: left;
    padding: 0 30px 10px 5px;
}

#videoCategoryImages {
    float: left;
    width: 800px;
}

#videoCategoryLinks {
    float: left;
    width: 225px;
}

.videoContainer {
    float: left;
    padding: 0 0 20px 30px;
    height: 255px;
}

.videoName {
    width: 230px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.imgVideo {
    width: 225px;
    height: 200px;
    border: 3px #000000 solid;
}



/*#endregion*/

/*#region Buttons/Cart Buttons */

#buttonContainer {
    padding: 0 0 0 40px;
}

#quantityContainer {
    padding: 0 0 0 10px;
}

    #quantityContainer &gt; input {
        font-size: 22px;
    }

/*Add to cart button */
.cartButton {
    display: inline-block;
    height: 28px;
    width: 115px;
    text-decoration: none;
    text-align: center;
    padding: 6px 0 0 0;
    background: #000000;
    color: #FFF;
    font-size: 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .cartButton:active {
        background: #CCB798;
        color: #000000;
        text-decoration: none;
    }

/*Continue Shopping button*/
.continueButton {
    display: inline-block;
    height: 25px;
    width: 170px;
    text-decoration: none;
    text-align: center;
    padding: 5px 0 5px 0;
    background: #000000;
    color: #FFF;
    font-size: 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .continueButton:active {
        background: #CCB798;
        color: #000000;
        text-decoration: none;
    }

/*Styles various checkout buttons*/
.checkoutButton {
    display: inline-block;
    height: 25px;
    width: 120px;
    text-decoration: none;
    text-align: center;
    padding: 5px 0 5px 0;
    background: #000000;
    color: #FFF;
    border: 3px black solid;
    font-size: 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .checkoutButton:active {
        background: #CCB798;
        color: #000000;
        text-decoration: none;
    }

.contactButton {
    display: inline-block;
    height: 25px;
    width: 80px;
    text-decoration: none;
    text-align: center;
    padding: 3px 0 0 0;
    background: #000000;
    color: #FFF;
    font-size: 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .contactButton:active {
        background: #CCB798;
        color: #000000;
        text-decoration: none;
    }

.controlButton {
    padding: 15px 0 0 145px;
}
/*#endregion*/

/*#region product.aspx */

#clientscore {
    margin: 0 auto;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url(/images/clientsbackground.jpg);
}

#clients {
    margin: 0 auto;
    height: 232px;
    max-height: 232px;
    overflow: hidden;
    text-align: center;
    min-width: 1148px;
    width: 100%;
}

.image_carousel {
    background-image: none;
    /*background-color: white;*/
    width: 100%;
    max-width: 1148px;
    overflow: hidden;
    height: 232px;
    max-height: 232px;
}

    .image_carousel img {
        height: 120px;
    }

.caroufredsel_wrapper {
    max-width: 1148px;
    width: 90% !important;
    height: 170px !important;
    max-height: 170px !important;
    margin: 0 auto !important;
    background-position: top center !important;
}

#product {
    width: 850px;
    padding: 0 0 0 230px;
    min-height: 300px;
}

#productImage {
    float: left;
}

    #productImage &gt; img {
        border: 2px solid #000000;
    }

.products-img {
    width: 315px;
}

#product-description {
    float: left;
    padding: 10px 0 20px 0;
}

/*This class styles both repeaters on product/products pages*/
.categoryLink {
    line-height: 25px;
    font-size: 18px;
}

    .categoryLink:hover {
        color: #525C95;
    }

#productInfo {
    float: left;
    padding: 10px 0 0 40px;
    width: 490px;
}

.product-category {
    padding: 10px 0 10px 0;
}

.productText {
    font-size: 18px;
    color: #000000;
}

.productTextSmall {
    font-size: 17px;
    color: #000000;
}

.productSizes {
    /*-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border: transparent;
    outline: none;*/
    height: 25px;
    font-size: 18px;
    color: #A92727;
}

#priceText {
    padding: 0 0 0 10px;
}

/*#endregion*/

/*#region products.aspx*/

#products {
    float: left;
    width: 880px;
    margin-left: 0;
    /*margin-left: 215px;*/
}

#productCategories {
    float: left;
    width: 800px;
}

#productCategoriesLinks {
    width: 200px;
    float: left;
}

.productCategoryContainer {
    padding: 0 10px 10px 20px;
    float: left;
}

.productContainer {
    float: left;
    width: 150px;
    padding: 0 10px 25px 10px;
    min-height: 205px;
}

.productImageContainer {
    width: 156px;
    height: 156px;
}

.imgProduct {
    width: 225px;
    height: 200px;
    border: 3px #000000 solid;
}

.productImage {
    width: 150px;
    border: 3px solid #000000;
    max-height: 150px;
}

.productName {
    color: #000000;
    text-align: center;
    font-weight: bold;
}

.productLink {
    text-align: center;
}

    .productLink &gt; a {
        font-weight: bold;
        color: #525C95;
    }

        .productLink &gt; a:hover {
            color: #000000;
        }

.cart {
    left: 100px;
}


/*#endregion*/

/*#region Sponsors*/

/*#region Sponsors -&gt; videos.aspx*/

#adBar {
    margin: 20px 0 0 0;
}

#ads {
    margin: 10px 0 0 0;
    border: 1px solid #ccc;
    text-align: center;
}

#ads2 {
    margin: 10px 0 0 0;
    border: 1px solid #ccc;
    text-align: center;
}

#ads3 {
    margin: 10px 0 0 0;
    border: 1px solid #ccc;
    text-align: center;
}

/*#endregion*/


</pre></body></html>