body, html { overflow: hidden; }

body {
	background: #000; 
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 62.5%;
}

#bg-container {
	position: absolute;
	bottom: 0;
	top: 0;
	right: 0;
	left: 0;
	overflow: hidden;
	min-width: 980px;
}

#scale { position: absolute; top: 0; left: 0; z-index: 2; overflow: hidden; }

.overlay {
	position: absolute;
	top: 0; left: 0;
	bottom: 0; right: 0;
	z-index: 10;
	background: url("../img/overlay-50.png") top left;
}

div#scale .bg { float: left; display: inline; z-index: 1; display: none; }

/* Vertical strips */

#strips {
	position: absolute;
	z-index: 75;
	color: white;
	bottom: 0;
	top: 0;
	right: 0;
	left: 0;
}
.strip {
	height: 100%;
	width: 16.7%;
	overflow: hidden;
	position: absolute;
	top: 0%;
	display: none;
	border-left: 1px solid #111;
	border-right: 1px solid #111;
}

/* .strip1 { border-left: none; padding-left: 1px; }
.strip6 { border-right: none; padding-right: 1px; }
 */
.strip-img 	{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	overflow: hidden;
	cursor: pointer;
}

.strip1 .strip-img img { left:     0%; }
.strip2 .strip-img img { left: -16.7%; }
.strip3 .strip-img img { left: -33.4%; }
.strip4 .strip-img img { left: -50.1%; }
.strip5 .strip-img img { left: -66.8%; }
.strip6 .strip-img img { left: -83.5%; }

.strip1 { left:    0%; }
.strip2 { left: 16.7%; }
.strip3 { left: 33.4%; }
.strip4 { left: 50.1%; }
.strip5 { left: 66.8%; }
.strip6 { left: 83.5%; }

.strip-img img { position: absolute; top: 0; left: 0; z-index: 1; }


/* Nav strips */
#stripnav 	{
	position: absolute;
	z-index: 90;
	bottom: 0;
	top: 0;
	right: 0;
	left: 0;
	color: #fff;
	display: none;
}

.stripnav {
	height: 100%;
	width: 16.7%;
	overflow: hidden;
	position: absolute;
	top: 0%;
	background: url("../img/stripnav-divider.png") 0 0 repeat-y;
	min-width: 160px !important;
}

.inside .stripnav { background: none; }

.stripnav1 { background: none; }

a.stripnav-item {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	cursor: pointer;
	min-width: 160px !important;
}

a.stripnav-item span {
	display: block;
	position: absolute;
	top: 35%;
	left: 50%;
	height: 225px;
	width: 150px;
	margin-left: -75px;
}

a.stripnav-item strong, 
a.stripnav-item em {
	display: block;
	overflow: hidden;
	text-indent: -999em;
	width: 150px;
	background: url("../img/landing-nav.png") no-repeat;
}

a.stripnav-item strong {
	height: 75px;
}

a.stripnav-item em {
	height: 25px;
	background-position: 0 -75px;
}

/* 
a.stripnav-item:hover { background: url("../img/hover-bg.png") top left; }
.stripnav-selected:hover { background: none; }
 */

.stripnav1 { left:    0%; }
.stripnav2 { left: 16.7%; }
.stripnav3 { left: 33.4%; }
.stripnav4 { left: 50.1%; }
.stripnav5 { left: 66.8%; }
.stripnav6 { left: 83.5%; }

.stripnav1 a.stripnav-item strong { background-position:    0px 0px; }
.stripnav2 a.stripnav-item strong { background-position: -150px 0px; }
.stripnav3 a.stripnav-item strong { background-position: -300px 0px; }
.stripnav4 a.stripnav-item strong { background-position: -450px 0px; }
.stripnav5 a.stripnav-item strong { background-position: -600px 0px; }
.stripnav6 a.stripnav-item strong { background-position: -750px 0px; }

.stripnav a.stripnav-item em.active {
	height: 150px;
}

.stripnav1 a.stripnav-item em.active { background-position:    0px -100px; }
.stripnav2 a.stripnav-item em.active { background-position: -150px -100px; }
.stripnav3 a.stripnav-item em.active { background-position: -300px -100px; }
.stripnav4 a.stripnav-item em.active { background-position: -450px -100px; }
.stripnav5 a.stripnav-item em.active { background-position: -600px -100px; }
.stripnav6 a.stripnav-item em.active { background-position: -750px -100px; }


