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

 /* styles for IE 5 Mac */
#cellPage {
	position:			absolute;
	top:				20px;
	left:				20px;
 }
 
 /* following rules are invisible to IE 5 \*/
#cellPage {
   top:					50%;
   left:				0px;

   width:				100%;
   margin:				-284px 0px 0px 0px;
   text-align:			center;
   min-width:			839px; 
 }
 /* end IE 5 hack */ 

#cellWindow {
	position:			relative;

	width:				835px;
	height:				560px;
	margin:				0px auto 0px auto;

	text-align:			left;
	
	border:				2px solid #FFFFFF;

	background-color:	#FFFFFF;
}

#cellHeader {
	display:			none;
}

#cellBanner {
	padding:			0px 0px 0px 0px;
}

#cellNavigation {
	position:			absolute;
	top:				500px;
	left:				0px;
	z-index:			20;
}

#cellNavigation a {
	color:				#B04326;
}
#cellNavigation li {
	background-image:	url('../images/bg_cellNavigation_li_splash.gif');
}

#cellPrimary {
	display:			none;
}

