@charset "UTF-8";
/* CSS Document */

/* ============================================================================================================================================= */
/* START GENERAL CONTAINER */

html {
	-webkit-text-size-adjust:none;
	height: 100%;
	font-size: 100%;
	margin: 0;
	padding: 0;	
	overflow:auto;
}

body {
	background-repeat: no-repeat;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #b40906;
	background: url("../images/background.jpg") center top;
	color: #fff;
	font-size: 22pt;
	font-family: Arial, Verdana, sans-serif;
}

a {
	color: #fff;
	text-decoration: underline ;
	text-transform:capitalize;
}

p {
	margin : 30px;
}

h2 {
	margin-top: 2em;
	text-align: center;
}

#flashcontent {
	overflow: hidden;
}

#noflash {
	margin: 20px;
	background-color: black;
}

#no_flash_msg {
	background: url("../images/no_flash_msg.png") center center;
	width: 510px;
	height: 324px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 256px;
}

#get_flash {
	background: url("../images/download_flash_btn.png") no-repeat center bottom;
	width: 200px;
	height: 34px;	
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 208px;
}


#get_flash:hover {
	background: url("../images/download_flash_over_btn.png") no-repeat center bottom;
	cursor: pointer;
	
}

#light_box {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
/* 	background-color: black; */
/* 	opacity: 0.3; */
	background: url("../images/footer.png") no-repeat center bottom;
}

#hotels_logo {
	background: url("../images/hotels_logo.png") no-repeat center top;
	width: 187px;
	height: 63px;
	margin-top: 16px;
	margin-left: 20px;
	float: left;
	cursor: pointer;
}

#hotels_logo:hover {
	opacity: 0.8;	
}

#hotels-footer {
	position:absolute;
	bottom:10;
	width:100%;
	color:#666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.6em;
	text-align:center;
}


