﻿@font-face {
    font-family: 'SEGOEUI';
    src: url('Fonts/SEGOEUI.TTF') format('truetype'), url('Fonts/SEGOEUIB.TTF') format('truetype'), url('Fonts/SEGOEUII.TTF') format('truetype'), url('Fonts/SEGOEUIL.TTF') format('truetype'), url('Fonts/SEGOEUISL.TTF') format('truetype'), url('Fonts/SEGOEUIZ.TTF') format('truetype'), url('Fonts/SEGUIBL.TTF') format('truetype'), url('Fonts/SEGUIBLI.TTF') format('truetype'), url('Fonts/SEGUILI.TTF') format('truetype'), url('Fonts/SEGUISB.TTF') format('truetype'), url('Fonts/SEGUISBI.TTF') format('truetype'), url('Fonts/SEGUISLI.TTF') format('truetype');
}

@font-face {
    font-family: 'COOPBL';
    src: url('Fonts/COOPBL.TTF') format('truetype');
}



body {
    font-family: 'Segoe UI';
}



#main-container {
    box-shadow: 5px 5px 5px #888888;
}


#header-main {
    width: 100%;
    height: 120px;
    background-color: #282828;
    background: #000000;
    background: -moz-linear-gradient(left, #000000 0%, #45484d 61%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#000000), color-stop(61%,#45484d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #000000 0%,#45484d 61%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #000000 0%,#45484d 61%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #000000 0%,#45484d 61%); /* IE10+ */
    background: linear-gradient(to right, #000000 0%,#45484d 61%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#45484d',GradientType=1 ); /* IE6-9 */
}

    #header-main a, .header-main a:active {
        text-decoration: none;
    }

.company-logo {
    float: right;
    margin-top: 20px;
    margin-right: 30px;
}

#header-main h1 {
    font-family: Cooper;
    color: white;
    font-size: 55px;
    margin-left: 20px;
    padding-top: 15px;
    margin-top: 0px;
}

#header-main h2 {
    font-family: Cooper;
    color: white;
    font-size: 22px;
    margin-left: 60px;
    margin-top: -8px;
}



/*Top Navigation*/
.nav-bar {
    background: #9f0404;
    height: 40px;
}

    .nav-bar a {
        color: white;
        height: 40px;
    }

        .nav-bar a:link {
            min-width: 170px;
            display: block;
            font-weight: bold;
            color: white;
            text-align: center;
            text-decoration: none;
            text-transform: uppercase;
            padding-right: 30px;
            font-size: 16px;
            padding-top: 12px;
        }

        .nav-bar a:visited {
        }



        .nav-bar a:hover, .nav-bar a:active {
            background-color: red;
            color: black;
        }

/*/*Left Navigation*/

.sidebar {
    width: 220px;
    float: left;
    z-index: 9999;
    min-height: 500px;
}

#cssmenu {
}

    /* Some stylesheet reset */
    #cssmenu > ul {
        margin: 0px 0px 0px 0px;
        padding: 0px;
        vertical-align: baseline;
        line-height: 1.5;
        z-index: 9999;
    }
    /* The container */
    #cssmenu > ul {
        display: block;
        position: relative;
        width: 220px;
        z-index: 9999;
        /* The list elements which contain the links */
    }

        #cssmenu > ul li {
            display: block;
            position: relative;
            margin: 0;
            padding: 0;
            z-index: 9999;
            /*width: 100%;*/
        }
            /* General link styling */
            #cssmenu > ul li a {
                /* Layout */
                display: block;
                position: relative;
                margin: 0;
                border-top: 1px dotted #3a3a3a;
                border-bottom: 1px dotted #1b1b1b;
                padding: 11px 20px;
                /* Typography */
                font-family: 'Segoe UI';
                color: #d8d8d8;
                text-decoration: none;
                text-transform: uppercase;
                text-shadow: 0 1px 1px #000;
                font-size: 14px;
                font-weight: bold;
                /* Background  & effects */
                background: #282828;
                z-index: 9999;
            }
            /* Rounded corners for the first link of the menu/submenus */
            #cssmenu > ul li:first-child > a {
                /*border-top-left-radius: 4px;
  border-top-right-radius: 4px;*/
                border-top: 0;
            }
            /* Rounded corners for the last link of the menu/submenus */
            #cssmenu > ul li:last-child > a {
                /*border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;*/
                border-bottom: 0;
            }

            /* The hover state of the menu/submenu links */
            #cssmenu > ul li > a:hover,
            #cssmenu > ul li:hover > a {
                color: #ffffff;
                text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
                background: #54cdf1;
                background: -webkit-linear-gradient(#72d4f2, #54cdf1);
                background: -moz-linear-gradient(#72d4f2, #54cdf1);
                background: linear-gradient(#72d4f2, #54cdf1);
                border-color: transparent;
                z-index: 9999;
            }


            /*Styling form selected pages navigation button*/
            #cssmenu > ul li.active > a {
                color: #ffffff;
                text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
                background: #54cdf1;
                background: -webkit-linear-gradient(#72d4f2, #54cdf1);
                background: -moz-linear-gradient(#72d4f2, #54cdf1);
                background: linear-gradient(#72d4f2, #54cdf1);
                border-color: transparent;
                z-index: 9999;
            }





        /* The arrow indicating a submenu */
        #cssmenu > ul .has-sub > a::after {
            content: "";
            position: absolute;
            top: 16px;
            right: 10px;
            width: 0px;
            height: 0px;
            /* Creating the arrow using borders */
            border: 4px solid transparent;
            border-left: 4px solid #d8d8d8;
        }
        /* The same arrow, but with a darker color, to create the shadow effect */
        #cssmenu > ul .has-sub > a::before {
            content: "";
            position: absolute;
            top: 17px;
            right: 10px;
            width: 0px;
            height: 0px;
            /* Creating the arrow using borders */
            border: 4px solid transparent;
            border-left: 4px solid #000;
        }
        /* Changing the color of the arrow on hover */
        #cssmenu > ul li > a:hover::after,
        #cssmenu > ul li:hover > a::after {
            border-left: 4px solid #ffffff;
        }

        #cssmenu > ul li > a:hover::before,
        #cssmenu > ul li:hover > a::before {
            border-left: 4px solid rgba(0, 0, 0, 0.3);
        }
        /* THE SUBMENUS */
        #cssmenu > ul ul {
            position: absolute;
            left: 100%;
            top: -9999px;
            padding-left: 5px;
            opacity: 0;
            width: 200px;
            /* The fade effect, created using an opacity transition */
            -webkit-transition: opacity 0.3s ease-in;
            -moz-transition: opacity 0.3s ease-in;
            transition: opacity 0.3s ease-in;
        }
        /* Showing the submenu when the user is hovering the parent link */
        #cssmenu > ul li:hover > ul {
            top: 0px;
            opacity: 1;
        }


