/* CSS Document */


html, body {
	padding: 0;
	margin: 0;
	background-image:url(../images/bg_background.jpg);
	background-repeat: no-repeat;
    }


#frame {
	width:801px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
}

#title {
   background-color:#F2F2F2;
   padding-left:5px;
   padding-top:2px;
   height:18px;
	}
	
	#title2 {
   background-color:#F2F2F2;
   padding-left:5px;
   padding-top:2px;
   height:18px;
	}
	
	#title3 {
   background-color:#F2F2F2;
   padding-left:5px;
   padding-top:2px;
   height:18px;
	}
	
#thanks {
    width:504px;
	height:452px;
	background-image:url(../images/contact_thanks_image.jpg);
	}	
			
		
#header {
	height:109px;
	width:71px;
	padding-left:730px;
	float:left;
	background-repeat: no-repeat;
	background-image:url(../images/bg_header.jpg);
	}
	
	#animation_ov {
	height:406px;
	width:739px;
	background-image:url(../images/animation_ov.jpg)
	}
	

#topnav {
	width:801px;
	height:27px;
	padding:0px;
    float: left;
	background-repeat: no-repeat;
	background-image:url(../images/bg_topnav.jpg);
	}
	
	#lingo {
	height: 20px;
	width: 801px;
	}
	
	
#banner {
	width:779px;
    padding-left:22px;
	padding-top:5px;
	float: left;

	background-image:url(../images/bg_banner.jpg)
	}
	


#contentleft {
	width:520px;
	height:115px;
	padding:0px;
	float:left;
	background-image:url(../images/bg_contentleft.jpg);
	background-repeat: no-repeat;
	padding-left:30px;
	padding-top:10px;
	padding-right:10px;
	}
	
#contentleft_bottom {
	width:520px;
	padding:0px;
	float:left;
	background-image:url(../images/bg_contentleft_bottom.jpg);
	background-repeat: no-repeat;
	padding-left:30px;
	padding-top:10px;
	padding-right:10px;
	}

 #contentright {
	width:241px;
	height:450px;
	padding:0px;
	float:right;
	background-image:url(../images/bg_contentright.jpg);
	background-repeat: no-repeat;
		}
		
#footer {
	height: 20px;
	width: 451px;
	background-image:url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	float: left;
	padding-left:350px;
	padding-top:42px;
	}
	
	#link {
	height: 15px;
	width: 120px;
	float: left;
	}

#newscontent {
	width:520px;
	padding:0px;
	float:left;
	background-image:url(../images/bg_news_content.jpg);
	background-repeat: no-repeat;
	padding-left:30px;
	padding-top:20px;
	padding-right:10px;
	}
	
	#thankscontent {
	width:520px;
	padding:0px;
	float:left;
	background-image:url(../images/bg_news_content.jpg);
	background-repeat: no-repeat;
	padding-left:15px;
	padding-top:35px;
	padding-right:10px;
	}
	
#portfoliocontent {
	width:741px;
	padding:0px;
	float:left;
	background-image:url(../images/bg_porfolio.jpg);
	background-repeat: no-repeat;
	padding-left:30px;
	padding-top:20px;
	padding-right:30px;
	}
	
	#japconent {
	width:748px;
	padding:0px;
	float:left;
	background-image:url(../images/bg_porfolio.jpg);
	background-repeat: no-repeat;
	padding-top:20px;
	padding-left:53px
	}
	
	#animation_box {
	width:654px;
	padding:0px;
	float:left;
	background-image:url(../images/bg_porfolio.jpg);
	background-repeat: no-repeat;
	padding-top:20px;
	padding-left:143px
	}
	
	
#newsright {
	width:241px;
	height:577px;
	padding:0px;
	float:right;
	background-image:url(../images/bg_news_right.jpg);
	background-repeat: no-repeat;
	padding-left:0px;
	padding-top:0px;
	padding-right:0px;
	}
/*............................................................................................................*/
	


img {
border: none;
}

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

    #tabs6 {
      float:left;
      width:100%;
	  background-image:url(../images/bg_topnav.jpg);
	  background-repeat:no-repeat;
      font-size:93%;
      line-height:normal;
	  
      }
    #tabs6 ul {
          margin:0;
          padding:0px 10px 0px 13px;
          list-style:none;
      }
    #tabs6 li {
      display:inline;
      margin:0;
      padding:0;
	 
      }
	  
    #tabs6 a {
      float:left; 
	  margin:0;
      padding:0 0 0 1px;
	  }
    #tabs6 a span {
      float:left;
      display:block;
    
      padding:5px 15px 5px 15px;
      color:#FFF;
      }
   
    #tabs6 a span {
	float:none;}
  
    #tabs6 a:hover span {
      color:#FFF;
      }
    #tabs6 a:hover {
      background-position:0% -42px;
      }
    #tabs6 a:hover span {
    background-position:100% -42px;
	text-decoration:none;
	background: url(../images/underline.gif) repeat-x 100% 100%;

      }

     #tabs6 #current a {
     background-position:0% -42px;
	 text-decoration:none;
	 background: url(../images/underline.gif) repeat-x 100% 100%;
      }
	  
     #tabs6 #current a span {
	 background-position:100% -42px;
	 text-decoration:none;


	
      }
