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

*{
  padding:0;
  margin:0;
}

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

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

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

/*-------------------- logo and info -----------------------*/

#top{
     background:url(../images/logo_info.jpg) no-repeat;
	 width:950px;
	 height:238px;
	 font:15px "Arial", Helvetica, sans-serif;
	 color:#FFFFFF;
}

#address{
         float:right;
		 padding-right:5px;
		 padding-top:80px;
}

#phone{
       float:right;
	   padding-right:100px;
	   padding-top:14px;
}

#fax{
       float:right;
	   padding-right:100px;
	   padding-top:20px;
}

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

.nav{
     width:950px;
}

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

.nav a { 
        height:100%;
		width:100%;
		display:block;
}

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

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

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

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

a.services{
           background:url(../images/nav.jpg) no-repeat -383px 0px;
		   height:41px;
		   width:192px;
}

a.services:hover, a.services-active{
                                    background:url(../images/nav.jpg) no-repeat -383px -41px;
								    height:41px;
		                            width:192px;
									}

a.gallery{
           background:url(../images/nav.jpg) no-repeat -575px 0px;
		   height:41px;
		   width:191px;
}

a.gallery:hover, a.gallery-active{
                                    background:url(../images/nav.jpg) no-repeat -575px -41px;
								    height:41px;
		                            width:191px;
									}

a.contactus{
           background:url(../images/nav.jpg) no-repeat -766px 0px;
		   height:41px;
		   width:184px;
}

a.contactus:hover, a.contactus-active{
                                     background:url(../images/nav.jpg) no-repeat -766px -41px;
								     height:41px;
		                             width:184px;
}

/*-------------------- end navigation ------------------------*/

#under_nav{
           background:url(../images/under_nav.jpg) no-repeat;
		   width:950px;
		   height:37px;
		   margin-top:-1px;
}

#mainflash{
           width:950px;
		   height:212px;
}

#under_flash{
             background:url(../images/under_flash.jpg) no-repeat;
			 width:950px;
			 height:61px;
}

#whole_body{
            width:950px;
}

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

#whole-footer{
              background:url(../images/botttomnav_background.jpg) repeat-x;
			  width:auto;
			  height:64px;
			  padding-top:50px;
}

#footer_top{
		   width:950px;
           font:11px Arial, Helvetica, sans-serif;
		   text-align:center;
		  
}

.footer a{
          color:#999999;
		  text-decoration:none;
		  
}
.footer a:hover{
          color:#666666;
		  
}
#footer_bottom{
               background:url(../images/back_footer_2.jpg)  no-repeat;
			   width:950px;
               font:11px Arial, Helvetica, sans-serif;
		       color:#999999;
			   text-align:center;
			   padding-top:10px;
		   
}

.footer_pipe{
             color:#666666;
}