@charset "utf-8";
/* CSS Document */

/* HEADERs
         url('../type/BebasNeue-webfont.woff') format('woff'),*/
body {
    font-family: Tahoma, Geneva, sans-serif;
    color: #666;
}

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../type/BebasNeue-webfont.eot');
    src: url('../type/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('../type/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#header-holder {
    position: relative;
}

.header-phone {
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    height: 40px;
    z-index: 1;
    float: right;
    text-align: right;
    font-size: 23px;
    font-weight: 600;
    padding-top: 10px;
    padding-right: 9px;
}

.header-phone a {
    background-color: transparent;
    color: #993333;
}

#content-holder b, #content-holder b {
    color: #333;
}

#content-holderb h5 {
    display: block;
    color: #993333 !important;
    font: bold 1.8em Tahoma, Geneva, sans-serif !important;
}

#content-holder h1, #content-holderb h1 {
    font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
    font-size: 2.1em;;
    color: #993333;
    display: block;
    line-height: 1em;
    margin: 10px;
}

#breadcrumb, #content-holder h2, #content-holderb h2 {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 1em;
    color: #666;
    display: inline;
    line-height: 1em;
    font-weight: bold;
}

#content-holder h5 {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 1em;
    font-weight: bold;
    color: #666;
    display: inline;
    line-height: 1em;
    font-weight: bold;
}

#content-holder p.front {
    font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
    font-size: 2em;;
    display: block;
    line-height: 1.5em;
    margin: 25px;
    color: black;
}

#breadcrumb {
    display: block;
    margin: 10px;
    padding: 10px;
}

#search-bar input {
    border: none;
    padding: 2px 0 0 0;
    color: #993333;
    font-size: 0.7em;
    font-family: Tahoma, Geneva, sans-serif;
    width: 170px;
}

#search-bar button.images {
    border: none;
    width: auto;
    position: relative;
    top: 2px;
    padding: 0;
    opacity: 0.6;
}

#search-bar img {
    background: none;
}

#search-bar button.images:hover {
    opacity: 1;
}

#footer-holder a {
    color: #666;
    text-decoration: none;
}

#footer-holder a:hover {
    color: #666;
    text-decoration: underline;
}

/* NAVIGATION */

#nav {
    padding: 50px 0 0 0;
    font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    line-height: 1.5em;
    display: block;
    position: relative;
}
#nav > ul > li {
    width: 228px;
    height: 55px;
    /*border-width: 1px;
    border-right: ridge red;
*/
}
#nav li.home {
    background: url('/images/template/topmenu.png') 0 0;
}
#nav li.home:hover {
    background: url('/images/template/topmenuhover2.png') 0 0;
}
#nav li.contact {
    background: url('/images/template/topmenu.png') 231px 0;
    border-right:none !important;     border-width:0;
}
#nav li.contact:hover {
    background: url('/images/template/topmenuhover2.png') 231px 0;
    border-right:none !important;     border-width:0;
}
#nav li.catalogue {
    background: url('/images/template/topmenu.png')  -231px 0;
}
#nav li.catalogue:hover {
    background: url('/images/template/topmenuhover2.png')  -231px 0;
}
#nav li.about {
    background: url('/images/template/topmenu.png') -462px;
}
#nav li.about:hover {
    background: url('/images/template/topmenuhover2.png') -462px;
}
#nav li, div#header .misc #nav li a {
    float: left;
}

#nav li {
    list-style: none;
    position: relative;

}
#nav > ul li {
    font-size: 0.8em;
}
#nav > ul > li > a {
    height:55px;
    width:228px;
    display:block;
}


#nav li a {
    margin-left: 1px;
    margin-right: 10px;
    cursor: pointer;
    color: #993333;
    text-decoration: none;
    padding: 2px 0px 2px 5px;
}

/*#nav li a:hover*/
.hover1 {
    background-color: #993333;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    cursor: pointer;
}

