body, table {
	font-family: Arial;
	color: #0d0d0d; /*general text*/
	font-size: 12px;

}

body {
	margin: 0;
	background: #f5f2d5; /* page background*/
}

table {
	background: transparent;
	color: #0d0d0d; /*general text*/
}

div {
	background: transparent;
	color: #0d0d0d; /*general text*/
}

img {
	border: 0;
}

a {
	color: #16175a; /*general link*/
	text-decoration: none;
}

a:hover {
	color: black; /*general link hover*/
	text-decoration: underline;
}

h1 {
	font-family: Arial;
	font-size: 18px;
	color: #16175a; /*page title*/
	font-weight: bold;
	margin-bottom: 20;
}

div.trail {
	font-size: 11px;
}


table.header {
	width: 900px;
	background-color: #17185d; /*header background*/
	color: #f3f09b;
}

table.header div {
	color: #f3f09b;
}

table.header td {
	padding: 10px;
	padding-right: 0px;
}

table.header a {
	color: #e6e196; /*header link color*/
}

table.header a:hover {
	color: white;
}

table.header td.right span {
	padding-left: 9px;
	padding-right: 10px;
	border-left: 1px solid #e6e196;
}

a.hometab:hover {
	color: black;
}

table.tabs {
	width: 900px;
	font-size: 11px;
	font-family: Tahoma;
	background-color: #17185d; /*header background*/
	border: 1px solid #17185d;
}

table.tabs a {
	color: #003663; /*tabs text*/
	text-decoration:none;
}

table.tabs a:hover {
	text-decoration: none;
	color: white; /*tabs text hover*/
}

table.tabs table td.l1 {
	font-weight: bold;
	color: #003663; /*tabs text*/
	text-decoration:none;
	text-align: center;
	padding: 5px 12px;
	border: 1px solid;
	border-color: #17185d; /*header background*/
	border-bottom: 0px;
	background-color: #e6e196;
}

table.tabs table td.l1_over {
	text-decoration: none;
	background: #c9bf8d; /*tabs background hover*/
	color: white; /*tabs text hover*/
	padding: 5px 12px;
	border: 1px solid;
	border-color: #17185d; /*header background*/
	border-bottom: 0px;
	text-align: center;
	font-weight: bold;
}

table.tabs table td.l1_active {
	text-decoration: none;
	background: #c9bf8d; /*tabs background hover*/
	color: white; /*tabs text hover*/
	padding: 5px 12px;
	border: 1px solid;
	border-color: #17185d; /*header background*/
	border-bottom: 0px;
	text-align: center;
	font-weight: bold;
}


table.tabs table td.l1_active a {
	text-decoration: none;
	color: white; /*tabs text hover*/
	
}

table.tabs table td.l1_over a {
	color: white;
	text-decoration: none;
}




table.logobar {
	width: 900px;
	height: 180px;
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #17185d; /*header background*/
	background: white url(header.gif) no-repeat center top;
}

table.logobar td.top {
	background-color: #17185d; /*logo panel bar one*/
	width: 50%;
	height: 14px;
}

table.logobar td.bottom {
	background-color: #e6e196; /*logo panel bar two*/
	width: 50%;
	height: 14px;
}


table.main {
	padding-top: 10px;
	background-color: white;
	padding-bottom: 10px;
	width: 900px;
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #17185d; /*header background*/
}

table.main td.center {
	padding: 10px;
	border: 8px solid;
	border-color: #f5f2d5; /*content border*/
	background-color: white;
}

table.main td.left {
	width: 160px;
	padding: 0px 8px;
	background-color: #f5f2d5;
	border-left: 10px solid white;
	border-right: 10px solid white;
}

table.main td.right {
	width: 160px;
	padding: 5px 8px;
	background-color: #f5f2d5;
	border-left: 10px solid white;
	border-right: 10px solid white;
	
}


table.sidebar {
	width: 100%;
	border: 1px solid;
	border-color: #17185d; /*sidebar title background*/
	border-top: 0;
	background: #ede8dd; /*sidebar background*/
	margin-bottom: 10px;
	font-size: 11px;
	color: black; /*sidebar text*/
	
	padding: 3px;
}



table.sidebar caption {

	border: 1px solid;
	border-color: #17185d; /*sidebar title background*/
	border-bottom: 0;

	background: #17185d; /*sidebar title background*/
	color: white; /*sidebar title*/
	padding: 4px 6px;
	font-size: 14px;
	font-weight: bold;
}

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 {
	padding-top: 5px;
	font-weight: bold;
}

table.sidebar#news div.date {
	font-weight: bold;
	padding: 3px 0;
}

table.sidebar#news div.snippet {
	padding-bottom: 5px;
}





table.sidebar#categories caption {
	display: none;
}

table.sidebar#categories {
	border: 0px solid;
	border-color: #17185d; /*categories level1 background*/
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;

}

table.sidebar#categories td.l1,
table.sidebar#categories td.l1_over {
	background: #17185d; /*categories level1 background*/
	color: #fb6703; 
	padding: 4px 6px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border-top: 10px solid #f5f2d5;
}

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: #fefbd2;  /*categories level1 link hover*/
	text-decoration: none;
}

table.sidebar#categories td.l2,
table.sidebar#categories td.l2_over {
	background: #ede8dd; /*categories level2 background*/
	color: white;
	border-bottom: 1px solid #dadada;
	padding: 4px 4px;
	font-size: 11px;
	text-decoration: none;
}

table.sidebar#categories td.l2_over {
	background: #fefbd2; /*categories level2 hover bg*/
}

table.sidebar#categories td.l2 a {
	color: black; /*categories level2 link*/
	text-decoration: none;
}

table.sidebar#categories td.l2_over a,
table.sidebar#categories td.l2_over a:hover,
table.sidebar#categories td.l2 a:hover {
	color: black; /*categories level2 link hover*/
	text-decoration: none;
}



table.footer {
	width: 900px;
	background: white; /*footer background*/
	color: #17185d; /*footer text*/
	font-size: 11px;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: #17185d; /*footer text*/
}

table.footer div {
	color: #17185d; /*footer text*/
	font-size: 11px;
}

table.footer a {
	color: #4f7271; /*footer links*/
}

table.footer a:hover {
	color: #4f7271; /*footer links hover*/
}

table.footer td {
	padding: 7px 15px;
}
































