html, body{ 
	margin:0; 
	padding:0; 
	text-align:center; 
	background: #000 url("/events-images/bg-fade.jpg") repeat-x fixed center bottom;
	font-family: verdana;
	font-size: 13px;
	color: #b5b5b5;
} 

#header_logo {
	float: left; 
	background-image: url(/events-images/qe-logo.jpg); 
	width: 640px; 
	height: 73px;
}
#header_logo h1 { display: none; }

#header_turk {
	float: right; 
	background-image: url(/events-images/header-turk-tp.jpg); 
	width: 347px; 
	height: 73px;
}
#header_turk p { display: none; }
#header_purple {
	float: right; 
	background-image: url(/events-images/header-purple-tp.jpg); 
	width: 347px; 
	height: 73px;
}
#header_purple p { display: none; }
#header_yellow {
	float: right; 
	background-image: url(/events-images/header-yellow-tp.jpg); 
	width: 347px; 
	height: 73px;
}
#header_yellow p { display: none; }
#header_darkpurple {
	float: right; 
	background-image: url(/events-images/header-darkpurple-tp.jpg); 
	width: 347px; 
	height: 73px;
}
#header_darkpurple p { display: none; }
#header_cream {
	float: right; 
	background-image: url(/events-images/header-cream-tp.jpg); 
	width: 347px; 
	height: 73px;
}
#header_cream p { display: none; }
#header_red {
	float: right; 
	background-image: url(/events-images/header-red-tp.jpg); 
	width: 347px; 
	height: 73px;
}
#header_red p { display: none; }
#header_green {
	float: right; 
	background-image: url(/events-images/header-green-tp.jpg); 
	width: 347px; 
	height: 73px;
}
#header_green p { display: none; }
#header_blue {
	float: right; 
	background-image: url(/events-images/header-blue-tp.jpg); 
	width: 347px; 
	height: 73px;
}
#header_blue p { display: none; }

#banner {
	margin-left: auto;
	margin-right: auto;
	width: 998px;
	height: 150px; 
	background-color: #000;
/*	background-image: url(/events-images/flash-small-dummy.jpg);*/
	background-position: center center;
	background-repeat: no-repeat;
}

.hidden_title {
	display: none;
}

#home_flashintro {
	width: 960px;
	height: 400px;
	margin-left: 20px;;
/*	background-image: url(/events-images/flash-large-dummy.jpg); */
}

#home_box { 
/*	border:1px solid #b5b5b5;*/
	width: 920px;
	margin: 20px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

#home_box #title {
        float: left;
        background-image: url(/events-images/home-welcome.jpg);
	background-repeat: no-repeat; 
	background-position: center left;
	margin-left: -20px;
        width: 960px;
        height: 52px;
}
#home_box #title h2 { display: none; }

#pagewidth{ 
	width:998px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;  
} 
 
#header{
	position:relative; 
	height:73px; 
	background-color:#000; 
	width:100%;
} 
 
#maincol{
	background-color: #000;  
	float: right; 
	display:inline; 
	position: relative; 
	width: 998px; 
}

/*
        IF i_am_page.match('^calendar'); background_color = 'turk'; END;
        IF i_am_page.match('^charity'); background_color = 'purple'; END;
        IF i_am_page.match('^clients'); background_color = 'yellow'; END;
        IF i_am_page.match('^contact'); background_color = 'darkpurple'; END;
        IF i_am_page.match('^events'); background_color = 'cream'; END;
        IF i_am_page.match('^index'); background_color = 'red'; END;
        IF i_am_page.match('^news'); background_color = 'green'; END;
        IF i_am_page.match('^press'); background_color = 'blue'; END;
        IF ! background_color; background_color = 'purple'; END;
*/
#maincol_turk {
	background-image: url("/events-images/graphic-turk.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;  
	float: right; 
	display:inline; 
	position: relative; 
	width: 998px; 
}
#maincol_purple {
	background-image: url("/events-images/graphic-purple.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;  
	float: right; 
	display:inline; 
	position: relative; 
	width: 998px; 
}
#maincol_yellow {
	background-image: url("/events-images/graphic-yellow.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;  
	float: right; 
	display:inline; 
	position: relative; 
	width: 998px; 
}
#maincol_darkpurple {
	background-image: url("/events-images/graphic-darkpurple.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;  
	float: right; 
	display:inline; 
	position: relative; 
	width: 998px; 
}
#maincol_cream {
	background-image: url("/events-images/graphic-cream.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;  
	float: right; 
	display:inline; 
	position: relative; 
	width: 998px; 
}
#maincol_red {
	background-image: url("/events-images/graphic-red.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;  
	float: right; 
	display:inline; 
	position: relative; 
	width: 998px; 
}
#maincol_green {
	background-image: url("/events-images/graphic-green.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;  
	float: right; 
	display:inline; 
	position: relative; 
	width: 998px; 
}
#maincol_blue {
	background-image: url("/events-images/graphic-blue.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;  
	float: right; 
	display:inline; 
	position: relative; 
	width: 998px; 
}

