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