body {
    margin: 0;
    padding: 0;
    font: 14px/18px arial, verdana, sans-serif;
    color: #333333;
    background: #F1EFE2 url(https://www.superbee.ca/interface/body-bg.gif) top left repeat-x;
}
.container{
    max-width: 1024px;
}

#top-nav{
    text-align: right;
    padding: 7px 15px;
    color: #fff;
    font-size: 14px;
}
#top-nav a{
    color: #fff;
}
.bg-333-top{
    background-color: #333;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding-top: 15px;
    padding-bottom: 10px;
}
.bg-333-mid{
    background: #333;
    background: -webkit-linear-gradient(#333, #080808);
    background: -o-linear-gradient(#333, #080808);
    background: -moz-linear-gradient(#333, #080808);
    background: linear-gradient(#333, #080808); 
    color: #fff;
    font-size: 30px;
    padding: 10px 20px;
}

@media (min-width: 320px){
        .supplier-pages {
        -moz-box-shadow: 2px 2px 5px #CCCCCC;
        -webkit-box-shadow: 2px 2px 5px #CCCCCC;
        -ms-box-shadow: 2px 2px 5px #CCCCCC;
        box-shadow: 2px 2px 5px #CCCCCC;
    }

}


@media (min-width: 568px){
        .supplier-pages {
        display: inline-block;
        width: 48%;
        margin-right: auto;
        margin-left: auto;
        -moz-box-shadow: 2px 2px 5px #CCCCCC;
        -webkit-box-shadow: 2px 2px 5px #CCCCCC;
        -ms-box-shadow: 2px 2px 5px #CCCCCC;
        box-shadow: 2px 2px 5px #CCCCCC;
    }
}

@media (max-width: 568px)
{
    .bg-333-mid{
        font-size: 18px;
    }

}
#header-block{
    border: 7px groove #a6230c;
    border-radius: 15px;
    padding: 5px 15px;
    background: #de5f23;
    background: -webkit-linear-gradient(left top,#de5f23, #f09322);
    background: -o-linear-gradient(bottom right,#de5f23, #f09322);
    background: -moz-linear-gradient(bottom right,#de5f23, #f09322);
    background: linear-gradient(to bottom right,#de5f23, #f09322); 
    position: relative;
}
#header-block h1{
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    text-shadow: 0 0 2px #000;
    margin: 0;
}
#header-block h1 a{
    text-decoration: none;
    color: #fff;
}
#header-block h2{
    font-size: 30px;
    font-weight: 600;
    color: #5b5d55;
    margin: 0;
    margin-left: 15px;
}
#headinfo {
    position: absolute;
    top: 10px;
    right: 15px;
    margin: 0;
    padding: 0;
    font-size: 12px;
    text-align: right;
    background: none;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    white-space: nowrap;
    font-weight: bold;
    line-height: 12px;
    width: 194px;
}
#headinfo strong {
    font-size: 21px;
    color: #000;
}
#headinfo a:hover{
    text-decoration: none;
}
@media (max-width: 567px)
{
    #header-block {
        padding-top: 0;
    }
    #header-block h2{
        font-size: 21px;
        margin-bottom: 30px;
        margin-left: 0;
    }
    #headinfo p:first-of-type{display: none;}
    #headinfo {
        top: 75px;
        right: 55px;
        text-align: center;
    }
    #headinfo strong {
        font-size: 18px;
        color: #000;
    }

}
#header-block nav.navbar{
    margin-bottom: 0;
}
#nav-bg{
    background: #c75a12;
    background: -webkit-linear-gradient(left,#de5f23, #c75a12);
    background: -o-linear-gradient(right,#de5f23, #c75a12);
    background: -moz-linear-gradient(right,#de5f23, #c75a12);
    background: linear-gradient(to right,#de5f23, #c75a12); 
    margin: 0 -15px -4px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
#nav-bg .navbar button{
    background-color: #fff;
}
#nav-bg .navbar button span.icon-bar{
    background-color: #c75a12;
}
.navbar-nav>li>a {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 1px 1px #000;
}
.bg-white{
    padding: 0;
    background-color: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0 0 15px #969696;
    margin-bottom: 10px;
}
.top-cols{
    margin: 15px 0 0;
    padding: 0 5px;
}
.left-col, .right-col{
    background-color: #b3b3b3;
    padding: 0 15px 10px;
}
.top-cols h1{
    padding: 5px 15px;
    font-size: 28px;
    color: #fff;
    background-color: #de760d;
    margin: 0 -15px 10px;
}
.top-cols a{
    color: #000;
    text-decoration: underline;
}

@media (max-width: 767px){
    .center{
        position: relative;
        display: block;
        width: 99%;
        margin-left: auto;
        margin-right: auto;
        align-items: center;
    }
    .content-two{
        margin-right: auto;
        margin-left: auto;
    }
    .content-two > p{
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        color: rgb(0,0,0);
    }

}


@media (min-width: 768px)
{
    #nav-bg{
        height: 31px;
    }
    .navbar-nav>li>a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .left-col, .right-col{
        min-height: 160px;
    }
    .left-col{
        border-right: 3px solid #fff;
        border-top-left-radius: 10px;
    }
    .right-col{
        border-left: 3px solid #fff;
        border-top-right-radius: 10px;
    }
    .left-col h1,.left-col p{
        padding-right: 100px;
    }
    .right-col h1,.right-col p{
        padding-left: 100px;
    }
    .left-col h1{
        border-top-left-radius: 10px;
    }
    .right-col h1{
        text-align: right;        
        border-top-right-radius: 10px;
    }

    .center{
        display: block;
        width: 99%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2em;
    }
    .content-two{
        position: relative;
        width: 99%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .content-two > p{
        position: relative;
        width: 90%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .supplier-pages {
        display: block;
        position: relative;
        width: 33%;
        padding:0;
        margin-right: auto;
        margin-left: auto;
            -moz-box-shadow: 2px 2px 5px #CCCCCC;
    -webkit-box-shadow: 2px 2px 5px #CCCCCC;
    -ms-box-shadow: 2px 2px 5px #CCCCCC;
    box-shadow: 2px 2px 5px #CCCCCC;
    }

}
@media (min-width: 1024px)
{
    .left-col h1,.left-col p{
        padding-right: 150px;
    }
    .right-col h1,.right-col p{
        padding-left: 150px;
    }
}
.no-h-margin{
    margin-left: 0;
    margin-right: 0;
}
.content{
    padding-left: 20px;
}
.content h1,.content h2,.content h3{
    color: #FF0003;
    text-align: center;
}
.content-two h1,.content-two h2,.content-two h3{
    color: #FF0003;
    text-align: center;
    font-weight: bold;
}
.content-two h2{
    text-decoration: underline;
}
.content a{
    color: #000000;
}
.content img.left{
    float: left;
    margin: 2px 15px 5px 0px;
}
.content img.right{
    float: right;
    margin: 2px 0px 5px 15px;
}
.content blockquote{
    display: inline-block;
}
.content .img-r{
    max-width: 100%;
    margin: 0 auto;
}
.content p a .img-r{
    width: 100%;
}
.main-right-col{

}
.main-right-col a {
    color: #E15E26;
}
#subnav{
    margin: 20px 0 15px;
}
#subnav ul {
    padding: 0;
    list-style-type: none;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
}
#subnav li a {
    margin: 0;
    display: block;
    border-bottom: 1px solid #EBF4FF;
    padding-top: 7px;
    padding-right: 0;
    padding-bottom: 7px;
    padding-left: 15px;
    color: #353535;
    text-decoration: none;
}
#subnav li a:hover {
    background-color: #ccc;
}
#subnav li a.currentgrey{
    color: #fff;
    background: #7d7d7d;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    padding: 5px 0 5px 15px;
}
#subnav li a.currentorng{
    color: #fff;
    background: #e67220;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    padding: 5px 0 5px 15px;
}

