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

#wrapper
{
	width:1002px;
	text-align:left;
	float:none;
	margin: 0 auto;
}
#header
{
	height:165px;
	width:100%;
	background:url(/images/top.jpg);
	z-index:2;
}
#languages
{
	position: absolute;
	top: 0px;
	right: 1px;
	font-weight:bold;
}
#languages a, #languages a:hover
{
	font-size:11px;
	padding: 0px 5px 0px 5px;
	letter-spacing:0.01em;
	text-decoration:none;
}
#languages a:hover
{
	color:#FA6900;
}

#logo
{
	position: absolute;
	top: 70px;
	left: 30px;
	width:280px;
	height:86px;
	z-index:2;
}
#menu_top1
{
	position: absolute;
	top: 92px;
	left:315px;
	z-index:4;
}
#menu_top1 .normal, #menu_top1 .normal_over
{
	width:110px;
	height:62px;
	border-right:#000000 1px solid;
	color:#000000;
	background-color:transparent;
	font-weight:bold;
	text-align:center;
}

#menu_top1 .normal_over
{
	background:url(/images/button_over.jpg);
}

#menu_top1 .top
{
	position:absolute;
	right:5px;
	top:5px;
}

#menu_top1 .bottom
{
	position:absolute;
	top:25px;
	left:0px;
	width:110px;
	text-align:center;
}
#menu_top1 a, #menu_top1 a:hover
{
	text-decoration:none;
	text-transform:uppercase;
	padding:0px 5px 0px 5px;
	color:#000000;
	background-color:transparent;
}

#menu_top2
{
	position:absolute;
	top:153px;
	left:315px;
	height:23px;
	
	background:#fa6800;
	border:#978e8e 1px;
	border-style:solid none solid solid;
	line-height:23px;
	z-index:3;
}
#menu_top2 .normal, #menu_top2 .normal_over
{
	height:23px;
	color:#000000;
	background:transparent;
	padding:0px 5px 0px 5px;
	border-right:#978e8e 1px solid;
}

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


#content
{
	clear:left;
	width:100%;
	background:url(/images/middle_bg.jpg);
	z-index:1;
}

#col_left
{
	width:282px;
	background:url(/images/col_left_middle.png) top left repeat-y;
}

#col_left_bottom
{
	width:282px;
	height:9px;
	background:url(/images/col_left_bottom.png) bottom left no-repeat;
}

#col_center, #col_right, #col_main
{
	margin:15px 0px 0px 4px;
	color:#000000;
	border:#a1a0a0 1px solid;
	background:#FFFFFF;
}

#col_center
{
	width:336px;
}

#col_right
{
	width:313px;
}

#col_main
{
	width:649px;
}

#content .inner
{
	padding:10px;
}

#content p
{
	line-height: 1.4em;
	text-align:justify;
	margin:5px 0px 5px 0px;
}

#footer
{
	clear:left;
	width:100%;
	height:128px;
	background:url(/images/bottom.jpg) top left no-repeat;
	text-align:center;
}
#footer p
{
	letter-spacing:0.01em;
	text-decoration:none;
}

#footer a, #footer a:hover
{
	font-weight:bold;
	padding: 0px 0.5em 0px 0.5em;
	letter-spacing:0.01em;
	text-decoration:none;
	font-size:10px;
}
#footer .valid
{
	position:absolute;
	top:75px;
	left:400px;
}
.divclear div
{
	clear:left;
	padding:3px 0px 3px 0px;
}
