/* Layout CSS Document */

#the_wrap {
	width: 683px;
	background-color: #000;
	margin: 0px auto 0px auto;
}
#top_wrap {
	float: left;
	width: 683px;
	height: 55px;
	background: url(../images/top.gif) no-repeat;
	display: inline;
}
#top_menu {
	float: right;
	width: 65px;
	height: 26px;
	margin-top: 24px;
	display: inline;
}
a.menu_home {
	float:left;
	display: inline;
	width: 12px;
	height: 21px;
	background: url(../images/home.gif) no-repeat;
}
a.menu_home:hover {
	background: url(../images/home-hover.gif) no-repeat;
}
a.menu_sitemap {
	float:left;
	display: inline;
	width: 12px;
	height: 21px;
	background: url(../images/sitemap.gif) no-repeat;
}
a.menu_sitemap:hover {
	background: url(../images/sitemap-hover.gif) no-repeat;
}
/* main menu */
#menu_wrap {
	float: left;
	width: 683px;
	height: 85px;
	display: inline;
	/*position: relative;*/
	background: url(../images/menu-bg-all.gif) no-repeat;
}
.menu_colom {
	float: left;
	height: 85px;
	/*position: relative;*/
	z-index: 500;
	display: inline;
}
.menu_text {
	float: left;
	margin: 7px 0 0 3px;
	font-weight: bold;
	display: inline;
}
.menu_image {
	position: absolute;
	z-index: 1000;
}
/*a.menu:hover {
	color: #0099FF;
	text-decoration: none;
	height: 85px;
	background-color: #FF6600;
	filter: alpha(opacity=25);
	- moz-opacity: .25; 
	opacity: .25;;
	position: absolute;
	z-index: 700;
}*/
.menutext2 {
	cursor:pointer;
}
a.menutext2:link {
	color: #FFF;
	text-decoration: none;
}
a.menutext2:visited {
	color: #FFF;
	text-decoration: none;
}
a.menutext2:hover,a.menutextsel {
	color: #0099FF;
	text-decoration: none;
}
#menu1,#menu2,#menu3,#menu4,#menu5 {
	float: left;
	display: inline;
	width: 128px;
	height: 50px;
	background-color: #FF6600;
	margin-top: 28px;
	/*margin-top: 8px;*/
	opacity: 0.3;
	filter: alpha(opacity=30);
	/*z-index: 700;*/
}
#menu3 {
	width: 160px;
}
/* end of main menu */
#banner_wrap {
	float: left;
	width: 680px;
	height: 200px;
	display: inline;
	background: url(../images/loader.gif)no-repeat center;
}
#main_wrap {
	float: left;
	width: 670px;
	background: url(../images/main.gif) repeat-y;
	margin: 0 5px 0 5px;
	display: inline;
}
#foot_wrap {
	float: left;
	width: 670px;
	height: 10px;
	background: url(../images/btm.gif) no-repeat;
	margin: 0 5px 10px 5px;
	display: inline;
}
#content_wrap {
	float: left;
	width: 640px;
	margin: 15px 15px 10px 15px;
	display: inline;
}
.content_row {
	float: left;
	width: 640px;
	line-height: 14px;
	margin-bottom: 15px;
	text-align: justify;
	display: inline;
}
.title_wrap {
	float: left;
	width: 200px;
	height: 17px;
	margin-bottom: 10px;
	display: inline;
}
#right_content {
	float: left;
	width: 440px;
	margin-left: 20px;
	display: inline;
}
.right_row {
	float: left;
	width: 440px;
	margin-bottom: 15px;
	text-align: justify;
	line-height: 17px;
	display: inline;
}
/* left menu */
#leftmenu_wrap {
	float: left;
	width: 180px;
	display: inline;
}
.leftmenu_root {
	clear:both;
	width: 180px;
	height: 22px;
	background: url(../images/leftmenu.gif) repeat-x;
	line-height: 20px;
	display: block;
}
.leftmenu_sub {
	/*clear:both;*/
	width: 165px;
	/*height: 22px;*/
	margin-left: 0px;
	background: url(../images/leftmenu.gif) repeat-x;
	line-height: 20px;
	display: block;
}
.leftmenu_sub2 {
	/*clear:both;*/
	width: 150px;
	height: 22px;
	margin-left: 0px;
	background: url(../images/leftmenu.gif) repeat-x;
	line-height: 20px;
	display: block;
}
.underlist {
	height: 22px;
	cursor: pointer;
}
#copyright {
	float: left;
	width: 670px;
	display: inline;
	line-height: 30px;
	margin: 0px auto 10px auto;
	text-align: center;
}