@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}

body {
	background:url(../img/bg.jpg) left top repeat-x;
	background-color:#3198E1;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
}

a:link, a:visited {
	color:#333;
	text-decoration:none;
}

a:hover {
	color:#F60;
}

img {
	border:0;
}

h1 {
	font-size:18px;
	line-height:28px;
	font-weight:normal;
	color:#333;
}

.clear {
	clear:both;
	height:10px;
	overflow:hidden;
}

.line-height {
	line-height:24px;
}

.bold {
	font-weight:bold;
}

.big {
	font-size:18px;
}

.orange {
	color:#F60;
}

/* top */

#top {
	width:924px;
	background:url(../img/top.jpg) no-repeat;
	height:116px;
	margin:auto;
}

#top .logo {
	background:url(../img/logo.gif) no-repeat;
	width:616px;
	height:33px;
	margin-top:17px;
	margin-left:2px;
	float:left;
}

#top .language {
	background:url(../img/language.jpg) no-repeat;
	width:71px;
	height:21px;
	float:right;
	margin-top:22px;
	margin-right:2px;	
}

#top .menu {
	margin-top:20px;
	margin-right:2px;
	float:right;
	height:25px;
	width:auto;
	overflow:hidden;
}

#top .menu ul {
	list-style:none;
}

#top .menu ul li {
	width:84px;
	text-align:center;
	float:left;
	font: normal 14px/25px Tahoma, Geneva, sans-serif;
}

#top .menu ul li a {
	color:#003699;
	text-decoration:none;
}

#top .menu ul li:hover {
	background:url(../img/menu_bg.gif) left top no-repeat;
	width:84px;
	height:25px;
}

.hover {
	background:url(../img/menu_bg.gif) left top no-repeat;
	width:84px;
	height:25px;
}

/* main */

#main {
	margin:auto;
	width:924px;
	background:url(../img/main_bg.gif);
}

.banner {
	background:url(../img/banner.jpg);
	margin:auto;
	width:900px;
	height:200px;
}

.left-bg {
	background:url(../img/left_bg.gif) left top repeat-y;
	width:900px;
	height:auto;
	margin:auto;
}

.left-bg .left {
	width:190px;
	float:left;
	padding:10px;
}

.line {
	background-color:#CCC;
	height:1px;
	width:100%;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:10px;
}

.line-2 {
	background-color:#CCC;
	height:3px;
	width:100%;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:10px;
}

.left-bg .left ul {
	list-style:none;
}

.left-bg .left ul li {
	background:url(../img/arrow.gif) 3px 4px no-repeat;
	padding-left:18px;
	font-size:12px;
	color:#333;
	padding-bottom:8px;
}


.left-bg .right {
	width:665px;
	float:right;
}

/*  bottom  */

#bottom {
	width:924px;
	margin:auto;
}









