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

*{
  margin:0;
  padding:0;
}

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

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

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

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

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

.nav{
     width:950px;
}

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

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

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

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

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

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

a.services{
           background:url(../images/nav.jpg) no-repeat -247px 0px;
		   height:49px;
		   width:124px;
}

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

a.contactus{
           background:url(../images/nav.jpg) no-repeat -370px 0px;
		   height:49px;
		   width:123px;
}

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

#nav_left, #nav_right{
                      width:228px;
					  height:49px;
}

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

/*------------------------- body repeat --------------------------*/

#wholebody{
          background:url(../images/body_repeat.jpg) repeat-y;
		  width:950px;
		  height:auto;
}

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

#whole-footer{
			  width:950px;
			  padding-top:20px;
}

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

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

.footer_pipe{
             color:#666666;
}

