#all {
    background-image:url('img/background.jpg');
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-position: 50% 50%;
    }
#top {
    height:173px;
    }
#logo {
    float:left;
    clear:none;
    }
#divider1 {
    background-color:#007161;
    height:1.1em;
    width:100%;
    color:white;
    font-size:26;
    }
#divider1 p {
    float:right;
    margin:0 7px 0 0;
    }
#centre {
    border:7px;
    width:100%;
    margin:0 auto;
    font-size:20;
    height:50%;
    }
#content h1 {
    color:#84c447;
    padding:5px;
    }
#content table {
    color:#006f60;
    padding:3px;
    float:left;
    }
#content sub, sup {
    line-height:0;
    position:relative;
    }
#content h1, h2 {
    clear:both;
    }
#content {
    margin:7px;
    padding:0px;
    border:0px;
    line-height: 1.4em;
    float:left;
    width:60%;
    color:#006f60;
    }
#content a {
    color:#006f60;
    }
#productpic img {
    background-color:#007161;
    padding:5px;
    float:right;
    height:128px;
    }
#divider2 {
    clear:both;
    background-color:#007161;
    height:3px;
    width:100%;
    }
#footer p {
    color:#006f60;
    }
#footer a {
    color:#8cc63f;
    }

/*menu*/
#menu {
    float:left;
    margin:0px 7px 7px 0px;
    z-index:1;
    width:15%;
    }
#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    }
#menu a, #menu h2 {
    font: bold 15px/25px Tahoma;
    display: block;
    border-width: 2px;
    border-style: solid;
    border-color: lightgray gray darkgray darkgray;
    text-align:center;
    margin: 0;
    padding: 2px 3px;
    }
#menu a {
    color: white;
    background: #007161;
    text-decoration: none;
    }
#menu a:hover {
    color: black;
    background:lightgreen;
    }
#menu li {
    position: relative;
    }
#menu ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    }
div#menu ul ul ul,div#menu ul ul li:hover ul ul {
    display: none;
    }
div#menu ul ul li:hover ul,div#menu ul ul ul li:hover ul {
    display: block;
    }
