@charset "utf-8";
.bg-in {
	background-image: url(bg-in.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.cat-bg {
	background-image: url(cat-bg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.btn-bg {
	background-image: url(btn-bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.txt-bg {
	background-image: url(txt-bg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.footer-bg {
	background-image: url(footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 127px;
	width: 581px;
}
.cat-txt {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
}
.cat-txt2 {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.cat-txt2:hover {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FF009C;
}
.txt {
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.footer {
	font-family: tahoma;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
}
.footer:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #279ED6;
	text-decoration: none;
}
.prod-blue {
	font-family: tahoma;
	font-size: 10px;
	color: #279ED6;
	text-decoration: none;
	font-weight: bold;
}
.h2-header {
	font-family: tahoma;
	font-size: 14px;
	color: #fe019c;
	text-decoration: none;
}
.h1-header {
	font-family: tahoma;
	font-size: 16px;
	color: #fe019c;
	text-decoration: none;
	font-weight: bold;
}
.prod-blue:hover {
	font-family: tahoma;
	font-size: 10px;
	color: #279ED6;
	text-decoration: underline;
	font-weight: bold;
}
