body, table, div {
	background: transparent;
}

body, table {
	font-family: Arial, sans-serif;
	color: black/*general text*/; 
	font-size: 12px;

}

body {
	margin: 0;
	background: white/*background*/; 
}

table {
	background: white/*background*/; 
	color: black/*general text*/; 
}

div {
	color: black/*general text*/; 
}

img {
	border: 0;
}

a {
	color: black/*general link*/; 
	text-decoration: none;
}

a:hover {
	color: orange/*general link hover*/; 
	text-decoration: underline;
}

h1 {
	font-family: Arial;
	font-size: 16px;
	color: black/*heading colour*/; 
	font-weight: bold;
}


table.header {
	width: 778px;
	background: black/*header background*/; 
	border-bottom: 1px solid white;
}

table.header td.right {
	background: #004d44 url(headerright.gif) no-repeat right top;
	width: 100%;
	padding: 5px 10px;
	font-weight: bold;
}


table.linkbar {
	width: 778px;
	background-color: black/*horizontal link bar*/; 
	color: orange/*link bar text colour*/; 
	padding: 3px 5px;
	border-bottom: 1px solid white;
	font-weight: bold;
}

table.linkbar a {
	color: orange/*link bar text colour*/; 
}

table.linkbar span {
	padding: 0px 10px;
	border-left: 2px ridge;
	border-color: orange/*link bar text colour*/; 
}





table.main {
	width: 778px;
}

table.main td.center {
	padding: 5px;
}

table.main td.left {
	width: 160px;
	background-color: black/*sidebar background color*/; 
}

table.main td.right {
	width: 160px;
	background-color: black/*sidebar background color*/; 
}



table.sidebar caption {
	background-color: black/*caption background*/; 
	color: orange/*caption text*/; 
	font-weight: bold;
	font-size: 12px;
	padding: 5px 0px;
}

table.sidebar {
	background: transparent;
	width: 100%;
	margin: 0px;
	margin-bottom: 5px;
	padding: 5px;
	color: orange/*sidebar text*/; 
}

table.sidebar input {
	font-size: 11px;
}



table.sidebar div.image {
	float: left;
	padding: 5px;
}

table.sidebar div.image img {
	width: 30px;

}

table.sidebar#products tr td span.price {
	color: orange/*sidebar product prices*/; 
	font-weight: bold;
}


table.sidebar#news div.headline {
	font-weight: bold;
}

table.sidebar#news div.date {
	font-weight: bold;
	color: black/*caption background*/; 
}

table.sidebar#news div.snippet {
	padding-bottom: 5px;
	color: orange/*sidebar text*/; 
}

table.sidebar#news div {
	background-color: transparent;
}


table.sidebar#categories caption {
	display: none;
}

table.sidebar#categories {
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;

}

table.sidebar#categories td.l1,
table.sidebar#categories td.l1_over {
	background-color: black/*caption background*/; 
	color: #fb6703; 
	padding: 5px 0px 5px 20px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

table.sidebar#categories td.l1 a,
table.sidebar#categories td.l1_over a {
	color: orange/*categories level1 link*/; 
	text-decoration: none;
}

table.sidebar#categories td.l1_over a:hover,
table.sidebar#categories td.l1 a:hover {
	color: orange/*categories level1 link hover*/; 
	text-decoration: underline;
}

table.sidebar#categories td.l2,
table.sidebar#categories td.l2_over {
	background: transparent url(caption.gif) no-repeat 5px center;
	padding: 2px 0px 2px 20px;
	font-size: 11px;
	text-decoration: none;
}

table.sidebar#categories td.l2 a,
table.sidebar#categories td.l2_over a {
	color: black/*categories level2 link*/; 
	font-weight: bold;
	text-decoration: none;
}

table.sidebar#categories td.l2_over a:hover,
table.sidebar#categories td.l2 a:hover {
	color: orange/*categories level2 link hover*/; 
	text-decoration: underline;
}



table.footer {
	width: 778px;
	background-color: black/*footer background*/; 
	border-bottom: 8px solid;
	border-color: black/*footer border*/; 
	color: orange/*footer text*/; 
	font-size: 11px;
	padding: 5px 5px;
}

table.footer a {
	color: orange/*footer text*/; 
}

table.footer a:hover {
	color: orange/*footer text hover*/; 
}

table.footer2 {
	background-color: transparent;
	color: black/*bottom category list*/; 
}

table.footer2 a {
	color: black/*bottom category list*/; 
	padding: 0px 5px;
}

table.footer2 a:hover {
	color: black/*bottom category list*/; 
}
