/*-----------------------------*/
body {
	background-color: #2F353D;
	margin: 0px;
	height: 771px;
	border: 0px;
}

#logo {
	position: absolute;
	top: 14px;
	left: 56px;
	z-index: 66000;
}

/*-----------------------------*/
.indexable {
	width: 0px;
	height: 0px;
	overflow: hidden;
}

/*------------------*/
#menu {
	position: absolute;
	top: 60px;
	left: 66px;
	font-family: Arial, Helvetica, Geneva, San-serif;
	font-size: 10px;
	letter-spacing: 0.12em;
	line-height: 13px;
	color: #787a78;
	z-index: 66000;
}

#menu a {
	color: #787a78;
	text-decoration: none;
}

#menu a:hover,a:active {
	color: #fff;
	text-decoration: none;
}

#menu .selected a {
	color: #ffffff; /*CDFD00*/
	cursor: default;
}

#menu .leaf  a:hover {
	color: #ffffff;
}

#menu .branch a {
	
}

#menu .ancestor a {
	color: #ddd; /*b8bab8*/
}

#menu .d_0,.d_1,.d_2,.d_3,.d_4,.d_5,.menu_col {
	float: left;
	padding-right: 33px;
}

#menu .r_1,.r_2,.r_3,.r_4,.r_5 {
	display: none;
}

/* */


.caption
{ 
	position: absolute;
	top: 153px;
	left: 480px;
	font-family: Arial, Helvetica, Geneva, San-serif;
	font-size: 11px;
	letter-spacing: 0.12em;
	line-height: 13px;
	color: #ffffff;
	z-index:1;
}


/* */


#grid {
 position:absolute;
 left: 54px;
 top: 164px;
 z-index:1;
}

.gridcell
{
	position:absolute;
	width:128px;
	height:128px;
	overflow:hidden;
	display:none;
	background-color: #31373E;
	
}

.gccontent
{
	position:absolute;
	width:128px;
	height:128px;
	z-index:1;
}


#gridcontainer{
	position:absolute;
	z-index:1;
}

#grideventlistener{/*this sits on top of the grid and handles mouse events */
	position:absolute;
	z-index:10;	
	background-color: #fff;
}



