@CHARSET "UTF-8";

.middle_div {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
}

.middle_left {
	
}

.middle_left_nav {
	margin: 5px;
}

.middle_left_nav_top {
	height: 42px;
	background: url(../images/left_nav_top.png) 0px 0px no-repeat;
}

.middle_left_nav_content {
	border: 1px #cfcfcf solid;
	padding: 12px;
	margin-top: 2px;
}

.middle_left_nav_li {
	height: 33px;
	margin: 0;
	padding-top: 13px;
	padding-left: 60px;
	list-style-type: none;
	color: #797979;
	font-weight: 100;
	background: transparent url(../images/left_nav_li_bg.gif) left
		no-repeat;
	cursor: pointer;
}

.middle_contact_us {
	margin: 5px;
	margin-top: 15px;
}

.middle_contact_us_top {
	height: 62px;
	background: url(../../../images/contact_us.png) 0px 0px no-repeat;
}

.middle_contact_us_content {
	border: 1px #cfcfcf solid;
	margin-top: 2px;
	padding: 15px 0px;
}

.middle_contact_us_li {
	padding: 5px 12px;
}

.middle_right {
	
}

