html {
	overflow-x: hidden;
	scrollbar-3dlight-color: #222;
	scrollbar-arrow-color: #444;
	scrollbar-darkshadow-color: #444;
	scrollbar-face-color: #333;
	scrollbar-highlight-color: #444;
	scrollbar-shadow-color: #222;
	}

body {
	margin: 0;
	padding: 0;
	background: #333;
	font-family: 'Trebuchet MS', trebuchet, verdana, arial;
	line-height: 130%;
	color: #7F7F7F;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	}

* {
	outline: none;
	}

#header {
	margin: 0;
	padding: 0;
	height: 80px;
	background: #111;
	border-bottom: 1px solid #555;
	}

#header h1 {
	margin: 0 auto;
	width: 504px;
	height: 80px;
	background: transparent url(header.gif) 0 10px no-repeat;
	font-size: 1px;
	text-indent: -250px;
	overflow: hidden;
	}

#nav {
	margin: 0;
	border-top: 1px solid #444;
	padding: 0;
	font-family: arial, verdana;
	font-size: 90%;
	text-transform: uppercase;
	line-height: 170%;
	}

#nav ul#list_1 {
	position: absolute;
	top: 72px;
	left: 50%;
	width: 200px;
	height: 20px;
	margin: 0 0 0 -100px;
	padding: 0;
	list-style: none;
	}

#nav ul#list_1 li#current {
	margin: 0;
	width: 190px;
	height: 20px;
	padding-left: 10px;
	border: 0;
	background: transparent url(nav_box.gif);
	color: #000;
	cursor: pointer;
	}

#nav ul.collapsed {
	display: none;
	}

#nav ul.expanded {
	position: absolute;
	display: block;
	list-style: none;
	margin: -20px 0 0 0;
	padding: 0 0 5px 0;
	background: transparent url(nav_bottom.gif) bottom left;
	}

#nav ul.expanded li {
	margin: 0;
	width: 200px;
	height: 20px;
	padding: 0;
	border: 0;
	}

#nav ul.expanded li#current_2 {
	width: 190px;
	padding-left: 10px;
	background: transparent url(nav_box2.gif);
	color: #444;
	cursor: pointer;
	}

#nav ul.expanded li a:link, #nav ul.expanded li a:visited, #nav ul.expanded li a:active, .trigger {
	display: block;
	width: 190px;
	margin: 0;
	border: 0;
	padding: 0 0 0 10px;
	color: #000;
	text-decoration: none;
	background: transparent url(nav_item.gif) 0 0 no-repeat;
	}

#nav ul.expanded li.first a:link, #nav ul.expanded li.first a:visited, #nav ul.expanded li.first a:active {
	background: transparent url(nav_item_first.gif) 0 0 no-repeat;
	}

#nav ul.expanded .trigger {
	*margin-bottom: -3px;
	}

.trigger span {
	display: block;
	margin: 0;
	padding 0;
	text-indent: 10px;
	background: transparent url(arrow_right.gif) top right no-repeat;
	}

#nav ul.expanded li a:hover, #nav ul.expanded li a:focus, .trigger:hover, #nav ul.expanded li.first a:hover {
	color: #CCC;
	background-position: 0 -20px;
	}

#nav ul li.trigger ul {
	position: absolute;
	margin-top: -25px;
	left: 150px;
	padding: 5px 0 5px 0;
	background: transparent url(sub_top.gif) 0 0 no-repeat;
	display: none;
	}
#nav ul li.trigger ul.expanded {
	display: block;
	}
#nav ul.expanded li.last {
	height: 5px;
	*margin-top: -13px;
	background: transparent url(nav_bottom.gif) bottom left no-repeat;
	}

#content {
	position: relative;
	width: 86%;
	margin: 20px auto;
	padding: 0 auto;
	}

#submenu {
	margin-top: 10px;
	text-align: center;
	}

#submenu a:link, #submenu a:visited, #submenu a:active {
	border-bottom: 1px solid #7F7F7F;
	border-left: 3px solid #7F7F7F;
	padding: 0 5px;
	text-decoration: none;
	}

#submenu a:hover, #submenu a:focus {
	border-color: #F7E1C5;
	}

.intro {
	clear: left;
	padding: 20px;
	text-align: justify;
	color: #7F7F7F;
	}

h2 {
	font-weight: normal;
	}

a:link, a:visited, a:active {
	color: #7F7F7F;
	text-decoration: underline;
	}

a:hover, a:focus {
	color: #F7E1C5;
	}

.container {
	padding: 0 40px;
	text-align: center;
	}

div.rounded2 {
	float: left; 
	background: transparent url(slot_1.gif) top left no-repeat;
	text-align: center;
	}
 
div.rounded2 div div { 
	background: transparent url(slot_3.gif) bottom left no-repeat; 
	}

div.rounded2 div div div {
	position: relative;
	background: transparent url(slot_4.gif) bottom right no-repeat; 
	padding: 15px;
	}

