body{
    margin          : 0px 0px 0px 0px;
    padding         : 0px 0px 0px 0px;
    background-color: #fff;

    font-family     : Arial, Helvetica, sans-serif;
    font-size       : 16px;
    color           : #036;}
    
td{ font-size       : 20px;
    color           : #036;}

.size800{                               /* all pages - page size to fit 800*600 */
    background-color: #fff;
    border          : 1px solid #036;
    padding         : 0px 0px 0px 0px;
    width           : 760px;
    text-align      : left;}

.banner{
    padding         : 10px 0px 0px 0px;
    background-color: #036;

    font-size       : 35px;
    font-weight     : bold;
    font-style      : normal;
    text-align      : center;
    color           : #fff;}
    
.clear{
    clear           : left;}
    
.panel1{
    clear           : left;
    margin          : 0px 0px 0px 0px;
    padding         : 10px 0px 10px 10px;
    background-color: #fff;
    border-bottom   : 1px solid #036;

    text-align      : left;
    text-decoration : none;
    font-size       : 20px;
    font-weight     : normal;
    color           : #036;}

.panelr{
    float           : right;
    margin          : 0px 0px 0px 0px;
    padding         : 30px 0px 0px 0px;
    background-color: #fff;

    text-align      : left;
    text-decoration : none;
    font-size       : 20px;
    font-weight     : normal;
    color           : #036;}

.home{
    font-size       : 20px;
    color           : red;
    font-weight     : bold;
    text-align      : left;}

.italic{
    font-style      : italic;}
    
.center{
    text-align      : center;}

.small{
    font-size       : 12px;}

/*-----------------------------------------top menu----------*/
#menubox{                               /* all pages - menu box */
    clear           : left;
    margin          : 0px 0px 0px 0px;
    padding         : 0px 0px 0px 0px;

    text-align      : center}

#menutop ul{
    list-style-type : none;
    background-color: #036;
    margin          : 0px 0px 0px 0px;
    padding         : 10px 0px 10px 0px;}

#menutop li{
    display         : inline;}

#menutop a:link,
#menutop a:visited{
    margin          : 0px 0px  0px 0px;
    padding         : 0px 10px 0px 10px;

    text-decoration : underline;
    font-size       : 16px;
    font-weight     : bold;
    background-color: #036;
    color           : #fff;}

#menutop a:hover{
    text-decoration : underline;
    background-color: #fff;
    color           : #036;}

/*---------------------------------------enquiry table------*/
.enqtable{
    position        : static;
    width           : 458;

    border-collapse : collapse;
    border          : 2px solid #036;

    font-size       : 16px;
    font-weight     : normal;
    color           : #036;}            /* blue */

.enqth{
    font-size       : 16px;
    padding         : .5em;
    border          : 2px solid #036;}

.enqtdleft{
    font-size       : 16px;
    width           : 30%;
    padding         : .8em;
    border          : 0px solid #036;}

.enqtdright{
    font-size       : 16px;
    padding         : .8em;
    border          : 0px solid #036;}


