/* CSS Document */
html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #000 url('../image/bg01.gif') repeat;
	font-family:Tahoma, Geneva, sans-serif;
}

input[type=checkbox] {
	width:20px;
	height:20px;
} 

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:#FFED00;
	}
	
a img {
	text-decoration: none;
	border: 0 none;
	}
	
	.clear
{
	clear:both;
}

.mom-main
{
	
	background:url('../image/bg02-x.png') repeat-x top center;
	min-width:1000px;
	
	}	
	
	
		.form_number
{
	margin:0px 3px 0px 0px;
	text-align:center;
	background:#310602;
	float:left;
	font-family:'Tahoma',sans-serif;
	font-weight: normal;
    font-size:75px;
	color: #fff5a7;
	border:1px solid #a78d41;
	width:75px;
	cursor:pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;

}
		.form_number01
{
	margin:10px 10px 0px 5px;
	text-align:center;
	float:left;
	font-family:'Tahoma',sans-serif;
	font-weight: normal;
    font-size:60px;
	color: #fff5a7;
	width:20px;

}

		.form_number02
{
	margin:0px;
	padding:10px;
	text-align:left;
	background:#310602;
	
	font-family:'Tahoma',sans-serif;
	font-weight: normal;
    font-size:16px;
	color: #fff5a7;
	border:1px solid #a78d41;
	width:200px;
	cursor:pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;

}

 .button_gold
{
	margin:0px;
	padding:5px;
	text-align:center;
	background: url(../image/button-gold.png) no-repeat top center;
	
	font-family:'Conv_PSL239pro',Tahoma, Geneva, sans-serif;
	font-size:30px; 
	color:#310602;
	font-weight: bold;
	width:161px;
	cursor:pointer;
	text-shadow: #464646 0.5px 0.5px 0.5px;
	border:none;
}
	
	 .button_gold:hover
{
	background: url(../image/button-sliver.png) no-repeat top center;
	color:#000;
}


 .button_order
{
	margin:0px;
	height:30px;
	text-align:center;
	background: url(../image/button-order.png) no-repeat top center;
	width:110px;
	cursor:pointer;
	border:none;
}
	
	 .button_order:hover
{
	background: url(../image/button-order-a.png) no-repeat top center;
}


 .banner_gold
{
	margin:0px;
	padding:9px 0;
	text-align:center;
	background: url(../image/banner-gold.png) no-repeat top center;
font-family:'Conv_PSL239pro',Tahoma, Geneva, sans-serif;
	font-size:40px; 
	color:#310602;
	font-weight: bold;
	width:270px;
	cursor:pointer;
	text-shadow: #464646 0.5px 0.5px 0.5px;
	border:none;
}
	 .banner_gold:hover
{
	background: url(../image/banner-sliver.png) no-repeat top center;
	color:#000;
}

	
	.page
{
	margin:0px 2px 0px 0px;
	padding:5px;
	background:#360601;
	float:left;
	font-family:"tahoma" MS,sans-serif;
	font-weight:bold;
    font-size:11px;
	color: #d8ad67;
	border:1px solid #9e743a;
	display:block;
	cursor:pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;

}
	.page:hover
{
	margin:0px 2px 0px 0px;
	padding:5px;
	background:#fff;
	float:left;
	font-family:"tahoma" MS,sans-serif;
	font-weight:bold;
    font-size:11px;
	color: #360601;
	border:1px solid #9e743a;
	display:block;
	cursor:pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
	.frame_black
{
	padding:5px;
	background:#000;

}

	.frame_black01
{
	padding:10px; 
	background:#080808; 
	margin:10px; 
	border:#222 1px solid;
}


	.form_search{
		width:220px;
		padding:5px;
		color:#ccc;
		font-size:13px;
		background:#666;
		border:#333 1px solid;
		margin-bottom:3px;
		margin-left:5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;	
/*	-webkit-box-shadow:0 0 7px #000;
	-moz-box-shadow:0 0 7px #000;
	-khtml-box-shadow:0 0 7px #000;
	-ms-box-shadow:0 0 7px #000;
	-o-box-shadow:0 0 7px #000;
	box-shadow:0 0 7px #000;*/
		}

.shadow{
	-webkit-box-shadow:0 0 7px #000;
	-moz-box-shadow:0 0 7px #000;
	-khtml-box-shadow:0 0 7px #000;
	-ms-box-shadow:0 0 7px #000;
	-o-box-shadow:0 0 7px #000;
	box-shadow:0 0 7px #000;
	}

.help{
	padding:5px; 
	margin:5px 5px 5px 15px; 
	list-style:square;
	line-height:20px;
	font:"Tahoma", Geneva, sans-serif; 
	font-size:13px; 
	color:#00529b;
	font-weight: bold;
	}
.help li a{
	font:"Tahoma", Geneva, sans-serif; 
	font-size:13px; 
	color:#00529b;
	font-weight: bold;
	}
.help li a:hover{
	font:"Tahoma", Geneva, sans-serif; 
	font-size:13px; 
	color:#f00;
	font-weight: bold;
	}
.button{
	background: #e10000;
	-o-border-radius: 7px 7px 7px 7px;
	-ms-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;	
	padding: 7px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-align:center;
	border:#FFF 0px solid;
	cursor:pointer;
}
.button:hover{
	background: #000;
	-o-border-radius: 7px 7px 7px 7px;
	-ms-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;	
	padding: 7px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-align:center;
	border:#FFF 0px solid;
	cursor:pointer;
}


.button01{
	background: url('../image/bg-button.png') repeat-x;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;	
	-webkit-box-shadow:0 0 7px #333;
	-moz-box-shadow:0 0 7px #333;
	-khtml-box-shadow:0 0 7px #333;
	-ms-box-shadow:0 0 7px #333;
	-o-box-shadow:0 0 7px #333;
	box-shadow:0 0 7px #333;
	padding: 13px;
	font-family: Tahoma, Geneva, sans-serif;
	text-shadow: #000 2px 2px 2px;
	font-size: 16px;
	font-weight: bold;
	color: #d8ad67;
	text-align:center;
	border:#d8ad67 1px solid;
	cursor:pointer;
}
.button01:hover{
	background: #000;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;	
	-webkit-box-shadow:0 0 7px #333;
	-moz-box-shadow:0 0 7px #333;
	-khtml-box-shadow:0 0 7px #333;
	-ms-box-shadow:0 0 7px #333;
	-o-box-shadow:0 0 7px #333;
	box-shadow:0 0 7px #333;
	padding: 13px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #eee;
	text-align:center;
	border:#d8ad67 1px solid;
	cursor:pointer;
}


.button-details{
	width: 80px;
	background: #666;
	-o-border-radius: 7px 7px 7px 7px;
	-ms-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;	
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ccc;
	text-align:center;
	border:#FFF 0px solid;
	cursor:pointer;
}
.button-details:hover{
	width: 80px;
	background: #ff6600;
	-o-border-radius: 7px 7px 7px 7px;
	-ms-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;	
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-align:center;
	border:#FFF 0px solid;
	cursor:pointer;
}

.button-details01{
	width: 80px;
	background: #00529b;
	-o-border-radius: 7px 7px 7px 7px;
	-ms-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;	
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fee600;
	text-align:center;
	border:#FFF 0px solid;
	cursor:pointer;
}
.button-details01:hover{
	width: 80px;
	background: #fee600;
	-o-border-radius: 7px 7px 7px 7px;
	-ms-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;	
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #00529b;
	text-align:center;
	border:#FFF 0px solid;
	cursor:pointer;
}




.button-price{
	background: #666;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;	
	padding: 7px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	text-align:center;
	border:#FFF 0px solid;
	cursor:pointer;
}
.button-price:hover{
	background: #ff6600;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;	
	padding: 7px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	text-align:center;
	border:#FFF 0px solid;
	cursor:pointer;
	text-decoration:none;
}


	.form{
		width:300px;
		padding-left:10px;
		color:#00529b;
		font-size:13px;
		background:#59a2dd;
		height:20px;
		border:#16629e 1px solid;
		margin-bottom:3px;
		margin-left:5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;	
		}
		
			.form02{
		width:300px;
		padding-left:10px;
		color:#00529b;
		font-size:13px;
		background:#f5f5f5;
		height:20px;
		border:#ccc 1px solid;
		margin-bottom:3px;
		margin-left:5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;	
		}

		
::-webkit-input-placeholder {
    color:#fff5a7 !important;
}
:-moz-placeholder {
    color:#fff5a7 !important;
}
::-moz-placeholder {
    color:#fff5a7 !important;
}
:-ms-input-placeholder {
    color:#fff5a7 !important;
}

/*---------------------------------------------------------------a all start---------------------------------------------------------- */

.a-all{
	width:950px;
	margin: 0px 0px 10px 0px;
	background: #D9FFFF;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #064284;
	float: left;
/*	-webkit-box-shadow:0 0 5px #999;
	-moz-box-shadow:0 0 5px #999;
	-khtml-box-shadow:0 0 5px #999;
	-o-box-shadow:0 0 5px #999;
	-ms-box-shadow:0 0 5px #999;
	box-shadow:0 0 5px #999;
*/}
.a-all .frame-a-all {
	float:left;
	margin: 5px;
	padding:1px;
	border:1px solid #fff;
	background:white;
	border-radius:3px;
	box-shadow:0 0 3px #000;
	font-size:0;
	line-height:0;
	}
.a-content-all {
	float:left;
	width:874px;
	padding-left:5px;
	text-align: left;
	}
	
/*---------------------------------------------------------------a all end---------------------------------------------------------- */

/*---------------------------------------------------------------q all start---------------------------------------------------------- */

.q-all{
	width:950px;
	margin: 0px 0px 10px 0px;
	background: #F3F3F3;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #6d3b16;
	float: left;
/*	-webkit-box-shadow:0 0 5px #999;
	-moz-box-shadow:0 0 5px #999;
	-khtml-box-shadow:0 0 5px #999;
	-o-box-shadow:0 0 5px #999;
	-ms-box-shadow:0 0 5px #999;
	box-shadow:0 0 5px #999;
*/}
.q-all .frame-q-all {
	float:left;
	margin: 5px;
	padding:1px;
	border:1px solid #fff;
	background:white;
	border-radius:3px;
	box-shadow:0 0 3px #000;
	font-size:0;
	line-height:0;
	}
.q-content-all {
	float:left;
	width:874px;
	padding-left:5px;
	text-align: left;
	}
	
/*---------------------------------------------------------------q all end---------------------------------------------------------- */

.logo_customer{
	margin:0px 10px 10px 10px; 
	padding:0px; 
	float:left; 
	width:300px; 
	height:80px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	}
	
	
	.promotion{
	margin:0px 10px 10px 10px; 
	padding:0px; 
	float:left; 
	width:460px; 
	height:250px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	}


	.sp_box{
	margin:0px 0px 0px 0px; 
	width:678px;
	}
	
	.sp_box_frame{
	background:#fff; 
	padding:0px 10px 0px 10px; 
	text-align:left;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	}


	.sp_box_product{
	background: #190301 url('../image/bg-product.png') repeat-x;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;	
	-webkit-box-shadow:0 0 7px #333;
	-moz-box-shadow:0 0 7px #333;
	-khtml-box-shadow:0 0 7px #333;
	-ms-box-shadow:0 0 7px #333;
	-o-box-shadow:0 0 7px #333;
	box-shadow:0 0 7px #333;
	padding: 13px;
	text-align:center;
	border:#d8ad67 1px solid;
	/*cursor:pointer;*/
	margin:10px 5px 0px 5px; 
	width:189px; 
	float:left;
}
/*.sp_box_product:hover{
	background: #000;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;	
	-webkit-box-shadow:0 0 7px #333;
	-moz-box-shadow:0 0 7px #333;
	-khtml-box-shadow:0 0 7px #333;
	-ms-box-shadow:0 0 7px #333;
	-o-box-shadow:0 0 7px #333;
	box-shadow:0 0 7px #333;
	padding: 13px;
	text-align:center;
	border:#d8ad67 1px solid;
	cursor:pointer;
	margin:10px 5px 0px 5px; 
	width:189px; 
	float:left;
}	*/
.box-content {
	background: url('../image/bg-content.png') repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666;
	text-align:left;
}

/*---------------------------------------------------------------box_black start---------------------------------------------------------- */
.box_black {
	margin: 0px 0px 0px 0px;
}
.box_black .box_heading_black {
	border-top: 1px solid #222;
	border-left: 1px solid #222;
	border-right: 1px solid #222;
	border-bottom: 0px solid #222;
	background: url('../image/bg_black.png') repeat-x;
	padding: 10px 0px 0px 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	color: #999;
   /* text-shadow: black 0.1em 0.1em 0.2em;*/
	height:37px;
}
.box_black .box_heading_black span {
	margin-top:20px;
}

.box_black .box_content_black{
	background: #0f0f0f;
	border-left: 1px solid #222;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666;
	text-align:left;
}

/*---------------------------------------------------------------box_black end---------------------------------------------------------- */

	.frame_banner {
	border:#999 1px solid;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	}
	
	.qa {
margin:-8px 0px 0px 0px;
padding:0px;
border-bottom:#0e92a0 1px dotted;
width:210px;
display:block;
line-height:35px;
/*height:52px;*/
text-align:left;
}
	.qa ul{
list-style-type:none;
}
	.qa li{
/*background:#ffffff url('../image/q.png') left no-repeat;*/
margin:5px 5px 0px -20px;
padding:0px 0px 0px 0px;
line-height:16px;
/*height:28px;*/
}
	.qa ul li span{
/*background:#ffffff url('../image/q.png') left no-repeat;*/
margin:0px 5px 0px -30px;
padding:0px 0px 0px 0px;
height:28px;
width:29px;
float:left;
}

	.qa-all {
margin:-8px 0px 0px 0px;
padding:0px;
border-bottom:#0e92a0 1px dotted;
width:720px;
display:block;
line-height:35px;
/*height:52px;*/
text-align:left;
}
	.qa-all ul{
list-style-type:none;
}
	.qa-all li{
/*background:#ffffff url('../image/q.png') left no-repeat;*/
margin:5px 5px 0px -20px;
padding:0px 0px 0px 0px;
line-height:28px;
/*height:28px;*/
}
	.qa-all ul li span{
/*background:#ffffff url('../image/q.png') left no-repeat;*/
margin:0px 5px 5px -20px;
padding:0px 0px 0px 0px;
height:28px;
width:29px;
float:left;
}



	.herb {
margin:-8px 0px 0px 0px;
padding:0px;
border-bottom:#0e92a0 1px dotted;
width:210px;
display:block;
line-height:71px;
/*height:52px;*/
text-align:left;
}
	.herb ul{
list-style-type:none;
}
	.herb li{
/*background:#ffffff url('../image/q.png') left no-repeat;*/
margin:5px 5px 0px -20px;
padding:0px 0px 0px 0px;
line-height:16px;
/*height:28px;*/
}
	.herb ul li span{
/*background:#ffffff url('../image/q.png') left no-repeat;*/
margin:0px 5px 10px -30px;
padding:0px 0px 0px 0px;
height:61px;
width:84px;
float:left;
}

	.news-home {
/*height:52px;*/
text-align:left;
}
	.news-home ul{
width:735px;
display:block;
line-height:71px;
margin:-8px 0px 0px 0px;
padding:0px;
border-bottom:#0e92a0 1px dotted;
list-style-type:none;
 font:"Tahoma", Geneva, sans-serif; 
	font-size:13px; 
	color:#000;
	font-weight: normal;
}
	.news-home li{
/*background:#ffffff url('../image/q.png') left no-repeat;*/
margin:10px 5px 0px 0px;
padding:10px 0px 0px 0px;
line-height:16px;
/*height:28px;*/
}
	.news-home ul li span{
/*background:#ffffff url('../image/q.png') left no-repeat;*/
margin:-2px 10px 10px 0px;
padding:0px 0px 0px 0px;
height:75px;
width:112px;
float:left;
}


	
	#frame {
	margin: 0px;
	border:1px solid #b99c5e;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	}
	
	.frame_magazine{
	margin: 0px;
	padding:7px;
	border:1px solid #ccc;
	background:#fff;
	box-shadow:0 0 7px #ccc;
	-webkit-box-shadow:0 0 7px #ccc;
	-moz-box-shadow:0 0 7px #ccc;
	-khtml-box-shadow:0 0 7px #ccc;
	-o-box-shadow:0 0 7px #ccc;
	-ms-box-shadow:0 0 7px #ccc;
	}

	
	.frame_gray {
	margin: 0px;
	padding:5px;
	border:1px solid #ccc;
	background:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	}
	.frame_yellow {
	margin: 0px;
	padding:6px;
	background:#fee600;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	}
	.frame_blue {
	margin: 0px;
	padding:6px;
	background:#00529b;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	}
	
	.view-more
  {
    display: block;
    width: 95px;
    height: 32px;
    background: url("../image/view-more.png") no-repeat 0 0;
	border:0px;

  }

  .view-more:hover
  { 
    background: url("../image/view-more2.png") no-repeat 0 0;
	border:0px;
  }
  
/*  .img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;

	}
    .img:hover
  { 
filter: Alpha(Opacity=50);
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
-webkit-opacity: 0.5;
-ms-opacity: 0.5;
-o-opacity: 0.5;
opacity: 0.5;
border:#999 1px solid;
  }
*/

    #logo
{
	background: url('../image/logo.png') no-repeat top center;
	position:absolute;
	z-index:2;
	top: 0;
    left: 0;
	width:100%; 
	height:100%; 
} 

	#bg-header
{
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	padding: 0 0 0 0px;
	background:url('../image/bg.jpg') top center no-repeat ;	
	width:100%;
	text-align: center;
	min-width:1000px;
	height:1399px;
}

	#bg-header01
{
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	padding: 0 0 0 0px;
	background:url('../image/frame.png') top center no-repeat ;
	margin-top:330px;
	width:100%;
	text-align: center;
	min-width:1000px;
	height:941px;
	position:absolute;
}

	#bg-header02
{
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	padding: 0 0 0 0px;
	background:url('../image/frame01.png') top center no-repeat ;
	margin-top:330px;
	width:100%;
	text-align: center;
	min-width:1000px;
	height:286px;
	position:absolute;
}


	#bg-top
{
	background: url('../image/bg_top.png') repeat-x;
	position:absolute ;
	z-index:1;
	top: 0;
    left: 0;
	width:100%; 
	height:100%;
	min-width:1000px;
}

.sp_container {
    margin: 0 auto;
	padding: 0px;
	width:1000px;
	min-width:1000px;
	}
	
.sp_column_left
{
	width:267px;
	float:left;
	margin-right:10px;
	margin-left:10px;
}
.sp_column_right
{
	width:700px;
	float:right;
	margin-right:10px;
}
.sp_box_content {
	background: #000 url('../image/bg_welcome.png') no-repeat scroll -125px -167px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;	
	padding: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #999;
	text-align:left;
}
.sp_box_gold {
	background: #947542 url('../image/bg_gold.png') repeat-x top center;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;	
	-webkit-box-shadow:0 0 7px #333;
	-moz-box-shadow:0 0 7px #333;
	-khtml-box-shadow:0 0 7px #333;
	-ms-box-shadow:0 0 7px #333;
	-o-box-shadow:0 0 7px #333;
	box-shadow:0 0 7px #333;
	padding: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #999;
	text-align:left;
}
.sp_box_gray {
	background: #575757 url('../image/bg_gray.png') repeat-x top center;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;	
	-webkit-box-shadow:0 0 7px #333;
	-moz-box-shadow:0 0 7px #333;
	-khtml-box-shadow:0 0 7px #333;
	-ms-box-shadow:0 0 7px #333;
	-o-box-shadow:0 0 7px #333;
	box-shadow:0 0 7px #333;
	padding: 10px;
	font-family: Tahoma, Geneva, sans-serif;	
	font-size: 18px;
	font-weight: bold;
	color: #ccc;
	text-align:left;
}


/*---------------------------------------------------------------box start---------------------------------------------------------- */
.box-heading-sub {
	
	background: #fff url('../image/tap-heading-sub.png') repeat-x;
	padding: 5px 20px 5px 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 14px;
	color: #000;
	-webkit-border-radius: 15px 15px 0px 0px;
	-moz-border-radius: 15px 15px 0px 0px;
	-khtml-border-radius: 15px 15px 0px 0px;
	border-radius: 15px 15px 0px 0px;
	height:25px;
	text-align:center;
}

.box-green {
	margin: 0px 0px 10px 0px;
	padding:10px;
	background:#669900;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;	
}

.box-red {
	margin: 10px 0px 10px 0px;
	padding:10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;	
	border:#F00 1px solid;
}
.box-purple {
	margin: 10px 0px 10px 0px;
	padding:10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;	
	border:#9900CC 1px solid;
}
.box-orange {
	margin: 10px 0px 10px 0px;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	background:#ff6600;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color:#fff;
}

.box-yellow {
	margin: 0px 0px 10px 0px;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	background:#ffff00;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color:#fff;
}

.box-in-green {
	margin: 0px 0px 10px 0px;
	padding:10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;	
	border:#fff 1px solid;
}

.box-gray {
	margin: 0px;
	padding:0px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;	
	border:#ccc 1px solid;
	background:#FFF;
}
.box-green {
	margin: 0px;
	padding:0px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;	
	background:#99CC66;
}


.box-category {
	margin: 0px;
	padding:0px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;	
	border:#999 1px solid;
}
.box-category .box-category-heading {
	
	/*background: #fff url('../image/tap-heading.png') repeat-x;*/
	padding: 0px 10px 0px 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
	color: #669900;
/*	-webkit-border-radius: 15px 15px 0px 0px;
	-moz-border-radius: 15px 15px 0px 0px;
	-khtml-border-radius: 15px 15px 0px 0px;
	border-radius: 15px 15px 0px 0px;
	border:2px solid #cccccc;
*/
}
.box-category .box-category-content {
	background: #fff;
/*	-webkit-border-radius: 0px 0px 0px 15px;
	-moz-border-radius: 0px 0px 0px 15px;
	-khtml-border-radius: 0px 0px 0px 15px;
	border-radius: 0px 0px 15px 15px;
	border-left: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
*/	padding: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
}
.box .box-content-yellow {
	background: #ffcf11;
	-webkit-border-radius: 0px 0px 15px 15px;
	-moz-border-radius: 0px 0px 15px 15px;
	-khtml-border-radius: 0px 0px 15px 15px;
	border-radius: 0px 0px 15px 15px;
	padding: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}


.box-details {
	margin: 0px;
	
}
.box-details .box-heading-details {
	
	background: #00529b url('') repeat-x;
	padding:  5px 20px 5px 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #fee600;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;

}
.box-details .box-content-details {
	background: #fff;
	-webkit-border-radius:0px 0px 7px 7px;
	-moz-border-radius:0px 0px 7px 7px;
	-khtml-border-radius:0px 0px 7px 7px;
	-ms-border-radius:0px 0px 7px 7px;
	-o-border-radius:0px 0px 7px 7px;
	border-radius:0px 0px 7px 7px;
	border-left: 0px solid #cccccc;
	border-right: 0px solid #cccccc;
	border-bottom: 0px solid #cccccc;
	padding:  10px 20px 10px 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
}

/*---------------------------------------------------------------box end---------------------------------------------------------- */

/*---------------------------------------------------------------product all start---------------------------------------------------------- */




.product-all{
	width: 192px;
	margin: 9px;
	background: #6e3c16;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	border: 1px solid #eee;
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #edcd6e;
	float: right;
}
.frame-all {
	float:none;
	margin: 8px;
	padding:2px;
	border:2px solid #fff;
	background:white;
	border-radius:3px;
	box-shadow:0 0 10px #666;
	font-size:0;line-height:0;
	clear: both;
	}
.product-content-all {
	float:none;
	width:175px;
	padding-left:18px;
	}

	
/*---------------------------------------------------------------product all end---------------------------------------------------------- */

/*---------------------------------------------------------------product start---------------------------------------------------------- */
.box-product {
	
	padding: 10px 0px 10px 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #6d3b16;
	border-radius:7px;
/*	width:200px;
*/	margin:0px 5px 0px 3px;
}

.box-product .product{
	
	
	background: #fff;
	border:#ccc 0px solid;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	-ms-border-radius: 7px 7px 7px 7px;
	-o-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #edcd6e;
	
}
.box-product .product .frame {
	
	margin: 8px;
	padding:2px;
	border:2px solid #fff;
	background:white;
	border-radius:3px;
	box-shadow:0 0 3px #000;
	font-size:0;line-height:0;
	}
.product-content {
	width:175px;
	padding-left:10px;
	}
	
/*---------------------------------------------------------------product end---------------------------------------------------------- */




/*---------------------------------------------------------------journalist start---------------------------------------------------------- */

.journalist{
	margin: 0px 5px 5px 0px;
	background: #222;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	/*border: 1px dashed #d1aa80;*/
	padding: 2px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
}
.frame_journalist {
	margin: 4px 10px 5px 5px;
	border:1px solid #000;
	}
	
/*---------------------------------------------------------------journalist end---------------------------------------------------------- */

/*---------------------------------------------------------------news start---------------------------------------------------------- */

.news{
	margin: 0px 0px 5px 0px;
		-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;	
	background: #2a0401;
	padding: 2px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #ccc;
}
.frame_news {
	margin: 0px 10px 0px 0px;
	padding:2px;
	border:1px solid #666;
	}
	
/*---------------------------------------------------------------news end---------------------------------------------------------- */



/*---------------------------------------------------------------news all start---------------------------------------------------------- */

.news-all{
	width: 945px;
	margin: 0px 0px 10px 5px;
	background: #f1f1f1;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	border: 1px solid #ccc;
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	float: left;
}
.news-all .frame-news-all {
	float:left;
	margin: 5px;
	padding:1px;
	border:1px solid #fff;
	background:white;
	border-radius:3px;
	box-shadow:0 0 3px #000;
	font-size:0;line-height:0;
	}
.news-content-all {
	float:left;
	width:777px;
	padding-left:10px;
	text-align: left;
	}
	
/*---------------------------------------------------------------news all end---------------------------------------------------------- */
.curve{
-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
}
/*---------------------------------------------------------------knowledge all start---------------------------------------------------------- */

.knowledge-all{
	width: 945px;
	margin: 0px 0px 10px 5px;
	background: #00529b;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	border: 1px solid #ccc;
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	float: left;
}
.knowledge-all .frame-knowledge-all {
	float:left;
	margin: 5px;
	padding:1px;
	border:1px solid #fff;
	background:white;
	border-radius:3px;
	box-shadow:0 0 3px #000;
	font-size:0;line-height:0;
	}
.knowledge-content-all {
	float:left;
	width:737px;
	padding-left:10px;
	text-align: left;
	}
	
/*---------------------------------------------------------------knowledge all end---------------------------------------------------------- */




/*---------------------------------------------------------------service start---------------------------------------------------------- */

.service {
	width: 295px;	
	margin: 13px;
	background: #fdf0c2;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	border: 1px solid #c19a40;
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #6d3b16;
	float: right;
	box-shadow:0 0 4px #505050;
}
.service .frame-service {
	float:left;
	margin: 5px;
	padding:1px;
	border:1px solid #fff;
	background:white;
	border-radius:3px;
	box-shadow:0 0 3px #000;
	font-size:0;line-height:0;
	}
.service-content {
	float:left;
	width:285px;
	padding-left:5px;
	text-align: left;
	}
	
/*---------------------------------------------------------------service end---------------------------------------------------------- */


/*---------------------------------------------------------------footer start---------------------------------------------------------- */
	
.footer 
{
	width:100%; 
	background: #000 url('../image/bg-footer.png') repeat-x top;
	 -webkit-box-shadow:0 0 7px #000;
	-moz-box-shadow:0 0 7px #000;
	-khtml-box-shadow:0 0 7px #000;
	-ms-box-shadow:0 0 7px #000;
	-o-box-shadow:0 0 7px #000;
	box-shadow:0 0 7px #000;
}

/*---------------------------------------------------------------footer end---------------------------------------------------------- */


/*---------------------------------------------------------------icon start---------------------------------------------------------- */
.icon_arrow{
	width:15px;
	height:12px;
	background: transparent url(../image/icon.png) no-repeat scroll -11px -114px;
}
.icon_camera{
	width:39px;
	height:18px;
	background: transparent url(../image/icon.png) no-repeat scroll 0px -4px;
}
.icon_more{
	width:22px;
	height:22px;
	background: transparent url(../image/icon.png) no-repeat scroll -9px -89px;
}
.icon_hot{
	width:38px;
	height:28px;
	background: transparent url(../image/icon.png) no-repeat scroll 0px -30px !important;
}
.icon_news{
	width:36px;
	height:31px;
	background: transparent url(../image/icon.png) no-repeat scroll 0px -58px !important;
}
.icon_youture{
	width:75px;
	height:28px;
	background: transparent url(../image/icon.png) no-repeat scroll -42px 2px !important;
}


/*---------------------------------------------------------------icon end---------------------------------------------------------- */

	