* {
    border: none;
    padding: 0;
    margin: 0;
}

    * img {
        max-width: 100%;
    }

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'),local('OpenSans-Light'),url(/ssi/fonts/OpenSans-Light.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'),local('OpenSans'),url(/ssi/fonts/OpenSans.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'),local('OpenSans-Semibold'),url(/ssi/fonts/OpenSans-Semibold.woff) format('woff');
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

a {
    text-decoration: none;
    color: #111;
}

p {
    font-size: 13px;
    margin-bottom: 14px;
    line-height: 18px;
}

h1 {
    font-size: 32px;
    font-weight: 300;
    color: #111;
    margin-bottom: 20px;
}

h2 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}

h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 14px;
}

h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 14px;
}

h5 {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 12px;
}

h6 {
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 10px;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.justify {
    text-align: justify;
}

.clr {
    clear: both;
}

.row {
    clear: both;
    padding: 0 2%;
    margin: 0 auto;
}

.rowinner {
    clear: both;
    padding: 0;
    margin: 0 auto;
}

.col {
    display: block;
    float: left;
    margin: 1% 0 .5% 4%;
}

.colright {
    display: block;
    float: left;
    margin: 1% 0 .5% 4%;
}

.col:first-child {
    margin-left: 0;
}

.col img {
    max-width: 100%;
}

.group:before, .group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    -ms-zoom: 1;
    zoom: 1;
}

.span12 {
    width: 100%;
}

.span11 {
    width: 87.67%;
}

.span10 {
    width: 79.33%;
}

.span9 {
    width: 71%;
}

.span8 {
    width: 62.67%;
}

.span7 {
    width: 54.33%;
}

.span6 {
    width: 46%;
}

.span5 {
    width: 37.67%;
}

.span4 {
    width: 29.33%;
}

.span3 {
    width: 21%;
}

.span2 {
    width: 12.67%;
}

.span2right {
    width: 16.67%;
}

.span1 {
    width: 4.33%;
}

.col ul {
    margin-left: 20px;
}

body {
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 14px;
    background: #f6f6f6
}

.container {
   
}

#header {
    background: #f9c804;
  
    color: #fff;
    position: relative;
    clear: both;
    width: 100%;
    
}

.headerrow {
    width: 100%;
    clear: both;
    padding: 0; margin: 0;
   
}

#header a {
    color: #666;
}

#header img {
    vertical-align: middle;
}

.badge {
    font-size: 1.8em;
    vertical-align: top;
     margin-left: 5px;
    color: #000000;
}
#topnav {
    background: #111;
    color: #fff;
    padding: 10px;
    font-size: 9pt;
    text-transform: uppercase;
    margin-bottom: 10px;
}

    #topnav a {
        color: #fff;
    }

        #topnav a:hover {
            color: #666;
            text-decoration: underline;
        }

#topnavright {
    float: right;
}

#headerleft {
    width: 40%;
}

    #headerleft img {
        width: 90%;
        margin-left: 10%;
        
    }

#headerright {
    width: 20%;
    float: right;
    text-align: right;
    overflow: hidden;
}

    #headerright img {
        width: 80%;
        margin: 0 0 20px 10%;
        overflow: hidden;
    }

.basketicon {
    display: block;
    margin: 15px 10% 0 0;
    
}

    .basketicon img {
        max-width: 75px;
    }

#searchbar {
    z-index: 400;
    text-align: right;
    width: 40%;
   
    color: #222;
    float: right;
}

.searchicon {
    vertical-align: middle;
    margin: -5px 0 0 5px;
}

#searchbar h2 {
    font-size: 1.8em;
    color: #000;
}

#searchbar a {
    padding: 0;
    margin: 0;
    color: #fff;
}

#searchbar input {
    font-size: 12pt;
    padding: 4px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    max-width: 70%;
    border: none;
}

#sbt {
    width: 20%;
}

.menulink {
    color: #fff;
    cursor: pointer;
    padding: 10px 0 0 10px;
    display: none;
    font-size: 20px;
}

    .menulink img {
        vertical-align: middle;
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }

