﻿body
{
    font-family: Verdana, sans-serif;
    background: none;
    font-size: 70%;
    line-height: 165%;
    color: #333333;
    text-decoration: none;
    margin: 0px;
}

table  
{
    border: 0px;}

h1
{
    padding: 1px 0px 0px 0px;
    margin: 0px;
    font-size: 145%;
    font-weight: normal;
    color: #000000;
}

h2
{
    padding: 0px 0px 5px 0px;
    margin: 10px 0px 5px 0px;
    font-size: 145%;
    font-weight: normal;
    color: #000000;
    border-bottom: solid 1px #CCCCCC;
}

h3
{
    padding: 10px 0px 5px 0px;
    font-size: 109%;
    font-weight: normal;
    color: #000000;
}

p
{
    padding: 10px 0px 5px 0px;
    margin: 0px;
}

a
{
    color: #059890;
    text-decoration: underline;
}

a:hover
{
    color: #B90018;
}

a.plusLink
{
    color: #009B81;
    text-decoration: none;
    background: url(Assets/plus.gif) no-repeat 0px 4px;
    padding: 0px 0px 0px 12px;
}

a.plusLink:hover
{
    color: #333333;
}

#wrapper
{
    width: 950px;
    margin: 0 auto;
    padding: 0px;
}

#header
{
    width: 950px;
    height: 100px;
    position: relative;
}

#logo
{
    position: absolute;
    top: 15px;
    left: 0px;
}

#logo a
{
    display: block;
    width: 138px;
    height: 74px;
    /*background: url(Assets/logo.png) no-repeat;*/
}

#searchBox
{
    position: absolute;
    width: 245px;
    height: 26px;
    top: 0px;
    right: 0px;
    background: url(Assets/searchBoxBg.png) no-repeat;
    padding: 8px 10px 5px 10px;
    color: #FFFFFF;
}

.searchBoxInput
{
    width: 165px;
    height: 16px;
    font-size: 100%;
    border: none;
    background: #FFFFFF;
    margin: 0px 5px 0px 5px;
}

.searchBoxBtn
{
    background: none;
    margin: 0px;
    padding: 0px;
    border: none;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
}

#strapLine
{
    position: absolute;
    bottom: 12px;
    right: 0px;
}

.navPage
{
    width: 950px;
    height: 30px;
    padding: 0px 0px 1px 0px;
    margin: 0px 0px 1px 0px;
    border-bottom: solid 3px #CCCCCC;
    position: relative;
    z-index: 300;
}

#printNav
{
    width: 950px;
    height: 25px;
    background: #F3F3F3;
}

#printNav ul
{
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 3px 0px 0px 0px;
}

#printNav li
{
    float: left;
    margin: 0px;
    padding: 0px 10px 0px 10px;
    background: url(Assets/subNavSplitLine.gif) no-repeat right 4px;
}

#printNav li.end
{
    float: left;
    margin: 0px;
    padding: 0px 10px 0px 10px;
    color: #999999;
    background: none;
}

#printNav li.textSize
{
    float: right;
    margin: 0px;
    padding: 0px 5px 0px 0px;
    background: none;
}

#printNav li a
{
    color: #059890;
    text-decoration: none;
}

#printNav li a.small
{
    font-size: 91%;
    color: #999999;
    text-decoration: none;
    padding: 0px 0px 0px 0px;
}

#printNav li a.medium
{
    font-size: 100%;
    color: #999999;
    text-decoration: none;
    padding: 0px 0px 0px 0px;
}

#printNav li a.large
{
    font-size: 109%;
    color: #999999;
    text-decoration: none;
    padding: 0px 5px 0px 0px;
}

#printNav li a.email
{
    color: #999999;
    text-decoration: none;
    background: url(Assets/mail.gif) no-repeat;
    padding: 1px 0px 2px 20px;
}

#printNav li a.print
{
    color: #999999;
    text-decoration: none;
    background: url(Assets/print.gif) no-repeat;
    padding: 1px 0px 2px 19px;
}

#printNav li a.addPrint
{
    color: #999999;
    text-decoration: none;
    background: url(Assets/addPrint.gif) no-repeat;
    padding: 1px 0px 2px 19px;
}

