/*----- General styles -----*/

html	{ background:#fff url(../images/bg/bg_top.jpg) repeat-x center 20px;}
body	{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;}


/*----- Structure type -----*/
#parent {width:948px; min-height:800px; background:#FFF; margin: 70px auto 40px auto; display:table;}
	#col_left {	width:184px; min-height:710px; float:left; }
		#list_button_left {margin: 30px auto auto 20px;}
			
	#col_right { width:764px; min-height:710px; float:left; display:block;}
		#col_right_top{width:764px; height:172px;}
			#logo{padding: 20px 0px 20px 0px; float:left;}
			.video_bg_top{width:268px; height:161px; background:#fff url(../images/bg/video_bg_top.jpg) no-repeat center;  float:left;margin:-30px 15px 0; position:relative;}
		#col_right_middle1 {width:764px; min-height:127px; background:#FFFFFF; display:block;}
			#content_button{background:#fff; height:127px; width:120px; margin: 0px 0px 0px 20px; float:left;}
			#content_des{background:#fff; min-height:127px; width:460px; margin:0px; float:left; display:block;}
		#col_right_middle2 {width:764px; min-height:334px; display:block;}
		    #line1{width:620px; min-height:145px;}
		    #line2{width:620px; min-height:150px;}
			
		#col_right_bottom {width:764px; height:76px;  background:#fff url(../images/bg/footer.jpg) no-repeat center top; margin: 0px 10px 0px 0xp;}
            .bottom_text{margin-left: 300px; padding-top:4px;}		       
			.bottom_text a.font_white:hover{color:#fab917;}	
		    		
p{ margin:0 0 5px 0;}
.line{border-bottom: #e1e1e1 solid 2px; width:620px;  margin:0px 0px 0px 70px; }
.contType01	{background:#fff; min-height:127px; width:620px; margin:30px 0px 0px 70px; text-align:justify; display:block;}
.contType02	{background:#fff; min-height:320px; width:620px; margin:30px 0px 0px 70px;}
.contType03	{background:#fff; min-height:142px; width:139px; margin:0px 10px 5px 10px; float:left; }
    .divspace_left{margin-left:0px;}
    .divspace_right{margin-right:0px;}
    
.img_more{background:#fff url(../images/button/img_more.jpg) no-repeat right top; line-height:20px; width:20px; height:20px; display:inline-block;}
.video_desc{margin-top:10px;}


/*-----------  Font style ------------*/	
.font_normal{ color:#a2a2a2; font-size:10px;line-height:13px;}
.font_green{ color:#9dcb49; font-size:10px; font-weight:bold; line-height:13px;}
.font_white{ color:#fff; font-size:11px; text-decoration:none;}
A:hover{color:fab917; font-size:11px; text-decoration:none;}
.title_green,A.title_green,A.title_green:visited,A.title_green:active,A.title_green:link
{
    color:#9dcb49; font-size:11px; font-weight:bold;
    line-height:13px;
}

A.title_green:hover {
	text-decoration:underline;	
	color:#9dcb49; font-size:11px; font-weight:bold;
	line-height:13px;
}

/*-----------  Button style ------------*/	

/*--- Big Button ----*/	
A.green_button_big
{
	display:block;
	padding: 12px 0px 12px 10px;
	background: url("../images/button/btn_green_big_left.jpg") no-repeat left;
	text-decoration: none;
	color: white;
	height:39px;
	line-height:13px;	
}
A.green_button_big div
{
	font-size:11px;
	float:left;
	padding: 0px 22px 0px 5px;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	background: url( "../images/button/btn_green_big_right.jpg" ) no-repeat right;
	height: 39px;
	line-height:13px;
	width: 90px;
	text-align:left;	
}
A.green_button_big:hover
{
	display:block;
	padding: 12px 0px 12px 10px;
	border: solid 0 #FFFFFFF;
	text-decoration: none;
	color: white;
	height: 39px;
	line-height:13px;
}
A.green_button_big:hover div {
	font-size:11px;
	float:left;
	padding: 0px 22px 0px 5px;
	color:#fab917;
	cursor:pointer;
	text-decoration:none;	
	border:solid 0 #FFFFFFF;
	height: 39px;
	line-height:13px;
	width: 90px;
	text-align:left;	
}

/*--- Small Button ----*/	
A.green_button_small
{
	display:block;
	padding: 4px 0px 4px 6px;
	background: url("../images/button/btn_green_small_left.jpg") no-repeat left;
	text-decoration: none;
	color: white;
	height:27px;
	line-height:27px;	
}
A.green_button_small div
{
	font-size:11px;
	float:left;
	padding: 0px 22px 0px 5px;
	color: white;
	cursor: pointer;
	text-decoration: none;
	background: url( "../images/button/btn_green_small_right.jpg" ) no-repeat right;
	height: 27px;
	line-height:27px;
	width: 75px;
}
A.green_button_small:hover
{
	display:block;
	padding: 4px 0px 4px 6px;
	border: solid 0 #FFFFFFF;
	text-decoration: none;
	color: white;
	height: 27px;
	line-height:27px;
}
A.green_button_small:hover div {
	font-size:11px;
	float:left;
	padding: 0px 22px 0px 5px;
	color:#fab917;
	cursor:pointer;
	text-decoration:none;	
	border:solid 0 #FFFFFFF;
	height: 27px;
	line-height:27px;
	width: 75px;
}
	