/* default */
body, form, input, h1, h3, h4, p, ul, li, ol, blockquote, img {
	padding: 0;
	margin: 0;
	border: 0;
}

h2{
	margin: 0 0 18px 0;
	font-weight: normal;
	font-size: 24px;
	font-family: Arial, Verdana, Trebuchet MS, Tahoma, Helvetica, sans-serif;
}
h3{
	margin: 0 0 18px 0;
	color: #bed12f;
	font-weight: normal;
	font-size: 18px;
	font-family: Arial, Verdana, Trebuchet MS, Tahoma, Helvetica, sans-serif;
}
h3 a{
	text-decoration: none;
}
p{
	margin: 16px 0;
}
a{
	text-decoration: underline;
	color: #fff;
}
a:hover{
	color: #BED12F;
}
ul{
	margin: 10px 0 10px 30px;
}
ul li{
	margin: 8px 0 8px 0;
}
input, textarea{
	border: 0 none;
	padding: 0;
	font-size: 12px;
	color: #2E3690;
	font-weight: bold;
	font-family: Arial, Verdana, Trebuchet MS, Tahoma, Helvetica, sans-serif;
	background: #fff;
}
body{
	text-align: left;
	font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	background: #111f5d url("../frame/body_bg.gif") repeat-x;
}
.clear{
	clear: both;
	height: 0px;
	font-size: 0px;
}
div{
	padding: 0;
	margin: 0;
}

/* frame */
#container {
	margin: 0 auto;
	width: 1000px;
}

#header{
	position: relative;
	display: block;
	width: 1000px;
	height: 100px;
}
#header a#logo{
	position: absolute;
	top: 4px;
	left: 50px;
	display: block;
	width: 246px;
	height: 82px;
}
#header a#logo span{
	display: none;
}
#header ul#menu{
	position: absolute;
	top: 10px;
	left: 300px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#header ul#menu li{
	float: left;
	margin: 0;
	padding: 0;
}
#header ul#menu li a{
	display: block;
	margin: 0;
	padding: 10px 24px 10px 42px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #233f93;
	text-decoration: none;
	font-family: Arial, Verdana, Trebuchet MS, Tahoma, Helvetica, sans-serif;
}
#header ul#menu li a:hover{
	color: #BED12F;
}
/* lang */
#header .language{
	position: absolute;
	top: 85px;
	right: 50px;
	width: 180px;
	height: 19px;
	margin: 0;
	padding: 0;
	font-weight: bold;   
	color: #BED12F;  
	font-size: 12px;
}
#header .language span{
	float: left;	
}
#header .language a{
	display: block;
	float: left;
	width: 59px;
	height: 19px;
	padding-top: 0px;
	text-align: center;
	color: #BED12F;
	font-size: 12px;
	text-decoration: none;
}
#header .language a:hover{
	text-decoration: underline;
}
#header .language a.active{
	color: #fff;
}
#header .language a.active:hover{
	text-decoration: none;
}

#footer{
	position: relative;
	display: block;
	width: 900px;
	height: 65px;
	margin: 0 50px 0 50px;
	border-top: 1px solid #fff;
	background: #111F5D;
}
#footer #dark_logo{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 189px;
	height: 65px;
}
#footer #dark_logo span{
	display: none;
}
#footer p{
	position: absolute;
	top: 24px;
	right: 0;
	margin: 0;
	font-size: 12px;
}
#footer p a{
	color: #fff;
}
#footer p a:hover{
	color: #BED12F;
}
#footer a#domain {
    text-align: right;
    font-size: 9px;
    padding-top: 4px;
    display: block;
}

#head{
	height: 200px;
	padding-top: 55px;
}


#top{
	position: relative;
	width: 1000px;
	height: 464px;
}

.button{
	border: 0 none;
	height: 19px;
	width: 88px;
	text-align: center;
	background: url("../frame/button.gif") no-repeat left top;
	font-weight: bold;
	font-size: 12px;
	color: #2D398F;
	cursor: pointer;
	font-family: Arial, Verdana, Trebuchet MS, Tahoma, Helvetica, sans-serif;
}
.button:hover{
	background: url("../frame/button.gif") no-repeat left bottom;
	color: #fff;
}
a.button{
	display: block;
	padding: 2px 0;
	height: 15px;
	width: 88px;
	text-decoration: none;
}

.fps_window input.button{
	background: url("../frame/button_white.gif") no-repeat left top;
}
.fps_window input.button:hover{
	background: url("../frame/button_white.gif") no-repeat left bottom;
}
.input_cont{
	padding: 2px 6px 1px 6px;
	width: 158px;
	height: 16px;
	background: url("../frame/inputbg.gif") no-repeat;
}
input.text{
	width: 158px;
}
	   
/* window */
.fps_window{
	background: url("../frame/btwindow_bottom.gif") left bottom no-repeat;
	position: absolute;
	width: 500px;
	text-align: left;
	padding-bottom: 7px;
}
.fps_window .fps_windrag{
	margin: 0px 0px 0px;
	padding:5px 45px 5px 15px;
	width: 440px;
	font-size: 18px;
	cursor: move;
	background: url("../frame/btwindow_top.gif") left top no-repeat;
	color: #FFFFFF;
}
.fps_window .fps_windrag b{
	color: #fff;
}
.fps_windrag img {
	margin-right: 5px;
	vertical-align: middle;
}
.fps_window .fps_winclose{
	position: absolute;
	right: 10px;
	top: 9px;
	width: 16px;
	height: 16px;
	background: url(../admin/image/close.gif) no-repeat;
	cursor: pointer;
}
.fps_window .fps_winloading{
	display: none;
	position: absolute;
	top: 10px;
	right: 30px;
	width: 20px;
	height: 20px;
	background: url(../admin/image/loader2.gif) no-repeat;
}
.fps_window .fps_wincontent{
	padding: 10px 10px 4px;
	width: 480px;
	background: #fff;
}
.fps_window .win_error, .fps_window .win_success{
	color: #294AA5;
	font-weight: bold;
	padding: 0 7px;
}
.fps_window .layer_bottom_white{
	width: 500px;
	height: 5px;
	font-size: 1px;
}
.fps_window .button_on_center {
	padding:10px 0px 5px;
	text-align:center;
}

/**/
.fps_window .error, .fps_window .success, .fps_window .notice{
	margin-bottom: 16px;
	padding: 15px 15px 15px 45px;
	background: #fff url(../frame/message_error.gif) no-repeat;
	background-position: 5px 5px;
	border: solid 2px #ba0102;
	font-weight: bold;
	color: #ba0102;
}
.fps_window .success{
	background: #fff url(../frame/message_success.gif) no-repeat;
	background-position: 5px 5px;
	border: solid 2px #111F5D;
	color: #111F5D;
}
.fps_window .notice{
	background: #fff url(../frame/message_notice.gif) no-repeat;
	background-position: 5px 5px;
	border: solid 2px #111F5D;
	color: #111F5D;
}

.fps_tooltip {
	display: none;
	position: absolute;
	width: 200px;
	border: 2px solid #fff;
	background: #294AA5;
	padding: 10px;
	z-index: 2000;
	color: #fff;
	font-size: 12px;
}

