@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}

body, table, tr, th, td, div, img, form {
	padding: 0px;
	margin: 0px;
}
img {
	border: 0px;
}
table {
	border-collapse: collapse;
}

body {
	background-color: white;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #7a7a7a;
}
a:hover, a.hover {
	color: #000000;
}

table.w100 {
	width: 100%;
}
table.h100 {
	height: 100%;
}
.clear {
	clear: both;
}
.ph {
	cursor: pointer;
	cursor: hand;
}

table.main {
	height: 100%;
	width: 100%;
}

td.center_col {
	width: 980px;
	vertical-align: top;
}

tr.header td.center_col {
	background-image: url(/img/header_bg.png);
	height: 185px;
}
tr.header td.right_col {
	background-image: url(/img/header_bg_right.png);
	height: 185px;
}
tr.header td.left_col {
	background-image: url(/img/header_bg_left_under.png);
	height: 185px;
}
tr.header td.left_col div {
	background-image: url(/img/header_bg_left.png);
	background-position: top right;
	background-repeat: no-repeat;
	height: 185px;
}
tr.content td.center_col div.center {
	background-image: url(/img/center_bg.jpg);
	background-repeat: no-repeat;
	height: 100%;
	min-height: 411px;
}
tr.content td.left_col div, tr.content td.right_col div {
	background-image: url(/img/center_bg_side.jpg);
	background-repeat: repeat-x;
	height: 100%;
	min-height: 411px;
}
tr.content td.center_col {
	background-image: url(/img/center_bottom_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
tr.content td.left_col, tr.content td.right_col {
	vertical-align: top;
	background-image: url(/img/center_bottom_bg_side.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

tr.footer td.center_col {
	height: 86px;
	background-image: url(/img/bottom_bg.png);
}
tr.footer td.left_col {
	background-image: url(/img/bottom_bg_left.png);
}
tr.footer td.right_col {
	background-image: url(/img/bottom_bg_right.png);
}


div.logo {
	z-index: 2;
	margin: 34px 0px 0px 13px;
	position: absolute;
}
div.lang {
	z-index: 1;
	position: absolute;
	margin: 11px 0px 0px 753px;
	width: 200px;
	text-align: right;
}
div.lang ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
div.lang ul li {
	display: inline;
	margin-right: 15px;
}
div.lang ul li a, div.lang ul li a:hover {
	color: #7a7a7a;
	text-decoration: none;
	font-size: 11px;
}
div.lang ul li a.sel, div.lang ul li a.sel:hover {
	color: #c1c1c1;
}
div.lang ul li a:hover {
	text-decoration: underline;
}


div.banner {
	z-index: 1;
	position: absolute;
	margin: 38px 0px 0px 350px;
}

div.menu {
	position: absolute;
	width: 500px;
	margin: 155px 0px 0px 350px;
	text-align: center;
	font-size: 16px;
	font-family: "Trebuchet MS";
}
div.menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
div.menu ul li {
	display: inline;
	margin-right: 15px;
}
div.menu ul li a {
	color: #7a7a7a;
	text-decoration: none;
}
div.menu ul li a.sel {
	color: #010101;
}
div.menu ul li a:hover {
	text-decoration: underline;
}

div.copyright {
	color: #5a5a5a;
	font-size: 11px;
	margin: 35px 0px 0px 25px;
	float: left;
}
div.madeby {
	float: right;
	color: #515151;
	font-size: 10px;
	line-height: 10px;
	margin: 35px 20px 0px 0px;
}
div.madeby a, div.madeby a:hover {
	color: #515151;
	text-decoration: none;
}
div.madeby img {
	float: left;
	margin: 2px 6px 2px 0px;
}