﻿
html
{
	 
	min-height: 100%;
}


body 
{

	
	margin-bottom: 0; 
}

.footer 
{
	position: relative; 
	bottom: 0;
	width: 100%;
	
	
}

#footer table.openingTimes
{
	width: 80%;
	font-size: 0.8em;
	margin: 0 auto;
}    
#footer .information
{
	margin: 0 auto;
}
#footer .information a
{
	text-decoration: none;
    color:white;
    font-family: Century Gothic, sans-serif;
}
#footer h4
{
	color: #E52429;
}
#footer .smallScreenHR 
	{
		width: 95%;
	}
#footer
{
	text-align:center;
	color:white;
	background-color:black;
    
	box-shadow: inset 25px 0px 35px -35px  black,
				inset -25px 0px 35px -35px black;
	-moz-box-shadow: inset 25px 0px 35px -35px  black, 
						inset -25px 0px 35px -35px black;
	-webkit-box-shadow: inset 25px 0px 35px -35px  black, 
						inset -25px 0px 35px -35px black;

	
    
	 
	
	
	
	
	
	
	 
    
}


@media (min-width:768px) 
{
	#footer .smallScreenHR 
	{
		display: none;
	}
}
