body {
	background: #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	overflow: hidden;
	}

div#wrapper {
	width: 850px;
	padding: 0;
	margin: 100px auto;
}

div#top {
	width: 850px;
	height: 135px;
	}

div#bottom {
	width: 850px;
	height: 30px;
	}
	
div#mid {
	width: 850px;
	height: 471px;
	background: #fff;
	position: relative;
	}
	
div#left {
	width: 200px;
	height: 325px;
	position: absolute;
	top: 50px;
	left: 0;
	background: #FFFF99;
	}
	
div#right {
	width: 650px;
	height: 320px;
	position: absolute;
	top: 50px;
	left: 200px;
	background: #fff;
	}
	
img#leftsplash {
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
}

img#rightsplash {
	z-index: 100;
	position: absolute;
	top: 0;
	right: 0;
}

img#bottomsplash {
	z-index: 100;
	position: absolute;
	bottom: 0;
}
	
ul#sex > li > a {
	color: #FFFF99;
	text-decoration: none;
	font-weight: bold;
	}
	
ul#sex ul a {
	color: #000;
	text-decoration: none;
	}
	
ul#sex ul a:hover {
	color: #fff;
	background: #000;
	text-decoration: none;
	}

ul#sex a:hover {
	background: #fff;
	color: #000;
	}

ul#sex {
	list-style: none;
	margin: 0;
	padding: 4px 0 0 0;
	text-indent: 100px;
	width: 200px;
	}
	
ul#sex li {
	margin: 4px 0;
	padding: 2px 0;
	background: #000;
	}
	
ul#sex ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #fff;
}

ul#sex ul li {
	background: #fff;
	}



img#level {
	position: absolute;
	top: 20px;
	left: 100px;
}

img#styles {
	position: absolute;
	top: 20px;
	left: 220px;
}




ul#productlist a {
	color: #000;
	text-decoration: none;
	}
	
ul#productlist a:hover {
	color: #fff;
	background: #000;
	text-decoration: none;
	}

ul#productlist {
	list-style: none;
	margin: 0 50px 0 10px;
	padding: 5px 0 0 0;
	text-indent: 10px;
	width: 150px;
	background: #FFFF99;
	height: 320px;
	}
	
ul#productlist li {
	margin: 4px 0;
	padding: 2px 0;
	}
	
ul#productlist ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#productlist a.active {
	background: #000;
	color: #fff;
	}

img#productimg {
	position: absolute;
	bottom: 0px;
	left: 200px;
}


/*COLORLIST*/

ul#colorlist a {
	color: #FF00FF;
	text-decoration: none;
	}

ul#colorlist a:hover {
	background: #000;
	color: #fff;
	}

ul#colorlist {
	list-style: none;
	margin: 0;
	padding: 4px 0 0 0;
	text-indent: 10px;
	width: 270px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	}
	
ul#colorlist li {
	margin: 4px 0;
	background: #FFFF99;
	padding: 2px 0;
	}
	
ul#colorlist a {
	color: #000;
	}
	
ul#colorlist ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#colorlist li#colourstitle {
	background: #000;
	color: #fff;
	font-weight: bold;
	padding: 5px 0;
}

/*levelselect*/

ul#levelselect a {
	color: #FFFF99;
	text-decoration: none;
	font-weight: bold;
	}

ul#levelselect a:hover {
	background: #fff;
	color: #000;
	}

ul#levelselect {
	list-style: none;
	margin: 0;
	padding: 4px 0 0 0;
	text-indent: 100px;
	width: 200px;
	position: absolute;
	left: 0;
	bottom: 0;
	}
	
ul#levelselect li {
	margin: 4px 0;
	background: #000;
	padding: 2px 0;
	}
	
ul#levelselect ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#btmright {	position: fixed;
				bottom: 15px; right: 10px;
				text-align: right;
			}
			
div#btmright a {	font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 8pt;
				color: #FF0099;
				text-decoration: none;
			}