.titles h1 { display: none; }
.titles #clients_quotes { 
	background-image: url("/events-images/title-client_quotes.png");
	width: 250px;
	height: 56px;	
}
.titles #contact_offices {
        background-image: url("/events-images/title-q-offices.jpg");
        width: 344px;
        height: 47px;
}
#titles h1 { display: none; }
#titles #titleclients { 
	background-image: url("/events-images/title-recent_clients.png");
	width: 250px;
	height: 54px;	
}
#titles #venues { 
	background-image: url("/events-images/title-venues.jpg");
	margin-left:20px;
	width: 151px;
	height: 62px;	
}
#titles #clients_quotes { 
	background-image: url("/events-images/title-client_quotes.png");
	width: 250px;
	height: 56px;	
}
#titles #news { 
	background-image: url("/events-images/title-latest-news.png");
	width: 184px;
	height: 62px;	
}
#titles #titlecalendar { 
	background-image: url("/events-images/title-calendar.png");
	width: 154px;
	height: 62px;	
}
#titles #whoweare { 
	background-image: url("/events-images/title-wwa.png");
	width: 201px;
	height: 62px;	
}
#titles #titlepress { 
	background-image: url("/events-images/title-press.png");
	width: 103px;
	height: 62px;	
}
#titles #titlecharity {
        background-image: url("/events-images/title-charity.png");
        width: 131px;
        height: 62px;
}
#titles #titlecontact {
        background-image: url("/events-images/title-contact.jpg");
        width: 148px;
        height: 62px;
}
#titles #contact_offices {
        background-image: url("/events-images/title-q-offices.jpg");
        width: 344px;
        height: 47px;
}
#titles #events_press {
        background-image: url("/events-images/title_press-and-corp.jpg");
        width: 404px;
        height: 62px;
}
#titles #events_private {
        background-image: url("/events-images/title_private.jpg");
        width: 353px;
        height: 62px;
}
#titles #events_charity {
        background-image: url("/events-images/title_charity-and-social.jpg");
        width: 353px;
        height: 62px;
}
#titles #titleblack {
        background-image: url("/events-images/title-black.jpg");
        width: 426px;
        height: 14px;
	margin-left: 36px;
	margin-top: 20px;
}
.titles #title_black_application {
        background-image: url("/events-images/title-black-application.jpg");
        width: 405px;
        height: 14px;
	margin-left: 36px;
	margin-top: 15px;
}
.titles #title_black_register {
        background-image: url("/events-images/title-black-registration.jpg");
        width: 109px;
        height: 14px;
	margin-left: 36px;
	margin-top: 15px;
}



#client_box 		{ height: 220px; display: block; }

#client_col1		{ width: 251px; height: 220px; background-image: url("/events-images/clients_divider_line.jpg"); background-position: right center; background-repeat: no-repeat; float: left; }
#client_col1 h3		{ display: none; }
#client_vogue		{ width: 250px; height: 22px; background-repeat: no-repeat; background-image: url("/events-images/clts_vogue.png"); }
#client_gucci		{ width: 250px; height: 22px; background-image: url("/events-images/clts_gucci.png"); }
#client_ysl		{ width: 250px; height: 22px; background-image: url("/events-images/clts_ysl.png"); }
#client_elle		{ width: 250px; height: 22px; background-image: url("/events-images/clts_elle.png"); }
#client_sirdavid	{ width: 250px; height: 22px; background-image: url("/events-images/clts_sirdavid.png"); }
#client_kova		{ width: 250px; height: 22px; background-image: url("/events-images/clts_kova.png"); }
#client_sentebale	{ width: 250px; height: 22px; background-image: url("/events-images/clts_sentebale.png"); }
#client_weinstein	{ width: 250px; height: 22px; background-image: url("/events-images/clts_weinstein.png"); }
#client_pettiet		{ width: 250px; height: 22px; background-image: url("/events-images/clts_perriet.png"); }
#client_reuben 		{ width: 250px; height: 22px; background-image: url("/events-images/clts_reuben.png"); }

