@charset "utf-8";
h1, h2, h3, h4, h5, ul, li, p {
	padding: 0;
	margin: 0;
}
img {
	border: none;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #5f8fde;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(images/bottom_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.outer {
	background-image: url(images/grad_bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
#container {
	margin: 0 auto;
	min-width: 960px;
	max-width: 1280px;
}
#header {
	background-image: url(images/header.jpg);
	height: 149px;
	background-position: center;
}
#outer {
	background-image: url(images/main_bg.png);
	background-repeat: repeat-y;
	background-position: center;
}
#main {
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#main .top {
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
#main .inner {
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
}
#menu {
	float: left;
	width: 182px;
	padding-top: 132px;
	text-align: right;
	height: 510px;
}
#menu ul {
	list-style-type: none;
}
#menu ul li {
	height: 36px;
	line-height: 34px;
	background-image: url(images/menu_bg.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 15px;
	white-space: nowrap;
	padding-right: 10px;
	margin-bottom: 5px;
	margin-left: 3px;
}
#menu ul li a {
	color: #f7f8be;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	float: left;
	display: block;
}
#menu ul li a.en {
	color: #bbcdec;
	font-size: 12px;
	float: none;
	display: inline;
}
#icons {
	float: right;
	width: 85px;
	margin-top: 110px;
}
#icons a {
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	height: 52px;
	width: 57px;
	background-image: url(images/icon_bg.gif);
	padding-top: 15px;
	margin-bottom: 5px;
	padding-left: 6px;
	margin:expression(0 + 'px');
	padding-bottom:expression(5 + 'px');
	height:expression(72 + 'px');
	width:expression(63 + 'px');
}


#mainContent {
	padding: 30px 50px;
	margin-top: 0;
	margin-right: 85px;
	margin-bottom: 0;
	margin-left: 182px;
	font-size: 12px;
}
#mainContent h1 {
	text-align: right;
	font-size: 14px;
	font-weight: normal;
	color: #1a438d;
	text-transform: uppercase;
	padding-bottom: 20px;
}
#mainContent h1 span.en {
	display: block;
	color: #989031;
	text-transform: lowercase;
}
#mainContent h3 {
	font-size: 12px;
	font-weight: normal;
	color: #12357c;
	padding: 7px 0;
}
#mainContent p {
	padding: 7px 0;
}


#footer {
	height: 162px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 90px;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#footer #counters {
	margin: 0 auto;
	text-align: right;
}
#footer #counters li {
	list-style: none; 
	float: left;
	margin: 0 5px;
}