#printNav li a:hover, #printNav li a.email:hover, #printNav li a.print:hover, #printNav li a.addPrint:hover, #printNav li a.small:hover, #printNav li a.medium:hover, #printNav li a.large:hover
{
    text-decoration: underline;
}

#footer
{
    width: 950px;
    margin: 0px 0px 30px 0px;
    border-top: solid 3px #31A49E;
}

#footer ul
{
    list-style: none;
    margin: 5px 0px 0px 0px;
    padding: 0px;
}

#footer li
{
    float: left;
    padding: 0px 7px 0px 7px;
    color: #999999;
    background: url(Assets/footerSplitLine.gif) no-repeat 0px 5px;
}

#footer li.first
{
    float: left;
    padding: 0px 7px 0px 15px;
    color: #999999;
    background: none;
}

#footer li.right
{
    float: right;
    padding: 0px 15px 0px 7px;
    background: url(Assets/footerSplitLine.gif) no-repeat 0px 5px;
}

#footer li.rightEnd
{
    float: right;
    padding: 0px 7px 0px 0px;
    background: none;
}

#footer li a
{
    color: #999999;
    text-decoration: none;
}

#footer li a:hover
{
    text-decoration: underline;
}

#footerBorder
{
    width: 910px;
    margin: 0px;
    padding: 10px 20px;
    /*height: 0px;*/
    border-bottom: solid 3px #31A49E;
    
}


/*-------------- page CSS --------------- */

#page
{
    width: 950px;
    min-height: 615px;
    margin: 10px 0px 0px 0px;
}

#container
{
    background-color: #FFFFFF;
    float: left;
    width: 570px;
    border-left: solid 190px #0E8575;
    border-right: solid 190px #0E8575;
    position: relative;
}
#leftColumn
{
    float: left;
    width: 190px;
    margin-left: -190px;
    position: relative;
}
#middleColumn
{
    float: left;
    width: 570px;
    margin-right: -570px;
}
#rightColumn
{
    float: right;
    width: 190px;
    margin-right: -190px;
    position: relative;
}

.productsNavTitle
{
    width: 190px;
    height: 39px;
    border-bottom: solid 1px #FFFFFF;
    background: url(Assets/productNavTitle.png) no-repeat;
}

.productsNav
{
    width: 190px;
    /*background: #0E8575 url(Assets/productNavBg.png) no-repeat;*/
    background: #0E8575 no-repeat;
}

.productsNav ul
{
    list-style: none;
    width: 170px;
    margin: 0px;
    padding: 5px 10px 0px 10px;
}

.productsNav li
{
    list-style: none;
    padding: 5px 0px 5px 0px;
    border-bottom: dotted 1px #00DCBB;
    text-align: center;
}

.productsNav li.bottom
{
    list-style: none;
    padding: 5px 0px 5px 0px;
    border-bottom: none;
    text-align: center;
}

