body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	font-family: Arial;
	font-size: 16px;
	margin: 0px;
	color: #a52f3f;
}
a {
	text-decoration: none;
	color: #a52f3f;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
.logo {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}
.menu {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #a52f3f;
}
.menu2 {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
bidy,p,li,div {
	font-family: Arial;
	font-size: 12px;
}
.catalog-table{
	width: 95%;
	border-collapse: collapse; 
	border-top: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
}
.catalog-table td{
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	padding: 3px;
	text-align: center;
}

.catalog-table a{
	color: #A52F3F;
}

.catalog_categorys{
	font-size: 12px;
}

.tree_elem {
	padding-left: 12px;
	background: url(images/tree_elem.gif) 5px -4px repeat-y;
}

.tree_elem a{
	padding-left: 13px;
	background: url(images/tree_elem_a.gif) 0px -4px no-repeat;
}


