/*-- ROOT ELEMENTS --*/
	body { background-color: #fffef3; }
	
	html, body {
	height: 100%;
}
/*-- ROOT ELEMENTS --*/
/*-- MASTER POSITIONAL --*/
#body-wrap { display: none; width: 782px; height: 388px; position: absolute; left: 50%; top: 50%; margin-left: -391px; text-align: center; /* Half the width of the DIV tag which is 50 pixels */
	margin-top: -194px; 
	/* Half the height of the DIV tag which is also 50 pixels */
}
/*-- MASTER POSITIONAL --*/
/*-- NAV --*/
#nav { position: absolute; width: 860px; height: 20px; text-align: center; }
	#nav p { font-weight: bold; }
	#nav a:hover { text-decoration: underline; }

	.nav-home { top: 565px; }
	.nav-site{ top: 460px; }
	h2.section-title { position: absolute; top: 292px; left: 0; }
	h2.item-title { position: absolute; top: 322px; left: 30px; }
	.button-back { position: absolute; top: 320px; left: 0; }
	.button-close { position: absolute; top: 350px; left: 30px; }
/*-- NAV --*/
/*-- CONTENT --*/
#logo { position: absolute; width: 860px; height: 90px; top: 480px; text-align: center; }

#content-wrap-white { position: absolute; width: 860px; height: 385px; top: 65px; background-color: #ffffff; }
#col-2col-alpha { position: absolute; width: 385px; height: 385px; left: 0; top: 0; }
	#col-2col-alpha-inner { position: relative; width: 325px; height: 325px; margin: 30px; }
#col-2col-beta { position: absolute; width: 465px; height: 385px; right: 10px; top: 0; }
	#col-2col-beta-inner { position: relative; width: 435px; height: 325px; margin: 30px 30px 30px 0; }
	#col-2col-beta-inner p a { color: #7e7d7e; font-style: normal; }
	#col-2col-beta-inner p a:hover { color: #000000; font-style: normal; }
	
#vert-scroll-pane { text-align: center; color: #000000; }

#collection-left { position: absolute; width: 160px; height: 260px; top: 50px; left: 0; text-align: center; }
#collection-right { position: absolute; width: 160px; height: 260px; top: 50px; left: 230px; text-align: center; }

#scroller-wrap { position: relative; width: 800px; height: 345px; margin: 30px; overflow: hidden; }
#scroller-sleave { width: 9085px; height: 285px; }
#scroller-sleave-2 { width: 6390px; height: 285px; }
#scroller-sleave-press { width: 1630px; height: 285px; }
.scroller-item { float: left; width: 180px; height: 260px; margin: 0 27px 0 0; }

.scroller-item-last { float: left; width: 180px; height: 260px; margin: 0 0 0 0; }
	
.logo-centre { margin: 0 0 10px 195px; }

/*-- CONTENT --*/