.productsNav li a
{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

.productsNav li a:hover
{
    text-decoration: underline;
}

.partnership
{
    position: absolute;
    bottom: 15px;
    left: -170px;
}

#middleColumnHolder
{
    width: 568px;
    min-height: 615px;
    margin: 0px 1px 0px 1px;
    /*background: #FFFFFF url(Assets/middleColumnBg.png) repeat-x;*/
}

#middleColumnTitle
{
    width: 528px;
    height: 29px;
    padding: 10px 20px 0px 20px;
    border-bottom: solid 1px #FFFFFF;
    background: url(Assets/middleColumnTitleBg.png) no-repeat;
}

#locationMap
{
    width: 570px;
    height: 255px;
    margin: 0px 0px 15px -20px;
}

.middleColumnContent
{
    width: 528px;
    padding: 0px 20px 0px 20px;
}

.enquireNowBox
{
    width: 190px;
    /*background: #0E8575 url(Assets/columnBoxBg.png) no-repeat;*/
    color: #FFFFFF;
    padding: 0px;
    margin:0px;
}

.columnBox
{
    width: 190px;
    background: #0E8575 url(Assets/columnBoxBg.png) no-repeat;
    color: #FFFFFF;
    padding: 0px 0px 7px 0px;
    border-top: solid 1px #FFFFFF;
}

.columnBox p
{
    color: #FFFFFF;
    font-weight: bold;
    margin: 0px;
    padding: 0px 10px 0px 10px;
    line-height: 150%;
}

.featuredBox p
{
    color: #FFFFFF;
    font-weight: bold;
    margin: 0px;
    padding: 3px 0px 0px 0px;
    text-align: center;
}

.featuredBox img 
{
    display: block;
    border: none;
}


.columnBoxTitle
{
    width: 190px;
    height: 39px;
}

.featuredBox
{
    width: 156px;
    height: 150px;
    padding: 10px;
    margin: 0px 7px 7px 7px;
    /*background: url(Assets/featuredBoxBg.png) no-repeat;*/
}

.featuredImg 
{
    padding-top: 5px;
    padding-left: 5px;
    width: 78px;
    height: 67px;
    background: url(Assets/featuredImgBG.png) no-repeat;
}

.newsRepeater
{
    width: 170px;
    padding: 0px 0px 10px 0px;
    margin: 0px 10px 10px 10px;
    border-bottom: dotted 1px #00DCBB;
    font-weight: bold;
    line-height: 150%;
}

.newsRepeater a
{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

.newsRepeater a:hover
{
    text-decoration: underline;
}

.date
{
    color: #00FFFF;
    font-weight: normal;
}

/*-------------- product buttons ---------------*/

.productBtnHolder
{
    float: left;
    width: 117px;
    height: 143px;
    margin: 15px 0px 0px 20px;
}

.productBtnHolder img
{
    display: block;
    border: none;
}

.productBtnHolder p
{
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    line-height: 120%;
    margin: 0px;
    padding: 8px 0px 0px 0px;
}

a.productBtn
{
    display: block;
    width: 97px;
    height: 123px;
    padding: 10px;
    background: url(Assets/productBtn-trans.png) no-repeat;
    text-decoration: none;
}

a.productBtn:hover
{
    background: url(Assets/productBtnOver-trans.png) no-repeat;
}
    
.error  
{
    color:#ff0000;
}

/*-------------- product list --------------*/

.productListHolder
{
    width: 511px;
    height: 158px;
    margin: 15px 0px 0px 0px;
    padding: 17px 0px 17px 17px;
    background: url(Assets/productListBg-trans.png) no-repeat;
}

.productListHolder h2
{
    padding: 0px 17px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 145%;
    font-weight: normal;
    color: #FFFFFF;
    border: none;
    line-height: 140%;
}

.productListHolder p
{
    margin: 0px;
    padding: 2px 17px 0px 0px;
    line-height:18px;
    color: #A1FFF5;
}

.productListImg
{
    float: left;
    padding: 5px;
    margin: 0px 15px 0px 0px;
    width: 95px;
    height: 95px;
    background: url(Assets/productListImg.gif) no-repeat;
}

input.productListBtn
{
    float: left;
    width: 159px;
    height: 32px;
    border: none;
    margin: 10px 7px 0px 0px;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 127%;
    font-weight: bold;
    color: #000000;
    background: url(Assets/longBtn-trans.png) no-repeat;
}

input.productListBtn:hover
{
    color: #FFFFFF;
    background: url(Assets/longBtnOver-trans.png) no-repeat;
}


/*-------------- product list --------------*/

.productDetailsHolder
{
    width: 528px;
    margin: 0px 0px 20px 0px;
}

.productDetailsImage
{
    float: left;
    width: 344px;
    height: 261px;
    margin: 15px 0px 0px 0px;
    padding: 9px 10px 0px 10px;
    background: url(Assets/productDetailsBg-trans.png) no-repeat;
}

.productDetailsImage img
{
    border: none;
    display: block;
}

.productDetailsImage p
{
    margin: 0px;
    padding: 7px 0px 0px 0px;
    color: #FFFFFF;
}

.productDetailsImage a
{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

.productDetailsImage a:hover
{
    text-decoration: underline;
}

.productDetailsBtn
{
    float: left;
    width: 159px;
    margin: 15px 0px 0px 0px;
}

input.productDetailsBtn
{
    width: 159px;
    height: 57px;
    border: none;
    margin: 0px 0px 5px 5px;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 127%;
    font-weight: bold;
    color: #000000;
    background: url(Assets/productDetailsBtn-trans.png) no-repeat;
}

input.productDetailsBtn:hover
{
    color: #FFFFFF;
    background: url(Assets/productDetailsBtnOver-trans.png) no-repeat;
}

a.productDetailsBtn
{
    width: 159px;
    height: 37px;
    border: none;
    margin: 0px 0px 5px 5px;
    padding-top: 20px;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 127%;
    font-weight: bold;
    color: #000000;
    text-align:center;
    text-decoration: none;
    background: url(Assets/productDetailsBtn-trans.png) no-repeat;
}

a.productDetailsBtn:hover
{
    color: #FFFFFF;
    background: url(Assets/productDetailsBtnOver-trans.png) no-repeat;
}

.productDetailsText
{
    margin: 0px 0px 0px 0px;
    border: none;
}

.productDetailsTextOpen
{
    margin: 0px 0px 0px 0px;
    border-bottom: solid 1px #CCCCCC;
    padding: 0px 0px 25px 0px;
}

.productDetailsText p, .productDetailsTextOpen p
{
    padding: 10px 5px 5px 5px;
    margin: 0px;
}

.productDetailsText h2, .productDetailsTextOpen h2
{
    padding: 0px 5px 8px 5px;
    margin: 8px 0px 0px 0px;
    font-size: 145%;
    font-weight: normal;
    color: #000000;
    border-bottom: solid 1px #CCCCCC;
}

.productDetailsText h3, .productDetailsTextOpen h3
{
    margin: 0px;
    padding: 15px 5px 0px 5px;
    font-size: 109%;
    font-weight: normal;
    color: #000000;
}

.productDetailsText ul, .productDetailsTextOpen ul
{
    margin: 0px;
    padding: 15px 0px 0px 25px;
}

.productDetailsText li, .productDetailsTextOpen li
{
    margin: 0px;
    padding: 0px;
}

.productSpec
{
    width: 518px;
    margin: 5px 5px 5px 5px;
    background: #E7E7E7;
}

.productSpec td
{
    font-weight: normal;
    padding: 5px;
    vertical-align: top;
    border-bottom: solid 1px #FFFFFF;
}

.productSpec td.title
{
    font-weight: bold;
    padding: 5px;
    vertical-align: top;
    border-right: solid 1px #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
}

a.plus
{
    display: block;
    width: 518px;
    background: url(Assets/plus.png) no-repeat right center;
    color: #000000;
    text-decoration: none;
}

a.plus:hover
{
    text-decoration: none;
}

a.minus
{
    display: block;
    width: 518px;
    background: url(Assets/minus.png) no-repeat right center;
    color: #000000;
    text-decoration: none;
}

a.minus:hover
{
    text-decoration: none;
}


/*-------------- related products -------------*/

#relatedProducts
{
    margin: 30px 0px 30px 0px;
    width: 514px;
    height: 159px;
    padding: 1px 7px 0px 7px;
    background: url(Assets/relatedProductsBg.png) no-repeat;
    color: #FFFFFF;
    font-weight: bold;
}

.relatedProductsRepeater
{
    float: left;
    width: 99px;
    color: #000000;
    font-weight: normal;
    margin: 5px 14px 0px 14px;
}

.relatedProductsRepeater img
{
    display: block;
    border: none;
}

.relatedProductsRepeater p
{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    line-height: 120%;
}


/*-------------- classes --------------- */

.clear
{
    clear: both;
    width: 0px;
    height: 0px;
    padding: 0px;
    margin: 0px;
    border: none;
}

p.centre
{
    text-align: center;
    line-height: 130%;
}


a.rightArrow
{
    float: right;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    padding: 0px 0px 3px 0px;
}

a.rightArrow:hover
{
    text-decoration: underline;
}

.searchOrder
{
    width: 100%;
    margin: 20px 0px 5px 0px;
    padding: 0px 0px 10px 0px;
    border-bottom: solid 1px #CCCCCC;
}

.dropList
{
    width: 12px;
    height: 11px;
    background: url(Assets/dropList-trans.png) no-repeat;
}







