@charset "utf-8";
/* CSS Document */
/*phil updated START-->*/
	.hiddenload{
		display: none;
	}
	/*phil updated END-->*/
   /* Phil preloader css*/ #preload {  
        position: relative;  
        background-color: #e0b497;
		 top: 200px;  
        left: 0px;  
        width: 400px;  
        height: 25px;  
        border: 1px solid #000;  
        padding: 0;  
		margin:auto;
		z-index:9999999;
		
    }  
	@media only screen and (max-height:100%) { #preload {  top: 300px;   }  }
		@media only screen and (max-height:800px) { #preload {  top: 160px;   }  }
		@media only screen and (max-height:500px) { #preload {  top: 100px;   }  }
		@media only screen and (max-height:400px) { #preload {  top: 80px;   }  }
	
@media only screen and (max-width:600px) {
 
   #preload {  
        width: 300px;  
    
    }  
}
@media only screen and (max-width:300px) {
 
   #preload {  
        width: 200px;  
        
    }  
}

	 #preload .preloadtext
	{
		font-size:10px;
		font-family:Verdana, Geneva, sans-serif;
		top: 1px;  
      	padding:0;
		padding-left:10px;
		padding-bottom:5px;
		padding-top:5px;
		width: 300px;
		display: block;
		margin:0;  
	} #preloadFill {  
        position: absolute;  
        background-color: #d88456;  
        height: 25px; 
		padding-top:0px; 
        width: 0;  
    }  <br>
 /*End Phil preloader css*/