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

/* ---	flash containers 	--- */
#flash_content {
	position: relative;
	width: 100%;
	height: 100%;
}
#logo {
	float: left;
	margin-bottom: 20px;
}
#flash_warn {
	position: absolute;
	top: 15%;
	left: 15%;
	width: 70%;
	height: 70%;
	margin: -20px 0px 0px -20px;
	padding: 20px;
	font-size: 12px;
	line-height: 180%;
	background: #777;
	border: solid 1px #999;
}

#nav {
	float: right;
}
	.navlink {
		display: inline;
		padding: 2px 5px;
		border-right: solid 1px #999;
		text-transform: uppercase;
	}

#seo_content {
	position: absolute;
	top: 10%;
	height: 90%;
	width: 100%;
	border-top: solid 1px #999;
	overflow: auto;
}
	#seo_content p {
		width: 80%;
	}

.float_img {
	float: left;
	margin: 0px 10px 10px 0px;
}
.press {
	width: 135px;
	height: 220px;
}
/* ---	red carpet 	--- */
.rc {
	display: block;
	height: 300px;
	clear: both;
	border-bottom: solid 1px #999;
}
	.rc p {
		width: 100%;
	}
	.rc_celeb {
		float: left;
		width: 200px;
		margin-right: 10px;
	}
		.rc_jewels {
			float: left;
		}
			.rc_jewel {
				float: left;
				width: 150px;
				margin-right: 10px;
			}
				.rc_jewel_img {
					width: 150px;
					height: 150px;
					background: #fff;
					text-align: center;
				}

/* ---	popup containers 	--- */
#popup_container {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: none; /*url(/img/gfx/fff_alpha60.png) repeat;*/
	cursor: pointer;
}
	#popup_ifr {
		border: solid 1px #ccc;
		background: none;
	}
	#popup_close {
		z-index: 20;
	}
	#popup_close a {
		padding: 2px 2px 2px 12px;
		margin: 0px 25px 0px 5px;
		color: #ccc;
		font-size: 10px;
		text-transform: uppercase;
		text-decoration: none;
		background: url(/img/gfx/close_x-grey.gif) no-repeat left;
	}
		#popup_close a:hover {
			color: #999;
			background: url(/img/gfx/close_x-grey_on.gif) no-repeat left;
		}
	
	.ifr-default {
		position: absolute;
		top: 30px;
		left: 20%;
		width: 70%;
		height: 80%;
		background: #fff;
	}
	.ifr-default_closebtn {
		position: absolute;
		top: 35px;
		right: 10%;
		z-index: 20;
	}
	
	.ifr-maillist {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 400px;
		height: 300px;
		margin-top: -150px;
		margin-left: -200px;
		background: url('/img/gfx/fff_alpha90.png') repeat !important;
		border: solid 1px #666 !important;
	}
	.ifr-maillist_closebtn {
		position: absolute;
		top: 50%;
		right: 50%;
		margin-top: -140px;
		margin-right: -190px;
		background: #fff;
	}
		.ifr-maillist_closebtn a {
			margin-right: 0px!important;
		}

