@charset "UTF-8";
/* CSS Document */

body {
	background-color: #f7f7ef;
	margin: 0px;
}
#overlay-logo {
	position: absolute;
	background-image: url(../static/css/img/branding/logo.png);
	width: 229px;
	height: 60px;
	left: 30px;
	top: 30px;
}
#overlay-logo1 {
	position: fixed;
	background-image: url(../static/css/img/branding/logo.png);
	width: 60px;
	height: 60px;
	left: 30px;
	top: 30px;
	display:none;
}
#overlay-logo2 {
	position: absolute;
	background: url(../static/css/img/branding/logo.png) -60px center;
	width: 169px;
	height: 60px;
	left: 90px;
	top: 30px;
	display:none;
}


#login-button {
	position: absolute;
	top:30px;
	right: 30px;
}
#signup {
	margin-right: -7px;
}
#scrollprompt {
	position: fixed;
	top: 0px;
	right: 30px;
	margin-top: 60px;
	width: 154px;
	height: 21px;
	background-image: url(../img/home/scroll_down_for_more.png);
	display: none;
}
a.header {
	font-family: "Georgia";
	font-size: 11px;
	text-decoration: none;
	color: #666;
}

#footer-left {
	position: absolute;
	left: 30px;
	bottom: 30px;
}

#overlay-footer a {
  font-family: "Georgia";
  font-size: 11px;
  text-decoration: none;
  color: #333;
  color: rgba(0, 0, 0, 0.6);
  margin-right: 10px;
}

span {
	margin-right: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
a.footer {
	text-decoration: none;
	color: #666;
}
#home-container {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#home-chains {
	position: absolute;
	width: 1000px;
	height: 600px;
	left: 50%;
	top: 50%;
	margin-left: -500px;
	margin-top: -300px;
}
#home-chain-left {
	position: absolute;
	top: 100%;
	width: 912px;
	height: 675px;
	margin-top: -263px;
	margin-left: -548px;
	background-image: url(../img/home/chain_left.png);
}
#home-chain-right {
	position: absolute;
	right: -619px;
	width: 941px;
	height: 675px;
	top: -470px;
	background-image: url(../img/home/chain_right.png);
}
#home-logo {
	position: absolute;
	width: 456px;
	height: 146px;
	left: 50%;
	top: 50%;
	margin-left: -228px;
	margin-top: -123px;
	background-image: url(../img/home/logo.png);
}
#home-menu {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	margin-left: -116px;
	margin-top: 50px;
}
#home-menu-what {
	display: inline-block;
	display: -moz-inline-stack;
	display: inline;
	cursor: pointer;
}
#home-menu-findout {
	display: inline-block;
	//display: none;
	display: -moz-inline-stack;
	display: inline;
}
#home-menu-separator {
	display: inline-block;
	display: -moz-inline-stack;
	display: inline;
}
.ui-slider-handle {
	width: 50px;
	height: 30px;
	margin: 0 auto;
	background-color: darkgray;
	display: block;
	position: absolute;
}
#slider-vertical {
	margin-top: 100px;
	position: fixed;
	height: 50%;
	background-color: #000000;
	width: 20px;
	z-index:99999;
}