@charset "utf-8";
/* CSS Document */

@import url("reset.css");

body{
	width:auto;
	height:1000px;
	background-image:url(images/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	margin:0 auto;}


#container{
	width:960px;
	height:100%;
	margin:0;
	margin:0 auto;}

#header{
	width:100%;
	height:327px;
	margin:0;}

#header h1 {
    height:159px;
	margin:0;
	background-image:url(images/header01.jpg);
	text-indent:-9999px;
	position:relative;}
	
/*#header h1 .b1 a{
	display:block;
	width:166px;
	height:92px;
	position:absolute;
	left:788px;
	top:66px;
}*/

#header h1 .activities{
	position: absolute;
	top: 65px;
	left: 790px;
	width: 163px;
	height: 87px;
}

#header h2{
	height:168px;
	margin:0;
	background-image:url(images/header02.jpg);
	text-indent:-9999px;
	position:relative;}

#header h2 .b2 a{
	display:block;
	width:166px;
	height:92px;
	position:absolute;
	left:792px;
	top:13px;
}


#main{
	width:100%;
	height:auto;
	overflow:hidden;}

#left{
	width:508px;
	height:673px;
	background-image:url(images/left.jpg);
	float:left;
	margin:0;
	position:relative;}
	
#img-box{
	width:467px;
	height:393px;
	position:absolute;
	left:4px;
	top:41px;
}	
	

#right{
	width:452px;
	height:673px;
	background-image:url(images/right.jpg);
	float:right;
	margin:0;
	}
	
#right .box {
	width:430px;
	background-color:#FFFFFF;
	margin:190px 0 0 10px;
	padding:0;
}

#right .box h1{
	background-color:#B98942;
	color:#FFF;
	font-size:15px;
	line-height:24px;
	letter-spacing:1px;
	font-style:normal;
	font-weight: bold;
	text-align: center;
	padding-top:5px;
	padding-bottom:3px;
}

#right .box ul{
	width:430px;
	list-style:none;
	}	
	
#right .box ul li{
	font-size:13px;
	line-height:24px;
	list-style-image: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	margin-bottom:10px
}

#right .box li .price {
	float:right;
	text-align:right;
	color:#C00;
	padding:0px 20px 0px 0px;
}
#right .box ul li a, #right .box ul li a:visited {
	display:block;
	width:100%;
	height:100%;
	color:#004200;
	text-decoration:none;
	line-height: 24px;
	padding:0px 0px 0px 10px;
}

#right .box ul li a:hover, #right .box ul li a:active{
	background-color:#CAD3A5;
	color:#630;
	width:420px;
}


#right .box2 ul{
	width:430px;
	list-style:none;
	padding:2px 0 0 10px;	
	}	
	
#right .box2 ul li{
	font-size:13px;
	line-height:24px;
	list-style-image: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	padding:0 2px 2px 2px;
	
}

#right .box2 ul li a{
	display:block;
	width:100%;
	height:100%;
	color:#333;
	text-decoration:none;
	line-height: 24px;
}

#right .box2 ul li a:hover{
	background-color:#E09F07;
	color:#FFFFFF;	
}

#right strong{
	font-size:15px;
	font-weight: bold;
}

#right h1{
	background-color:#CDA974;
	color:#FFF;
	font-size:15px;
	line-height:24px;
	letter-spacing:1px;
	font-style:normal;
	font-weight: bold;
	text-align: center;
	padding-top:5px;
	padding-bottom:3px;
}
#right .price{
	color:#CC0000;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}

#right .date{
	color:#864D31;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
/*20130322?啣?璅??*/
#tour{
	float:right;
	line-height: 20px;
	color: #4d4d4d;
	width:430px;
	font-size: 13px;
	text-align:right
}

#tour li{
	padding:30px 10px 5px 10px;
	margin-bottom:10px;
}

#tour a{color: #c75a41; display:inline}
#tour a:hover {background-color: #FBFF44}
