/* background colour of top gradient */
div#bg_header { background: #3e221c; }
/* background colour of bottom bar */
div#body { border-color: #3e221c; }

/* background colour of main body */
body { background: #d0b9a8 }

/* link colour */
a:link {color:#f26e00; text-decoration:none;}
a:visited {color:#666; text-decoration:none;}
a:hover {color:#666; background-color:#213e47;}
a:active {color:#666;text-decoration:none;}

/* highlighted text colour */
td.title h4, .highlight { color: #3e221c }

/* header logo image */
h2#main_logo { border: none; background:url(../../images/smart_main_logo.gif) no-repeat; width: 164px; height: 84px }

/* background of product list item */
td.title { background: #e8d8cc }

/* top right product shot image */
div#rightcol { background: url(../../images/smart_corner_pic.jpg) no-repeat }

