@charset "utf-8";
/* CSS Document */

html{
   height:100%;
}
body {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color:#FFFFFF;
   font-size:13px;
   margin:0px;
   background: url(../img/mainbg.jpg) top repeat-x #000000;
   min-height:100%;
}
a {
   -moz-outline:none;
   color:#FFFFFF;
}
ul {
	margin:0;
	padding:0;
	list-style:none;
}
form { display:inline;}
h1 { display:inline; font-size:22px; font-weight:normal;}
h2 { display:inline; font-size:14px; font-weight:normal;}

#container {
	min-height:100%;
	position:absolute;
	width:100%;
}

/* header */
#header {
background:url(../img/headbg.png) top center no-repeat;
width:900px;
min-height:210px;
margin:auto;
   margin-top:5px;
}
#top {
width:740px;
margin:auto;
font-size:11px;
color:#999999;
}
#top li {
width:370px;
float:left;
}
#logo {
height:118px;
padding-top:36px;
}
#topmenu {
width:680px;
height:36px;
margin:auto;
font-size:14px;
color:#FFFFFF;
}
#topmenu a {
display:block;
width:136px;
height:30px;
padding-top:6px;
background:url(../img/menubg-blck.png) top no-repeat;
text-decoration:none;
float:left;
}
#topmenu a:hover {
background:url(../img/menubg-red.png) top no-repeat;
}

/* content */
.textblock {
background:url(../img/textbg.png) bottom center no-repeat;
width:788px;
min-height:101px;
padding:20px 10px;
margin:auto;
text-align:justify;
}
#flashcontent {
width:880px;
height:280px;
padding-bottom:60px;
margin:auto;
}
#contact {
width:880px;
padding-bottom:100px;
margin:auto;
font-size:14px;
}
#contact .fld1 {
background:url(../img/fld_bg.jpg) top repeat-x #CCCCCC;
border:1px solid #FFFFFF;
padding:2px;
}

/* footer */
#foot {
background: url(../img/footbg.png) top no-repeat;
height:100px;
position:inherit;
*position:absolute;
top:100%;
left:50%;
margin-left:-400px;
margin-top:-100px;
color:#999999;
}
#foot a {
color:#999999;
text-decoration:none;
}
#groupmenu {
width:800px;
height:45px;
margin:auto;
margin-top:5px;
}
#groupmenu li {
text-align:center;
display:block;
width:200px;
float:left;
}

/* overall */
.WIDTH { width:880px; margin:auto;}
.w100p { width:100%;}
.w150 { width:150px;}
.w250 { width:250px;}

.h25 { height:25px;}

.tal { text-align:left;}
.tar { text-align:right;}
.tac { text-align:center;}
.taj { text-align:justify;}

.FS10 { font-size:10px;}
.FWB { font-weight:bold;}

.pt2 { padding-top:2px;}
.pt5 { padding-top:5px;}
.pt8 { padding-top:8px;}
.pt10 { padding-top:10px;}
.pt20 { padding-top:20px;}
.pl2 { padding-left:2px;}
.pl20 { padding-left:20px;}
.pad10 { padding:10px;}
.pad20 { padding:20px;}

.CB { clear:both;}
.FL { float:left;}
.FR { float:right;}
