@charset "utf-8";
/* CSS Document */
html { 				
	height: 100%; margin-bottom: 1px; 
}
body {
	font-family:"trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	text-align:center;
	font-size: 12px; 
	margin:0; 
	padding:0; 
	line-height: 18px;	
}
h1 {
	font-family:"trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	text-align:center;
	font-size: 16px; 
	margin:0; 
	padding:0; 
	line-height: 18px;	
}
h2 {
	font-family:"trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	text-align:center;
	font-size: 14px; 
	margin:0; 
	padding:0; 
	line-height: 18px;	
}
a:link {
	font-family:trebuchet MS, Helvetica, Verdana, Arial, sans-serif;
	text-decoration:none;
	color:#000000;
}
a:hover {
	font-family:trebuchet MS, Helvetica, Verdana, Arial, sans-serif;
	text-decoration:underline;
	color:#000000;
}
a:visited {
	font-family:trebuchet MS, Helvetica, Verdana, Arial, sans-serif;
	text-decoration:none;
	color:#000000;
}
#wrapper {
	position:relative;
	display:block;
	width:1000px;
	background-color:#efefef;
	margin:auto;
}
.wrapper{
	background-color:#efefef;
}
#header {
	position:relative;
	z-index:1;	
	width:1000px;
	height:273px;
	background-image:url('../images/chinaToursHeader.jpg');
}
#topMenu {
	position:absolute;
	z-index:2;
	top:5px;
	width:595px;
	left:2px;
}
#topMenuSub {
	width:100%;
	background-color:#3f3f3f;
	z-index:0;
}
#menuBar
{
	width:1000px;
	height:35px;
	background-color:#3f3f3f;
	position:relative;
}
#headerRed {
	background-color:#ca0000;
	float:left;
	font-family:trebuchet MS, Helvetica, Verdana, Arial, sans-serif;
	font-size:20px;
	color:#FFFFFF;
	font-weight:bold;
	line-height: 35px;
	height:35px;
	z-index:1;
}
#headerGrey{
	background-color:#3f3f3f;
	float:left;
	font-family:trebuchet MS, Helvetica, Verdana, Arial, sans-serif;
	font-size:20px;
	color:#FFFFFF;
	line-height: 35px;
	height:35px;
	z-index:1;
}
.menuBarRed:link {
	background-color:#ca0000;
	font-family:trebuchet MS, Helvetica, Verdana, Arial, sans-serif;
	font-size:20px;
	color:#FFFFFF;
	line-height: 35px;
	height:35px;
	text-decoration:none;
}
.menuBarRed:hover {
	background-color:#ca0000;
	font-family:trebuchet MS, Helvetica, Verdana, Arial, sans-serif;
	font-size:20px;
	color:#FFFFFF;
	line-height: 35px;
	height:35px;
	text-decoration:underline;
}
.menuBarRed:visited {
	background-color:#ca0000;
	font-family:trebuchet MS, Helvetica, Verdana, Arial, sans-serif;
	font-size:20px;
	color:#FFFFFF;
	line-height: 35px;
	height:35px;
	text-decoration:none;
}
.menuBarGrey:link {
	background-color:#3f3f3f;
	font-family:trebuchet MS, Helvetica, Verdana, Arial, sans-serif;
	font-size:20px;
	color:#FFFFFF;
	line-height: 35px;
	height:35px;
	text-decoration:none;
}
.menuBarGrey:hover {
	background-color:#3f3f3f;
	font-family:trebuchet MS, Helvetica, Verdana, Arial, sans-serif;
	font-size:20px;
	color:#FFFFFF;
	line-height: 35px;
	height:35px;
	text-decoration:underline;
}
.menuBarGrey:visited {
	background-color:#3f3f3f;
	font-family:trebuchet MS, Helvetica, Verdana, Arial, sans-serif;
	font-size:20px;
	color:#FFFFFF;
	line-height: 35px;
	height:35px;
	text-decoration:none;
}

#content {
	background-color:#efefef;
}
#footer {
	background-color:#FFFFFF;
	font-size:10px;
	width:980px;
	padding:10px;
}

.twocolContent {
	background-color:#efefef;
	width:480px;
	float:left;
	padding:10px;
}

img {
	border:0;
}
p, li {
 	text-align:left;
		padding:10px;
}

#footerBar {
	text-align:right;
	width:1000px;
	height:23px;
	background-color:#3f3f3f;
	position:relative;
}
#footerBarRed {
	padding-right:10px;
	background-color:#ca0000;
	float:right;
	font-family:trebuchet MS, Helvetica, Verdana, Arial, sans-serif;
	font-size:9px;
	color:#FFFFFF;
	line-height: 23px;
	height:23px;
	z-index:1;
}
