		input, select, textarea { vertical-align:middle; font-family: Georgia; font-size:12px; background:#182739; color:#fff;}
	input.text, select, textarea { padding:2px 0px 3px 6px; border:1px solid #fff; background:#182739;}
	
	html body textarea { font-family: Arial; font-size:12px; color:#fff;}
	
/*** Menu ***/
	.main-menu { clear:both; background:url(image/menu-bg.png) repeat-x 0 bottom;}
	.menu-left { background:url(image/menu-left.png) no-repeat 0 bottom;}
	.menu-right {  background:url(image/menu-right.png) no-repeat right bottom; height:129px;}
	
	.menu { padding:0px 0px 0px 8px; }
	
	.menu ul { list-style:none; width:100%; overflow:hidden;}
	.menu ul li { float:left; overflow:hidden; background:url(image/ver.gif) no-repeat 0 94px; /**background-position:0 41px;*/ margin:0px 0px 0px -2px; padding:91px 43px 0px 40px; /**padding-top:39px;*/}
	
	.menu ul li a { display:block; float:left; overflow:hidden; height:100%; cursor: pointer; text-decoration:none; position:relative;}
	.menu ul li a { font-size:1.4em; color:#000; text-transform:uppercase; font-weight: bold;}
	.menu ul li a:hover { background:url(image/menu-act.gif) repeat-x 0 0; text-decoration:none; color:#fff;}

	.menu ul li a:hover, .menu ul li.current_page_item a {}
		
/*** Logo ***/
	.logo { height:127px; position:relative;}
	.logo .indent { float:left; position:absolute; padding:0px 0px 0px 0px;  overflow:hidden; text-indent:-1000em;}
	.logo h1 { font-size:2.1em; display:block; color:#fff; cursor:pointer; width:650px; height:200px; background:url(image/logo.png) no-repeat 0 0; overflow:hidden; text-indent:-1000em;}
	.logo h1:hover { text-decoration:none;}

/*** Search ***/
	.search { float:right; padding:23px 19px 0px 0px; z-index:1; position: absolute; right:19px;}
	.search form { background:url(image/search-bg.gif) no-repeat 0 0; padding:1px 0px 2px 0px;}
	.search .text { width:155px; padding:2px 0px 3px 8px; color:#57769b; border:0; background: transparent; margin:0px 12px 0px 0px;}
	.search .but { cursor: pointer;}
	
	.search_page { float:left; padding:0px 19px 0px 20px; position:relative; overflow:hidden;}
	.search_page form { background:none; padding:1px 0px 2px 0px;}
	.search_page .text { width:155px; padding:2px 0px 3px 8px; color:#57769b; border:1px solid #000; background: #182739; margin:0px 12px 0px 0px;}
	.search_page .but { cursor: pointer;}