/* Bottom Nav */
#footer {
	position: absolute;
	z-index: 100;
	color: #fff;
	bottom: 0;
	left: 0;
	right: 0;
	height: 63px;
	min-width: 980px;
	display: none;
}

#nav {
	position: absolute;
	z-index: 100;
	color: #fff;
	bottom: 17px;
	left: 0;
	right: 0;
	height: 45px;
	min-width: 980px;
	display: none;
}

#nav li {
	height: 45px;
	width: 16.7%;
	overflow: hidden;
	position: absolute;
	text-align: center;
	background: url("../img/nav-item-bg.png") 0 0 no-repeat;
}

#nav li a 	{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	cursor: pointer;
}

#nav li a, #nav li a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 1.4em;
	line-height: 45px;
}

/* #nav li a:hover { background: url("../img/nav-bg.png"); }
#nav li.selected a:hover { background: none; }
 */
#nav li a:link,
#nav li a:visited,
#nav li a:active,
#nav li a:focus { outline: 0 none; }

#nav li.selected {
	background: url("../img/nav-item-bg.png") 0 -60px no-repeat;
}

#nav li a strong {
	display: block;
	width: 100%;
	height: 45px;
	background: url("../img/nav.png") no-repeat;
	overflow: hidden;
	text-indent: -999em;
}

#nav li.nav1 { left:    0%; }
#nav li.nav2 { left: 16.7%; }
#nav li.nav3 { left: 33.4%; }
#nav li.nav4 { left: 50.1%; }
#nav li.nav5 { left: 66.8%; }
#nav li.nav6 { left: 83.5%; }

#nav li.nav1 a strong { background-position: center top; }
#nav li.nav2 a strong { background-position: center -45px; }
#nav li.nav3 a strong { background-position: center -90px; }
#nav li.nav4 a strong { background-position: center -135px; }
#nav li.nav5 a strong { background-position: center -180px; }
#nav li.nav6 a strong { background-position: center -225px; }

#footer-links {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 17px;
	background: #000;
}

#footer-links li {
	float: left;
	display: inline;
}

#footer-links a, #footer-links strong {
	display: block;
	height: 17px;
	background: url("../img/footer-links.png") no-repeat;
	overflow: hidden;
	text-indent: -999em;
}

#footer-links .foot-copyright strong 	{ width: 148px; }
#footer-links .foot-contact a 			{ background-position: -148px 0; width: 61px; }
#footer-links .foot-terms a 			{ background-position: -209px 0; width: 102px; }
#footer-links .foot-disclaimer a 		{ background-position: -311px 0; width: 59px; }
#footer-links .foot-privacy a 			{ background-position: -370px 0; width: 70px; }

#footer-links .foot-contact a:hover 	{ background-position: -148px -17px; }
#footer-links .foot-terms a:hover 		{ background-position: -209px -17px; }
#footer-links .foot-disclaimer a:hover 	{ background-position: -311px -17px; }
#footer-links .foot-privacy a:hover 	{ background-position: -370px -17px; }


/* Main content */
#content {
	position: absolute;
	z-index: 20;
	color: #fff;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	min-width: 700px;
	display: none;
}

#content-frame {
	width: 100%;
	height: 100%;
}

.scrollable {
	right: 16px !important;
}

#content .column-wrap {
	overflow: hidden;
	max-width: 860px;
	padding: 0 20px;
	margin: 0 auto;
}

#content .left-col, 
#content .right-col {
	width: 327px;
	color: #111;
}

#content .left-col {
	float: left;
}

#content .right-col {
	float: right;
	padding-top: 150px;
}

#content .left-col h2 {
	margin: 0 0 30px 0;
}

/* Header */
#header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 200;
	color: #fff;
	display: none;
	height: 80px;
}

#header .column-wrap {
	position: relative;
	display: block;
	max-width: 860px;
	min-width: 740px;
	margin: 0 auto;
	padding: 0 15px;
	overflow: visible;
	height: 80px;
}

#login {
	position: relative;
	width: 338px;
	color: #111;
	float: left;
}

#login h1 {
	font-size: 2.4em;
	font-weight: bold;
	margin: 0 0 15px 0;
}

#login-info {
	float: right;
}


/* Loader */

#page-loader {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 500;
}

#loader {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #111 url("../img/loading.gif") 50% 50% no-repeat;
	opacity: 0.7;
	padding: 30px;
	position: fixed;
	left: 47%;
	top: 43%;
}

.page-loading { display: block !important; }