img {
	border: 0;
	}

div.rounded2 div div div .light, div.rounded2 div div div .light_yellow {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: auto;
	left: auto;
	}

div.rounded2 div div div .light_yellow {
	cursor: crosshair;
	}

#dhtmltooltip {
	position: absolute;
	background: transparent url(tip.gif);
	width: 169px;
	height: 145px;
	padding: 25px 8px 8px 8px;
	z-index: 100;
	visibility: hidden;
	opacity: 0.8;
	filter: alpha(style=0,opacity=80);
	color: #000;
	line-height: 120%;
	}

.ddimgtooltip {
	display:none;
	position:absolute;
	border: 0;
	background: none;
	z-index: 2000;
	padding: 0;
	}

.ph {
	opacity: 0.2;
	filter: alpha(style=0,opacity=20);
	}

table#release {
	width: 94%;
	margin: 0 auto;
	border-collapse: collapse;
	}

#release td {
	margin: 0;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 2px;
	background: #444;
	text-align: center;
	vertical-align: middle;
	}

#release .divider td {
	padding: 0;
	height: 1px;
	background: #333;
	}

dt.release, dt.special, dt.spotted, dt.check, dt.not {
	clear: left;
	display: block;
	float: left;
	width: 29px;
	height: 29px;
	margin-bottom: 5px;
	text-align: center;
	}

dd {
	height: 35px;
	}

#release .release, .intro .release {
	background: #444 url(gold.gif) center center no-repeat;
	color: #444;
	font-weight: bold;
	text-indent: -5000px;
	}

#release .special, .intro .special {
	background: #444 url(silver.gif) center center no-repeat;
	color: #444;
	font-weight: bold;
	text-indent: -5000px;
	}

#release .spotted, .intro .spotted {
	background: #444 url(bronze.gif) center center no-repeat;
	color: #444;
	font-weight: bold;
	text-indent: -5000px;
	}

#release .check, .intro .check {
	background: #444 url(icon_check.gif) center center no-repeat;
	color: #444;
	font-weight: bold;
	text-indent: -5000px;
	}

#release .not, .intro .not {
	background: #444 url(icon_not.gif) center center no-repeat;
	color: #444;
	font-weight: bold;
	text-indent: -5000px;
	}

.intro .release, .intro .special, .intro .spotted, .intro .check, .intro .not {
	background-color: #333;
	}

#release .jump {
	padding: 0;
	background: #333;
	}

#release .jump a:link, #release .jump a:visited, #release .jump a:active {
	display: block;
	height: 33px;
	margin: 0 1px 0 0;
	border: 1px solid #444;
	background: #333 url(jump.gif) 96% 0 no-repeat;
	text-decoration: none;
	}

#release .jump a:hover, #release .jump a:focus {
	border-color: #555;
	background-position: 96% -30px;
	}

#footer {
	position: relative;
	clear: both;
	display: block;
	margin: 70px auto 0 auto;
	padding-bottom: 0;
	border-top: 1px solid #444;
	background: #111;
	color: #F7E1C5;
	}

#footer p {
	margin: 0;
	border-top: 1px solid #555;
	padding: 20px 0;
	text-align: center;
	}

#footer a:link, #footer a:visited, #footer a:active {
	color: #555;
	font-weight: bold;
	}

#footer a:hover, #footer a:focus {
	color: #7F7F7F;
	}

.nobr {
	white-space: nowrap;
	}

.strike {
	text-decoration: line-through;
	}

.small {
	display: block;
	position: absolute;
	bottom: 3px;
	right: 5px;
	width: 36px;
	height: 36px;
	background: transparent url(small.png);
	}

.small img {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	}

#color {
	min-height: 400px;
	}

div.rounded2 div div div ul.controls {
	display: block;
	position: absolute;
	top: 4px;
	right: auto;
	bottom: auto;
	left: 3px;
	width: 60px;
	height: 23px;
	background: url(controls.png);
	line-height: 10px;
	margin: 0;
	list-style: none;
	padding: 0;
	}

div.rounded2 div div div ul.controls li {
	display: inline;
	float: left;
	width: 11px;
	height: 11px;
	font-size: 10px;
	margin: 5px 1px 0 1px;
	padding: 0;
	cursor: pointer;
	}

div.rounded2 div div div ul.controls li.anim {
	margin-left: 10px;
	background: url(anim_button.gif);
	}

div.rounded2 div div div ul.controls li.stop, div.rounded2 div div div ul.controls li.off {
	background: url(stop_button.gif);
	}

div.rounded2 div div div ul.controls li.on {
	margin-left: 10px;
	background: url(on_button.gif);
	}

div.rounded2 div div div ul.controls li.min {
	background: url(min_button.gif);
	}

div.rounded2 div div div ul.controls li.angles {
	margin-left: 10px;
	background: url(angles_button.gif);
	}

div.rounded2 div div div ul.controls li:hover {
	background-position: 0 -11px;
	}
 
