@charset "utf-8";


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #a20303;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #09F;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
#container {
	width: 937px;
	margin-right: auto;
	margin-left: auto;
}
#container #menu {
	margin-top: 25px;
	background-image: url(../assets/menu_bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	width: 730px;
	height: 20px;
}
#container #topbanner {
	margin-top: 20px;
}
#container #mainbody {
	width: 934px;
}
#container #mainbody #left_bg {
	background-image: url(../assets/left_line_bg.jpg);
	height: 472px;
	width: 24px;
	margin-left: 6px;
	position: absolute;
}
#container #mainbody #right_bg {
	height: 472px;
	width: 24px;
	background-image: url(../assets/right_line_bg.jpg);
	position: absolute;
	top: 279px;
	left: 902px;
}
#container #mainbody #main {
	height: 472px;
	width: 900px;
	background-color: #FFF;
	margin-top: 2px;
	margin-left: 30px;
	background-image: url(../assets/right_line_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#container #mainbody #main #maintext {
	font-family: verdana;
	font-size: 12px;
	margin-right: 250px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: justify;
}


#container #footer {
	text-align: center;
	font-family: verdana;
	font-size: 12px;
	padding-top: 5px;
	color: #999;
}
h1 {
	font-family: verdana;
	font-size: 18px;
	font-weight: bold;
	color: #408fd1;
	margin: 0px;
}
#container #mainbody #main #right_accordion #hotel_offers {
	position: absolute;
	width: 215px;
	margin-left: 670px;
	background-image: url(../assets/banner_bg.png);
	height: 195px;
}
#container #mainbody #main #right_accordion #hotel_videos {
	position: absolute;
	width: 215px;
	margin-left: 670px;
	background-image: url(../assets/banner_bg.png);
	height: 195px;
	top: 500px;
}
#container #mainbody #main #right_accordion #hotel_offers #offer_details {
	padding-left: 30px;
}