#client_col2		{ width: 250px; height: 220px; background-image: url("/events-images/clients_divider_line.jpg"); background-position: right center; background-repeat: no-repeat; float: left; }
#client_col2 h3		{ display: none; }
#client_universal	{ width: 250px; height: 22px; background-repeat: no-repeat; background-image: url("/events-images/clts_universal.png"); }
#client_elephant	{ width: 250px; height: 22px; background-repeat: no-repeat; background-image: url("/events-images/clts_elephant.png"); }
#client_grosvenor	{ width: 250px; height: 22px; background-repeat: no-repeat; background-image: url("/events-images/clts_grosvenor.png"); }
#client_earth		{ width: 250px; height: 22px; background-repeat: no-repeat; background-image: url("/events-images/clts_earth.png"); }
#client_diageo		{ width: 250px; height: 22px; background-repeat: no-repeat; background-image: url("/events-images/clts_diageo.png"); }
#client_emc		{ width: 250px; height: 22px; background-repeat: no-repeat; background-image: url("/events-images/clts_emc.png"); }
#client_kuoni		{ width: 250px; height: 22px; background-repeat: no-repeat; background-image: url("/events-images/clts_kuoni.png"); }
#client_neil		{ width: 250px; height: 22px; background-repeat: no-repeat; background-image: url("/events-images/clts_neil.png"); }
#client_sothebys	{ width: 250px; height: 22px; background-repeat: no-repeat; background-image: url("/events-images/clts_sothebys.png"); }
#client_missoni		{ width: 250px; height: 22px; background-repeat: no-repeat; background-image: url("/events-images/clts_missoni.png"); }

#client_col3		{ width: 250px; height: 220px; background-image: url("/events-images/clients_divider_line.jpg"); background-position: right center; background-repeat: no-repeat; float: left; }
#client_col3 h3		{ display: none; }
#client_keanu		{ width: 250px; height: 22px; background-repeat: no-repeat; background-image: url("/events-images/clts_keanu.png"); }
#client_jaguar		{ width: 250px; height: 22px; background-repeat: no-repeat; background-image: url("/events-images/clts_jaguar.png"); }
#client_samtaylor	{ width: 250px; height: 22px; background-repeat: no-repeat; background-image: url("/events-images/clts_samtaylor.png"); }
#client_simon		{ width: 250px; height: 22px; background-repeat: no-repeat; background-image: url("/events-images/clts_simon.png"); }
#client_jodie		{ width: 250px; height: 22px; background-repeat: no-repeat; background-image: url("/events-images/clts_jodie.png"); }
#client_unicef		{ width: 250px; height: 22px; background-repeat: no-repeat; background-image: url("/events-images/clts_unicef.png"); }
#client_dasha		{ width: 250px; height: 22px; background-repeat: no-repeat; background-image: url("/events-images/clts_dasha.png"); }
#client_ikea		{ width: 250px; height: 22px; background-repeat: no-repeat; background-image: url("/events-images/clts_ikea.png"); }
#client_rosenblatts	{ width: 250px; height: 22px; background-repeat: no-repeat; background-image: url("/events-images/clts_rosenblatts.png"); }
#client_clive		{ width: 250px; height: 22px; background-repeat: no-repeat; background-image: url("/events-images/clts_clive.png"); }