.content {
    /*overflow: hidden;*/
    padding: 0px;
    background-color: white;
}


footer {
    background: black;
    color: white;
    height: 100px;
    clear: left;
}

.footer-section {
    width: 250px;
    height: 100px;
    padding: 20px 5px 0px 20px;
    border-left-color: white;
    border-left-width: 1px;
    border-left-style: solid;
    float: right;
}

    .footer-section ul {
        list-style-type: none;
        margin: 0;
        padding: 0px;
        overflow: hidden;
    }

    .footer-section p {
        font-size: 14pt;
        line-height: 0%;
    }

    .footer-section a {
        font-size: 10pt;
        color: white;
        text-decoration: none;
    }

        .footer-section a:hover, locations a:active {
            text-decoration: underline;
        }

.copyright {
    background-color: #9f0404;
    clear: left;
}

    .copyright p {
        color: white;
        padding: 2px 0px 4px 0px;
        margin: 0px 0px 0px 0px;
        text-align: center;
    }


.btnSubmitEmail {
    background-color: #9f0404;
    border-color: #9f0404;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    cursor: pointer;
    color: white;
    font-size: 17px;
    position: relative;
    left: -3px;
    top: -1px;
    height: 26px;
    margin-bottom: 6px;
}

    .btnSubmitEmail:hover {
        background-color: #5cbf2a;
        border-color: #5cbf2a;
        border-width: 1px;
        border-style: solid;
        border-radius: 5px;
    }


#txtSubmitEmail {
    height: 25px;
    width: 160px;
    border: solid 1px #BBB;
    padding: 3px;
    font-size: 12px;
    float: left;
}


#deal-of-week {
    height: 60px;
    background: #4c8728;
    margin-top: 0px;
    border-top-color: white;
    border-top-style: solid;
    border-top-width: 2px;
    border-bottom-color: white;
    border-bottom-style: solid;
    border-bottom-width: 0pt;
}

    #deal-of-week p {
        color: white;
        font-size: 25px;
        text-align: center;
        margin-top: 12px;
    }

        #deal-of-week p:hover {
            font-size: 30px;
            margin-top: 9px;
            cursor: pointer;
        }


#email-us {
    height: 60px;
    background: #d55117;
    border-top-color: white;
    border-top-style: solid;
    border-top-width: 2px;
    border-bottom-color: white;
    border-bottom-style: solid;
    border-bottom-width: 2px;
}

    #email-us p {
        color: white;
        font-size: 25px;
        text-align: center;
        margin-top: 14px;
    }

        #email-us p:hover {
            font-size: 30px;
            margin-top: 9px;
            cursor: pointer;
        }



#map-canvas img {
    max-width: none;
}



/*Media Queries*/
@media (max-width: 800px) {
    .sidebar, #stuff, #contact-us, #locations {
        display: none;
    }

    .header {
        background-color: #7692b4;
    }
}

@media (max-width: 800px) {
    .company-name, .header-text h1, .header-text h2 {
        display: none;
    }
}
