html, body
{
    height: 100%;
    color: black;
    background-color: #A0A0A0;
    font-size: smalls;
    background-image: url(http://www.pauwels.co.uk/images/background2.jpg);
    text-align: center;
    margin: 0 auto;
    padding: 0;
    border: none;
}

p
{
    valign: top;
}

iframe
{
    border: 0;
}

img
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    float: none;
}

h1
{
    font-family: arial narrow;
    color: #A00000;
    font-weight: lighter;
    font-size: 1.75em;
}

ul
{
    font-size: 1em;
}

table
{
    border: 0;
    valign: top;
    height: 98%;
    width: 970px;
    min-width: 400px;
    background-color: White;
    padding: 1px;
    font-family: arial;
    border: solid;
    border-color: black;
    border-width: 1px;
    font-size: 0.8em;
    overflow: hidden;
}

#bodycontent
{
    height: 550px;
}

#pdfLogo
{
    vertical-align: middle;
}

#topPane
{
    height: 1%;
    vertical-align: middle;
}

#leftPane
{
    width: 20%;
    padding-top: 40px;
    padding-bottom: 75px;
    text-align: center;
}

#rightPane
{
    background-image: url(http://www.pauwels.co.uk/images/background.jpg);
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 15px;
}

.contactHeader
{
    font-family: verdana;
    color: white;
    background-color: #75A1D0;
    opacity: 0.75;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
}

.contactHeader a
{
    color: white;
    text-align: right;
}

#resinTable
{
    background-color: #F0F8FF;
    height: 10%;
    width: 50%;
    font-size: 1em;
}

#resinTable th
{
    color: black;
    background-color: #B0C4DE;
    font-size: 10pt;
}

#downloadTable
{
    background-color: #F0F8FF;
    height: 10%;
    width: 100%;
    font-size: 1em;
}

#downloadTable th
{
    color: black;
    background-color: #B0C4DE;
}

#downloadTable td
{
    vertical-align: top;
}


.address
{
    font-size: 1em;
}

#viewMap
{
    font-size: 12px;
    font-weight: bold;
}

#disclaimer
{
    font-size: 0.9em;
    text-align: center;
}

#clock
{
    font-size: 0.8em;
    font-family: arial;
    font-weight: bold;
    text-align: right;
}

A:link
{
    color: #4682B4;
    text-decoration: none;
}
A:visited
{
    color: #4682B4;
    text-decoration: none;
}
A:active
{
    color: #4682B4;
    text-decoration: none;
}
A:hover
{
    color: #4169E1;
    text-decoration: underline;
}

.navlist
{
    background-color: #75A1D0;
    color: white;
    height: 30px;
    margin-top: 1px;
    margin-bottom: 0px;
    text-align: center;
    padding: 0px 0;
    margin-left: 0;
    font: 0.9em Verdana, sans-serif;
}

.navlist a
{
    color: white;
    padding: 0px 5px;
    margin-left: 2px;
    border-bottom: 0px;
    text-decoration: none;
}

.navlist a:hover
{
    background: #B0C4DE;
    border-color: #EEEEEE;
}

.thumbnail
{
    position: relative;
    z-index: 0;
}

.thumbnail:hover
{
    background-color: transparent;
    z-index: 50;
}

.thumbnail span
{
    /*CSS for enlarged invisible image*/
    position: absolute;
    background-color: #F0F8FF;
    padding: 5px;
    left: -1000px;
    top: -280px;
    border: 1px solid;
    visibility: hidden;
    color: black;
    text-decoration: none;
}

.thumbnail span img
{
    /*CSS for enlarged image*/
    border-width: 0;
    padding: 2px;
}

.thumbnail:hover span
{
    /*CSS for enlarged image on hover*/
    visibility: visible;
    top: -280;
    left: 90px; /*position where enlarged image should offset horizontally */
}

#sw
{
    font-size: 1px;
    color: #FFFFFF;
}
