body, table, div {
	background: transparent;
}

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

}

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

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

div {
	color: 8D2124; /*general text*/
}

img {
	border: 0;
}

a {
	color: #4B7F73; /*general link*/
	text-decoration: none;
}

a:hover {
	color: #4B7F73; /*general link hover*/
	text-decoration: underline;
}

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


table.header {
	width: 778px;
	background: #004d44; /*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: #4B7F73; /*horizontal link bar*/
	color: #f0f1ef; /*link bar text colour*/
	padding: 3px 5px;
	border-bottom: 1px solid white;
	font-weight: bold;
}

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

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





table.main {
	width: 778px;
}

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

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

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



table.sidebar caption {
	background-color: #4B7F73; /*caption background*/
	color: white; /*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: 8D2124; /*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: red; /*sidebar product prices*/
	font-weight: bold;
}

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

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

table.sidebar#news div.snippet {
	padding-bottom: 5px;
	color: 8D2124; /*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: #4B7F73; /*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: white; /*categories level1 link*/
	text-decoration: none;
}

table.sidebar#categories td.l1_over a:hover,
table.sidebar#categories td.l1 a:hover {
	color: white; /*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: #4B7F73; /*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: #4B7F73; /*categories level2 link hover*/
	text-decoration: underline;
}



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

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

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

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

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

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






















