@import url('/css/common.css');
@import url('/css/forms.css');

.red
{
	color:#FF0000;
}

/* NEW HEADER */
#wrapper
{
	width:900px;
	text-align:left;
	margin: 0 auto;
	float:none;
}

#header
{
	height:100px;
	width:100%;
}

#logo
{
	position: absolute;
	top: 21px;
	left: 0px;
	width:195px;
	height:69px;
	z-index:2;
}
#menu_top
{
	position: absolute;
	top: 60px;
	left: 190px;
	width: 709px;
	height:30px;
	background:url(/images/menu_top_bg.png) bottom left repeat-x;
	z-index:1;
	
	font-weight:bold;
	font-size:12px;
	word-spacing:0.05em;
}

#menu_top a, #menu_top a:hover
{
	padding: 0px 0.5em 0px 0.5em;
	letter-spacing:0.01em;
	text-decoration:none;
}

#content
{
	clear:left;
	width:100%;
}

#content *
{
	text-align:justify;
}
.col
{
	float:left;
}

.miniheader
{
	width:100%;
	height: 20px;
	background:url(/images/minilogo.png) bottom left no-repeat;
	border:#E1E1E1 1px solid;
}

.miniheader h2
{
	padding:6px 0px 0px 58px;
	color:#A0A0A0;
	font-size:12px;
	line-height:1em;
	vertical-align:bottom;
}
.miniheader a
{
	padding:6px 0px 0px 58px;
	color:#A0A0A0;
	font-size:12px;
	font-weight:bold;
	line-height:1em;
	vertical-align:bottom;
	text-decoration:none;
}

.box_white, .box_gray
{
	width:100%;
	background-color:#e9e9e9;
	text-align:justify;
	border:#E1E1E1 1px;
	border-style: none solid solid solid;
}
.box_white
{
	background-color:#ffffff;
}
.box_inner
{
	padding:10px;
}
.box_inner p
{
	padding:4px 0px 4px 0px;
}

#footer
{
	clear:left;
	width:100%;
	margin-top:10px;
	background:url(/images/menu_bottom_bg.png) top left repeat-x;
	text-align:center;
}
#footer p
{
	padding:14px 0px 10px 0px;
	letter-spacing:0.01em;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
}

#footer a, #footer a:hover
{
	padding: 0px 0.5em 0px 0.5em;
	text-decoration:none;
}
.same
{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;

	word-spacing: 0.01em;
	letter-spacing: 0.005em;
	line-height: 1.6em;
}

.exchange
{
	margin-left:20px;
}
.exchange div
{
	border:#0069AB 1px;
	border-style:none solid solid solid;
	background:#FFFFFF;
}
.exchange .left
{
	width:50px;
}
.exchange .right
{
	width:100px;
	border-left-style:none;
}


.selector
{
	width:311px;
	height:174px;
}

.selector .image
{
	position:absolute;
	top:0px;
	left:0px;
	width:311px;
	height:174px;
	z-index:4;
}

.selector .text
{
	position:absolute;
	top:120px;
	left:0px;
	width:311px;
	height:20px;
	background:#016AAC;
	z-index:5;

	line-height:20px;
	text-indent:10px;
}

.selector .text a, .selector .text a:hover
{
	text-decoration:none;
	color:#FFFFFF;
	background-color:transparent;
}

