﻿/*--------------------------------Logo CSS--------------------------------------*/

#Logo{
	background:#2a201e;
	height:92px;
	padding:17px 0 15px 396px;
}
#Logo img{
	float:left;
}
#Submenu ul{
	float:right;
	padding-right:25px;
	margin-top:75px;
	width:120px;
}
#Submenu ul li{
	float:left;
	width:80px;
}
#Submenu a{
	color:#fffffe;
	padding-left:7px;
	background-image: url(../images/dot.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left:5px;
	
	line-height: 120%;
}
#Submenu a:hover{
	color:#f00;
	text-decoration:none;
}

/*--------------------------------底部 CSS--------------------------------------*/

#Footer a{
	color:#947a19;
}
#Footer a:hover{
	color:#ceb735;
	text-decoration:none;
}
#Footer ul{
	margin:0 auto;
	padding-top:12px;
	width:278px;
}
#Footer li{
	float:left;
	height:20px;
}
#Footer li a{
	color:#d4d2d2;
	margin:0 5px;
}
#Footer li a:hover{
	color:#ceb735;
}


/*--------------------------------菜单 CSS--------------------------------------*/
#Menu{
	background:#291f1d;
	height:38px;
}
#Menu ul li{
	float:left;
}

.home a{
	background:url(../images/home.jpg) no-repeat;
	display:block;
	height:38px;
	width:75px;
}
.home a:hover{
	background:url(../images/home2.jpg) no-repeat;
}

.picturelibrary a{
	background:url(../images/picturelibrary.jpg) no-repeat;
	display:block;
	height:38px;
	width:86px;
}
.picturelibrary a:hover{
	background:url(../images/picturelibrary2.jpg) no-repeat;
}

.introduction a{
	background:url(../images/introduction.jpg) no-repeat;
	display:block;
	height:38px;
	width:99px;
}
.introduction a:hover{
	background:url(../images/introduction2.jpg) no-repeat;
}

.guestroom a{
	background:url(../images/guestroom.jpg) no-repeat;
	display:block;
	height:38px;
	width:92px;
}
.guestroom a:hover{
	background:url(../images/guestroom2.jpg) no-repeat;
}

.cate a{
	background:url(../images/cate.jpg) no-repeat;
	display:block;
	height:38px;
	width:101px;
}
.cate a:hover{
	background:url(../images/cate2.jpg) no-repeat;
}

.conference a{
	background:url(../images/conference.jpg) no-repeat;
	display:block;
	height:38px;
	width:112px;
}
.conference a:hover{
	background:url(../images/conference2.jpg) no-repeat;
}

.engineering a{
	background:url(../images/engineering.jpg) no-repeat;
	display:block;
	height:38px;
	width:119px;
}
.engineering a:hover{
	background:url(../images/engineering2.jpg) no-repeat;
}

.apartment a{
	background:url(../images/apartment.jpg) no-repeat;
	display:block;
	height:38px;
	width:115px;
}
.apartment a:hover{
	background:url(../images/apartment2.jpg) no-repeat;
}

.comment a{
	background:url(../images/comment.jpg) no-repeat;
	display:block;
	height:38px;
	width:106px;
}
.comment a:hover{
	background:url(../images/comment2.jpg) no-repeat;
}

.wanted a{
	background:url(../images/wanted.jpg) no-repeat;
	display:block;
	height:38px;
	width:99px;
}
.wanted a:hover{
	background:url(../images/wanted2.jpg) no-repeat;
}

/*--------------------------------未知--------------------------------------*/

/*--------------------------------内容左边 CSS--------------------------------------*/

#Caption{
	float:left;
	margin:14px 0 55px 32px;
	width:693px;
	display:inline;
	_margin-left: 18px;
	_margin-bottom: 1px;
	*+padding-bottom:55px;
}

#LeftContainer ul{
	margin:0 auto 14px;
	width:185px;
}
#LeftContainer ul li{
	border-bottom:1px #977b0d dashed;
	height:22px;
	background-image: url(../images/closedcaptioning.jpg);
	background-repeat: no-repeat;
	padding-left:24px;
	margin-top:11px;
	overflow:hidden;
	width:185px;
}
#LeftContainer ul li a{
	color:#816318;
	font-family:"微软雅黑","宋体";
}
#LeftContainer ul li a:hover{
	font-weight:bold;
	text-decoration:none;
}
.click a{
	margin-top:-22px;
}




#Headings{
    color:#79590c;
    font-size:24px;
    font-weight:bold;
}


