body {
	margin: 0;
	padding: 0;
	background: #7d2818 url('../images/bg3-1.jpg') repeat-x;
	text-align: center; /* thx to IE */
	line-height: 16px; /* thx to IE */
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #1f1c57;
}
.bg2 {
	background: url('../images/bg3-2.jpg') no-repeat center top;	
}
.bg3 {
	background: url('../images/bg3-3.jpg') repeat-y center top;
}
td { /* thx to IE */
	line-height: 16px; 
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #1f1c57;
}
a img { border: 0; }
form { margin: 0; }
.clear {
	clear: both;
	line-height: 0;
}

#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* thx to IE */
	width: 999px;
	background: #f0eff2; /* url('../images/cont-bg.jpg') repeat-y;*/
}
#header {
	height: 357px;
	background: url('../images/_fake_header.jpg');
}
#header a.menu1 {
	background: transparent;
	width: 209px;
	height: 67px;
	display: block;
	position: absolute;
	margin-top: 251px;
}
#header a.menu1:hover {
	background: url('../images/menu-1.jpg') no-repeat;	
}
#header a.menu2 {
	background: transparent;
	width: 219px;
	height: 38px;
	display: block;
	position: absolute;
	margin: 280px 0 0 209px;
}
#header a.menu2:hover {
	background: url('../images/menu-2.jpg') no-repeat;	
}
#header a.menu3 {
	background: transparent;
	width: 149px;
	height: 48px;
	display: block;
	position: absolute;
	margin: 259px 0 0 428px;
}
#header a.menu3:hover {
	background: url('../images/menu-3.jpg') no-repeat;	
}
#header a.menu4 {
	background: transparent;
	width: 83px;
	height: 57px;
	display: block;
	position: absolute;
	margin: 233px 0 0 577px;
}
#header a.menu4:hover {
	background: url('../images/menu-4.jpg') no-repeat;	
}
#header a.menu5 {
	background: transparent;
	width: 72px;
	height: 51px;
	display: block;
	position: absolute;
	margin: 212px 0 0 660px;
}
#header a.menu5:hover {
	background: url('../images/menu-5.jpg') no-repeat;	
}


#left-side {
	width: 230px;
	float: left;
}
#menu {
	background: url('../images/menu-bg.jpg') repeat-y;
}
#menu-top {
	background: url('../images/menu-top.jpg') no-repeat;
	padding: 45px 0 0 42px;
}
#menu-top a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
#menu-top a:hover {
	text-decoration: underline;
}
#menu-search-sep {
	height: 99px;
	background: url('../images/menu-search-sep.jpg') no-repeat;
}
#search {
	background: url('../images/search-bg.jpg') repeat-y;
	padding: 0 0 0 42px;
}
#search .search_box {
	margin: 0;
	width: 150px;
	color: #5c5c5c;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 0 0;
}
#search .search_input {
	width: 147px;
	margin: 10px 0 0 0;
}
#search .search_submit {
	margin: 5px 0 0 71px;
}
#search-bottom {
	height: 272px;
	background: url('../images/search-bottom.jpg') no-repeat;
	margin-bottom: 10px;
	padding: 0 0 0 42px;
}
#search-bottom div {
	padding: 140px 0 0 0;
}
#search-bottom a {
	color: #a00000;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

#search form {
}

#search .text_input {
}

.change_box {
	margin: 0;
	width: 150px;
	color: #5c5c5c;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 0 0;
}

#footer {
	line-height: 0;
	height: 0;
}
#footer img {
	position: absolute;
	margin: -131px 0 0 34px;
}
#content {
	width: 724px;
	float: left;
	margin: 0 0 0 37px;
}
.content_in {
	padding: 16px 0 170px 0;
}
.content_in h2 {
	margin: 0 0 20px 0;
	font-size: 20px;
	line-height: 1;
	font-family: Arial, sans-serif;
	font-weight: bold;
}
.content_in p {
	margin: 16px 0 16px 0;
}
.content_in a {
	color: #a00;
}
.content_in td a {
	color: #a00;
}
.content_in small a {
	color: #a00;
}
.content_in td small a {
	color: #a00;
}

