/* CSS Document */

body {
color:#ffffff;
font-face:Arial;
font-size:12px;
}
table {
margin:0px;
padding:0px;
}
TD {
color:#ffffff;
font-family: arial, helvetica, sans-serif;
font-size:13;
line-height:20px;
line-width:20px;
}
#bgmain {
background: url(images/bg.jpg) no-repeat;
height:390px;
width:100%;
}
#bgtop {
background: url(images/top_bg_short.jpg);
height:94px;
width:100%;
}
#logo_place{
height:100px;
background:000000;
}
#bgbtm {
background: url(images/btm_bg.jpg);
height:150px;
width:100%;
}
#bfbtm {
height:100px;
background:000000;
}
#menu {
padding-top:45px;
float:center;
text-align:left;
width:620px;
}
ul
{
display: table;
margin: 0;
padding: 0;
list-style: none;
}
li
{
margin: 0;
padding: 0;
display: table;
list-style: none;
line-height: 15px;
background-image: url(images/fade_line.png);
background-position:0 0;
background-repeat: no-repeat;
vertical-align: middle;
height:25px;
width:90px;
}

ul li
{
display: table;
list-style: none;
	padding-top: 0px;
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
/*	border-right: 1px solid #cccccc; */
    height:25px;
}

ul li a
{
	display: block;
	width:90px;
	padding:0px;
	margin-right:3px;
}

	ul li a:hover
{
	background:#A90C11;
}
ul #activemenu a
{
	background:#A90C11;
	display: block;
	width:90px;
	padding:0px;
	margin-left:0px;
}
ul #activemenu a:hover
{
	background:#000000;
	display: block;
	width:90px;
	padding:0px;
	margin-left:0px;
}

a {
color:#E3000A;text-decoration: none;
}

.fcls {
font-size:12px;
line-height:15px;
font-family:Arial;
}