#client_col4		{ width: 240px; height: 220px; float: left; }
#client_col4 h3		{ display: none; }
#client_dior		{ width: 240px; height: 22px; background-repeat: no-repeat; background-image: url("/events-images/clts_dior.png"); }
#client_purple		{ width: 240px; height: 22px; background-repeat: no-repeat; background-image: url("/events-images/clts_purple.png"); }
#client_myspace		{ width: 240px; height: 22px; background-repeat: no-repeat; background-image: url("/events-images/clts_myspace.png"); }
#client_bp		{ width: 240px; height: 22px; background-repeat: no-repeat; background-image: url("/events-images/clts_bp.png"); }
#client_lowe		{ width: 240px; height: 22px; background-repeat: no-repeat; background-image: url("/events-images/clts_lowe.png"); }
#client_hachette	{ width: 240px; height: 22px; background-repeat: no-repeat; background-image: url("/events-images/clts_hachette.png"); }
#client_bgc		{ width: 240px; height: 22px; background-repeat: no-repeat; background-image: url("/events-images/clts_bgc.png"); }
#client_proctor		{ width: 240px; height: 22px; background-repeat: no-repeat; background-image: url("/events-images/clts_proctor.png"); }
#client_dkny		{ width: 240px; height: 22px; background-repeat: no-repeat; background-image: url("/events-images/clts_dkny.png"); }
#client_va		{ width: 240px; height: 22px; background-repeat: no-repeat; background-image: url("/events-images/clts_va.png"); }


.clients_testimonial	{
	background-position: top left;
	background-repeat: no-repeat; 
	background-image: url("/events-images/doublequote.jpg");
	display: block;
	width: 740px;
	margin-left: 22px;
	padding-left: 25px;
	padding-top: 6px;
	margin-bottom: 10px;
	text-align: justify;	
}
.clients_testimonial p { 
	margin: 0;
	padding: 0;
}
.clients_testimonial p strong { 
	color:#fff;
	font-weight: normal;
	font-style:italic;
}


.events_list {
        float: left;
        height: 351px;
        width: 971px;
        background-color: #000;
	margin-top: 9px;
	margin-left: 9px;
}

.events_list ul {
        list-style: none;
        padding: 0;
        padding-top: 0px;
        margin: 0;
        margin-left: none;
        margin-right: auto;
}
.events_list li {
        float: left;
        margin: 0 0.0em;
	margin-left: 10px;
}
.events_list li a {
        float: left;
        display: block;
        color: #0d2474;
        text-decoration: none;
        text-align: center;
}
.events_list li a span {
        display: none;
}
.events_list #corporate {
        background: url(/events-images/event-press.jpg) #000 bottom left repeat-x;
        display: block;
        width: 184px;
        height: 351px;
}
.events_list #private {
        background: url(/events-images/event-private.jpg) #000 bottom left repeat-x;
        display: block;
        width: 184px;
        height: 351px;
}
.events_list #charityitem {
        background: url(/events-images/event-charity.jpg) #000 bottom left repeat-x;
        display: block;
        width: 184px;
        height: 351px;
}
.events_list #weddings {
        background: url(/events-images/event-qweddings.jpg) #000 bottom left repeat-x;
        display: block;
        width: 184px;
        height: 351px;
}
.events_list #escape {
        background: url(/events-images/event-qescape.jpg) #000 bottom left repeat-x;
        display: block;
        width: 184px;
        height: 351px;
}
.events_list #venues {
        background: url(/events-images/venues.jpg) #000 bottom left repeat-x;
        display: block;
        width: 184px;
        height: 351px;
}

#newsletter {
        margin-left: 13px;
        width: 660px;
        display: block;
        float: left;
}

#newsletter_subscribe {
        width: 300px;
        float: left;
        min-height: 100px;
        margin-left: 7px;
        padding-left: 7px;
}

#newsletter_subscribe h2 {
        font-size: 12px;
        color: #fff;
        display: block;
        width: 300px;
}

#newslettter_subscribe strong {
        color: #b5b5b5;
        font-size: 12px;
        display: block;
        margin-bottom: 4px;
	width: 300px;
}

.newsletter_input {
	background-color: #000;
	width: 208px;
        display: block;
	height: 18px;
	padding: 2px;
	margin-top: 4px;
	border:1px solid #b5b5b5;
	color: #fff;
	margin-bottom: 4px;
}

#newsletter_subscribe #past { 
	margin-top: 20px;
}
#newsletter_subscribe #past h3 {
	font-size: 12px;
	color: #fff;
}
#newsletter_subscribe #past img {
	border: 1px solid #fff;
}
#newsletter_subscribe #past a {
	border: 0;
}

.event_item {
	width: 402px;
	padding-bottom: 10px;
	display: block;
	float: left;
	padding-left: 65px;
	min-height: 293px;
}

.event_item .flash {
	width: 402px;	
	height: 257px;
        background: url(/events-images/flash_dummy.jpg) #000 bottom left repeat-x;
}

.event_item h2 {
	text-align: center;
	color: #fff;
	font-size: 12px;
}

