/* CSS Document
@charset "utf-8"; */
body {
	margin:0px;
	color:#000;
	background-color:#eeebe2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
table, img, a {
	border:0px;
}
a{color:#336699;text-decoration:underline;}
a:visited {color:#666; text-decoration:underline;}
a:hover{text-decoration:none;}
#box {
	width:1003px;
	height:768px;
	left:50%;
	margin-left:-501px;
	position:absolute;
	background:url(../images/bg_01.gif) no-repeat;
}
#homebox {
	width:1003px;
	height:768px;
	left:50%;
	margin-left:-501px;
	position:absolute;
	background:url(../images/home_bg.gif) no-repeat;
}
#servicebox {
	width:1003px;
	height:768px;
	left:50%;
	margin-left:-501px;
	position:absolute;
	background:url(../images/bg_02.gif) no-repeat;
}
#loginbox {
	width:1003px;
	height:768px;
	left:50%;
	margin-left:-501px;
	position:absolute;
	background:url(../images/login_bg.jpg) no-repeat;
}
#wapper {
	display:block;
	margin:4px 30px 0px 30px;
	min-height:730px!important;
	min-height:735px;
	height:auto!important;
	height:735px;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.clear {
	clear:both;
}
#header {
	height:90px;
}
#logo {
	float:left;
	height:50px;
	width:150px;
	margin:46px 0px 0px 60px;
}
#globalTopNav{margin-top:10px;}
#globalTopNav, #globalTopNav a, #globalTopNav a:visited {
	color:#a6a49e;
	background:inherit;
	text-decoration:none;
	text-align:right;
	
}
#globalTopNav a{margin:10px 10px 0px 10px;}
#globalTopNav a:hover {
	color:#000;
	background:inherit;
	text-decoration:underline;
}

#globalTopNav .altbg1,#globalTopNav .altbg1 a{color:#a6a49e;background:inherit;text-decoration:none;}
#globalTopNav .altbg2,#globalTopNav .altbg2 a{color:#ffffff;background:#bebcb5;text-decoration:none;}
#searchBox {
	background:#bebcb5;
	color:#000;
	width:222px;
	height:33px;
	float:right;
}
#copyrights {
	clear:both;
	margin:0px 30px;
	padding-left:30px;
}
*+html .menu { /* IE 7 hack */
	margin-top:14px!important;
}
.menu {
	margin-top:8px;
	padding:0px;
	height:43px;
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
.menu ul li {
	float:right;
	position:relative;
	padding:0px 0px 0px 40px;
	font-weight:bold;
}
.menu ul li a, .menu ul li a:visited, .menu ul li a:hover {
text-decoration:none;
color:#000;
}
.submenu {
	display:none;
	position:absolute;
	right:30px;
	top:120px;
	width:auto;
	height:24px;
	z-index:2;
}
.submenubar {
	background:#e87816;
	height:13px!important;
	height:20px;
	padding:7px 3px;
	color:white;
	
}
.submenubar div {
	float:left;
	text-align:center;
}
.submenubar a, .submenu a:visited {
	color:#fff;
	background:#e87816;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
}
.submenubar a:hover {
	color:#fff;
	background:#e87816;
	font-size:10px;
	font-weight:bold;
	text-decoration:underline;
}
.serversubmenu {
	display:none;
	position:absolute;
	right:30px;
	top:120px;
	width:465px;
	height:24px;
	z-index:2;
}