@charset "utf-8";
/* CSS Document */

/*--------------Menu navication--------------*/
.border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5A5A5A;
	}
.border_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5A5A5A;
}
.border_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5A5A5A;
}
.border_right{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5A5A5A;
}
.navigation_content
{
	font-size:12px;
	font-weight:bold;
	font-family:tahoma;
	color:#4f4f4f;
	text-decoration:none
}
.navigation
{
	font-size:12px;
	font-weight:bold;
	font-family:tahoma;
	color:#4f4f4f;
	text-decoration:none
}

a.navigation:hover
{
	font-size:12px;
	font-weight:bold;
	font-family:tahoma;
	color:#ffffff;
	text-decoration:none
}
.navigation_sub
{
	font-size:11px;
	font-weight:bold;
	font-family:tahoma;
	color:#4f4f4f;
	text-decoration:none
}
a.navigation_sub:hover
{
	font-size:11px;
	font-weight:bold;
	font-family:tahoma;
	color:#FF6633;
	text-decoration:none
}

li.navigation
{
	list-style-image:url(../images/dot.png);
	color:#666666;
}


.bg_active {
	background-image: url(../images/dot_a.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	background-position: center center;
	
}
.bg_active_current {
	font-size:12px;
	font-weight:bold;
	font-family:tahoma;
	color:#ffffff;
	text-decoration:none
}
.bg{
	background-image: url(../images/active_bgf.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	background-position: center center;
}
.c_bg_active {
	background-image: url(../images/company_bg.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	background-position: center center;
}
.c_bg{
	background-image: url(../images/company_bg2.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	background-position: center center;
}
.l_bg_active {
	background-image: url(../images/local_bg.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	background-position: center center;
}
.l_bg{
	background-image: url(../images/local_bg2.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	background-position: center center;
}

#banner {
	background-image: url(../images/bg_banner.jpg);
	background-repeat: repeat-x;
	height: 155px;
	width: 770px;
	float: left;
}
#banner_2 {
	font-family: Tahoma, Terminal;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	width: 500px;
	margin-top: 10px;
	margin-left: 15px;
}
#banner_3 {
	font-family: Tahoma, Terminal;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	width: 82px;
	margin-top: 40px;
	margin-left: 15px;
	position: absolute;
}
#banner_4 {
	font-family: Tahoma, Terminal;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	float: right;
	width: 600px;
	margin-top: 40px;
	margin-left: 15px;
}
/*-----------------------------------------------Footer ---------------------------------------------*/
