/*
CSS Credit: http://www.templatemo.com/
*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background: #f3f3f3;
}
		
a:link, a:visited { color: #3366dd; text-decoration: none; font-weight: normal;} 
a:active, a:hover { color: #cc6633; text-decoration: none;}

p { margin: 0px; padding: 0px; }

img { margin: 0px; padding: 0px; border: none; }

.float_l { float: left; }
.float_r { float: right; }

.margin_r5 { margin-right:5px; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h10 { clear: both; width: 100%; height: 10px; font-size: 1px;	}

.more_button a{
	display: block;
	width: 43px;
	height: 13px;
	border: none;
	text-decoration: none;
}
.more_button a img{
	width: 43px;
	height: 13px;
	border: none;
}

#container {
	width: 780px;
	margin: 0 auto;
	padding: 0 10px;
	background: url(../images/container_bg.jpg) repeat-y;
}

#banner {
	clear: both;
	width: 780px;
	height: 170px;
	margin-bottom: 5px;
}

/* menu */

#top_hor_menu {
	width: 770px;
	height: 42px;
	margin: 0 auto;
	padding: 0 5px;
	margin-bottom: 5px;
	background: url(../images/menu_bg.jpg) no-repeat;
}

#top_hor_menu ul {
	padding: 1px 0px;
	margin: 0px;
	list-style: none;
}

#top_hor_menu ul li{
	padding: 0px;
	margin: 0px;
	display: inline;
}

#top_hor_menu li a{
	float: left;
	display: block;
	height: 37px;
	padding: 3px 15px 0 13px;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #2f4d68;	
	line-height: 15px;
	text-align: center;
	background: url(../images/menu_divider.jpg) center right no-repeat;
}

#top_hor_menu .padding_top_8px {
	height: 30px;
	padding-top: 10px;
}

#top_hor_menu li a:hover, #top_hor_menu li .current{
	color: #0a253f;

}

#top_hor_menu li .last{
	background: none;
}

/* end of menu */

/* content */

#content {
	clear: both;
	padding: 0 5px;
	margin-bottom: 5px;
}

#side_column {
	float: left;
	width: 220px;
}

#main_column {
	float: right;
	width: 545px;
}


#side_column .side_column_box {
	position: relative;
	width: 220px;
	margin-bottom: 10px;
	background: url(../images/side_column_box_bg.jpg) repeat-y;
}

.side_column_box h2 {
	display: block;
	width: 185px;
	height: 22px;
	padding: 3px 0 0 35px;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	font-size: 12px;
	font-weight: bold;
	color: #000;
	background:url(../images/side_column_box_header_bg.jpg) no-repeat;
}

.side_column_box .bottom {
	position: absolute;
	bottom: -5px;
	left: 0px;
	width: 220px;
	height: 5px;
	background: url(../images/side_column_box_bottom.jpg) no-repeat;
}

.side_column_box .content {
	padding: 5px;
}

.content img {
	float: left;
	width: 70px;
	height: 50px;
	border: 1px solid #ffffff;
}

.content .right_side {
	float: right;
	width: 130px;
}

.content .hotel_list {
	margin: 0 0 10px 0;
	padding: 0px;
	list-style: none;
}
.content .hotel_list li {
	margin: 0px;
	padding: 0px;
}

.content .hotel_list li a {
	color: #333;
	text-decoration: none;
}

.content .hotel_list li a:hover {
	color: #cc6633;
}

.main_column_box {
	clear: both;
	border: 1px solid #c9d8e7;
	padding: 4px;
	margin-bottom: 5px;
	background: #ffffff url(../images/main_column_box_bg.jpg) top repeat-x;
}

.main_column_box h2 {
	font-size: 16px;
	padding: 5px 0 10px; 0;
	margin: 0 0 5px 0;
	color: #054681;
	font-weight: bold;
	border-bottom: 1px solid #b2cade;
}

.main_column_box .hotel_box {
	float: left;
	padding: 8px;
	width: 157px;
	list-style: none;
	background: #ffffff;
	border: 1px solid #c9d8e7;	
}

.hotel_box img {
	width: 155px;
	height: 115px;
	margin-bottom: 5px;
	text-decoration: none;
	border: 1px solid #000000;
}

#footer {
	clear: both;
	padding: 10px 5px;
	text-align: right;
	color: #4a6888;
	background: #a6c4e4;
	border-top: 1px solid #88a9cc;
}
/* end of content */