/* 
    Created on : 22 Sep 2014, 10:44:15 PM
    Author     : Rowan Strydom
*/

body{
    background: url('../images/Background.png') repeat;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #9D9C9C;
    font-size: 18px;
}

.outercontain {
    max-width: 870px;
    background: #fff;
    margin: 0 auto;
    padding: 0;
    height: 100%;
}

.logo{
    margin: 0px 10px;
}

.logo img{
    width: 100%;
    height: auto;
    margin: 10px 0;
}

.nav{
    border-top: #8cc63f solid 5px;
    border-bottom: #8cc63f solid 5px;
}

.nav ul{
    list-style: none;
    margin: 0px;
    padding: 0;
}

.nav ul li {
    float: left;
    width: 20%;
    margin: 2px 2.5%;
    text-align: center;
    position: relative;
}

.nav ul li a, 
.nav ul li ul li a:hover,
.nav ul li ul li a
{
    text-decoration: none;
    color: #939598;
    display: block;
}

.nav ul li ul li a:hover{
    background: #e0e0e0;
}

.nav ul li ul {
    width: 100%;
    margin: 1px 2.5%;
    text-align: center;
    position: absolute;
    background: #e0e0e0;
}

.nav ul li ul li{
    width: 98%;
    margin: 1px 1%;
    text-align: center;
}

.nav ul li a:hover,
.nav ul li ul li a,
.nav ul li a.active,
.nav ul li ul li a
{
    width: 100%;
    padding: 2px 0;
    background: #939598;
    color: #fff;
    text-decoration: none;
}



.footer {
    background: #939598;
    color: #fff;
    width: 100%;
    position: fixed;
    bottom: 0px;
}

.footer .inner{
    max-width: 870px;
    margin: 0px auto;
    padding: 5px;
}

.clearfix {
    clear: both;
}

.centre-text {
    text-align: center;
}

.footer .inner {
    font-size: 11px;
}

.right {
    float: right;
}

.include{
    padding: 20px;
}

.moreProducts:hover{
    width: 100%;
    padding: 10px 0;
    background: #e0e0e0;
}

.moreProducts{
    width: 100%;
    padding: 10px 0;
}

.moreProducts div, .moreProducts div img{
    margin: auto; text-align: center; width: 56px; height: 67px; 
    background: transparent;
}

.product-list-items{
    border-bottom: solid 1px #e0e0e0;
    padding: 5px;
}

.pull-right {
    text-align: right;
} 
.small{
    font-size: 14px; 
}

map, div[map] {
    display:block;
    width: 100%;
    max-width: 500px;
    margin: auto;
    height: 500px;
    //border: #8cc63f 2px solid;
    //border-radius: 12px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none !important;
}