/* CSS for products.html - products.css

	Author: Robert Cooper
	Company: AB Components Ltd
	Created: 08/12/2008
	
	Last modified by: Robert Cooper
	Last modified on: 23/12/2008
*/

p#sub_title {
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;}

a#page_nav {
	font-style:italic;
	font-size:small;}

a#page_nav:link {
	color:#2020ff;
	text-decoration:none;}

a#page_nav:visited {
	color:#990088;
	text-decoration:none;}

a#page_nav:active {
	color:#2070ff;
	font-weight:bold;
	text-decoration:underline;}

a#page_nav:hover {
	background-color:#ffd020;
	font-weight:bold;
	text-decoration:underline;}

a#left_nav:link {
	color:#2020ff;
	text-decoration:none;}

a#left_nav:visited {
	color:#990088;
	text-decoration:none;}

a#left_nav:active {
	color:#2070ff;
	font-weight:bold;
	text-decoration:underline;}

a#left_nav:hover {
	background-color:#ffd020;
	font-weight:bold;
	text-decoration:underline;}

p#back_to_top {
	font-style:italic;
	margin-left:25px;
	font-size:12px;}

