@charset "utf-8";

.picture_r_padding {
	padding-right: 10px;
}

.headerbg {
	background-image:url(imgs/headerbg.jpg);
	background-repeat: repeat-x;
}
.wht_txt {
	color: #FFF;
	font-weight: bold;
}
.tablesty1 {
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #783C3A;
	border-right-color: #783C3A;
	border-bottom-color: #783C3A;
	border-left-color: #783C3A;
}
.txt_brown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4B2A1B;
}
.txt_brown_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4B2A1B;
	font-weight: bold;
}
.img_pad {
	padding-right: 10px;
}


.txt_brown1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #2C1810;
	font-weight: bold;
}
.txt_browncontents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #42261B;
}


a.txt_brn_link:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #42261B;
	text-decoration: underline;
	font-weight: bold;
}
a.txt_brn_link:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #42261B;
	text-decoration: underline;
	font-weight: bold;
}
a.txt_brn_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #42261B;
	text-decoration: none;
	font-weight: bold;
}
a.txt_brn_link:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #42261B;
	text-decoration: underline;
	font-weight: bold;
}



table.news{
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #512e1a;
	border-collapse: collapse;
	background-color: #decc9f;
}
table.news th {
	border-width: 1px;
	padding: 2px;
	border-style: dotted;
	border-color: #512e1a;
	background-color: #512e1a;
	-moz-border-radius: ;
}
table.news td {
	border-width: 1px;
	padding: 6px;
	border-style: dotted;
	border-color: #512e1a;
	background-color:  #decc9f;;
	-moz-border-radius: ;
}

table.prods{
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #512e1a;
	border-collapse: collapse;
	background-color: #decc9f;
}
table.prods th {
	border-width: 1px;
	padding: 2px;
	border-style: dotted;
	border-color: #512e1a;
	background-color: #512e1a;
	-moz-border-radius: ;
}
table.prods td {
	border-width: 1px;
	padding: 16px;
	border-style: solid;
	border-color: #512e1a;
	background-color:  #decc9f;;
	-moz-border-radius: ;
}
#contacts {
	background-color: #DECC9F;
	border-width: 1px;
	padding: 2px;
	border-style: solid;
}
