@charset "utf-8";
/* CSS Document */


body {
	margin: 0px;
	background-color: #000;
	height: 100%;
	width: 100%;
}
body, div, table, tr, td, form, p, span {
	font-family: Verdana, Geneva, sans-serif;
	color: #fff;
	font-size: 10px;
}

div#container {
	display: table;
	width: 100%;
	height: 100%;
	overflow: hidden;
}


div#mushroom {
	width: 974px;
	height: 580px;
	top: 50%;
	margin-top: -290px;
	margin-left: -487px;
	left: 50%;
	background-image: url(../_img/mm2_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	display: table-cell;
	position: absolute;
}

div#mushroom h1#logo {
	display: none;
}
div#mushroom h3#slogan {
	display: none;
}
div#mushroom div#description {
	display: none;
}

div#menuholder {
	width: 974px;
	height: 140px;
	top: 50%;
	margin-top: -70px;
	margin-left: -487px;
	left: 50%;
	background-image: url(../_img/mm2_strip.png);
	background-position: center;
	background-repeat: no-repeat;
	display: table-cell;
	position: absolute;
}
div#menuholder ul#menu {
	margin: 50px 0px 0px 410px;
	//margin: 50px 0px 0px 450px;
}

div#menuholder ul#menu li {
	display: inline;
	margin: 0px 20px 0px 0px;
}
div#menuholder ul#menu li a {
	display: inline-block;
	height: 31px;
	margin: 0px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
div#menuholder ul#menu li a span {
	display: block;
	text-indent: -9999px;
}
div#menuholder ul#menu li a:hover {
	background-position: 0px -31px;
}
div#menuholder ul#menu li#link001 a {
	width: 95px;
	background-image: url(../_img/mm2_link001.png);
}
div#menuholder ul#menu li#link002 a {
	width: 91px;
	background-image: url(../_img/mm2_link002.png);
}
div#menuholder ul#menu li#link003 a {
	width: 71px;
	background-image: url(../_img/mm2_link003.png);
}

.clabel {
	display: block;
	font-size: 10px;
	color: #999;
	margin: 5px 0px 5px 0px;
}

div#accoladesholder {
	width: 974px;
	height: 60px;
	top: 70%;
	margin-left: -487px;
	left: 50%;
	display: table-cell;
	position: absolute;
	text-align: center;
}
div#accoladesholder ul#accolades {
	text-align: center;
	text-indent: 0px;
	padding: 0px;
	margin: 0px;
}

div#accoladesholder ul#accolades li {
	display: inline;
	margin: 0px 0px 0px 0px;
}
div#accoladesholder ul#accolades li a {
	display: inline-block;
	height: 40px;
	margin: 0px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
div#accoladesholder ul#accolades li a:hover {
	background-position: 0px -40px;
}
div#accoladesholder ul#accolades li a span {
	display: block;
	text-indent: -9999px;
}
div#accoladesholder ul#accolades li#nwp a {
	width: 60px;
	background-image: url(../_img/mm2_award_nwp.png);
}
div#accoladesholder ul#accolades li#faveup a {
	width: 60px;
	background-image: url(../_img/mm2_accolade_faveup.png);
}
div#accoladesholder ul#accolades li#ch a {
	width: 50px;
	background-image: url(../_img/mm2_accolade_ch.png);
}
div#accoladesholder ul#accolades li#sl a {
	width: 40px;
	background-image: url(../_img/mm2_accolade_sl.png);
}
div#accoladesholder ul#accolades li#mda a {
	width: 40px;
	background-image: url(../_img/mm2_accolade_mda.png);
}
div#accoladesholder ul#accolades li#xhi a {
	width: 60px;
	background-image: url(../_img/mm2_accolade_x.png);
}
div#accoladesholder ul#accolades li#dlicks a {
	width: 45px;
	background-image: url(../_img/mm2_accolade_dlicks.png);
}
div#accoladesholder ul#accolades li#rgbgarden a {
	width: 40px;
	background-image: url(../_img/mm2_accolade_rgb.png);
}

div#footer {
	width: 974px;
	height: 60px;
	top: 90%;
	margin-left: -487px;
	left: 50%;
	display: table-cell;
	position: absolute;
	text-align: center;
}
div#footer p {
	color: #666;
	font-size: 10px;
	display: block;
	margin: 0px;
}
div#footer a {
	color: #999;
	text-decoration: none;
}
div#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
hr {
	display: none;
}