@charset "UTF-8";

/* CSS Document */
/* Copyright © 2012 The Bright Place Limited */
/* FTW! */

/* Version 1.0.1 Last Amended 12.02.2012 @ 22.45 */


html, body, div, span, h1, h2, h3, h4, h5, h6, hr,p,
a img, font, img, dd, dl, dt, li, ol, ul, blockquote,
fieldset, form, label, legend, table, caption, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: inherit;
	font-family: inherit;
	font-size: 100%;
}




/* ************************************************************************* */ 
/* Include the BT Font Families */

@font-face {
    font-family: 'NewBTRegular';
    src: url('../fonts/newbt-webfont.eot') format('eot'),
url('../fonts/newbt-webfont.woff') format('woff'),
url('../fonts/newbt-webfont.ttf') format('truetype'),
url('../fonts/newbt-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'NewBTBold';
    src: url('../fonts/newbtbd-webfont.eot') format('eot'),
url('../fonts/newbtbd-webfont.woff') format('woff'),
url('../fonts/newbtbd-webfont.ttf') format('truetype'),
url('../fonts/newbtbd-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}



/* ************************************************************************* */ 
/* Main Page Elements */


.PageCenter {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	background-image: url(../graphics/generic/pagebkgnd.png);
	height: 750px;
	background-repeat: no-repeat;
}


.contentArea {
	width: 880px;
	margin-right: 60px;
	margin-left: 0px;
}

.maskLeft {
	background-image: url(http://www.btlondon2012.co.uk/btambassadors/graphics/generic/maskleft.png);
	position: absolute;
	height: 470px;
	width: 72px;
	left: 0px;
	top: 175px;
}
.maskRight {
	background-image: url(http://www.btlondon2012.co.uk/btambassadors/graphics/generic/maskright.png);
	position: absolute;
	height: 470px;
	width: 72px;
	left: 952px;
	top: 175px;
}

.topTitle {
	font-family: NewBTRegular;
	font-size: 20px;
	color: #64379A;
	position: absolute;
	height: 32px;
	width: 600px;
	left: 302px;
	top: 41px;
}
.AmPicture {
	position: absolute;
	height: 490px;
	width: 880px;
	left: 0px;
	top: 0px;
}
.AmBody {
	font-family: NewBTRegular;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
}
.AmTitle {
	font-family: NewBTRegular;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
}
.AmTitleBlock {
	background-color: rgba(100,55,155,.66);
	position: absolute;
	width: 300px;
	left: 540px;
	top: 20px;
	padding: 10px;
	height: 22px;
}

.AmTextBlock {
	background-color: rgba(100,55,155,.66);
	position: absolute;
	width: 300px;
	left: 540px;
	top: 72px;
	padding: 10px;
	height: 378px;
	overflow: auto;
}
.AmTextBlockVideo {
	background-color: rgba(100,55,155,.66);
	position: absolute;
	width: 300px;
	left: 540px;
	top: 72px;
	padding: 10px;
	height: 199px;
	overflow: auto;
}

.youtubeembed {
	width: 320px;
	height: 180px;
	top: 301px;
	left: 540px;
	position: absolute;
}


.plcLink {
	position: absolute;
	z-index: 1001;
	height: 56px;
	width: 211px;
	left: 52px;
	top: 20px;
}

.sportingLine {
	background-image: url(../graphics/generic/sportingline.png);
	position: absolute;
	height: 249px;
	width: 249px;
	left: 844px;
	top: 0px;
}
a.MainSite {
	font-family: NewBTRegular;
	font-size: 13px;
	line-height: 17px;
	color: rgba(255,255,255,1);
	text-decoration: none;
	background-color: #D42D85;
	display: block;
	padding: 10px;
	position: absolute;
	z-index: 1002;
	top: 25px;
	right: 72px;
}
a.MainSite:Hover {
	background-color: #64379A;
	
}
.BTHOME {
	background-image: url(../graphics/generic/bthome.png);
	height: 32px;
	width: 26px;
	float: left;
	padding-right: 10px;
	background-repeat: no-repeat;
}
.MicroTitle {
	font-family: NewBTRegular;
	font-size: 24px;
	color: #63379b;
	position: absolute;
	height: 30px;
	width: 600px;
	left: 72px;
	top: 128px;
}