body {
	margin: 0;
	padding:0;	
	background-repeat:repeat-x repeat-y;
	background-position:top center;
	background-image:url(images/index_02.png);
	background-color:#fff;
	font-size:14px;
}

.mheader-right{ margin-left:60px;}

.tdbg{background-image:url(images/inside_07.jpg); background-repeat:repeat-y; background-position:left top;}
.inside_path{background-image:url(images/inside_03.png); background-position:0 0; background-repeat:no-repeat;}


.txt_000_14{ font-size:14px; color:#000000; line-height:21px;}
.txt_fff_14{ font-size:14px; color:#fff;}
.txt_3f2d21_12{ font-size:12px; color:#3f2d21; line-height:21px;}












a:link {	color: #000;	font-size: 14px;	line-height:21px;	text-decoration:none;}
a:visited {	color: #000;	font-size: 14px;	line-height:21px;	text-decoration:none;}
a:hover {	color: #000;	font-size: 14px;	line-height:21px;	text-decoration:none;}
a:active {	color: #000;	font-size: 14px;	line-height:21px;	text-decoration:none;}


.a_yh_15:link {	color: #3f2d21;	font-size: 15px;	line-height:21px;	text-decoration:none;	font-family:"Î¢ÈíÑÅºÚ";}
.a_yh_15:visited {	color: #3f2d21;	font-size: 15px;	line-height:21px;	text-decoration:none;	font-family:"Î¢ÈíÑÅºÚ";}
.a_yh_15:hover {	color: #000;	font-size: 15px;	line-height:21px;	text-decoration:none;	font-family:"Î¢ÈíÑÅºÚ";	border-bottom:solid 1px #3f2d21;	padding-bottom:2px;}
.a_yh_15:active {	color: #3f2d21;	font-size: 15px;	line-height:21px;	text-decoration:none;	font-family:"Î¢ÈíÑÅºÚ";}

.a_yh_12:link {	color: #3f2d21;	font-size: 12px;	line-height:21px;	text-decoration:none;	font-family:"Î¢ÈíÑÅºÚ";}
.a_yh_12:visited {	color: #3f2d21;	font-size: 12px;	line-height:21px;	text-decoration:none;	font-family:"Î¢ÈíÑÅºÚ";}
.a_yh_12:hover {	color: #000;	font-size: 12px;	line-height:21px;	text-decoration:none;	font-family:"Î¢ÈíÑÅºÚ";	}
.a_yh_12:active {	color: #3f2d21;	font-size: 12px;	line-height:21px;	text-decoration:none;	font-family:"Î¢ÈíÑÅºÚ";}


.a_000_12:link {	color: #000;	font-size: 12px;	line-height:21px;	text-decoration:none;	}
.a_000_12:visited {	color: #000;	font-size: 12px;	line-height:21px;	text-decoration:none;	}
.a_000_12:hover {	color: #000;	font-size: 12px;	line-height:21px;	text-decoration:none;	}
.a_000_12:active {	color: #000;	font-size: 12px;	line-height:21px;	text-decoration:none;	}

.a_6b6b6b_12:link {	color: #6b6b6b;	font-size: 12px;	line-height:21px;	text-decoration:none;	}
.a_6b6b6b_12:visited {	color: #6b6b6b;	font-size: 12px;	line-height:21px;	text-decoration:none;	}
.a_6b6b6b_12:hover {	color: #1373ad;	font-size: 12px;	line-height:21px;	text-decoration:none;	}
.a_6b6b6b_12:active {	color: #6b6b6b;	font-size: 12px;	line-height:21px;	text-decoration:none;	}


.a_fff_12:link {	color: #fff;	font-size: 14px;	 text-decoration:none; }
.a_fff_12:visited {	color: #fff;	font-size: 14px;	 	text-decoration:none; }
.a_fff_12:hover {	color: #333;	font-size: 14px;	 	text-decoration:none; }
.a_fff_12:active {	color: #fff;	font-size: 14px;	 text-decoration:none; }



/***** Products Home *****/
.productsHomeTemplate .item {
	float: left;
	margin: 0 20px 30px 0;
	width: 212px;
	height: 212px;
	position: relative;
	overflow: hidden;
	
    /*border: 2px solid #00aeef;*/
}
.productsHomeTemplate .item a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 208px;
	height: 208px;
	text-transform: uppercase;
}
.productsHomeTemplate .item a:hover {
	border: 2px solid #00aeef;
	text-decoration: none;
}
.productsHomeTemplate .item em {
	display: none;
	font-style: normal;
}
.productsHomeTemplate .item a:hover em {
	display: block;
	position: absolute;
	left: 0;
	top: 90px;
	padding: 10px;
	width: 190px;
	text-align: center;
	color: #fff;
	background: #00aeef;
}
.productsHomeTemplate .item img {
	display: none;
}