@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*/
	 
 	
span{
	font:bold 35px/35px RawengulkSans-094;
	color: #79C476;
	}
	
span:hover{color: rgb(186, 138, 190)}	
		
span2{
	font:bold 20px/20px RawengulkSans-094;
	color: black;
	}	

span2:hover{color: rgb(186, 138, 190)}

span3{
	font:70px/60px RawengulkSans-094;
	color: black;
	}	
	
span4{
	color: black;
	}		

span4:hover{
	color: black;
	}				

	
 		/*END MIDDLE*/

#gallery img{
 		width:40px;
 		height: auto;
 		margin-left: 0px;
 		margin-top: 20px;
 		}  	

#list{
	  width: auto;
 	  height: auto;
 	  margin: 30px;
  	  margin-top: -30px;
	  }
a{
  text-decoration: none;
  }      
    
   
		/*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*/  
   









