/* CSS Document */
body,td,th {
	font-size: 12px;
	color: #333333;
	line-height: 1.5;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.cbg {
	background-image:url(images/bg01.jpg);
	background-repeat: no-repeat;
}

.cbg2 {
	background-image:url(images/bg02.jpg);
	background-repeat: repeat-y;
}

.cbg33 {
	padding:0 5px 10px 5px;
	background-color: #EBF2FA;
}

.aboutbg {
	background-image:url(images/about_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bttitle {
	color:#33390D;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
}

.npbttitle {
	color:#33390D;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #7AABD8;
}

.bgtitle {
	color:#A1A1A1;
	font-size: 12px;
	line-height: 15px;
}

.hxbg {
	background-image:url(images/hx01.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
.productsimg {
	height: 100px;
	width: 100px;
	border: 1px solid #C9CECA;
	margin-top: 13px;
}
.productsname {
	line-height: 25px;
	text-align: center;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #3366FF;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}

.menu {
	color: #FFFFFF;
	font-size: 13px;
	line-height: 25px;
	font-weight: 600;
	text-decoration: none;
}
.menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover {
	color: #FFFF00;
	text-decoration: none;
}
.menu a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.footer {
    padding:8px 0;
	color: #AAAAAA;
}

