@charset "utf-8";

html {
	overflow: hidden;
	height: 100%;
}

body {

	font: 80%/11px verdana, helvetica, sans-serif;
	background: #321a16;
	color: #fff;
	height: 100%;
	
}

#container, #myFlashContent {
	height: 100%;	
}

/* ALTERNATIVE CONTENT FOR FLASH IF IT FAILS */
#altContent {
	width: 340px;
	height: 246px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -175px -180px;
	color: #fff;
	background: transparent url(../images/riad_flash.jpg) no-repeat center top;
	text-align: center;
}

#altContent h1 { font-size: 1.4em; margin-bottom: 1em; color: #f90; margin-top: 165px; }
#altContent p { font-size: 1em; padding-bottom: 1em; line-height: 1.2em; color: #f2e3ce; }
#altContent a { color: #f90; text-decoration: none; }
#altContent a:hover { text-decoration: underline; }


/* INFO FOR GOOGLE MAPS */
#info {
	margin: -9000px;
	position: absolute;
	top: 0;
	left: 0;	
}

#info h1 { font-size: 1.4em; margin-bottom: 1em; color: #f90; }
#info h2 { font-size: 1.2em; margin-bottom: .75em; color: #ccc; }
#info h3 { font-size: 1em; margin-bottom: .5em; color: #999; }
#info ul { margin-bottom: 1em; }
#info li { line-height: 14px; list-style: circle; margin-left: 2em; padding-left: 0.75em; }
