@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*/
	

 		/*Icons*/
table img{
		  width: 150px;
          height: auto;
          }
table{
	  border-collapse: separate;     
      }    

th, td{
      padding: 40px 40px 10px 40px;
	  }
  
.center {
        margin-left: auto;
        margin-right: auto;
        }
        
td{
   text-align: center;
  font: bold 35px/35px RawengulkSans-094;
  color: white;
   }

td:hover{
		background-color: #79C476;
		opacity: 70%;
		border-radius: 15px 15px 15px 15px;
		}

#kerning{
		font-kerning: auto;
		}			
		        
      /*End Icons*/
      
 	/*END 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*/
          