/* layout */
#header{
	margin: 0px auto;
	width: 710px;
	height: 119px;
	position: relative;
}
#header h1{
	color: #fff;
	font-size: 14px;	
	position: absolute;
	top: 15px;
	left: 190px;
	font-family: Arial, helvetica, sans-serif;
}
#header #logo {
	position: absolute;
	top: 0px;
	left: 0px;	
	display: block;
	width: 176px;
	height: 119px;
	background: url(../frame/logo.gif) no-repeat;
}
#header #logo span{
	display: none;
}
#header .email{
	position: absolute;
	right: 0px;
	top: 85px;
}
#header .email a, #header .language a{
	color: #f7971d;
	text-decoration: none;
}
#header .email a:hover, #header .language a:hover{
	text-decoration: underline;
}
#header .language a.active{
	color: #fff;
}
#header .language{
	position: absolute;
	top: 10px;
	right: 0px;
	width: 200px;
	text-align: right;
}
#menu{
	background: #231f20 url(../frame/menubg.gif);
	height: 30px;
	width: 710px;
	margin: 0px auto 1px auto;
	text-transform: uppercase;
}
#menu ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-left: 2px;
}
#menu ul li{
	float: left;
	margin: 0px;
	height: 23px;
	padding: 7px 15px 0px 14px;
	background: url(../frame/menuline.gif) no-repeat;
	background-position: right 2px;	
}
#menu ul li a{
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
#menu ul li a:hover{
	color: #f7971d;
}
#menu ul li a.active{
	color: #f7971d;
}
#container{
	width: 710px;
	margin: 0px auto;
}
#containerout{
	xbackground: url(../frame/background_bottom.gif) repeat-x bottom left;
}
#content{
	background: #231F20;
}
#footer{
	color: #fff;
	text-align: center;	
}
#footer h3{
	font-size: 12px;
}
/* default */
body, form, input, h1, h2, h3, h4, p, ul, li, ol, blockquote, img {
	padding: 0;
	margin: 0;
	border: 0;
}
body{
	background: #000 url(../frame/background1.gif) repeat-x;
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align: center;
}
h1 {

}
h2{
	padding: 15px 12px 0px;
	margin: 0px;
	background: #231f20 url(../../frame/content_top.gif) repeat-x;
	text-align: left;
	font-size: 20px;
	width: 488px;
	font-weight: normal;
	color: #F7971D;
}
h3 {
	color: #fff;
	margin-top: 25px;
	font-size: 16px;
}
h4 {

}
p {
	margin: 10px 0px 10px;
}
ul {
	margin: 10px 20px;
}
ol {
	list-style-type: decimal;
}
a {

}
a:hover{

}
input, select, textarea {

}
hr {


}
.clear{
	clear: both;
	height: 0px;
	font-size: 0px;
}

/* messages */
.error, .success, .notice{
	margin-bottom: 16px;
	padding: 10px;
	font-weight: bold;
	color: #F7971D;
}
.success{
	color: #f7971d;
}
.notice{
	border: solid 1px #f7971d;
	border-left: solid 7px #f7971d;
	color: #fff;
}
/* window */
.fps_window{
	position: absolute;
	width: 500px;
	border: solid 3px #f7971d;
	text-align: left;
}
.fps_window .fps_windrag{
	margin: 0px;
	padding: 0px 60px 0px 10px;
	width: 430px;
	height: 25px;
	background: #231f20 url(../frame/pbg.gif) repeat-x;
	font-family: Trebuchet MS, Tahoma, Arial;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	cursor: move;
}
.fps_window .fps_windrag b{
	color: #fff;
}
.fps_windrag img {
	margin-right: 5px;
	vertical-align: middle;
}
.fps_window .fps_winclose{
	position: absolute;
	top: 5px;
	right: 10px;
	width: 16px;
	height: 16px;
	background: url(../frame/win_close.gif) no-repeat;
	cursor: pointer;
}
.fps_window .fps_winloading{
	display: none;
	position: absolute;
	top: 3px;
	right: 30px;
	width: 20px;
	height: 20px;
	background: url(../frame/loader.gif) no-repeat;
}
.fps_window .fps_wincontent{
	padding: 10px 20px;
	width: 460px;
	background: #231f20;
	font-size: 12px;
}
.fps_window .button_on_center {
	padding:10px 0px 5px;
	text-align:center;
}
.fps_window .button{
	width: 100px;
	background: #f7971d;
	border: 1px solid #f7971d;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
}
.fps_window .button:hover{
	background: #fff;
	border: 1px solid #f7971d;
	color: #f7971d;
}