@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(img/BG-panel.png);
}
.ElswickDownload #container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #e5e6e7;
	background-image: url(img/BG-poster.jpg);
	height: 960px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.ElswickDownload #CONTENT {
	z-index: 10;
	height: 100%;
	width: 960px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.ElswickDownload #Elswick-Logo {
	height: 249px;
	width: 206px;
	top: 0px;
	right: 0px;
	position: absolute;
	z-index: 30;
}
.ElswickDownload #Header {
	height: 90px;
	width: 960px;
	top: 0px;
	position: absolute;
	background-image: url(img/Elswick-strapline.png);
	left: 0px;
	z-index: 20;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	background-repeat: repeat-x;
	color: #999999;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.ElswickDownload #Logos {
	height: 260px;
	width: 180px;
	top: 250px;
	position: absolute;
	z-index: 20;
	right: 10px;
	text-align: center;
	font-size: 10px;
}
.ElswickDownload #VIDEO {
	height: 380px;
	width: 517px;
	top: 129px;
	position: absolute;
	z-index: 20;
	text-align: left;
	left: 240px;
	background-image: url(img/VIDEO-NavBG-R.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.ElswickDownload #LeftNAV {
	height: 372px;
	width: 250px;
	top: 129px;
	position: absolute;
	z-index: 19;
	text-align: left;
	left: 20px;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	background-image: url(img/VIDEO-NavBG.png);
	padding-top: 10px;
	padding-left: 15px;
}
.ElswickDownload #TEXTcontent {
	width: 650px;
	top: 129px;
	position: absolute;
	z-index: 19;
	text-align: left;
	left: 20px;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
