@charset "utf-8";
/* CSS Document */

body {
   	text-align: center;
	margin:0;
	padding:0
}

#wrapper{
	width: 780px;
	margin-left: auto;
    margin-right: auto;
	text-align:left;
}

#mainBg {
    background-image:url(../images/global/main_bg.gif);
	background-repeat:repeat-y;
	width: 780px;
	margin-left: auto;
    margin-right: auto;
	text-align:left;
}

#newsHold {
	padding: 0 0 0 9px;
	float:left;
	width:212px;
	
}

#news {
    background-image:url(../images/home/news_box.gif);
	background-repeat:no-repeat;
	width:212px;
	height: 290px;
}

#newsText {
	padding: 50px 17px 0 18px;
}

.itemtitle {
   padding: 0 0 4px 0;
}

#files {
    width:212px;
	height:148px;
}

#mainHold {
	float:right;
	width: 550px;
	padding: 0 8px 0 0;
}

/* header start */
#flashcontent {
    width: 780px;
	height: 75px;
}

#menu {
   background-image:url(../images/menu/menu.gif);
   background-repeat:no-repeat;
   width:780px;
   height:55px;
   margin-top: 0px;
}

#menuWrap {
   padding: 22px 0 0 13px;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-weight: bold;
}

#nav li a {
	display: block;
	padding: 0 15px 0 18px;
	color:#fff;

}

#nav a:hover {
	display: block;
	padding: 0 15px 0 18px;
	color:#9bc9ff;
}


#nav2 a {
	display: block;
	width: 12em;
	padding: 0 15px 0 18px;
}

#nav li {
	float: left;
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
	color:#ccc;

}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#sub li a{
border: 1px solid #ffffff;
background: #0c0c5c;
color:#ffffff;
padding:4px;
width:15em;
}

#sub li a:hover{
border: 1px solid #ccc;
background: #9bc9ff;
color: #0c0c5c;
padding: 4px;
width:15em;
}

/* header send */


#baser {
   background-image:url(../images/global/main_base.gif);
   background-repeat: no-repeat;
   width: 780px;
   height: 25px;
}
   
/* footer start */
#footer {
   background-image: url(../images/global/footer.gif);
   background-repeat:no-repeat;
   width: 780px;
   height: 83px;
}

#img1 {
   float:right;
   background-position: right;
   background-image: url(../images/home/tubes.jpg);
   background-repeat:no-repeat;
   width: 169px;
   height: 225px;
   padding: 0 5px 0 6px;
}