.event_item p { display: none; }

.calendar_item {
	display: block;
	float: left;
	width: 942px;
	margin-left: 18px;
	margin-bottom: 20px;
}

.calendar_item img {
	display: block;
	float: left;
	width: 205px;
	height: 158px;
	padding-right: 40px;
}

.calendar_item h2 {
	color: #00778e;
	font-size: 12px;
}

.calendar_item p {
	color: #fff;
	font-size: 12px;
}

.wwa_item {
	display: table;

        float: left;
        width: 942px;
        margin-left: 18px;
        margin-bottom: 20px;
}

.wwa_item img {
	display: table-cell;
	vertical-align: middle;
	position: relative;
        width: 100px;
        height: 135px;
        padding-right: 30px;
}

.wwa_item .content {
	display: table-cell;
	vertical-align: middle;
	overflow-x: auto;
	overflow-y: auto;
	position: relative;
	min-height: 0pt;
}

.wwa_item h2 {
        color: #00778e;
        font-size: 12px;
	padding: 0;
	margin: 0;
}
.wwa_item h3 {
        color: #00778e;
        font-size: 12px;
	padding: 0;
	margin: 0;
}

.wwa_item p {
        color: #fff;
        font-size: 12px;
}

.wwa_item a {
	color: #b5b5b5;
	text-decoration: none;
}


.press_wrapper {
        display: block;
        float: left;
        width: 942px;
        margin-left: 18px;
        margin-bottom: 20px;
}

.press_wrapper .press_item {
	float: left;
	display: block;
	width: 167px;
	height: 282px;
	margin-left: 60px;
	margin-right: auto;
}

.press_wrapper .press_item h2 {
	text-align: left;
	color: #fff;
	font-size: 11px;
	padding-bottom: 10px;
}

.charity_wrapper {
        display: block;
        float: left;
        width: 942px;
        margin-left: 40px;
        margin-bottom: 20px;
}

.charity_wrapper .charity_item {
        float: left;
        display: block;
        width: 400px;
        height: 102px;
        margin-left: 30px;
        margin-bottom: 30px;
        margin-right: auto;
}

.charity_wrapper .charity_item h2 {
	display: none;
}

.admin_logged_in { 
	width: 960px; 
	margin-left: auto; 
	margin-right:auto; 
	color: #fff;
	font-weight: bold;
	text-align: center; 
	background-color: green;
}

.admin_logged_in p { 
	padding-top: 20px;
	padding-bottom: 20px;
}

.admin_logged_in a { 
	color: #fff;
}

.charity p { 
        display: block;
        float: left;
        width: 942px;
        margin-left: 18px;
        margin-bottom: 20px;
}

#contactblock {
	display: block;
        float: left;
        width: 942px;
        margin-left: 18px;
        margin-bottom: 20px;
}

#contactblock #map {
	margin-left: auto;
	margin-right: auto;
}

#contactblock #formleft {
	width: 472px;
	background-image: url("/events-images/clients_divider_line.jpg"); 
	background-position: right center; 
	background-repeat: no-repeat; 
	float: left; 
}

#contactblock #formleft p {
	text-align: right;
	margin-right: 20px;
}

#contactblock #formleft a {
	text-decoration: none;
	color: #b5b5b5;
}



#contactblock #formright {
	width: 470px;
	float: left; 
}


#contactblock #formright form {
	margin-left: 20px;
}

#contactblock #formright strong {
	color: #fff;
	padding-left: 10px;
	width: 400px;
	height: 18px;
}

.address {
	color: #fff;
	font-weight: bold;
}

.contact_input {
        background-color: #090909;
        width: 208px;
        display: block;
        height: 18px;
        padding: 2px;
        margin-top: 4px;
        border:1px solid #2e2e2e;
        color: #fff;
        margin-bottom: 4px;
	float: left;
}

.contact_textarea {
        background-color: #090909;
        width: 308px;
	height: 80px;
        display: block;
        padding: 2px;
        margin-top: 4px;
        border:1px solid #2e2e2e;
        color: #fff;
        margin-bottom: 4px;
	float: left;
}

#contactblock #formblock { 
	height: 220px; 
	display: block; 
}

 
#footer{
	padding: 20px;
	padding-bottom: 0px;
	height:70px; 
	background-color:#000; 
	margin-left: auto;
	margin-right: auto;
	color:#4e4e4e;
	font-size: 9px;
	text-align: center;
	clear:both;
}
#footer p {
	color #4e4e4e;
} 
#footer a {
	color: #fff;
	text-decoration: none;
}

