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

*{
  padding: 0;
  margin: 0;
}
body {
      background:url(../images/background.jpg) repeat-x;
	  background-color:#124b66;
	  padding:0;
	  margin:0;
}
.clearfix{
	      width: 1px;
	      height: 1px;
	      display: block;
	      clear: both;
}
.container{
     width:990px;
     padding:0px;
     margin:0 auto;
}	
#logo{
      padding:0px;
	  margin:none;
}
a img {
       border:none;
       }
a, a:link, a:visited {
                     text-decoration: none;
                      }	   


/* navigation----*/
.nav{
     height:43px;
}

.nav li{
        list-style: none;
}
.nav a { 
        height:100%;
		width:100%;
		display:block;
}

.home{
      background:url(../images/home.jpg) no-repeat;
	  padding:0;
	  margin:0;
	  float:left;
	  width:175px;
	  height:43px;
}
.home:hover{
            background:url(../images/home_over.jpg) no-repeat;
}
	   
.services{
       background:url(../images/services.jpg) no-repeat;
	   padding:0;
	   margin:0;
	   width:175px;
	   height:43px;
	   float:left;
}
.services:hover{
                background:url(../images/services_over.jpg) no-repeat;
}
.logo_bottom{
             background:url(../images/logo_bottom.jpg) no-repeat;
			 width:291px;
			 height:43px;
			 float:left;
			 padding:0px;
			 margin:0;
}
.gallery{
         background:url(../images/gallery.jpg) no-repeat;
		 width:174px;
		 height:43px;
		 float:left;
		 padding:0;
		 margin:0;
}
.gallery:hover{
                background:url(../images/gallery_over.jpg) no-repeat;
}

.contactus{
           background:url(../images/contactus.jpg) no-repeat;
		   width:175px;
		   height:43px;
		   float:left;
		   padding:0;
		   margin:0;
}
.contactus:hover{
                 background:url(../images/contactus_over.jpg) no-repeat;
}

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

/*---body-------------*/
.container2{
            padding-top:19px;
}
.whole_body{
            background:url(../images/body_background.jpg) repeat-y;
			width:990px;
			height:auto;
			padding:0;
			margin:0;
}


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

#footer_top{
            background:url(../images/back_footer_1.jpg) no-repeat;
		   width:600px;
		   height:20px;
           font:11px Arial;
		   padding-top:20px;
		   padding-left:390px;
		  
}


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

.footer a{
          color:#FFFFFF;
		  
}
.footer a:hover{
          color:#cccccc;
		  
}
#footer_bottom{
               background:url(../images/back_footer_2.jpg)  no-repeat;
			   width:660px;
			   height:49px;
               font:11px Arial;
		       color:#FFFFFF;
			   padding-left:330px;
		   
}


#credit a {
color:#FFFFFF;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin-left:67px;
text-decoration:none;
}

#credit a:hover {
color:#66CC66;
}

#credit {
margin-top:5px;
width:245px;
text-align:center;
}


















	   