.hover1 > a {
    color: #FFF !important;
}

.onhover {
    color: #FFFFFF !important;
    background-color: #993333;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

/* Sub Menu */

#nav li ul {
    /* border-top: 2px solid #fff; */
    position: absolute;
    display: none;
    left: 20px;
    padding: 4px;
    margin: 0;

    top: 100%;
    white-space: nowrap;
    background-color: #993333;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    font: 0.55em Tahoma, Geneva, sans-serif;
    color: #fff;
    z-index: 10;
}

#nav li:hover > ul {
    display: block;
    width: 170px;
    left: 30px;
}

#nav li ul li, #nav li ul li a {
    float: none;
    color: #FFF;
    background-color: none;
}

#nav li ul li {
    _display: inline; /* for IE6 */
    border-bottom: 1px solid #990033;
}

/*#nav li ul li:hover, #nav li ul li a:hover*/
.hover2 {
    background-color: #FF0000 !important;
    border: none;
    margin-left: 0;
}

#nav li ul li a {
    display: block;
    margin-left: -3px;
    font: 1em Tahoma, Geneva, sans-serif;

}

/* sub sub menu */

#nav li ul li ul {
    display: none;
    font: 1em Tahoma, Geneva, sans-serif;
}

#nav li ul li:hover ul {
    left: 100px;
    top: -5px;
}

.news-feed {
    border-left: 1px dotted #e2e2e2;
    padding: 20px 0 20px 20px;
    width: 550px;
    min-height: 150px;
    float: left;
}

/* BRANDS */
.footer-brands {
    margin: 20px 0 0 0;
    border-top: 1px solid #e2e2e2;
    padding: 5px 0 0 0;
    font-size: 0.7em;
    /*clear:      both;*/
    color: #333;
    text-align: center;
    width: 80%;
    float: left;
}

.footer-brands img {
    border: 0;
    padding: 0;
    margin-left: -3px;
}

/* TOOL TIP */

span[data-tooltip], .tooltip {
    text-decoration: none;
    margin-bottom: -1px;
    z-index: 1;
    position: relative;
}

span[data-tooltip]::before, .tooltip::before {
    content: ".";
    line-height: 0;
    color: transparent;
    font-size: 0;
    display: none;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: #333;
    position: absolute;
    top: 100%;
    opacity: 0;
    left: 50%;
    margin-left: -5px;
    font-size: 10px;
}

