/*
body
{
	font: 100% Arial, Helvetica, sans-serif;
}
*/

div#container
{
	width: 638px;
	height: 178px;
}

div#container div#nav
{
	float: left;
}

div#container div#nav a
{
	font: 12px Arial, Helvetica, sans-serif;
	display: block;
	
	width: 153px;
	height: 25px;
	
	background: #638CA8 url( 'images/bg.gif' ) repeat-y;
	
	border-bottom: 2px solid #FFF;
	
	color: #FFF;
	text-decoration: none;
	
	font-weight: bold;
	
	padding: 9px 0 0 15px;
}

div#container div#nav a:hover, div#container div#nav a.current
{
	background: #FFF url( 'images/bg_over.gif' ) no-repeat;
}


div#container div#nav a.last
{
	border-bottom: none;
}

div#container div#images
{
	float: right;
}

.hidden, span.info
{
	display: none;
}

div#overlay
{
	width: 468px;
	position: absolute;
	
	top: 0;
	left: 0;
	
	z-index: 2000;
	
	color: #FFF;
	display: none;
}

div#overlay_bg
{
	width: 468px;
	position: absolute;
	
	top: 0;
	left: 0;
	
	z-index: 1000;
	
	background: #000;
	display: none;
	
	overflow: hidden;
}

div#overlay div
{
	padding: 10px;
	font-size: 11px;
}