.main-right-col p.dark {
    background-color: #969696;
    border: 1px solid #525252;
    padding: 7px;
    color: #FFFFFF;
}
.main-right-col p.light {
    background-color: #F5F5F5;
    border: 1px solid #E9E9E9;
    padding: 7px;
}

#footer{
    background: #e0e0e0;
    padding-top: 20px;
    padding-bottom: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-top: 20px;
}
#footer a{
    color: #333333;
}

.pointer{
	cursor: pointer;
}


a:link{
  text-decoration:  none;
} 



.supplier-pages > a{
    position: relative;
    display: block;
    width: 100%;
    margin: .25em;
}
.supplier-pages > a > span{
    display: block;
    margin: auto;
    width: 150px;
    height: 150px;
}
.supplier-pages > a > span > img{
    display: block;
    max-width: 150px;
    max-height: 150px;
    margin: auto;
    border: 2px solid #FFFFFF;
    -moz-box-shadow: 2px 2px 5px #CCCCCC;
    -webkit-box-shadow: 2px 2px 5px #CCCCCC;
    -ms-box-shadow: 2px 2px 5px #CCCCCC;
    box-shadow: 2px 2px 5px #CCCCCC;
}
.supplier-pages > p{
    margin: 0;
    text-align: center;
}

.hr-style{
    display: block;
    width: 100%;
    height: 10px;
    margin-top: 2em;
    color: #333;
    background-color: #333;
    clear: both;
}
.bold-p-tag{
    width: 100%;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: center;
}

ul.non-automotive{
    margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;
    margin-left: auto;
    list-style-type: none;
}
.non-automotive > li{
    position: relative;
    width: 50%;
    margin: 1em auto 1em auto;
    font-size: 1.25em;
    line-height: 1.75em;
    font-weight: bold;
    text-align: center;
}
.non-auto{
    font-weight: bold;
    font-size: 1.25em;
    line-height: 1.75em;
}
.home-page-div{
    margin-top: 2em;
    margin-bottom:2em;
}