span[data-tooltip]::after, .tooltip span {
    content: attr(data-tooltip);
    display: none;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 0;
    min-height: 20px;
    line-height: 20px;
    z-index: 0;
    font-size: 10px;
    color: white;
    background: black;
    background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#000));
    background: -moz-linear-gradient(top, #333, #000);
    font-family: "Puritan", sans-serif;
    font-weight: normal;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-top: 10px;
    top: -80px;
}

span[data-tooltip]:hover::after, .tooltip:hover span {
    opacity: 0.8;
    z-index: 2;
    display: block;
}

span[data-tooltip]:hover::before, .tooltip:hover::before {
    opacity: 0.8;
    display: block;
}

/* HOVERING OPACITY */

.toggleopacity {
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.toggleopacity:hover {
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.toggleborder:hover {
    color: red; /* Dummy definition to overcome IE bug */
}

/* Browse Catalogue Set */

.sidebar {
    padding: 160px 0 0 20px;
    width: 320px;
    float: right;
    border-left: 1px solid #e2e2e2;
}

.sidebar .browse-catalogue, .browse-catalogue {
    float: left;
    width: 320px;
    background: url(/images/template/catalogue-feat.jpg) no-repeat 8px 0;
    height: 220px;
}

.sidebar .browse-catalogue div.arrow, .browse-catalogue div.arrow {
    width: 70px;
    height: 70px;
    background: url(/images/template/arrow-cata.png) no-repeat;
    position: relative;
    top: 130px;
    left: 220px;
}

.sidebar .bse-catalogue div.arrow:hover, .browse-catalogue div.arrow:hover {
    width: 70px;
    cursor: pointer;
    height: 70px;
    background: url(/images/template/arrow-cata.png) no-repeat;
    background-position: 0 -70px;
    position: relative;
    top: 130px;
    left: 220px;
}

.form {
    width: 500px;
    float: left;
    margin: 50px 0 0 0;
    font: 1em/1.5em Tahoma, Geneva, sans-serif;
    color: #666;
}

/* HOW IT WORKS */

.footer-how {
    border-top: 1px solid #e2e2e2;
    margin: 10px 0 0 0;
    padding: 5px 0 0 0;
    font-size: 0.7em;
    clear: both;
}

.footer-how a {
    font-weight: bold;
    color: #993333;
    text-decoration: none;
}

.footer-how a:hover {
    text-decoration: underline;
    font-weight: bold;
    color: #993333;
}

.footer-how h1 {
    font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
    font-size: 2em;
    color: #993333;
}

.footer-how h2 {
    font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    color: #999;
}

.snip-terms {
    width: 305px;
    float: left;
    border-right: 1px dashed #e2e2e2;
    padding: 10px 10px 0 0;
    color: #666;
    line-height: 1.3em;
    margin: 0 0 10px 0;
}

.snip-faqs {
    width: 330px;
    float: left;
    color: #666;
    line-height: 1.3em;
    padding: 10px 10px 0 20px;
    margin: 0 0 10px 0;
}

.snip-privacy {
    width: 230px;
    line-height: 1.3em;
    float: right;
    color: #666;
    border-left: 1px dashed #e2e2e2;
    padding: 10px 0 0 10px;
    margin: 0 0 10px 0;
}

/* Catalogue */

#content-holder h3, #content-holderb h3, #content-holder h3 a, #content-holderb h3 a {
    color: #993333;
    font-weight: bold;
    padding-bottom: 10px;
    text-decoration: none;
}

#content-holder h3 a:hover, #content-holderb h3 a:hover {
    color: #993333;
    text-decoration: underline;
    font-weight: bold;
    padding-bottom: 10px;
}

#content-holder a.sub-cat {
    color: #333;
}

#content-holder h3 img, #content-holderb h3 img {
    vertical-align: text-top;
}

#content-holder ul {
    margin-left: 10px;
    padding: 0 0 10px 0;
}

#content-holder a {
    color: #666;
    text-decoration: none;
}

#content-holder a:hover {
    text-decoration: underline;
}

.column {
    display: block;
    width: 400px;
    float: left;
    padding: 0 0 10px 50px;
}

.read-terms2 {
    float: right;
    margin: 30px 20px 0 0;
    display: block;
    width: 197px;
    height: 46px;
    background: url(/images/template/read-down.jpg) no-repeat;
    clear: both;
}

.read-terms2:hover {
    background: url(/images/template/read-down.jpg) no-repeat;
    background-position: 0 -46px;
    clear: both;
}

/* Products */

.view-all {
    width: 200px;
    float: right;
    text-align: right;
}

.opp-viewall {
    width: 200px;
    float: left;
    text-align: left;
    color: #FFF;
    font-weight: bold;
}

.product-row {
    margin: -10px 0 20px 5px;
    border-top: 1px dotted #CCC;
    overflow: auto;
    clear: both;
}

.product {
    padding: 0 8px 0 8px;
    text-align: left;
    height: 100px;
    overflow: hidden;
}

#content-holder .product p a {
    font-size: 1em/1.5em !important;
}

.product-holder {
    text-align: center;
    width: 210px;
    margin: 4px;
    padding: 5px;
    float: left;
    background-color: #f6f6f6;
    border: 1px solid #fff;
}

.product-holder:hover {
    background-color: #fff;
    border: 1px solid #f6f6f6;
}

