/* 
  File name:  stylesheet
  Created on: 29 January 2003 at 16:08
  Author:     Simon Williams, Paymaster Consulting Ltd. (simon@paymaster.demon.co.uk)

  Description:
    The stylesheet for the site trustmeimadesigner.com.
*/

A:link {
    color: #000000;
    font-style: italic;
    text-decoration: none;
}
A:active {
    color: #000000;
    font-style: italic;
    text-decoration: none;
}
A:visited {
    color: #000000;
    font-style: italic;
    text-decoration: none;
}
A:link.navigator {
    color: #000000;
    font: bolder normal 18pt arial, sans-serif;
    text-decoration: none;
    text-align: center;
}
A:active.navigator {
    color: #000000;
    font: bolder normal 18pt arial, sans-serif;
    text-decoration: none;
    text-align: center;
}
A:visited.navigator {
    color: #000000;
    font: bolder normal 18pt arial, sans-serif;
    text-decoration: none;
    text-align: center;
}
A:link.navigatorHighlighted {
    color: #ffffff;
    font: bolder normal 18pt arial, sans-serif;
    text-decoration: none;
    text-align: center;
}
A:active.navigatorHighlighted {
    color: #ffffff;
    font: bolder normal 18pt arial, sans-serif;
    text-decoration: none;
    text-align: center;
}
A:visited.navigatorHighlighted {
    color: #ffffff;
    font: bolder normal 18pt arial, sans-serif;
    text-decoration: none;
    text-align: center;
}
BODY.navigator {
    background: #000000 URL(http://www.trustmeimadesigner.com/images/navigator.jpg) no-repeat fixed center center;
    overflow: hidden;
}
P.navigator {
    text-align: center;
}
DIV.navigator {
    text-align: center;
    position: absolute;
    top: expression((parentNode.offsetHeight - this.offsetHeight) / 2);
    left: expression((parentNode.offsetWidth - this.offsetWidth) / 2);
}
BODY {
    background: #d2cfbe URL(http://www.trustmeimadesigner.com/images/tiles.jpg) repeat fixed top left;
}
TD {
    text-align: center;
    vertical-align: top;
}
TD.contact {
    text-align: left;
    vertical-align: top;
}