#navwrapper {
    width: 100%;
    height: 35px;
    margin-bottom: 20px;
    position: relative;
   
    clear: both;
   
}
#mobilephone { display: none;}
#navbar {
    height: 35px;
    color: #fff;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    
}

    #navbar a {
        color: #111;
    }

    #navbar ul {
        list-style: none;
    }

        #navbar ul li div a {
            color: #000;
        }

        #navbar ul li {
            float: left;
            padding: 8px 1% 0 1%;
            height: 35px;
            display: block;
            font-size: 10pt;
            font-weight: 600;
        }

            #navbar ul li div.menulevel2 {
                display: none;
                width: 100%;
                background: #fff;
                border-bottom: 1px solid #666;
                padding-bottom: 20px;
                position: absolute;
                top: 35px;
                left: 0;
                right: 0;
                -webkit-box-shadow: 0 3px 20px 0 rgba(0,0,0,.2);
                box-shadow: 0 3px 20px 0 rgba(0,0,0,.2);
            }

            #navbar ul li:hover div.menulevel2 {
                display: block;
                animation-name: fadeIn;
                animation-duration: .2s;
                background: #fff;
                clear: both;
            }

            #navbar ul li div.menulevel2 div {
                width: 30%;
                margin: 20px 1% 10px 2%;
                float: left;
                font-size: 12px;
                background: none;
                display: block;
            }

                #navbar ul li div.menulevel2 div h3 {
                    font-weight: 500;
                }

                #navbar ul li div.menulevel2 div img {
                    width: 30%;
                    height: auto;
                    margin: 0 10px 0 0;
                    display: block;
                }

    #navbar p {
        margin: 0;
        padding: 0 0 5px 0;
        width: 100%;
        font-size: .9em;
    }

        #navbar p:before {
            content: "\203A ";
            padding-right: 5px;
            margin-top: -3px;
            color: #f9c804;
            font-size: 1.5em;
        }

    #navbar ul li div.menulevel2 div.menulevel3 {
        display: block;
        padding: 0;
        margin: 0 0 0 1%;
        width: 65%;
    }

.menuclear {
    clear: both;
    background: #efefef;
}

#footer a {
    color: #fff;
}

#footer {
    border-top: 2px solid #eee;
    clear: both;
    display: block;
    position: relative;
    margin-top: 50px;
    background: #222;
    color: #fff;
    padding: 10px 2%;
}

    #footer p {
        font-size: 10pt;
        margin: 0 0 5px 0;
    }

.securedby {
    width: 20%;
    float: right;
    margin-bottom: 10px;
}

.sidebox {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

    .sidebox h3, .sidebox h3 a {
        background: #3b6c10;
        color: #fff;
        font-weight: 500;
        font-size: 1.1em;
    }
    .sidebox a {
       color:#fff 
    }
.sideboxhotlinetitle {
    font-size: 24px;
    line-height: 28px;
    color: #111;
    text-align: left;
    display: block;
    padding: 10px 0 10px 10px;
    background: url(/images/page/quick-order-hotline.png) top right no-repeat;
    font-weight: 300;
}

.sideboxhotlinedates {
    color: #333;
}

.blogpost {
    padding-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px dotted #ccc;
}

#main input[type=password], input[type=text], select, textarea {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    border: 1px solid #999;
    margin: 0 0 7px;
    padding: 3px 5px;
    width: 90%;
}

    input[type=password].required, input[type=text].required, select.required, textarea.required {
        border: 1px solid #000;
    }

    input[type=password].frmerror, input[type=text].frmerror, select.frmerror, textarea.frmerror, .frmerror100 {
        border: 1px solid #f00;
        box-shadow: 0 0 5px 0 #f00;
    }

    input[type=password].frm50, input[type=text].frm50, select.frm50, textarea.frm50 {
        width: 45%;
    }

#basket input[type="text"].form100width {
    width: 45%;
}

#main option {
    padding-right: 10px;
}

#main .frmbutton, #main button, #main .frmbuttonprim, #main .frmbuttoncheckout, #main .frmbutton-update, #main .frmbutton-small {
    cursor: pointer;
    color: #fff;
    background-color: #f9c804;
    border: none;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
}

#main .frmbutton_addtobasket {
    cursor: pointer;
    color: #fff;
    background-color: #88ca26;
    border: none;
    text-transform: uppercase;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    width: 100%;
    font-size: 1.8em;
    font-weight: 400;
    padding: 7px 0;
}

#main .frmbutton_addtobasketsmall {
    cursor: pointer;
    color: #fff;
    background-color: #88ca26;
    border: none;
    text-transform: uppercase;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
   clear: both; float: right;
    font-size: 1em;
    margin: 10px 0 0 0;
    font-weight: 400;
    padding: 7px;
}
#main .frmbutton_nostock {
    width: 100%;
    padding: 5px;
    color: #fff;
    display: block; 
    background-color: #bcbcbc;
    border: none;
    text-align: center;
    font-size: 1.5em;
    text-transform: uppercase;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    clear: both;
}

 #main .frmbutton {
    font-size: 16px;
    font-weight: 400;
    padding: 5px 15px;
}

