@charset "utf-8";
/* reset */
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td,ul,ol,li {
	margin:0;padding:0;
	font-size: 100%;
	vertical-align: baseline;
}
input,select,textarea { margin: 0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
a { outline:none }
a img { border:none }

body {
	color: #dbd8d8; 
	background-color: #000;
	font: 13px Arial,san-serif;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin-bottom: 12px;
}

.m {
	margin-bottom: 12px;
}

.dm {
	margin-bottom: 24px;
}

p.last {
	margin-bottom:0 !important;
}

a:link,a:visited,a:focus,a:active {
	/*-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;*/
	color: #FFF;
	text-decoration:none;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #dbd8d8; 
}

.float-left {
	float: left;
}
.float-right {
	float: right;
}

.white {
	color: #fff !important;
}
.gold {
	color: #e5d976;
}
.red {
	color: #d71921;
}

p.error {
	color:#CC0000;
}


/* Structure */

#wrapper {
	width: 792px;
	margin: 30px auto 20px auto;
}
	#sponsors-aside {
		display: none;
		float: left;
		width: 168px;
		margin-top: 284px;
		text-transform: uppercase;
	}
		#sponsors-aside a {
			display: block;
		}
		#sponsors-aside p {
			font-size: 11px;
			margin: 26px 0;
		}

	#wrap-main {
		float: right;
		width: 792px;
	}
		ul#nav {
			width: 760px;
			margin: 0 auto;
			height: 21px;
			margin-bottom: 8px;
		}
			ul#nav li {
				text-align: center;
				float: left;
				padding: 0 9px;
				font: 12px Tahoma,Verdana,Arial,Helvetica,sans-serif;
				line-height: 21px;
				text-transform: uppercase;				
				border-right: 1px solid #333;
			}
			ul#nav li.last {
				border-right: none;
			}
				ul#nav a {
					display: block;
				}
	
		#wrap-content {
			background: url(/images/bg_rpt.jpg) repeat-y;
		}
			#wrap-content-top {
				background:url(/images/bg_top.jpg) no-repeat;
				height: 24px;
			}
			#content {
				position: relative;
				background: url(/images/bg_btm.jpg) center bottom no-repeat;
				padding-bottom: 190px;
				min-height: 207px;/* 467px */
				height: auto !important;
  				height: 207px;
			}
				#content-inner {
					width: 770px;
					margin: 0 11px;
					background: url(/images/bg_stars.png) no-repeat;
				}

.show-sponsors #wrapper, .show-platinum-sponsors #wrapper {
	width: 960px;
}
.show-sponsors #sponsors-aside, .show-platinum-sponsors #sponsors-aside { 
	display: block;
}
/*.show-sponsors #wrap-main, .show-platinum-sponsors #wrap-main {
	margin-left: 168px;
}*/

.show-platinum-sponsors #gold-sponsors {
	display: none;
}

/* COMMON ====================================== */

h1 {
	border-top: 2px solid #2a2929;
	border-bottom: 2px solid #2a2929;
	height: 49px;
	background: url(/images/venue_title_bg.jpg);
	text-align: center;
	font: 23px Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 45px;
	color: #d8d8d8;
}
h1.gold {
	border-top: none;
	border-bottom: none;
	height: 53px;
	background: url(/images/h1_gold.png);
	line-height: 49px;
	color: #fbe26d;
}

p.blurb {
	font: 16px Tahoma,Verdana,Arial,Helvetica,sans-serif;
	line-height: 23px;
	margin: 26px 0 36px;
}

.content-block {
	padding: 0 28px;
	text-align: center;
}
.content-block-full-right {
	padding: 0 0 0 28px;
}

.tahoma {
	font: 15px Tahoma,Verdana,Arial,Helvetica,sans-serif;
	line-height: 21px;
}

.text-spaced p {
	font: 12px;
	line-height: 20px;
}