#banners {
	float: right;
	width: 171px;
}
#banners-in {
	background: url('../images/banners-bg.jpg') repeat-y;
	padding: 0 0 0 19px;
}
#banners-top {
	background: url('../images/banners-top.jpg') no-repeat;
	height: 52px;
}

#banners-bottom {
	background: url('../images/banners-bottom.jpg') no-repeat;
	padding: 54px 0 0 20px;
	margin: 0 0 70px 0;
}

.star {
	color: #a00;
}

.default_form {
	margin: 0;
}
.default_form table {
	width: 100%;
}
.default_form .form_caption {
	width: 140px;
	vertical-align: top;
	padding-top: 5px;
}
.default_form .form_field {
	padding: 5px 0 5px 0;
}

.default_form .form_input {
	width: 97%;
}

.default_form .form_textarea {
	width: 97%;
}
.default_form .form_submit_row {
	text-align: left;
	vertical-align: middle;
	height: 50px;
}


.default_list {
	width: 100%;
	background: #f0eff2;
}
.default_list thead tr {
	background: #b8b8b8;
}
.default_list thead td {
	color: #fff;
	font-weight: bold;
	padding: 5px;
	background: url('../images/thead.jpg');
}
.default_list .row_1 {
	background: #dedede /*#e4e1e1 /*#cac9c9 url('../images/row1-bg.jpg') repeat-x*/;
}
.default_list .row_1 td {
	padding: 5px;
}
.default_list .row_1 span {
	font-weight: bold;
	width: 100px;
	display: block;
	float: left;
}
.default_list .row_2 {
	background: #f0eff2 /*#dddcdc url('../images/row2-bg.jpg') repeat-x*/;
}
.default_list .row_2 td {
	padding: 5px;
}
.default_list .row_2 span {
	font-weight: bold;
	width: 100px;
	display: block;
	float: left;
}

.red_list {
	width: 100%;
	background: #ffdc7d;
}
/*
.red_list thead tr {
	background: #b8b8b8;
}
.red_list thead td {
	color: #fff;
	font-weight: bold;
	padding: 5px;
}
*/
.red_list .row_1 {
	background: #ffe7a7;
}
.red_list .row_1 td {
	padding: 5px;
	color: #4f3c08;	
}
/*
.red_list .row_1 span {
	font-weight: bold;
	width: 100px;
	display: block;
	float: left;
}
*/
.red_list .row_2 {
	background: #ffdc7d;
}
.red_list .row_2 td {
	padding: 5px;
	color: #4f3c08;
}
/*
.red_list .row_2 span {
	font-weight: bold;
	width: 100px;
	display: block;
	float: left;
}
*/


/*
.tour_map {
	margin: 0 auto;
	width: 429px;
	text-align: center;
}
.tour_map div {
	margin: 0;
	padding: 2px;
	background: #e4e1e1;
}
*/
.pager {
	text-align: center;
	padding: 5px;
	background: #e4e1e1;
	font-weight: bold;
	margin: 7px 0;
}
.pager a {
	font-weight: normal;
}

.admin_menu {
	padding: 0 0 16px 0;
}

.tour_remark {
float: right; width: 160px; background: #ece5b9; color: #4d492f;
}

.tour_remark td {
color: #4d492f
}

.img_thumb {
	width: 166px;
	height: 166px;
	float: left;
	color: #000;
	background: #e9e9e9;
	margin: 0 4px 4px 0;
}

.banner_swap {
	color: #000;
	background: #fff;
	text-align: center;
}

.home_images_table {
	margin: 30px 0 19px 0;
}
.home_images_table .pic {
	width: 166px;
	height: 100px;
	margin: 0 11px 11px 0;
	background: #ccc;
}
.home_images_table .txt_bg {
position: absolute; width: 166px; height: 20px; background: #000; margin-top: 80px;filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;
}
.home_images_table .txt {
position: absolute; margin: 82px 0 0 5px; color: #fff; font-weight: bold;
}
