body {
	background-attachment: scroll;
	background-image: url("/images/randomImg.php");
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0;
}

hr { 
	color: rgb(175,208,69);
	background-color: rgb(175,208,69);
	border: none; 
}
#iframediv {
	background-color:#f5f5f5;
	padding:15px;	
 	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
}

#top_container {
	border: none;
	width: 950px;
	height: auto;
	position: relative;
	left: 50%;
	margin-left: -455px;
	margin-top: 20px;
	padding: 0 0 0 0px;
}

#webWidgets {
  float: left;
  border: none;
  padding-top: 20px;
  height: 123px;
  width: 650px;
  overflow: visible;  
  z-index: 200;
}
#main_logo {
  float: left;
	border: none;
	height: 143px;
	width: 300px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url("/images/main_logo.png");
}

#main_view_area {
	position: relative;
	width: 910px;
	height: auto;
	min-height: 570px;
	background-image: url('/images/trans/75-transparent.png');
	left: 50%;
	margin-left: -455px;
	padding: 20px 20px 20px 20px;
	border-top: 2px solid rgb(175,208,69);
	border-bottom: 2px solid rgb(175,208,69);
	border-left: 1px solid rgb(175,208,69);
	border-right: 1px solid rgb(175,208,69);
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-topright: 30px;
	-moz-border-radius-bottomleft: 30px;
	-moz-border-radius-bottomright: 30px;
}
#main_content {
	margin: 20px 20px 20px 20px;
	width: '100%';
	height: 480px;
}
#loadingNotice { 
	position: relative;
	top: 50px;
	width: 100%;
	text-align: center;
}
#home { height: auto;}

#home .content {
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	text-align: justify;
	color: #666666;
	width: 628px;
	float: left;
}
#home .content br {margin-bottom: 15px;}
#home .box {
	width: 270px; 
	height: 445px; 
	margin: 0px 10px 0px 10px; 
	float: left; 
	vertical-align: middle; 
	text-align: center;
}

#home .box p.image {width: 100%; text-align:center;}

#home .box .title {
	color: #666666;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 18px; 
	line-height: 22px;
	width: 100%
	text-align: center;
	margin: 0px 0px 0px 0px; 
}

#home .box .content {
	width: 100%;
	height: 240px;
	color: #666666;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	line-height:18px;
	text-align: justify; 
}

.title {
	color: #637624;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	line-height: 26px;
}

.subtitle {
	margin-top: 25px;
	color: #333333;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	text-align: left;
}

.clear, .clearfix { clear: both; }

#leftbox {
	width: 220px;
	border: none;
	float: left;
}
#left_menu { width: 200px; }

#left_menu p {	
	margin: 5px 0 6px 10px;
	font:normal normal 1.15em Tahoma,'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;
	letter-spacing: .2em;
	cursor: hand;
	cursor: pointer;
}  

#left_menu a, #left_menu a:visited {
	display: block;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: rgb(175,208,69);
	border-right: 7px solid rgb(175,208,69);
	padding: 10px 0 7px 10px;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
#left_menu:not([lang='cn']) a { font-weight: bold;}

#left_menu a:hover {
	background-color: #f2f2f2;
	text-decoration: none;
	border-right-color: #dedede;
}
.verticalSeparator {
	width: 2px;
	border: none;
	background-color:rgb(175,208,69);
	float: left;
}

#rightbox {
	width: 628px;
	height: 530px;
	margin-left: 20px;
	float: left;
}

#slideshow {position: relative;}
#slideshow DIV {position:absolute;top:0;left:0;z-index:8;opacity:0.0;}
#slideshow DIV.active {z-index:10;opacity:1.0;}
#slideshow DIV.last-active {z-index: 9;}
#slideshow DIV IMG {display: block; border: 0; }

#footer {
	background-image: url("/images/bg_footer.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 280px;
	margin: 0px 0px 0px 0px;
	color:#666666;
	text-align: center;
	vertical-align: bottom;
}

#fmenu {
	text-align: center;
	border: none;
	width: 640px;
	height: 30px;
	margin: 0 auto;
}

ul#fnav, ul#fnav li {
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	line-height:20px;
	text-decoration:none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}


ul#fnav li {
	float: left; 
	text-align: center;
	margin: 0px 10px 0px 10px;
}

ul#fnav a {
	float: left;
	padding: 2px 0 5px;
	text-decoration: none;
	color:#666666;
}

ul#fnav a:hover {
	border-bottom: 1px solid rgb(175,208,69);
}

.smallphoto { 
	margin: 0px 0px 0px 25px;
	border:1px solid rgb(175,208,69); 
}
			
.wide {
	border-bottom: 1px #000 solid;
	width: 4000px;
}  

ul.gallery li a img,
ul.pagegallery li a img {
	border: 1px solid white;
	margin: 10px; 
	height: 125px;
	width: 125px;
}

ul.gallery li a img:hover,
ul.gallery li a img:hover {
	border: 1px solid black;
}

ul.gallery li,
ul.pagegallery li {display: inline;}

#tours_content ul.gallery li a img {
	border: 1px solid white;
	height: 100px;
	width: 100px;
}

#tours_content ul.gallery li a img:hover {
	border: 1px solid black;
}
ul.pagegallery {margin: 0px 0px 0px 0px; }
ul.pagegallery li {display: inline; margin: 5px 0px 0px 8px;}

#tours_content ul.pagegallery {margin: 0px 0px 0px 0px; }
#tours_content ul.pagegallery li {display: inline; margin: 5px 8px 5px 8px;}

.desc_text { font-size: 10px; font-family: verdana; }
.desc_text br {}


#address_info {
	color: #666666;
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-style:normal;
	font-weight:normal;
}