.margin {
	margin: 26px 0;
}
.margin-d {
	margin: 52px 0;
}
.margin-btm {
	margin-bottom: 52px;
}
.margin-top {
	margin-top: 52px;
}

.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}

.small {
	font-size: 11px;
}


.subject-to {
	position: absolute;
	right: 22px;
	bottom: 8px;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	overflow: auto;
}

.trans-bg-black {
	background: transparent url(/images/trans_bg_black.png);
}

.party-intro {
	padding: 40px 0;
	text-align: center;
	background: url(/images/mask_bg.png) no-repeat;
}

.key2luxury-video {
	position: relative;
	float: left;
	width: 255px;
	height: 365px;
	background:url(/images/keyring_bg.jpg) no-repeat;
}	
	.key2luxury-video .description {
		position: absolute;
		left: 0;
		bottom: 0;
		padding-top: 47px;
		width:100%;
	}
		.key2luxury-video .description p {
			padding: 16px 18px;
			font-size: 14px;
			text-align: center;
			margin-bottom: 0;
		} 

.form {
	float: left;
	width: 459px;
	text-align: left;
}
	.form th, .form td {
		padding: 6px 0;
	}
	.form th {
		width: 186px;
	}
	.form input.text, .form select, .form textarea {
		background-color: #272727;
		border: 1px solid #333;
		color: #FFF;
		padding: 3px;
		font-size: 12px
	}
	.form input[type=image] {
		margin-left: -5px;
	}
	
	div.insetbox {
		padding: 8px 0 0 0;
	}
		div.insetbox input {
			margin-top: 4px;
		}

.btns-three {
	margin-left: -12px;
}
	.btns-three img {
		float: left;
		margin-left: 12px;
	}

/* HOME ========================================== */

.btns-home {
	position: relative;
	margin-left: 13px;
	width: 743px;
	height: 215px;
	background: url(/images/btns_home.png) no-repeat;
}
	.btns-home a {
		display: block;
		position: absolute;
		text-indent: -1000px;
		overflow: hidden;
	}
	a.confirmed {
		top:4px;left:4px;width: 206px;height: 32px;
	}
	a.charity-commitee {
		top:4px;left:234px;width: 272px;height: 32px;
	}
	a.rsvp {
		top:4px;right:4px;width: 206px;height: 32px;
	}
	a.corporate {
		top:65px;left:4px;width: 230px;height: 32px;
	}
	a.global-sponsor {
		top:65px;left:258px;width: 230px;height: 32px;
	}
	a.global-charity {
		top:65px;left:510px;width: 230px;height: 32px;
	}
	a.global-invitation {
		top:123px;left:4px;width: 355px;height: 32px;
	}
	a.exclusive-venues {
		top:123px;left:383px;width: 355px;height: 32px;
	}
	a.press {
		top:178px;left:4px;width: 355px;height: 32px;
	}
	a.purchasing {
		top:178px;left:383px;width: 355px;height: 32px;
	}

/* Confirmed Venues/Hosts ========================= */

.invite-keyring {
	height: 310px;
	border-top: 2px solid #1f1f1f;
	background:url(/images/venues_keyring.png) no-repeat;
	padding: 58px 28px 0 338px;
}

.venues {
	position: relative;
	width: 714px;
	height: 250px;
	margin-bottom: 18px;
	cursor: pointer;
}
	.venues img {
		display: block;
	}
	.venues .venues-title {
		position: absolute;
		padding: 8px;
		background-color: #000;
		top: 20px;
		left: 0;
		font: 15px Tahoma,Verdana,Arial,Helvetica,sans-serif;
		text-transform: uppercase;
	}
	.venues-alt .venues-title {
		left: auto;
		right: 0;
	}
	
	.venues .venues-desc {
		position: absolute;
		padding: 16px;
		width: 322px;
		/*background: rgb(0,0,0);
		background: rgba(0,0,0,0.7);*/
		background: transparent url(/images/trans_bg_black_70.png);
		top: 26px;
		right: 26px;
	}
	.venues-alt .venues-desc {
		right:auto;
		left: 26px;
	}
	.venues .venues-desc p {
		font-size: 10px;
	}
	.venues .venues-desc p:first-child {
		font-style:italic;
	}
	.venues .venues-desc p:last-child {
		margin-bottom: 0;
	}

