html, body {
  margin: 0;
	padding: 0;
}
img {
  border: none;
}
a {
  text-decoration: none;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  background: #000;
}
body.landing {
  background: #000 url(../images/main-colour.jpg) center top no-repeat fixed;
}
#wrapper, #Content {
  background: none;
}
body.site #Content {
	background-color: #000;
}
#wrapper {
  padding-top: 0px;
}
#container {
  width: 1024px;
}
#landing {
	position: relative;
  
}

#main-colour,
#main-bw {
  position: absolute;
	z-index: 50;
}
#main-colour {
  z-index: 40;
	display: none;
}
#logo {
  position: absolute;
	top: 120px;
	z-index: 100;
	display: none;
	left: 270px;
}
#cham {
  position: absolute;
	top: 210px;
	left: 275px;
	z-index: 99;
	display: none;
}
#launch {
  position: absolute;
	top: 250px;
	left: 425px;
	z-index: 99;
	cursor: pointer;
	display: none;
}
#landing-menu,
#site-menu,
#launch{
	text-align: center;
	list-style: none;
}
#landing-menu {
  display: none;
	position: absolute;
	top: 250px;
	padding: 20px;
	z-index: 200;
	left: 159px;
}
#site-menu {
  margin-left: 30px;
	margin-top: 10px;
}
#landing-menu li,
#site-menu li,
#launch,
#diaporama a  {
  padding: 4px;
	background: url(../images/landing-nav.png) left top no-repeat;
	float: left;
	margin-left: 2px;
	height: 26px;
	width: 92px;
}
#diaporama a {
	float: none;
	display: inline-block;
}
#site-menu li {
  margin-top: 4px;
}
#landing-menu a:link,
#landing-menu a:visited,
#landing-menu a:hover,
#landing-menu a:active,
#site-menu a:link,
#site-menu a:visited,
#site-menu a:hover,
#site-menu a:active,
#diaporama a:link,
#diaporama a:visited,
#diaporama a:hover,
#diaporama a:active,
#launch {
  text-decoration: none;
	font-size: 12px;
	line-height: 23px;
	color: #fff;
}
#landing-menu a:hover,
#site-menu a:hover,
#launch:hover{
  font-weight: bold;
}


/* site */
body.site #container {

}

body.site #Content{
  background: #fff;
}
#leftCol, 
#Header,
#Footer {
  background: #000;
	margin-bottom: 0px;
}

#mask {
  position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	display: none;
	top: 0px;
	left: 0px;
	z-index: 200;
}


.Asset {
  border: none;
	background: #fff;
}
.Asset.AlignCenter div.Image {
  float: none;
}