.product-holder p {
    /*padding: 0 5px 0 5px;*/
}

.product-holder a {
    color: #993333 !important;
    font-weight: bold;
    text-decoration: none !important;
}

.product-holder img, .imgproduct {
    padding: 4px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: white;
    border: #333333 thin solid
}

.imgproduct {
    border: none;
}

.product-holder a:hover {
    color: #CCC !important;
    font-weight: bold;
    text-decoration: none;
}

/* individual products */

.productpage-holder {
    width: 100%;
    margin: 20px 0 20px 0;
}

.product-info {
    width: 400px;
    float: left;
}

.product-info h5 {
    display: block;
    color: #993333 !important;
    font: bold 1.8em Tahoma, Geneva, sans-serif !important;
}

ul.product-desc li {
    padding: 3px 0 3px 20px;
    border-bottom: 1px solid #e2e2e2;
    overflow: hidden;
}

ul.product-desc li b {
    float: left;
}

ul.product-desc li.last {
    border-bottom: 0;
}

.prod-proper {
    width: 250px;
    padding: 0 5px 0 0;
    float: right;
    text-align: left;
}

.product-img {
    width: 400px;
    float: right;
}

ul#subcat li {
    float: left;
    width: 300px;
}

ul#subcat {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}

.center {
    text-align: center;
}

div#contact {
    width: 100%;
}

#contact form {
    width: 610px;
    margin: 0 auto;
}

label {
    display: inline-block;
    width: 200px;
    margin: 5px 0;
}
.contactsubmit {
    padding-top:10px;
    width: 515px;
    text-align:right;
}
#contact textarea {
    width: 515px;
    display:block;
}

#contact button[type="submit"] {
    margin: 0 auto;
    background-color:#993333;
    color:white;
    padding:5px 10px;
    border:0px;
}
#contact button[type="reset"] {
    margin: 0 auto;
    background-color: white;
    color: black;
    padding:5px 10px;
    border:gray 1px solid;
}
#contact .required {
    color: #993333;
    font-weight: bold;
}
#contact .error {
    color: red;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

#ag-details span {
    width: 200px;
    display: inline-block;
}

#ag-charges {
    text-align: right;
    padding-left: 60%;
}

#ag-charges input, #ag-details input, #ag-details textarea, #ag-description textarea, #contact input {
    width: 200px;
    border-style: solid;
    border-color: #d4d4d4;
    border-width: 1px;
    padding: 5px;
    display: block;
}

#ag-details textarea, #ag-description textarea {
    resize: none;
    height: 60px;
}

#ag-description textarea {
    margin-right: 20%;
    width: 100%;
    height:100px;
}

.additional span, #ag-charges label, #ag-details label, #ag-description label, #contact label {
    width: 300px;
    display: inline-block;
    font-weight: bold;
    vertical-align: top;
}

.additional ul {
    list-style: inherit;
}

#ag-charges label {
    width: auto;
    display: block;
}

#ag-description label {
    width: 70%;
    margin-right: 20px;
}

#ag-charges input {
    display: inline;
    width: 50px;
    margin-left: 50px;
    text-align: right;
}

.additional input[type="checkbox"] {
    margin: 10px;
}

.additional textarea {
    resize: none;
}

.additional button {
    padding: 10px;
}

.terms1 {
    margin: 10px;
}

#agreement #status {
    font-weight: bold;
    display: block;
    text-align: center;
}

#status.error {
    color: red;
}

#status.success {
    color: green;
}

#agreement h2 {
    font-size: 1.4em;
    margin: 10px 0 10px 0;

    display: block;
    color: #993333;
}

.capricorn {
    padding-top: 10px;
    border-top: 1px solid #e2e2e2;
    text-align:center;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

}
.ozwidelink {
    float:left
}
.copyright {
    color:gray;
}
ul.menu li ul li a   {
        font-size: 12px!important;
 }