/* Navigation hacks for the homepage and SEO */

#navigation {
 	float: left;
	height: 31px;
	width: 998px;
	background-color: #000;
	background-image: url("/events-images/header-main-btm.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;
}

#navigation ul {
	list-style: none;
	padding: 0;
	padding-top: 0px;
	margin: 0;
	margin-left: 0px;
	margin-right: auto;
}
#navigation li {
	float: left;
	margin: 0 0.0em;
}
#navigation li a {
	float: left;
	display: block;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
}
#navigation li a span {
	display: none;
}																	
#navigation li #home {
        background: url(/events-images/btn-home.png) #000 bottom left repeat-x;
	display: block;
        width: 68px;
	height: 31px;
}
#navigation li #home:hover {
        background: url(/events-images/btn-home-dn.png) #000 bottom left repeat-x;
}
#navigation li #clients {
        background: url(/events-images/btn-clients.png) #000 bottom left repeat-x;
	display: block;
        width: 75px;
	height: 31px;
}
#navigation li #clients:hover {
        background: url(/events-images/btn-clients-dn.png) #000 bottom left repeat-x;
}
#navigation li #venues {
        background: url(/events-images/btn-exclusive_venues.png) #000 bottom left repeat-x;
	display: block;
        width: 71px;
	height: 31px;
}
#navigation li #venues:hover {
        background: url(/events-images/btn-exclusive_venues_dn.png) #000 bottom left repeat-x;
}

#navigation li #blog {
        background: url(/events-images/btn-blog.png) #000 bottom left repeat-x;
	display: block;
    width: 36px;
	height: 31px;
}
#navigation li #blog:hover {
        background: url(/events-images/btn-blog-dn.png) #000 bottom left repeat-x;
}

#navigation li #events {
        background: url(/events-images/btn-gallery.png) #000 bottom left repeat-x;
	display: block;
        width: 78px;
	height: 31px;
}
#navigation li #events:hover {
        background: url(/events-images/btn-gallery-dn.png) #000 bottom left repeat-x;
}
#navigation li #ln {
        background: url(/events-images/btn-news.png) #000 bottom left repeat-x;
	display: block;
        width: 63px;
	height: 31px;
}
#navigation li #ln:hover {
        background: url(/events-images/btn-news-dn.png) #000 bottom left repeat-x;
}
#navigation li #calendar {
        background: url(/events-images/btn-global_events.png) #000 bottom left repeat-x;
	display: block;
        width: 126px;
	height: 31px;
}
#navigation li #calendar:hover {
        background: url(/events-images/btn-global_events-dn.png) #000 bottom left repeat-x;
}
#navigation li #wwa {
        background: url(/events-images/btn-who_we_are.png) #000 bottom left repeat-x;
	display: block;
        width: 111px;
	height: 31px;
}
#navigation li #wwa:hover {
        background: url(/events-images/btn-who_we_are-dn.png) #000 bottom left repeat-x;
}
#navigation li #press {
        background: url(/events-images/btn-press.png) #000 bottom left repeat-x;
	display: block;
        width: 61px;
	height: 31px;
}
#navigation li #press:hover {
        background: url(/events-images/btn-press-dn.png) #000 bottom left repeat-x;
}
#navigation li #charity {
        background: url(/events-images/btn-charity.png) bottom left repeat-x;
	display: block;
        width: 83px;
	height: 31px;
}
#navigation li #charity:hover {
        background: url(/events-images/btn-charity-dn.png)  bottom left repeat-x;
}

#navigation li #black {
        background: url(/events-images/btn-black_boutique.png) bottom left repeat-x;
	display: block;
        width: 135px;
	height: 31px;
}
#navigation li #black:hover {
        background: url(/events-images/btn-black_boutique-dn.png) bottom left repeat-x;
}
#navigation li #contact {
        background: url(/events-images/btn-contact.png) bottom left repeat-x;
	display: block;
        width: 91px;
	height: 31px;
}
#navigation li #contact:hover {
        background: url(/events-images/btn-contact-dn.png) bottom left repeat-x;
}

.adminblock {
	margin-left:20px;
}

.adminblock h4 {
	color: #fff;
}

