@charset "utf-8";
body {
	background-color: #fff;
}
#logo {
	display: inline; 
}

#searchbox, #chromestyle, #MenuContainer, #search, #master  {
	visibility: hidden;
	display: none;
}
.hidetext, .showtext {
	visibility: visible;
	display: visible;
}
#motioncontainerv, #motiongalleryv, #contentleft2 {
	height: 100%;
}
/* MENUBAR */
.menuBar, .menu {
	visibility: hidden;
	display: none;
}
#content {
	z-index: 6;
	border-top:dashed 1px #000;
	height: auto;
}
#footer {
	z-index: 8;
	width:auto;
	margin-top: 6px;
	margin-right: 20px;
	margin-left: 36px;
	margin-bottom: 6px;
}
form {
	height: expression('1%'); /* IE Pick-a-boo bug fix */
	display:inline;
}