@charset "utf-8";
/* CSS Document */

body {
	background-color: #440000;
	font-family: "Times New Roman","宋体";
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/headerbg.png);
	background-repeat: repeat-x;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #900;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#headerDiv {
	height: 81px;
	width: 1260px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 150px;
}
#menuDiv {
	height: 50px;
	width: auto;
}
#logoDiv {
	position: absolute;
	width: 415px;
	height: 100px;
	z-index: 1;
	top: 24px;
	right: 520px;
}
#cupandleaf {
	height: 280px;
	width: 210px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 999;
}
#menuDiv a {
	display: block;
	height: 50px;
	width: 120px;
	float: left;
	margin-right: 65px;
	overflow: hidden;
	margin-left: 65px;
	cursor:pointer;
}
#menuDiv a:hover{
	background:url(../images/menu_over.png)
}
#menuDiv a span.english{
	width:120px;
	height:30px;
	font-size:22px;
	font-weight:bold;
	color:#000;
	line-height:30px;
    display:block;
	text-align:center;
}
#menuDiv a span.chinese{
	width:120px;
	height:16px;
	font-weight:bold;
	font-size:14px;
	color:#800000;
	line-height:16px;
    display:block;
	text-align:center;
}
#mainContentDiv {
	height: auto;
	width: 1260px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	background-image: url(../images/chateaudivbg.png);
	background-repeat: repeat-y;
	background-position: 17px;
}
#leftContentDiv {
	float: left;
	height: auto;
	width: 288px;
}
#rightContentDiv {
	float: left;
	height: auto;
	width: 910px;
	margin-left: 35px;
	padding-bottom:35px;
}
#chateauDiv {
	height: auto;
	width: 271px;
	margin-left: 17px;
	padding-top: 20px;
	_overflow: hidden;
	padding-bottom: 20px;
}
#chateauDiv h1 {
	background-image: url(../images/countrytitle.png);
	height: 66px;
	width: 236px;
	display: block;
	overflow: hidden;
	font-weight:normal;
	margin-left: -17px;
	_position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#chateauDiv h1 a {
	color:#FFFFFF;
	display: block;
	height: 45px;
	width: 236px;
	position:relative
}
#chateauDiv h1 a span.english{
	width:150px;
	height:25px;
	font-size:22px;
	color:#FFFFFF;
	line-height:25px;
	position:absolute;
	top:3px;
	left:75px;	
}
#chateauDiv h1 a span.chinese{
	width:236px;
	height:20px;
	font-size:16px;
	color:#FFFFFF;
	padding-right:10px;
	text-align:right;
	line-height:20px;
	position:absolute;
	bottom:0px;
	right:0px;	
}
#chateauDiv ul {
	margin-bottom: 20px;
	margin-left: 0px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 10px;
	list-style-type:none;
}
#chateauDiv ul li a:hover {
	color: #750000;
}
#chateauDiv ul li {
	line-height: 35px;
	font-size: 22px;
}
#chateauDiv ul li a {
	color: #333;
	text-decoration: none;
}
#chateauDiv .canadah1 {
	background-position: left top;
}
#chateauDiv .franceh1 {
	background-position: left -66px;
}
#chateauDiv .usah1 {
	background-position: left -132px;
}
#chateauDiv .italyh1 {
	background-position: left -198px;
}
#chateauDiv .argentineanh1 {
	background-position: left -264px;
}
#chateauDiv .china1 {
	background-position: left bottom;
}
#footerDiv {
	background-color: #2d2d2d;
	height: 200px;
	width: auto;
}
#footerDiv  #footerContentDiv{
	height: 200px;
	width: 1260px;
	margin-right: auto;
	margin-left: auto;
}
#footerDiv #footerContentDiv ul {
	padding: 0px;
	float: left;
	list-style-type: none;
	color: #FFF;
	line-height: 25px;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	_margin-left: 3px;
}
.pageDiv {
	height: 18px;
	width: 410px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 18px;
	margin-top: 30px;
	color:#FFFFFF;
}
.pageDiv a {
	display: block;
	float: left;
	height: 16px;
	width: 60px;
	line-height: 16px;
	border: 1px solid #CCC;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
	color:#FFFFFF;
}
.disabled {
	color: #CCC;
	text-decoration: none;
	}
.disabled:hover {
	color: #CCC;
	text-decoration: none;
	}
#language {
	position: absolute;
	top: 0px;
	right: 150px;
	width: 180px;
	height: 30px;
	z-index:999;
	line-height:30px;
	font-size:14px;
}
