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

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFFFFF;
	text-align: center;
}

#warpper {
	text-align: left;
	width: 779px;
	margin: 0 auto;
}


#top {
	height: 115px;
	background-color: #0A2A52;
	position: relative;
	margin-bottom: 3px;
}

#logo {
	position: absolute;
	top: 12px;
	left: 20px;
}

#phone p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

#phone {
	position: absolute;
	top: 80px;
	right: 10px;
}



#nav ul {
	background-color: #0A2A52;
	height: 33px;
	margin-bottom: 25px;
	margin-top: 2px;
}

#nav ul li {
	background-color: #0A2A52;
	border-right: 1px #FFFFFF solid;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	float: left;
	height: 26px;
	padding-top: 7px;
	padding-left: 20px;
	padding-right: 20px;
}

#nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #CC9900;
	text-decoration: none;
}

#nav ul .first {
	padding-left: 20px;
	padding-right: 132px;
}

#nav ul .home {
	padding-left: 90px;
	padding-right: 90px;
}

#nav ul .last {
	border: none;
}

#nav ul li .highlight {
	color: #CC9900;
}

#desc {
	float: left;
	width: 544px;
}

#desc p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #10488F;
	padding: 0px 20px 20px 20px;
	margin-bottom: 15px;
}

#desc .chinese {
	font-family: Arial, Helvetica, sans-serif;
	align: justify;
	font-size: 13px;
	color: #666666;
}

#contact {
	float: right;
	padding: 0px 10px 0px 0px;
	width: 211px;
}

#contact h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 16px;
	padding-bottom: 15px;
	color:#10488F;
}

#contact p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	line-height: 14px;
	margin-bottom: 10px;
}

#contact p a {
	color: #0000FF;
	text-decoration: underline;
}

#contact p a:hover {
	color: #CC9900;
	text-decoration: underline;
}

#contact p span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

#contact img {
	padding-top: 10px;
}

#properties {
	text-align: center;
}

.item {
	text-align: left;
	width: 680px;
	margin: 0px auto;
	padding-top: 30px;
	padding-bottom: 20px;
}

.detail {
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

.pic {
	width: 174px;
	float: right;
}

.pic img {
	padding-top: 5px;
}

.text {
	width: 225px;
	float: right;
	padding-top: 5px;
}

.text2 {
	width: 399px;
	float: right;
	padding-top: 5px;
}

.text h5, .text2 h5 {
	font-size: 13px;
	color: #000000;
	margin-bottom: 8px;
}

.text h5 span, .text2 h5 span {
	color: #FD7F00;
	font-size: 10px;
	font-style: italic;
}

.text h6, .text2 h6 {
	font-size: 10px;
	font-weight: normal;	
	color: #000000;
	
}

.text h6 span, .text2 h6 span {
	color: #FD7F00;
	font-size: 10px;
	font-style: italic;
	float: left;
	width: 60px;
}	

.text h6 .lineheight, .text2 h6 .lineheight {
	height: 20px;
}	

.text p, .text2 p {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	margin-top: 20px;
	padding-right: 8px;
}

.text p span, .text2 p span {
	color: #FD7F00;
	font-size: 10px;
	font-style: italic;
}	

#footer {
	margin: 25px 0px 15px 0px;
	border-top: solid #0A2A52 10px;
	padding-top: 3px;
	text-align: center;
}

#footer p {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}



.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}