* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	text-align: center;
	font: .75em Arial, Helvetica, sans-serif;
	color: #B3B3B3;
}

#distance {
	width: 1px;
	height: 50%;
	margin-bottom: -126px;

/* half of container's height */
	float: left;
}

#container {
	margin: 0 auto;
	position: relative

;
	/* puts container in front of distance */
	text-align: left;
	height: 222px;
	width: 903px;
	clear: left;
}

/*topstrip image and navigation*/

#topstrip {
	height: 31px;
	background: url(../_images/name.jpg) no-repeat;
}

#topstrip p {
	margin-top: 15px;
	float: right;
}

#topstrip a:link, #topstrip a:visited {
	text-decoration: none;
	color: #B3B3B3;
}

#topstrip a:hover {
	color: #7C307B;
}

/*css sprites*/

.nav {
	width: 903px;
	height: 222px;
	background: url(../_images/home.jpg) no-repeat;
	clear: both;
	position: relative;
}

.nav li {
	display: inline;
}

.nav li a:link, .nav li a:visited {
	position: absolute;
	top: 0;
	height: 222px;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 10;
}

.nav .fashion a:link, .nav .fashion a:visited {
	left: 0px;
	width: 222px;
}

.nav .fashion a:hover, .nav .fashion a:focus {
	background: url(../_images/home.jpg) no-repeat 0px -222px;
}

.nav-fashion, .nav-fashion-click {
	position: absolute;
	top: 0;
	left: 0px;
	width: 222px;
	height: 222px;
	background: url(../_images/home.jpg) no-repeat 0px -222px;
}

.nav-fashion-click {
	background: url(../_images/home.jpg) no-repeat 0px -222px;
}

.nav .prop a:link, .nav .prop a:visited {
	left: 227px;
	width: 222px;
}

.nav .prop a:hover, .nav .prop a:focus {
	background: url(../_images/home.jpg) no-repeat -227px -222px;
}

.nav-prop, .nav-prop-click {
	position: absolute;
	top: 0;
	left: 227px;
	width: 222px;
	height: 222px;
	background: url(../_images/home.jpg) no-repeat -227px -222px;
}

.nav-prop-click {
	background: url(../_images/home.jpg) no-repeat -227px -222px;
}

.nav .videos a:link, .nav .videos a:visited {
	left: 454px;
	width: 222px;
}

.nav .videos a:hover, .nav .videos a:focus {
	background: url(../_images/home.jpg) no-repeat -454px -222px;
}

.nav-videos, .nav-videos-click {
	position: absolute;
	top: 0;
	left: 454px;
	width: 222px;
	height: 222px;
	background: url(../_images/home.jpg) no-repeat -454px -222px;
}

.nav-videos-click {
	background: url(../_images/home.jpg) no-repeat -454px -222px;
}

.nav .window a:link, .nav .window a:visited {
	left: 681px;
	width: 222px;
}

.nav .window a:hover, .nav .window a:focus {
	background: url(../_images/home.jpg) no-repeat -681px -222px;
}

.nav-window, .nav-window-click {
	position: absolute;
	top: 0;
	left: 681px;
	width: 222px;
	height: 222px;
	background: url(../_images/home.jpg) no-repeat -681px -222px;
}

.nav-window-click {
	background: url(../_images/home.jpg) no-repeat -681px -222px;
}