#main .frmbutton-small {
    font-size: 13px;
    font-weight: 400;
    padding: 3px 15px;
}

#main .frmbuttonprim {
    font-size: 16px;
    font-weight: 400;
    padding: 5px 15px;
    color: #fff;
}

#main .frmbuttoncheckout {
    font-size: 16px;
    font-weight: 600;
    background: url(/images/payment.png) top left no-repeat #6ab800;
    padding: 5px 35px 5px 15px;
}

.homepageboxcontainer {
    display: block;
}

.homepagebox {
    width: 32%;
    float: left;
    position: relative;
    margin: 0 1% 10px 0;
    overflow: hidden;
}

    .homepagebox img {
        width: 100%;
        height: auto;
    }

    .homepagebox:nth-of-type(3) {
        margin: 0 0 10px 0;
    }

    .homepagebox h3 {
        position: absolute;
        top: 0;
        left: 0;
        background: #3b6c10;
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        margin: 0;
        padding: 0 0 3px 0;
        text-align: center;
        display: block;
        width: 100%;
    }

    .homepagebox a {
        color: #fff;
    }

    .homepagebox p {
        position: absolute;
        bottom: 0;
        left: 0;
        text-align: center;
        color: #fff;
        padding: 0 5px;
        text-shadow: -1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;
    }

.catbox {
    width: 30%;
    margin-right: 2%;
    float: left;
    height: 10%;
    margin-bottom: 10px;
    font-size: 10pt;
    position: relative;
    overflow: hidden;
    text-align: center;
}

    .catbox h3 {
        position: absolute;
        top: 0;
        left: 0;
        background: #f9c804;
        color: #111;
        font-size: 18px;
        font-weight: 400;
        margin: 0;
        padding: 0 0 3px 0;
        text-align: center;
        display: block;
        width: 100%;
    }

    .catbox a {
        color: #111;
    }

    .catbox img {
        max-width: 100%;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

#productslistoptions {
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin: 10px 0;
    font-size: 11px;
    position: relative;
    padding: 0;
}

    #productslistoptions span {
        width: 48%;
        text-align: left;
        display: inline-block;
        padding: 0;
        clear: both;
    }

    #productslistoptions .frm {
        width: 50% !important;
        font-size: 11px !important;
    }

    #productslistoptions .frmnarrow {
        width: 30% !important;
        font-size: 11px !important;
    }

    #productslistoptions .frmbutton {
        font-size: 11px !important;
        padding: 3px 10px !important;
        margin-right: 20px;
    }

.productlistitem {
    border-bottom: 1px dotted #ccc;
    margin-top: 20px;
}

#MainImage img {
    width: 100%;
}

.relateditem {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-size: 12px;
}

    .relateditem img {
        float: right;
        margin-left: 10px;
    }

.addboth {
    float: right;
    clear: right;
    margin-top: 10px;
}

.addtobasketbox {
    background: #efefef;
}

    .addtobasketbox input[type=radio] {
        text-align: right !important;
        margin-bottom: 20px;
    }

    .addtobasketbox label {
        padding-left: 10px;
    }

.price {
    font-size: 20px;
    font-weight: 500;
}

.yousave {
    color: #111;
    font-size: 16px;
    font-weight: 600;
}

.addtobasketsmall {
    font-size: 10px;
    padding-top: 10px;
}

.reviewtable td {
    vertical-align: top;
    padding: 3px;
}

.ratingstable td {
    vertical-align: top;
    padding: 3px;
}

.ratingstable tr:nth-child(even) {
    background-color: #f2f2f2;
}

.photobox {
    width: 23%;
    margin-right: 2%;
    float: left;
    min-height: 200px;
    font-size: 11px;
    margin-bottom: 20px;
    text-align: center;
    overflow: hidden;
}

    .photobox img {
        max-width: 100%;
        max-height: 75px;
        overflow: hidden;
    }

.reviewitem {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

    .reviewitem table {
        border: none;
        border-collapse: collapse;
        margin-bottom: 10px;
        font-weight: 600;
        font-size: 12px;
    }

        .reviewitem table td {
            padding-right: 20px;
        }

.reviewtitle strong {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    font-style: normal;
}

.reviewtitle {
    font-size: 10px;
    font-style: italic;
}

#basket .basketbody {
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 13px;
    width: 100%;
}

#basket img {
    width: 100%;
    max-width: 100px;
    margin-right: 10px;
}

#basket .basketqty img {
    width: 12px;
    height: 12px;
    vertical-align: middle;
}