/* Venue detail page */

.venue-intro {
	float: left;
	width: 318px;
	padding-top: 28px;
}
	.venue-intro p {
		font: 12px;
		line-height: 20px;
		padding-right: 28px;
	}

.venue-info {
	float: left;
	width: 167px;
	height: 364px;
	border-right: 1px solid #2a2929;
	border-bottom: 1px solid #2a2929;
	border-left: 1px solid #2a2929;
	text-align:center;
}
	.venue-info .globalpr {
		background: url(/images/venue_globalpr_bg.png) bottom repeat-x;
		text-transform: uppercase;
		font-size: 11px;
		font-weight: bold;
		padding-top: 10px;
	}
	.venue-info .stf {
		padding: 12px 16px;
	}

/* + key-2 luxury video */

.image-gallery {
	margin: 28px 0;
	position: relative;
	height: 200px;
	margin-bottom: 1.5em;
}

	.image-gallery-clip {
		position: relative;
		overflow: hidden;
		width: 714px;
		height: 200px;
		z-index: 2;
	
	}
	
		.image-gallery-list {
			position: absolute;
			top: 0;
			left: 0;
			z-index: 1;
			overflow: hidden;
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
		.image-gallery-list li {
			float: left;
			width: 290px;
			height: 200px;
			list-style: none;
		}
	
	.image-gallery-back {
		position: absolute;
		left: 0;
		bottom: 0;
		background: #333 url(/images/gallery-back.gif);
		width: 35px;
		height: 32px;
		z-index:3;
		cursor: pointer;
		color: #FFFFFF
	}
	
	.image-gallery-forward {
		position: absolute;
		right: 0;
		bottom: 0;
		background: #333 url(/images/gallery-forward.gif);
		width: 35px;
		height: 32px;
		z-index:3;
		cursor: pointer;
	}

.image-gallery p {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	padding: 4px 6px;
	font-size: 0.916667em;
}

.sponsors-title {
	text-transform: uppercase;
}
.sponsors {
	margin-left: -16px;
}
.sponsors img {
	margin-left: 16px;
}

.venue-buttons {
	padding: 0 61px 28px;
}

/* Corporate charity */

.charity-ark {
	float: left;
	width: 255px;
	height: 448px;
}	

.charity-divider {
	background-color: #333;
	height: 1px;
	margin: 40px 158px;
}

.charity-logos {
	padding: 0 60px 0 59px;
	margin-left: -41px;
	margin-bottom: 30px;
}
	.charity-logos img {
		display: block;
		float: left;
		width: 132px;
		height: 49px;
		margin-top: 30px;
		margin-left: 41px;
	}

/* RSVP ============================ */

.c-rsvp .content-block-full-right {
	background: url(/images/bg_keyring.png) center right no-repeat;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/**{padding: 0; margin: 0;}*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #FFF;}
#TB_window a:visited {color: #FFF;}
#TB_window a:hover {color: #FFF;}
#TB_window a:active {color: #FFF;}
#TB_window a:focus{color: #FFF;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(/images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #000;
	z-index: 102;
	color:#FFF;
	display:none;
	border: 2px solid #555;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border: none;
	/*border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;*/
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#231f20;
	height:27px;
	font-weight: bold;
}

#TB_ajaxContent{
	clear:both;
	padding:15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

/*#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}*/

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}


#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
		

/* Clear Fix */

.clearboth {
	clear:both;
}

.clearer {
	height: 1px;
	overflow: hidden;
	margin-bottom: -1px;
	clear: both
}

.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


.clear {display: inline-block;}

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */	

