.header {
	height: 60px;
	width: 800px;
	top: -2px;
	position: absolute;
	border: 1px solid #999999;
}
.mainholder {
	padding-top: 10px;
}
  .centered {
	position: absolute;
	top: -2px;
	margin-top: 0%;
	margin-left: 0%;
	background-color: grey;
	color: white;
	width: 800px;
}

.boarder {
	border: 1px solid #999999;
	clip: rect(auto,auto,auto,auto);
}

.boarder1 {
	border: 1px solid #999999;
	clip: rect(auto,auto,auto,auto);
	margin-top: 5px;
}
.commontext {
	font-family: Verdana;
	font-size: 10px;
}

body {
	margin:2px 0px 10px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Fix for IE5/Win */
}
	
#Content {
	width:850px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Fix */
	padding:0px;
	border:none;
}
	
a:link, a:visited {text-decoration:none;}
a:link, a:visited { color:#000066;}
a:hover, a:active {text-decoration:underline;}
a:link img, a:visited img { border-style: none; }

.titlebars {
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #000066;
	background-image: url(Images/titleback.gif);
	background-repeat: repeat;
}
.footer {
	background-image: url(Images/titleback.gif);
	background-repeat: repeat-x;
	border: 1px solid #999999;
}
.datetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
}

.producttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
}
.producttitletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.navtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000066;
}
.productholder {
	position: relative;
	height: 408px;
	width: 670px;
	left: 0px;
	top: 2px;
	overflow-y: scroll;
	/*overflow: hidden;*/ /*removed to fix scrollbar issue in FF*/
	padding: 1px;
	}
	
.ausproductholder {
	position: relative;
	/**/height: 430px;
	width: 670px;
	left: 0px;
	top: 2px;
	overflow-y: scroll;
	/*overflow: hidden; - removed to fix scrollbar issue in FF*/
	padding: 1px;
	}
	
.mscbpageholder {
	position: relative;
	height: 320px;
	width: 670px;
	left: 0px;
	top: 100px;

	overflow-y: scroll;
	overflow: hidden;
	padding: 1px;
	}
	
.staffholder {
	position: relative;
	height: 390px;
	width: 672px;
	left: 1px;
	top: 1px;
	overflow-y: scroll;
	overflow: hidden;
	padding: 1px;
	visibility: visible;
}
	
html {
overflow: auto;
}	
	
.downloadholder {
	position: absolute;
	height: 90%;
	width: 225px;
	left: 1px;
	overflow: scroll;
	top: 75px;
}
.downloadlogo {
	position: absolute;
	height: 73px;
	width: 225px;
	left: 1px;
}
.pageitemtext {
	font-size: 20px;
	color: #000066;
	font-weight: normal;
}
.hiddendsholder {
	border: 1px solid #999999;
	clip: rect(auto,auto,auto,auto);
	margin-top: 5px;
	visibility: hidden;
	width: 645px;
}
.pic {
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 2;
}
.videoheader {
	position: relative;
	top: 12px;
}


/*###############################################*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../Images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../Images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