#basket .basketbody td {
    font-size: 12px;
    padding: 5px 0;
    border-bottom: 1px dotted #ccc;
}

    #basket .basketbody td a {
        font-weight: 700;
        color: #000;
    }

        #basket .basketbody td a:hover {
            color: #111;
        }

#basket .baskettop td {
    border-bottom: 1px solid #ccc;
    padding: 3px;
}

#basket .basketfrm {
    font-size: 11px;
    color: #222;
    border: solid 1px #ddd;
    width: 20%;
    text-align: center;
    vertical-align: top;
}

#basket input[type="password"], #basket input[type="text"] {
    width: 20px;
    font-size: 11px;
    text-align: center;
}

#basket .frmbuttonprim {
    display: block;
}

.gridview {
    width: 100%;
}

.gridview_header td {
    color: #333;
    border-bottom: none;
    padding: 3px 3px 3px 5px;
    font-weight: 600;
}

.gridview_row td {
    border-bottom: 1px solid #d4d4d4;
    padding: 3px 3px 3px 5px;
}

.gridview_alternaterow td {
    background: #f8f8f8;
    border-bottom: 1px solid #d4d4d4;
    padding: 3px 3px 3px 5px;
}

.required {
    background: url(/images/star.png) no-repeat left 4px;
    padding: 0 0 0 20px;
}

.loginbox {
    width: 47%;
    margin-right: 3%;
    float: left;
}

#inlinesearch {
    position: absolute;
    top: 152px;
    right: 41px;
    width: 50%;
    padding: 10px;
    border: 1px solid #ccc;
    background: #fff;
    z-index: 1000;
    font-size: 10px;
    display: none;
    -webkit-box-shadow: 0 12px 28px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 12px 28px 0 rgba(0,0,0,.2);
    box-shadow: 0 12px 28px 0 rgba(0,0,0,.2);
}

    #inlinesearch a {
        color: #000;
    }

        #inlinesearch a:hover {
            color: #111;
        }

    #inlinesearch .inlinesearch-sectiontitle {
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    #inlinesearch h3 {
        font-size: 13px;
        margin: 0;
    }

    #inlinesearch p {
        font-size: 12px;
        margin: 0;
    }

    #inlinesearch .inlinesearch-price {
        font-size: 12px;
        margin: 0;
        font-weight: 600;
    }

    #inlinesearch .inlinesearch-small {
        font-size: 11px;
        margin: 0;
    }

    #inlinesearch .inlinesearch-spacer {
        border-bottom: 1px dotted #ccc;
        padding-top: 10px;
        margin-bottom: 10px;
        clear: both;
    }

    #inlinesearch .inlinesearch-article {
        border-bottom: 1px dotted #ccc;
        padding: 0 0 5px 25px;
        margin-top: 5px;
        background: url('/images/kb/articlesmall.svg') 0 2px no-repeat;
    }

        #inlinesearch .inlinesearch-article a {
            display: block;
        }

    #inlinesearch .inlinesearch-more {
        display: block;
        text-align: center;
        padding: 5px;
        background: #f9c804;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        margin: 10px -10px -10px -10px;
    }

        #inlinesearch .inlinesearch-more:hover {
            color: #fff;
            background: #000;
        }

@media only screen and (max-width:529px) {
    .span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
        width: 100%;
    }

    .col {
        margin: 1% 0 1% 0;
    }

    #footer .span3 {
        width: 46%;
        margin: 0 0 20px 2%;
        height: 250px;
        float: left;
    }

    .hide {
        display: none;
        width: 0;
    }

    #searchbar {
        display: none;
    }
    #header { 
    }
        #headerleft {
        width: 50%;
    }
    #headerright {
        width: 50%;
    }
    #navwrapper {
        height: 60px;
    }
    #mobilephone {
        display: inline-block;;
    }
    .basketicon {
        display: block;
        margin: 5px 10% 0 0;
    }

        .basketicon img {
            max-width: 50px;
        }
    #navbar {
        width: 100%;
        position: relative;
        clear: both;
        z-index: 1000;
        padding: 0;
        margin: 10px 0 0 0;
        display: none;
    }

        #navbar ul {
            -webkit-box-shadow: 0 12px 28px 0 rgba(0,0,0,.2);
            -moz-box-shadow: 0 12px 28px 0 rgba(0,0,0,.2);
            box-shadow: 0 12px 28px 0 rgba(0,0,0,.2);
        }

            #navbar ul li {
                margin: 0;
                padding: 0;
                float: none;
                clear: both;
                font-size: 18px;
                width: 100%;
                background: #fff;
                display: block;
                color: #000;
                height: auto;
            }

                #navbar ul li a {
                    display: block;
                    color: #000;
                    border-bottom: 1px solid #eee;
                    padding: 20px 30px;
                }

                #navbar ul li:hover div.menulevel2 {
                    display: none;
                    width: 0;
                    height: 0;
                }

    .homepagebox {
        width: 48%;
    }

        .homepagebox h3 {
            font-size: 14px;
        }

        .homepagebox:nth-of-type(3) {
            margin: 0 1% 10px 0;
        }

        .homepagebox p {
            display: none;
        }

    .catbox {
        width: 47%;
    }

    .menulink {
        display: block;
    }
}

