/* Ritz Tours copyright 2006 CSS Document */

#pageStyle {
	background: #2E86C6 url(../images/home/index_background.jpg) no-repeat center top;
}

#mainBar {
	width: 740px;
	height: 10px;
	position: absolute;
	left: 0px;
	top: 23px;
	background: #28738A;
}

#bottomSpace {
	width: 740px;
	height: auto;
	position: relative;
	left: 0px;
	top: 0px;
	background: #FFFFFF;
}

#midBar {
	width: 738px;
	height: 36px;
	position: relative;
	left: 1px;
	top: 1px;
	background: #28738A;
}

#europeTitle {
	font: bold normal 14px PMingLiU;
	color: #FFFFFF;
	position: absolute;
	top: 10px;
	left: 80px;
	text-align: center;

}

#chinaTitle {
	font: bold normal 14px PMingLiU;
	color: #FFFFFF;
	position: absolute;
	left: 320px;
	top: 10px;
	text-align: center;

}

#overseasTitle {
	font: bold normal 14px PMingLiU;
	color: #FFFFFF;
	position: absolute;
	left: 520px;
	top: 10px;
	text-align: center;

}

#mainBody {
	width: 738px;
	height: auto;
	position: relative;
	left: 1px;
	top: 1px;
}

#europeHolder {
	width: 241px;
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
}

.europeText1 {
	font: 12px PMingLiU;
	color: #333333;
	margin: 6px 30px 10px;
	border-bottom: 1px dotted #CCCCCC;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 20px;
	letter-spacing: 2pt;
}
.europeText1 a:link {
	text-decoration: none;
	color: #666666;
}
.europeText1 a:visited {
	text-decoration: none;
	color: #666666;
}
.europeText1 a:hover {
	text-decoration: none;
	color: #0000FF;
}
.europeText1 a:active {
	text-decoration: none;
	color: #666666;
}

#chinaHolder {
	width: 239px;
	position: relative;
	left: 1px;
	top: 0px;
	float: left;
}

.chinaText1 {
	font: 12px PMingLiU;
	color: #333333;
	margin: 6px 14px 10px 16px;
	border-bottom: 1px dotted #CCCCCC;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 10px;
	letter-spacing: 1pt;
}
.chinaText1 a:link {
	text-decoration: none;
	color: #666666;
}
.chinaText1 a:visited {
	text-decoration: none;
	color: #666666;
}
.chinaText1 a:hover {
	text-decoration: none;
	color: #0000FF;
}
.chinaText1 a:active {
	text-decoration: none;
	color: #666666;
}

#overseasHolder {
	width: 256px;
	position: relative;
	left: 1px;
	top: 0px;
	float: right;
}
#overseasHolder .images {
	margin-bottom: 33px;
}

.overseasText1 {
	font: 12px PMingLiU;
	color: #990000;
	margin: 6px 10px 30px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.overseasText1 p {
	border-bottom: 1px dotted #CCCCCC;
	margin: 10px 10px 0 10px;
	padding-bottom: 2px;
	padding-right: 4px;
	padding-left: 8px;
}
.overseasText1 a:link {
	text-decoration: none;
	color: #666666;
}
.overseasText1 a:visited {
	text-decoration: none;
	color: #666666;
}
.overseasText1 a:hover {
	text-decoration: none;
	color: #0000FF;
}
.overseasText1 a:active {
	text-decoration: none;
	color: #666666;
}

#clearFloat {
	clear: both;
	height: 10px;
	width: 100%;
}
