@font-face {
    font-family: 'RawengulkSans-094';
    src: url('../font/RawengulkSans-094.otf');
    src: url('../font/RawengulkSans-094.ttf') format('truetype'),
    font-weight: normal;
    font-style: normal;
	}
	
          /*BODY*/
body{margin: 
	0px;
	width: 100%;}
	
          /*LOGO*/
				
#logo img{
         height:150px;
		 margin: auto;
		 margin-bottom: 10px;
  		 display: block;
		  }		
		  		  		
		/*END OF LOGO*/
		
		/*DROPMENU*/

#menubar{	
 	width: 100%;
 	height: 50px;
	margin: auto;  
	background-color: black;
	position: absolute;
	}
	
#menu{
	width: 100%;
	padding: 10px 0px 0px 0px;
	margin-top: -47px;  
	position: relative;
	display: inline-block;
	-moz-border-radius: 0px;
	border-radius: 0px;
	list-style: none;
	}
  
#menu li{
	margin-left: 10px;
	padding: 0px 0px 0px 0px;
	position: relative;
	text-align: center;
	display: inline-block;
	padding: 50px;
	}

#menu a{
	height: 25px;
	padding: 0 10px;
	color: white;
	text-transform: uppercase;
	font: bold 12px/25px RawengulkSans-094;
	text-decoration: none;
	}

#menu li:hover > a{
	color: #79C476;
	}

*html #menu li a:hover{ /* IE6 */
	color: #79C476;
	}

#menu li:hover > ul{
	display: block;
	}

/* Sub-menu */

#menu ul{
 	width: 100%;
    list-style: none;
    margin: 0;
    padding: 10px;    
    display: none;
    position: absolute;
    z-index: 99999;    
    background: rgba(0, 0, 0, 0.8);
	}

#menu ul li{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
	}

#menu ul li:last-child{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
	}

#menu ul a{    
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
	}


#menu ul a:hover{
        background: 0;
	}

#menu ul li:first-child a{
    -moz-border-radius: 0px 0px 0 0;
    -webkit-border-radius: 0px 0px 0 0;
    border-radius: 0px 0px 0 0;
	}

#menu ul li:first-child a:after{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 0px solid ;
	}

#menu ul li:first-child a:hover:after{
    border-bottom-color: 0; 
	}

#menu ul li:last-child a{
    -moz-border-radius: 0px 0px 0 0;
    -webkit-border-radius: 0px 0px 0 0;
    border-radius: 0px 0px 0 0;
	}

/* Clear floated elements */

#menu:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}


		/*END DROPMENU*/		
					
			
		/*MIDDLE*/		

#thumbnails img{
 		width: 200px;
 		height: auto;
 		margin-top: 20px;
 		position: middle;
 		}
 		
#gallery img{
 		width: 200px;
 		height: auto;
 		margin-left: 0px;
 		margin-top: -10px;
 		position: middle;
 		}  	
   		        
#index{
	  padding: 10px 10px 10px 10px;
	  margin-bottom: -5px;
	  margin-top: 10px;	 
	  margin-left: 20px; 
	  width: 80%;
	  text-align: center;
      }
  

td{
   font: 15px RawengulkSans-094;
   padding: 0px;
   } 
        
th{
  font:bold 25px RawengulkSans-094;
  }    
  
.sp{margin-top: 10px;}     	

#sp2{margin-top: 10px;
	color: black;
	}  
	
table{width: 200px;}
      
			
#index3{font:bold 15px RawengulkSans-094;
	  color: #79C476;
	  padding: 10px 10px 10px 10px;
      }	
      
.test1{font: 20px RawengulkSans-094;
	   color: #79C476;
	  }
       
.test2{font: 15px RawengulkSans-094;
	   color: black;}
       
span{font: 15px RawengulkSans-094;
 	color: black;}


a span:hover{color: rgb(186, 138, 190);}						
			
		/*END OF MIDDLE*/     

   
		/*FOOTER*/
			
#footer{
		background: black;
	    width: auto;
	    height: auto;
	    padding: 30px 50px 90px 0px;
		}         

#sitemap{
	width: 100%;
	padding: 10px;  
	list-style-type: none;
	-moz-border-radius: 0px;
	border-radius: 0px;
	}
  
#sitemap li{
	float: middle;
	margin-left: 50px;
	font: bold 15px/35px RawengulkSans-094;
	color: white;
	text-align: center;
	position: relative;
	display: inline;
	}

#sitemap li:hover > a{
	color: #79C476;
	}

*html #sitemap li a:hover{ /* IE6 */
	color: #79C476;
	}

a:link{text-decoration: none; color: white;}	
a:visited { text-decoration: none; color:white; }	
 
          /*LOGO.Footer*/
				
#logo2 img{
         height: 50px;
		 margin-top: -30px;
  		 display: block;
		  }	
		  		  		
		/*END OF LOGO.Footer*/
		
		/*Copyright*/
		
#copyright{
 		  font: bold 15px/35px RawengulkSans-094;
	      color: white;
	      margin-top: 30px;
	      margin-left: 70px;
	      line-height: normal;
	      }		

	 	
	 	/*End Copyright*/
	
			/*END FOOTER*/
			
			
			
			
			

		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
			
			
			
			
			
			