@media only screen and (min-width:530px) and (max-width:804px) {
    .hide {
        display: none;
        width: 0;
    }

    .span10 {
        width: 100%;
    }

    .headercentretext {
        padding-top: 30px;
        margin: 0 auto;
        text-align: center;
    }

    #headerleft {
        width: 40%;
    }

    #headerright {
        width: 50%;
    }
    .basketicon img {
        max-width: 60px;
    }
    #searchbar {
        display: none;
        z-index: 80;
        border: none;
        margin-top: 4px;
    }

    .menulink {
        display: block;
    }

    #navwrapper {
        height: 60px;
    }
    #mobilephone {
        display: inline-block;
    }
    #navbar {
        width: 100%;
        position: relative;
        clear: both;
        z-index: 1000;
        padding: 0;
        margin: 10px 0 0 0;
        display: none;
    }

        #navbar ul {
            -webkit-box-shadow: 0 12px 28px 0 rgba(0,0,0,.2);
            -moz-box-shadow: 0 12px 28px 0 rgba(0,0,0,.2);
            box-shadow: 0 12px 28px 0 rgba(0,0,0,.2);
        }

            #navbar ul li {
                margin: 0;
                padding: 0;
                float: none;
                clear: both;
                font-size: 18px;
                width: 100%;
                background: #fff;
                display: block;
                color: #000;
                height: auto;
            }

                #navbar ul li a {
                    display: block;
                    color: #000;
                    border-bottom: 1px solid #eee;
                    padding: 20px 30px;
                }

                #navbar ul li:hover div.menulevel2 {
                    display: none;
                    width: 0;
                    height: 0;
                }

    .homepagebox {
        width: 48%;
    }

        .homepagebox h3 {
            font-size: 14px;
        }

        .homepagebox:nth-of-type(3) {
            margin: 0 1% 10px 0;
        }

        .homepagebox p {
            display: none;
        }

    #slider {
        display: none;
    }

    .catbox {
        width: 47%;
    }

    #productslistoptions {
        width: 98%;
        clear: both;
    }

    .shopcol1 {
        width: 100%;
        float: none;
    }

    .shopcol2 {
        width: 100%;
        float: none;
        margin: 10px 0;
    }

    .checkoutimagecol {
        width: 1px;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

        .checkoutimagecol img {
            display: none;
            margin: 0;
            padding: 0;
        }

    .loginbox {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
        float: none;
    }

    #footer .span3 {
        width: 46%;
        margin: 0 0 20px 2%;
        height: 250px;
        float: left;
    }
}

@media only screen and (min-width:804px) and (max-width:890px) {
    .container {
        width: 100%;
    }

    .span10 {
        width: 100%;
    }

    .hide {
        display: none;
    }

    #main, #contentcentre2column, #main.centrefullwidth {
        margin-right: 15px;
        margin-left: 15px;
        margin-bottom: 20px;
        clear: both;
    }

    .homepagebox h3 {
        font-size: 14px;
    }

    .loginbox {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
        float: none;
    }

    #navbar ul li {
        font-size: 8pt;
        padding: 8px .5% 0 .5%;
    }
}

@media only screen and (min-width:890px) and (max-width:980px) {
    .container {
        width: 100%;
    }

    #main {
        margin-right: 20px;
    }

        #contentcentre2column, #main.centrefullwidth {
            margin-right: 20px;
        }

    .homepagebox h3 {
        font-size: 14px;
    }

    #navbar ul li {
        font-size: 9pt;
        padding: 8px .5% 0 .5%;
    }
}

@media only screen and (min-width:970px) and (max-width:1200px) {
    .container {
        width: 100%;
    }

    .homepagebox h3 {
        font-size: 14px;
    }

    #navbar ul li {
        font-size: 9pt;
    }
}

@media only screen and (min-width:1200px) {
    .container {
        width: 1200px;
        margin: 0 auto;
    }
}

.ie8 .container, .ie7 .container, .ie6 .container {
    width: 1200px;
    margin: 0 auto;
}
