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

