html {
	width: 100%;
	height: 100%;
}

body {
	margin: 0px;
	padding: 32px 0px 0px 0px;
	text-align: center;
	background-color: #FFFFFF;
}

#flash {
	width: 960px;
	height: 540px;
	margin: 0px auto;
}

#flashShell {
	background-image:url("/inc/images/backing_sliver.jpg");
	background-repeat:repeat-x;
}





.popout-tab {
	font-family: 'TwCenMTBold', Arial;
	font-size: 14px;
	color: #fff;
}

.popout-tab a,
.popout-tab a:hover,
.popout-tab a:visited,
.popout-tab a:active {
	color: #fff;
	text-decoration: none;
}


/****************************
 * Pop-out tab
 ****************************/

.popout-tab {
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 235px;	

	background: url( /inc/images/arrow-icon.gif ) no-repeat 8px 8px #352C65;
	cursor: pointer;
	opacity: 0.8;
}

/* visit-sales-centre */

.popout-tab.visit-sales-centre {
	width: 260px;
	height: 100px;
	padding: 15px 15px 0px 15px;
}

.popout-tab.visit-sales-centre a {
	display: block;
	width: 220px;
	padding: 0 20px;
	overflow: hidden;
	text-align: center;
}
