/* CSS Document */
body {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif ;
	font-size:11px;
	background-color:#333;
	}

h1 { 
	font-size:20px;
	}

/* Captcha style */
#signature {
	background-color:#FF9900;
	height:20px;
	text-align:center;
	color:#000;
	font:italic normal bold 16px arial;
	border:1px solid #7F9DB9;
	width:145px;
	}


#outer { 
	/* center content and define default font*/
	text-align:center;
	margin:0px;
	padding:0px;
}

#inner {
	text-align:left;
	margin:auto;
	width:815px;
	background-image:url(../image/content_border.jpg);
}

#header {
	width:815px;
	height:80px;
	background-image:url(../image/header.jpg);
	}

#headerLogo {
	width:300px;
	height:70px;
	padding-top:10px;
	float:left;
	}

#headerLogin {
	width:370px;
	height:50px;
	float:right;
	text-align:right;
	padding:30px 35px 0px 0px;
	color:#666;
	}
	
#headerLogin input {
	width:40px;
	font-size:11px;
	}
	
#headerLogin input.submit {
	width:25px;
	font-size:11px;
	}

#banner {
	width:800px;
	height:216px;
	background:#f90;
	color:inherit;
	}

#content {
	width:760px;
	margin: 0px 20px 0px 20px;	
	}
	
#footer {
	width:715px;
	height:73px;
	background-image:url(../image/footer.jpg);
	padding:4px 60px 0px 40px;
	color:#666;
	}

#footer a {
	color:#666;
	background:#ccc;
	text-decoration:none;
	}

/* main menu list layout */
#mainmenu {
	font-weight:bold;
	background-image:url(../image/menu_blank.jpg);
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:800px;
	height:36px;
	}

#mainmenu ul {
	list-style:none;
	margin:0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	}

#mainmenu li {
	padding:0px 0px 0px 0px;
	background-image:url(../image/btn_li_bg.gif);
	float:left;
	width:90px;
	height:25px;
	}

/* main menu button states */
li.over a {
	display:block;
	padding:4px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	display:block;
	text-align:center;
	text-decoration:none;
	color:#000;
	background-color:inherit;
	width:90px;
	height:21px;
	}

li.over a:hover   {
	margin:0px 0px 0px 0px;
	padding:4px 0px 0px 0px;
	background-image:url(../image/btn_li_hover.gif);
	}

li.down a   {
	display:block;
	padding:4px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	display:block;
	text-align:center;
	text-decoration:none;
	color:#000;
	background-color:inherit;
	background-image:url(../image/btn_li_active.gif);
	width:90px;
	height:21px;
	}

li.down a:hover   {
	margin:0px 0px 0px 0px;
	padding:4px 0px 0px 0px;
	background-image:url(../image/btn_li_hover.gif);
	}
	
	
#company-info input {
	width:640px;
}	