/**
 * Style sheet showcase
 */
/* Show the showcase (was hidden by default in base.css) */
#showcase
{
	display:block;
}

#showcase
{
	width:756px;
	height:207px;
	overflow:hidden;
}

#right
{
	margin-top:-207px;
}

/* Reset the top and right padding (set in base.css) */
#main
{
	padding:0px;
}

/* push the submenu a bit down to align it with the eco2nav section */
#main #submenu
{
	margin-top:6px;
}