.placeholder {
	height: 293px;
	width: 402px;
	position:relative;
	display:block;
}

.placeholder .watermark {
	top: 0px;
	left: 0px;
	height: 257px;
	width: 402px;
	position: absolute;
	cursor:pointer;
} 

.event_item .event_container {
	overflow: hidden;
	display: block;
	height: 257px;
	width: 402px;	
	margin-bottom: 8px;
}

.event_item h2 { 
	padding: 0;
	margin: 0;
}

.event_item .flashcontent {
	height: 257px;
	width: 402px;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


.venues_wrapper {
	position: relative; 
	margin-left: 63px; 
	margin-top: 10px;
}
.venues_portland {
	float: left; 
	width:400px;
}
.venues_portland h1 {
	text-align: center;
	font-size: 14px;
	margin-top: 25px;
	margin-bottom: 25px;
	color: #fff;
}
.venues_bankside {
	float: left; 
	width:400px;
	margin-left: 72px;
}
.venues_bankside h1 {
	color: #fff;
	text-align: center;
	font-size: 14px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.venues_portland p {
	color: #fff;
}


.venues_bankside p {
	color: #fff;
}

#black_box{
width: 950px;
margin-top: 14px;
margin-right: 20px;
margin-bottom: 20px;
margin-left: 15px;
padding-top: 0px;
padding-bottom: 10px;
padding-left: 20px;
padding-right: 20px;
}
#black_box p { color: #fff; }
#black_box li { color: #fff; }


/*	Default stylesheet for the Carpe Slider
	By Tom Hermansson Snickars                 
	2005-12-17 version 1.5
	Copyright CARPE Design                     
	carpe.ambiprospect.com
*/
*.carpe_horizontal_slider_display_combo {
	clear: left;
	margin: 0;
}
*.carpe_vertical_slider_display_combo {
	float: left;
	margin: 0;
}
*.carpe_horizontal_slider_track {
	background-color: #000;
	color: #333;
	width: 120px;
	float: left;
	margin: 0;
	line-height: 0px;
	font-size: 0px;
	text-align: left;
	padding: 4px;
	border: 0px solid;
	border-color: #ddd #999 #999 #ddd;
}
*.carpe_vertical_slider_track {
	background-color: #bbb;
	color: #333;
	padding: 3px 6px 15px 6px;
	width: 24px;
	height: 100px;
	border: 1px solid;
	border-color: #ddd #999 #999 #ddd;
}
*.carpe_horizontal_slider_track *.carpe_slider_slit {
	background-color: #333;
	color: #ccc;
	width: 110px;
	height: 2px;
	margin: 4px 4px 2px 4px;
	line-height: 0px;
	position: absolute;
	z-index: 1;
	border: 1px solid;
	border-color: #999 #ddd #ddd #999;
}
*.carpe_vertical_slider_track *.carpe_slider_slit {
	background-color: #000;
	color: #333;
	width: 2px;
	height: 100px;
	position: absolute;
	margin: 4px 10px 4px 10px;
	padding: 4px 0 1px 0;
	line-height: 0px;
	font-size: 0;
	border: 1px solid;
	border-color: #666 #ccc #ccc #666;
}
*.carpe_horizontal_slider_track *.carpe_slider {
	width: 8px;
	background-color: #666;
	color: #333;
	position: relative;
	margin: 0;
	height: 8px;
	z-index: 1;
	line-height: 0px;
	font-size: 0px;
	text-align: left;
	border: 2px solid;
	border-color: #999 #333 #333 #999;
}
*.carpe_vertical_slider_track *.carpe_slider {
	width: 20px;
	background-color: #666;
	color: #333;
	position: relative;
	margin: 0;
	height: 8px;
	z-index: 1;
	line-height: 0px;
	font-size: 0px;
	text-align: left;
	border: 2px solid;
	border-color: #999 #333 #333 #999;
}
*.carpe_slider_display_holder {
	display: none;
	background-color: #000;
	color: #333;
	width: 34px;
	margin: 0;
	float: left;
	padding: 0 0px 0 0;
	height: 20px;
	text-align: left;
	border: 0px solid;
}
.carpe_slider_display {
	background-color: #000;
	color: #fff;
	width: 30px;
	text-align: right;
	font-size: 11px;
	line-height: 10px;
	font-weight: bold;
	border: 0;
	cursor: default;
}

