body, table {
	font-family: Arial;
	color: black; /*general text*/
	font-size: 12px;

}

body {
	margin: 0;
	background: white; /*background*/
}

table {
	background: white; /*background*/
	color: black; /*general text*/
}

div {
	background: white; /*background*/
	color: black; /*general text*/
}

img {
	border: 0;
}

a {
	color: #336633; /*general link*/
	text-decoration: none;
}

a:hover {
	color: #bed03c; /*general link hover*/
	text-decoration: underline;
}

h1 {
	font-family: Arial;
	font-size: 18px;
	color: #bed03c; /*page title*/
	font-weight: bold;
	margin-bottom: 20;
}

div.trail {
	font-size: 11px;
}


table.header {
	width: 100%;
	background: white; /*header background*/
}

table.header td {
	padding: 10px;
}

table.header td div {
	font-size: 11px;
}

table.header div {
	margin-bottom: 4px;
	background: white; /*header background*/
}

table.header div.links span {
	padding: 0 3px;
}

table.header div.contacts {
	color: black; /*contacts*/
}

table.header div.contacts a {
	color: black; /*contacts*/
}



table.tabs {
	width: 100%;
	font-size: 11px;
	font-family: Tahoma;
	background: white; /*header background*/
}

table.tabs table {
	background: white; /*header background*/
}


table.tabs ul {

	margin: 0;
	padding: 0;
	list-style:none;
	background: white; /*tabline background*/
}

table.tabs li {
	float:left;
	margin: 0;
	padding: 0;
}

table.tabs ul a {

	display: block;
	color: #336633; /*tabs text*/

	text-decoration:none;

	padding: 5px 12px;
	border: 1px solid;
	border-color: #bed03c; /*tabs border*/
	border-bottom: 0px;

	margin-right: 1;
	margin-left: 1;

	background: url(tab_bg.gif);
}

table.tabs ul a:hover {
	text-decoration:none;
	background: #336633; /*tabs background hover*/
	color: #bed03c; /*tabs text hover*/

	border: 1px solid;
	border-color: #c3c3c3; /*tabs border hover*/
	border-bottom: 0px;
}




table.searchbar {
	background: #bed03c; /*searchbar background*/
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	color: white; /*searchbar text*/
}

table.searchbar input, select {
	font-size: 10px;
}

table.searchbar td {
	padding: 5px;
}

table.searchbar a {
	color: white; /*searchbar text*/
}

table.searchbar a:hover {
	color: orange; /*searchbar text hover*/
}


table.searchbar2 {
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	color: black; /*sfooter search text*/
	padding-top: 5px;
	padding-bottom: 7;
	border-top: 1px solid;
	border-top-color: #111377; /*footer border top*/
}

table.searchbar2 input, select {
	font-size: 10px;
}

table.searchbar2 td {
	padding: 3;
}


table.specialsbar {
	background: #f4f4f4; /*specials bar background*/
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	color: black; /*specials bar text*/
	border-bottom: 1px solid #a1a1a1;
}

table.specialsbar a {
	color: #111377; /*specials bar link*/
}

table.specialsbar a:hover {
	color: orange; /*specials bar link hover*/
}

table.specialsbar span {
	padding: 0 10;
}

table.specialsbar td {
	padding: 4;
}






table.main {
	margin-top: 10;
	width: 100%;
}

table.main td.center {
	padding: 5;
}

table.main td.left {
	width: 160px;
	padding: 0 8;
}

table.main td.right {
	width: 160px;
	padding: 0 8;
}

table.main td.left div.categories {
	border: 1px solid;
	border-color: #111377; /*categories level1 border*/
}

table.main td.left div.categories div.level1 {
	background: #336633; /*categories level1 background*/
	padding: 4 6;
	font-size: 11px;
	font-weight: bold;
}

table.main td.left div.categories div.level1 a {
	color: white; /*categories level1 link*/
	text-decoration: underline;
}

table.main td.left div.categories div.level1 a:hover {
	color: black; /*categories level1 link hover*/
	text-decoration: underline;
}

table.main td.left div.categories div.level2 {
	background: #f4f4f4; /*categories level2 background*/
	border-bottom: 1px solid #dadada;
	border-top: 1px solid white;
	padding: 2 4;
	font-size: 11px;
}

table.main td.left div.categories div.level2 a {
	color: black; /*categories level2 link*/
	text-decoration: underline;
}

table.main td.left div.categories div.level2 a:hover {
	color: #336633; /*categories level2 link hover*/
	text-decoration: underline;
}



table.footer {
	width: 100%;
	background: #bed03c; /*footer background*/
	color: #111377; /*footer text*/
	font-size: 11px;
}

table.footer a {
	color: #111377; /*footer text*/
}

table.footer a:hover {
	color: white; /*footer text hover*/
}

table.footer td {
	padding: 7 15;
}




table.sidebar {
	border: 1px solid;
	border-color: #111377; /*sidebar border*/
	border-top: 0;
	background: white; /*sidebar background*/
	margin-bottom: 10px;
	font-size: 11px;
	color: black; /*sidebar text*/
	
	padding: 3px;
}



table.sidebar caption {

	border: 1px solid;
	border-color: #111377; /*sidebar border*/
	border-bottom: 0;

	background: #336633; /*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 td.headline {
	font-weight: bold;
}

table.sidebar#news td.date {

}

table.sidebar#news td.snippet {
	padding-bottom: 5px;
}

































