/* background colour of top gradient */
div#bg_header { background: #6f6f6f; }
/* background colour of bottom bar */
div#body { border-color: #6f6f6f; }

/* background colour of main body */
body { background: #e7e7e7 }

/* link colour */
a:link {color:#666; text-decoration:none;}
a:visited {color:#666;}
a:hover {color:#e7e7e7; background:#707070;}
a:active {color:#666;}

/* highlighted text colour */
td.title h4, .highlight { color: #000000 }

/* header logo image */
h2#main_logo { border: none; background:url(../../images/slaz_main_logo.gif) no-repeat; width: 164px; height: 84px }

/* background of product list item */
td.title { background: #cccccc }

/* top right product shot image */
div#rightcol {}

