/*reset*/
* {
	padding: 0; 
	margin: 0; 
}

body { 
	background: #FFF url(images/bg_body.jpg) repeat-x 0 100px;
	color: #333; 
	text-align: center;
}

a {	
	color: #900;
}

a:hover { 
	color: #C00;
}

h3{
	background:#DDD;
	border-bottom:3px solid #900;
	padding-left:5px;
	margin:5px 0;
	color: #C00;
}

table th{
	background:#E3E3E3;
}

/*layout*/
.wrapper {
	width: 960px;
	margin: 0 auto;
}

#header {
	position:relative;
	width:100%;
	height:110px;
	margin-bottom: 20px;
}

#navigator{
	position:absolute;
	min-width:870px;
	height:36px;
	left:0px;
	bottom:0;
}

#container {
	text-align:left;
	padding:0 0 10px;
}

div#content{
	float: right;
	width: 750px;
}

#sidebar {
	float:left;
	width:200px;
}

#footer {
	border-top: 5px solid #900;
	padding:10px 0;
}

/*header*/
#header .logo{
	float:left;
	width:180px;
}

#header .logo img{
	margin:5px auto 0;
}

.top-link{
	float:right;
	height:40px;
	padding-left:10px;
	color:#666;
}

.top-link form{
	display:inline-block; 
	*display:inline; 
	*zoom:1; 
	padding-right:10px;
	height:24px;
	background: url(images/bg_top_link.jpg) no-repeat 100% 0;
}

.top-link  a{
	color:#666;
}

/*nav*/
.menu {
	height: 36px;
display:flex;
flex-wrap:wrap;
}

.menu li {
	float: left;
	height:36px;
	padding-right:10px;
	background: url(images/menu_right.gif) no-repeat 99% -40px;
}

.menu  a:hover {
  text-decoration: underline;
}

.menu a {
	display:block;
	float:left;
	height:36px;
	color: #FFF;
	padding: 0 5px 0 15px;
	line-height: 30px;
	white-space :nowrap;
	background: url(images/menu_left.gif) no-repeat 0 -40px;
}
.menu .active {
  background-position: 100% 0;
}
.menu .active a {
	background-position: 0 0;
	color:#900;
}

.menu a:hover {
	color:#Fff;
	text-decotation:
}
.menu #link1-tab,.menu #link2-tab {
  background: url(images/menu_left.gif) no-repeat 0 -40px;
}




#nav-bar2 a {
  padding: 0 10px;
  border-left: 1px solid #666;
}
#nav-bar2 p {
    padding: 0 10px;
    border-left: 1px solid #666;
}
#nav-bar2 ul {
  height: 19px;
  line-height: 19px;
}
.menu #nav-bar2 a, .menu #nav-bar2 li {background:none;  color: #000;   height: 19px;   line-height: 19px;}
.menu  #nav-bar2 ul  a{
  height: 19px;
  line-height: 19px;
}
#nav-bar2 a.first {
  border-left: none;
}

/*banner*/
.banner{
	width:960px;
	height:205px;
}

/*sidebar*/
.side-box{
	border:1px solid #CCC;
	border-color:#CCC #999 #999 #CCC;
	margin:5px 0 0;
	padding:0 0 10px;
}

.side-box h3{
	background: url(images/bg_title.jpg) repeat-x 0 100%;
	border-bottom: 1px solid #999;
	margin:0;
	color:#333;
}

.side-box .portlet{
	padding:5px 0 0 7px;
}

.side-box .room-search-city  select,.side-box .room-search-hotel  select{
	width:180px;
}

/*content*/
.portlet-news-list .list{
	margin-top:5px;
}

.portlet-news-list .list td{
	background:#EEE;
}

.portlet-news-list .news-title-col a{
	background: url(images/dot.gif) no-repeat 4px 5px;
	padding-left:12px;
}

/*footer*/




.menu{
display:flex !important}
