html {
	overflow: hidden;
	}

body {
	margin: 0;
	padding: 0;
	background:url(../images/bg.gif) #999 repeat;
	color:#ccc;
}

#container {
	height: 3840px;
	width: 10000px;
}

/** position **/

.positioning {
	position: absolute;
	width: 1920px;
	height: 1200px;
	background:url(../images/shadowbg.png) no-repeat top left;
}

#start {
	top: 0px;
	left: 0px;
	background-color: #060820;
	background-image: url(../images/bg_start.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	line-height:1.4em;
}

#start .bigtype{
	margin-top:5px;
	font: bold 8.5em sans-serif;
	letter-spacing:-.04em;
	line-height:1em;
}
h1{
	margin-top:5px;
	font: bold 8.5em sans-serif;
	letter-spacing:-.04em;
	line-height:1em;
}

 #contact .bigtype{
	font: 6.5em strong;
}

#retail2 {
	top: 1280px;
	left: 0px;
	background-color: #171304;
}

#self3 {
	top: 0px;
	left: 4000px;
	background-color: #1D2229;
}

#self1 {
	top: 1280px;
	left: 2000px;
	background-color: #100E12 ;
}
	
#contact {
	top: 0px;
	left: 2000px;
	background-color: #330066;
	background-image: url(../images/contact-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#retail {
	top: 0px;
	left: 6000px;
	background-color: #1C0101;
}
	
#self2 {
	top: 1280px;
	left: 4000px;
	background-color: #0f1828 ;
}
	
#editorial {
	top: 1280px;
	left: 6000px;
	background-color: #111024 ;
}

.inside {
	margin: 0 20px 60px 60px;
	width: 900px;
}

	.inside .header {
		font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial;
		font-size: 13pt;
		color: #FFF;
		padding-bottom: 10px;
		line-height: 15px;
	}

	.inside .text {
		font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial;
		font-size: 8pt;
		color: #FFF;
		text-align: justify;
		line-height: 23px;
		padding-bottom: 10px;
		height: 190px;
	}
	
.inside .footer{
	text-align:center;
	font-size:10px;
	letter-spacing:1em;
	margin-top:-140px;
}
/** MOO **/

#navigator {
	z-index:100;
	cursor: pointer;
	display: block;
	clear: both;
	position:fixed;
	top:30px;
	left:800px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#navigator ul{
	
	padding:10px 0 0 20px;
	width:140px;
	height:211px;
	background:url(../images/glass.png) no-repeat;
	}
	
#navigator ul li{
	list-style: none;
	outline: none;
	padding-left:5px;
	}
/** progress **/
#loading{
	position:relative;
	text-align:center;
	vertical-align:top;
width:220px;
height:31px;
background:url(img/load.gif) no-repeat;
margin:0 auto;
}

/**GALLERY **/

div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float:right;
	width:550px; 
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.loader {
	background-image: url(img/loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 350px
}



