@charset "utf-8";
/* CSS Document */
html,body
{
	padding:0px;
	margin:0px;
	width:100%;
	height:100%;
	font-family:Arial;
}
form
{
	padding:0px;
	margin:0px;
}
strong {
	font-weight:bold;
}
a
{
	color:#bb1100;
}
a:hover
{
	color:#bb1100;
	text-decoration:none;
}
body
{
	background-color:#c3c3c3;
	background-image:url(../img/body_top_bg.gif);
	background-position:center 28px;;
	background-repeat:repeat-x;
}
.body_content
{}
.top_line
{
	height:28px;
	background-color:#414140;
}
.top_line div
{
	width:850px;
	background-color:#656564;
	padding:0px 5px;
}
.top_tbl_line
{
	width:850px;
	background-color:#555554;
	height:28px;
	font-size:10px;
	font-family:Verdana;
	color:#666666;
}
.top_tbl_line a
{
	color:#979796;
}
.top_tbl_line a:hover
{
	color:#bb1100;
}
.top_tbl_line span a
{
	display:inline-block;
	width:13px;
	height:9px;
	padding:0px 0px 0px 13px;
	margin:0px;
	text-decoration:none;
}
.top_tbl_line span a.h
{
	background:url(../img/t_home.gif) no-repeat center top;
}
.top_tbl_line span a.m
{
	background:url(../img/t_map.gif) no-repeat center top;
}
.top_tbl_line span a.e
{
	background:url(../img/t_mail.gif) no-repeat center top;
}
.top_tbl_line span a:hover.h
{
	background:url(../img/t_home_s.gif) no-repeat center top;
}
.top_tbl_line span a:hover.m
{
	background:url(../img/t_map_s.gif) no-repeat center top;
}
.top_tbl_line span a:hover.e
{
	background:url(../img/t_mail_s.gif) no-repeat center top;
}

.top
{
	width:860px;
	background:url(../img/top_bg.gif) repeat-x top ;
}
.top_menu
{
	width:860px;
	height:312px;
	background:url(../img/world_map.gif) no-repeat center top ;
}

ul.menu
{
	padding:0px;
	margin:0px;
	list-style:none;
}

ul.menu li
{
	display:block;
	width:182px;
	border-bottom:#666666 1px dotted;
	padding:5px 0px 5px 20px;
}
ul.menu li a
{
	text-decoration:none;
	color:#666666;
	font-weight:bold;
}
ul.menu li a:hover
{
	color:#bb1100;
}

.middle_line
{
	background:url(../img/body_middle_line_bg.gif) repeat-x;
	height:10px;
	font-size:1px;
}
.middle_line div
{
	width:860px;
	background:url(../img/middle_line_bg.gif) repeat-x;
	height:10px;
}
.content
{
	width:860px;
	background:#ffffff;
	color:#666666;
	font-family:Verdana;
	font-size:10px;
	padding-bottom:30px;
}
.content table
{
	color:#666666;
	font-size:10px;
}

.footer
{
	background:#6F6F6F;
	height:70px;
	font-size:10px;
	color:#FFFFFF;
}
.footer div
{
	padding-top:10px;
	background:#919191;
	height:60px;
	width:860px;
}
.footer a	{
	color:#FFFFFF;
}
.c_red
{
	color:#bb1100;
}
a.more
{
	display:block;
	width:50px;
	background:#bb1100 url(../img/white.gif) 4px 3px no-repeat;
	font-size:9px;
	padding-left:15px;	
	padding-right:3px;
	color:#FFFFFF;
	text-decoration:none;
}