* {
  margin: 0;
  padding: 0;
  border: 0;
}
div{

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
	text-align:center;
  min-height: 100%;
  font-size: 100%;
  margin: 0 auto;
  font-family: Arial, sans-serif;
	font-size: 16px;
	color: #ffffff;
	background-color: #333333;
}
a { color: #666666; }
a:hover { color: white; }

img::selection { background: transparent; }
img::-moz-selection { background: transparent; }

#content {
  text-align: center;
}

#containerTop { background-color:#222222; }
#containerTop, #containerBottom {
  margin: 0 auto;
	width: 100%;
}
#videocontainer {
  text-align: center;
  margin: 0 auto;
	width:910px;
	height:698px;
	background-color:#222222;
}
#logovertical {
	position: absolute;
	margin-top:164px;
	margin-left:25px;
}

.header {
	letter-spacing: 3px;
}

#topbar {
	height: 49px;
}

#bottombar {
	height: 41px;
	text-align:left;
	margin-left: 55px;
	margin-top: 12px;
	letter-spacing: 1px;
	font-size:16px;
}
#bottombar .label {
	color: #666666;
}
#bottombar div {
	display:inline;
}
#bottombar .left {
	float:left:
	text-align:left;
	position: relative;
}
#bottombar .right {
	float:right;
	text-align:right;
	position: relative;
	right: 55px;
	top: -3px;
	display:table-cell;
}
#bottombar .left>div {
	padding-right: 8px;
}
#bottombar .right>div {
}


#shareFB {
	padding-right: 42px;
	position:relative;
	top:-4px;
	display:table-cell;
	vertical-align:middle;
	z-index:2;
}
.fb_iframe_widget span {
	width: auto !important;
	padding-right:10px !important;
}
#shareTW {
	padding-right: 4px;
	position:relative;
	vertical-align:middle;
}
#shareTW iframe{
}


#video {
	height:600px;
	overflow:hidden;
}
#videocontainerinner
{
	width:800px;
	height:600px;
	margin: 0 auto;
}
#videoFlash
{
	width:800px;
	height:600px;
}
div#overlaycontainer
{
	z-index:8;
  margin: 0 auto;
	width: 100%;
}
div.overlay
{
	z-index:8;
	display:none;
	position:relative;
	top:-600px;
	left: 0px;
	width:800px;
	height:600px;
	color:white;
	font-size:18px;
	letter-spacing: 2px;
  line-height: 1.1;
	background-color:#666666;
	overflow:hidden;
	text-align:center;
}


#infocontainer {
  margin: 20px auto 20px;
	width:800px;
	text-align:left;
}
.infocolumn1 {
	width:53%;
	padding-right:50px;
	vertical-align:top;
}
.infocolumn2 {
	width:47%;
	vertical-align:top;
}
.infocolumn1 .spacer, .infocolumn2 .spacer {
	height: 20px;
}
.infocolumn2 a {
	color: #ffffff;
}
.infocolumn a:hover {
}


table#colophon {
	display:none;
	padding-top: 16px;
}
table#colophon td {
	vertical-align: top;
}
table#colophon .left {
	padding-right:16px;
	width: 185px;
}
#colophonMore {
	padding: 10px 0 10px 0;
}
a.colophonToggle {
	color: #666666;
}
a.colophonToggle:hover {
	color: #ffffff;
}


#noflash, #noflash a {
	color:white;
	background-color:rgba(102,102,102,.5);
}
#noflash .content {
	padding-top: 85px;
}
a.current { color:white; text-decoration:none; cursor:default; }
a.disabled { color:#333333; text-decoration:none; cursor:default; }


#gallerycontainer {
  text-align: left;
  margin: 0 auto;
	width: 800px;
}
#gallerytitle {
	margin: 18px 0;
}
.galleryitem {
	display: inline;
}
.thumb {
	width:184px;
	height:138px;
	padding: 0;
	margin:0;
	margin-bottom: 21px;
	border: 1px solid black;
}
.col1, .col3 {
	margin-right:19px;
}
.col2 {
	margin-right:18px;
}