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

*{
  padding:0;
  margin:0;
}

body{
    background:url(../images/background.jpg) repeat-x;
    background-color:#ffffff;
	height:182px;
	width:auto;
}

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

.wrapper_shadow{
                margin:0 auto;
				width:962px;
}

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

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

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

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

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

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

#body_shadow{
             background:url(../images/body_shadowrepeat.jpg) repeat-y;
			 width:962px;
			 height:auto;
}

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

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

.nav{
     width:950px;
}

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

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

.bw1{
    background:url(../images/nav.jpg) no-repeat 0px 0px;
	width:40px;
	height:42px;
}

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

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

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

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

a.services{
           background:url(../images/nav.jpg) no-repeat -271px 0px;
		   height:42px;
		   width:116px;
}

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

a.contactus{
           background:url(../images/nav.jpg) no-repeat -387px 0px;
		   height:42px;
		   width:114px;
}

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

.bw2{
    background:url(../images/nav.jpg) no-repeat -501px 0px;
	width:449px;
	height:42px;
}

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

#body_left{
           width:712px;
		   float:left;
}

#body_right{
           width:238px;
		   float:right;
}

#body_bottom{
             background:url(../images/body_bottom.jpg) no-repeat;
			 width:962px;
			 height:29px;
			 margin-top:-1px;
}

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


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

#footer_top{
		    width:950px;
		    height:20px;
		    text-align:center;
}


.footer{
           font:11px Arial;
		   
}

p.footer_pipe{
              font:11px Arial;
}

.footer a{
          color:#333333;
		  text-decoration:none;
		  text-align:center;
		  
}
.footer a:hover{
          color:#666666;
		  
}
#footer_bottom{
			   width:971px;
               font:11px Arial;
		       color:#333333;
			   text-align:center;
		   
}

.footer_pipe{
             color:#333333;
}

#credit{
        width:950px;
		padding-top:20px;
		text-align:center;
}

#credit a{
          font:11px Arial, Helvetica, sans-serif;
		  color:#333333;
		  text-decoration:none;
		  text-align:center;
}

#credit a:hover{
		         color:#FFCC00;
}