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

*{
  padding:0;
  margin:0;
}

body{
	 background: url(../images/background.jpg) top center no-repeat;
	 background-color:#000000;
}

#wrapper{
         margin:0 auto;
		 width:950px;
}

.clearfix{
	      width: 1px;
	      height: 1px;
	      display: block;
	      clear: both;
}

img{
    border:none;
}

/*---------------- top -------------------*/

#top{
     width:960px;
	 height:156px;
}

#logo{
      width:222px;
	  height:156px;
	  float:left;
}

#banner{
        width:728px;
		height:90px;
		float:left;
		padding-top:32px;
}

/*--------------- Navigation ------------------*/

.nav{
     padding:0;
}

.nav li{
        list-style: none;
		height:44px;
		float:left;
		display:block;
}

.nav a { 
        height:100%;
		width:100%;
		display:block;
		text-decoration:none;
}

a.home{
         background:url(../images/nav.jpg) no-repeat 0px 0px;
		 height:44px;
		 width:190px;
}

a.home:hover, a.home-active{
                            background:url(../images/nav.jpg) no-repeat 0px -44px;
						    height:44px;
		                    width:190px;
}

a.aboutus{
         background:url(../images/nav.jpg) no-repeat -190px 0px;
		 height:44px;
		 width:190px;
}

a.aboutus:hover, a.aboutus-active{
                            background:url(../images/nav.jpg) no-repeat -190px -44px;
						    height:44px;
		                    width:190px;
}

a.blog{
         background:url(../images/nav.jpg) no-repeat -380px 0px;
		 height:44px;
		 width:190px;
}

a.blog:hover, a.blog-active{
                            background:url(../images/nav.jpg) no-repeat -380px -44px;
						    height:44px;
		                    width:190px;
}

a.video{
         background:url(../images/nav.jpg) no-repeat -570px 0px;
		 height:44px;
		 width:190px;
}

a.video:hover, a.video-active{
                            background:url(../images/nav.jpg) no-repeat -570px -44px;
						    height:44px;
		                    width:190px;
}

a.message{
         background:url(../images/nav.jpg) no-repeat -760px 0px;
		 height:44px;
		 width:190px;
}

a.message:hover, a.message-active{
                            background:url(../images/nav.jpg) no-repeat -760px -44px;
						    height:44px;
		                    width:190px;
}

/*---------------- main flash ---------------------*/

#flash{
       width:950px;
	   height:251px;
	   display:block;
}

/*--------- footer -------------*/

#whole-footer{
              background:url(../images/footer.jpg) no-repeat;
			  width:950px;
			  height:50px;
			  padding-top:10px;
}

body#video5 #whole-footer{
                         margin-top:80px;
}

#footer_top{
            background:url(../images/back_footer_1.jpg) no-repeat;
		    width:950px;
		    height:20px;
           font:11px Arial;
		   text-align:center;
		  
}


.footer li{
           font:11px Arial;
           list-style: none;
		   float:left;
		   
}

.footer a{
          color:#999999;
		  text-decoration:none;
		  
}
.footer a:hover{
          color:#cccccc;
		  
}
#footer_bottom{
               background:url(../images/back_footer_2.jpg)  no-repeat;
			   width:950px;
			   height:49px;
               font:11px Arial;
		       color:#999999;
			   text-align:center;
		   
}

.footer_pipe{
             color:#999999;
