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

body
{
	background-color:white;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.background
{
	background-image:url(../images/image_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	width:100%;
	min-height:800px;
}

.wrapper
{
	width:900px;
	margin:auto;
	padding-top:5px;
}

.wrapper_admin
{
	width:1000px;
	margin:auto;
	border:1px solid black;
}

.header
{
	width:100%;
	height:83px;
	background-image:url(../images/header.jpg);
}

.header_admin
{
	background-color:#000000;
	width:100%;
	height:93px;
	text-align:right;
}

.menubar
{
	width:100%;
	padding-bottom:10px;
}

.menubar td
{
	background-image:url(../images/menu_bg.jpg);
	height:30px;
	background-repeat:repeat-x;
}

.menubar div
{
	height:30px;
	background-repeat:no-repeat;
	background-position:center;
}

.menubar a
{
	display:block;
	color:white;
	text-decoration:none;
	text-align:center;
	padding-top:7px;
}

/*.menubar_blur
{
	width:100%;
	height:23px;
	margin:auto;
	background-image:none;
	background-repeat:no-repeat;
	background-position:center;
	padding-top:7px;
	cursor:pointer;
}
*/

.content
{
	width:100%;
	background-image:url(../images/content_bg.jpg);
	background-repeat:repeat-y;
}

.content_admin
{
	width:100%;
	background-color:white;
	padding-top:2px;
	padding-bottom:2px;
	background-image:url(../images/menu_admin.jpg);
	background-position:left;
	background-repeat:repeat;
}

.home_left_content
{
	float:left;
	width:587px;
	text-align:center;
	margin-left:14px;
}

.web_left_content_2
{
	float:left;
	width:195px;
	padding-left:5px;
}

.web_right_content_2
{
	float:right;
	width:680px;
}

.home_right_content
{
	float:right;
	width:284px;
	margin-right:0px;
}

.welcome_text_frame
{
	width:574px;
	margin:auto;
	text-align:left;
	margin-bottom:5px;
}

.welcome_text_frame_top
{
	background-image:url(../images/top_welcome_frame.jpg);
	background-repeat:no-repeat;
	height:15px;
}

.welcome_text_frame_center
{
	background-image:url(../images/center_welcome_frame.jpg);
	background-repeat:repeat-y;
	padding-left:10px;
	padding-right:5px;
}

.welcome_text_frame_bottom
{
	background-image:url(../images/bottom_welcome_frame.jpg);
	background-repeat:no-repeat;
	height:15px;
}

.welcome_text_frame_title
{
	font-size:14px;
	font-weight:bold;
	color:#045476;
	margin-bottom:5px;
}

.latest_news_title
{
	font-weight:bold;
	color:#045476;
}

.small_frame
{
	width:273px;
	margin:auto;
	margin-bottom:5px;
}

.latest_news_frame_top
{
	background-image:url(../images/latest_news_top.jpg);
	background-repeat:no-repeat;
	height:15px;
}

.latest_news_frame_center
{
	background-image:url(../images/latest_news_center.jpg);
	background-repeat:repeat-y;
	padding-left:10px;
}

.latest_news_frame_bottom
{
	background-image:url(../images/latest_news_bottom.jpg);
	background-repeat:no-repeat;
	height:15px;
}

.small_white_frame_top
{
	background-image:url(../images/small_white_frame_top.jpg);
	height:15px;
	background-repeat:no-repeat;
}

.small_white_frame_center
{
	background-image:url(../images/small_white_frame_center.jpg);
	background-repeat:repeat-y;	
	padding-left:10px;
}

.small_white_frame_bottom
{
	background-image:url(../images/small_white_frame_bottom.jpg);
	background-repeat:no-repeat;
	height:15px;
}

.small_gray_frame_top
{
	background-image:url(../images/small_gray_frame_top.jpg);
	background-repeat:no-repeat;
	height:15px;
}

.small_gray_frame_center
{
	background-image:url(../images/small_gray_frame_center.jpg);
	background-repeat:repeat-y;
	padding-left:10px;
}

.small_gray_frame_bottom
{
	background-image:url(../images/small_gray_frame_bottom.jpg);
	background-repeat:no-repeat;
	height:15px;
}

.redlink
{
	color:red;
	text-decoration:none;
}

.bluelink
{
	color:#3896bc;
}

.blacklink
{
	color:black;
	text-decoration:none;
}

.whitelink
{
	color:white;
	text-decoration:none;
	padding:1px;
}

.footer
{
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	height:20px;
	width:100%;
	clear:both;
}

.footer_admin
{
	background-color:#000000;
	height:55px;
	text-align:left;
	margin-top:2px;
}

.product_image
{
	border:1px solid gray;
	padding:2px;
}

.top_link_container
{
	float:right;
	padding-right:20px;
	padding-top:20px;
	text-align:right;
}

.top_contact_container
{
	height:15px;
	padding-top:10px;
	float:right;
}

.top_contact_left
{
	background-image:url(../images/left_header_link.jpg);
	background-repeat:no-repeat;
	width:10px;
	float:left;
}

.top_contact_center
{
	background-image:url(../images/center_header_link.jpg);
	background-repeat:repeat-x;
	color:white;
	float:left;
	text-align:center;
}

.top_contact_right
{
	background-image:url(../images/right_header_link.jpg);
	background-repeat:no-repeat;
	width:10px;
	float:left;
}

.search_box
{
	background-color:#76b9d6;
	border:1px solid white;	
}

.search_button
{
	background-image:url(../images/search_button.jpg);
	border:0px;
	width:18px;
	height:18px;
	cursor:pointer;
}

.small_panel
{
	width:164px;
	margin:auto;
	margin-bottom:5px;
	color:#4b4b4b;
}

.top_small_panel
{
	background-image:url(../images/small_top_panel.jpg);
	background-repeat:no-repeat;
	height:31px;
}

.top_small_panel_2
{
	background-image:url(../images/small_top_panel_2.jpg);
	background-repeat:no-repeat;
	height:10px;
	background-position:bottom;
}

.center_small_panel
{
	background-image:url(../images/small_center_panel.jpg);
	background-repeat:repeat-y;
}

.bottom_small_panel
{
	background-image:url(../images/small_bottom_panel.jpg);
	background-repeat:no-repeat;
	height:10px;
}

.small_panel_title
{
	font-weight:bold;
	padding-left:10px;
	padding-top:10px;
}

.small_panel_menu
{
	margin:0px;
	padding-left:5px;
	padding-top:10px;
}

.small_panel_menu li
{
	list-style-type:none;
	padding-top:2px;
	padding-bottom:2px;
	margin:auto;
	width:96%;
}

.small_panel_menu li a
{
	text-decoration:none;
	color:#4b4b4b;
}

.left_corporate_image
{
	padding-right:10px;
}

.button_style
{
	width:65px;
	height:16px;
	display:block;
	background-image:url(../images/button_style.jpg);
	text-align:center;
	text-decoration:none;
	color:black;
}

.apply_vacancy_component_style
{
	width:95%;
	border:1px solid #7f9db9;
}

.corporate_content
{
	margin:auto;
	padding-left:5px;
	padding-right:15px;
}

.vision_mission_table
{
	width:65%;
	margin-top:10px;
	margin-bottom:10px;
}

.unordered_list
{
	margin-left:140px;
	padding-right:10px;
	padding-left:0px;
	margin-top:0px;	
}

.unordered_list li
{
	padding-bottom:10px;
}

.reward_list
{
	float:right;width:20%;
}

.reward_list img
{
	border:1px solid gray;
	padding:1px;
}

.apply_form_style
{
	padding:0px;
	margin:0px;
	width:75%;
	background-color:#eeeeee;
	padding:10px;
}

.news_table
{
	width:95%;
	margin-top:10px;
	margin-bottom:10px;
}

.product_list
{
	width:97%;
	margin-top:10px;
	margin-bottom:10px;
}

.blue_bar
{
	background-image:url(../images/blue_bar.jpg);
	background-repeat:repeat-x;
	height:21px;
	width:657px;
}

.faq_content
{
	float:left;
	margin-top:20px;
	width:52%;
	padding-right:10px;
}

.white_frame
{
	width:213px;
}

.white_frame_top
{
	background-image:url(../images/news_letter_signup_top.jpg);
	background-repeat:no-repeat;
	height:20px;
}

.white_frame_center
{
	background-image:url(../images/news_letter_signup_center.jpg);
	background-repeat:repeat-y;
	padding-left:10px;
}

.white_frame_bottom
{
	background-image:url(../images/news_letter_signup_bottom.jpg);
	background-repeat:no-repeat;
	height:20px;
}

.footer_text
{
	text-align:center;
	color:#96a3b0;
	font-size:10px;
	font-weight:bold;
	padding-top:10px;
}

.left_search_paging
{
	background-image:url(../images/left_search_paging.jpg);
	width:10px;
	height:28px;
	background-repeat:no-repeat;
	float:left;
}

.center_search_paging
{
	background-image:url(../images/center_search_paging.jpg);
	width:96%;
	height:28px;
	background-repeat:repeat-x;
	float:left;
}

.right_search_paging
{
	background-image:url(../images/right_search_paging.jpg);
	width:10px;
	height:28px;
	background-repeat:no-repeat;
	float:left;
}

.left_menu_admin
{
	float:left;
	width:222px;
	background-color:#000000;
	color:white;
	font-weight:bold;
	font-size:13px;
	padding:5px;
}

.right_content_admin
{
	float:right;
	width:73%;
	padding:0px;
	padding-left:3px;
	background-color:white;
	min-height:800px;
}

.menu_admin
{
	margin:0px;
	padding:0px;
	list-style:none;
}

.menu_admin li
{
	padding-bottom:5px;
	padding-left:5px;
}

.menu_admin li a
{
	color:white;
	text-decoration:none;

}

.menu_admin li a:hover
{
	text-decoration:underline;
}

.admin_table
{
	width:95%;
}

.admin_table td
{
	text-align:center;
}

.header_table_admin
{
}

.header_table_admin td
{
	font-weight:bold;
	font-size:12px;
}

.image_banner_div_number
{
	text-align:right;
	padding-right:10px;
}

.image_banner_div_number a
{
	display:block;
	border:1px solid red;
	background-color:#ff6464;
	color:white;
	width:15px;
	text-align:center;
	float:right;
	margin-right:5px;
	cursor:pointer;
}

.rss
{
	text-align:center;
}
.rss a
{
	text-decoration:none;
}

.rss img
{
	border:0px;
}

.link_sponsor table div a:hover{
text-decoration:underline;


}
.link_sponsor table div a{
text-decoration:none;
color:#FFFFFF;


}
.link_sponsor table td a:hover{
text-decoration:underline;


}
.link_sponsor table td a{
text-decoration:none;
color:#000000;


}
