@charset "UTF-8";
/* CSS Document */

.coming_soon{ background-image:url(imm/coming_soon.jpg); width:953px; height:372px; margin:0px 0px 0px 18px}

.body{ background-image:url(imm/body_background.jpg); height:500px; background-repeat:repeat-x; background-color:#e8e8e8; font-family:Arial, Helvetica, sans-serif;}
	.site{ width:980px; margin:0px auto}
		.logo_hictech{ background-image:url(imm/hictech.png); width:241px; height:85px; cursor:pointer; margin:10px 0px 10px 0px}
		
		.menu{ background-image:url(imm/menu_background.jpg); width:970px; height:35px; position:relative}
			.menu_item{ font-size:12px; font-weight:bold; color:#525252; float:left; width:120px; height:25px; padding:10px 0px 0px 0px; text-align:center; cursor:pointer}
			.menu_item:hover{ text-decoration:underline;}
			.menu_item_current{ font-size:12px; font-weight:bold; text-decoration:underline; color:#525252; float:left; width:120px; height:25px; padding:10px 0px 0px 0px; text-align:center;}
		.black_header{ background-image:url(imm/black_header.jpg); width:970px; height:151px}
		
		.content{margin:10px 0px 0px -4px; width:978px;}
			.content_header{ background-image:url(imm/header_content.jpg); width:inherit; height:43px}
				.title{ font-size:16px; font-weight:bold; padding:15px 0px 0px 26px}
				.subtitle{  font-size:11px; padding:0px 0px 0px 26px; color:#666}
			.content_body{width:978px;background-image:url(imm/content.jpg); overflow:auto}
				.content_body_sx{width:574px; font-size:12px; line-height:18px; padding:10px 11px 10px 25px; float:left; text-align:justify}
				.content_body_dx{width:330px; font-size:12px; line-height:18px; padding:10px 20px 10px 0px; float:right;text-align:justify}
				.box_info{ background-image:url(imm/info_box.jpg); width:318px; height:130px; margin:0px 0px 30px 0px; position:relative; cursor:pointer}
				.box_info:hover{ background-image:url(imm/info_box_hover.jpg)}
					.title_box_info{ font-weight:bold; color:#bbb; font-size:29px; position:absolute; top:-7px; left:15px}
					.subtitle_box_info{ position:absolute; font-size:11px; top:14px; left:17px; color:#596d5e}
					.text_box_info{position:absolute; font-size:11px; top:42px; left:17px; font-weight:bold;  width:285px; color:#333}
					.button_box_info{ font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size:9px; font-weight:bold; color:#333; text-decoration:underline; position:absolute; top:106px; left:259px; cursor:pointer}
					.button_box_info:hover{ text-decoration:none}
			.footer{ background-image:url(imm/footer.jpg); width:inherit; height:108px}
			.credits{ font-size:11px; color:#888; width:978px; height:100px; text-align:center;margin:20px 0px 0px 0px}

