@charset "utf-8";
/* CSS Document */

body
{
	padding:0 0 0 0;
	margin:0 0 0 0;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	font-size:13px;
	font-family:Century Gothic, Verdana, Arial, Helvetica, sans-serif;
}

.container
{
	width:900px;
	float:left;
	background-color:#FFFFFF;
}

.banner
{
	float:left;
	width: 900px;
	height:100px;
	background-color:#711371;
	background-image:url(images/banner.jpg);
}
.banner img{
	border:none;
}
.menu 
{
	width:900px; 
	height:33px; 
	font-family:arial, sans-serif;
	float:left;
	background-image:url(images/navbar.gif);
	position:relative;
	background-repeat:repeat-x;
}

/* hack to correct IE5.5 faulty box model */
* html .menu 
{
	width:901px; 
	w\idth:900px;
}
	
/* remove all the bullets, borders and padding from the default list styling */
.menu ul 
{
	padding:0;
	margin:0;
	list-style-type:none;
	background-image:url(images/navbar.jpg);
}

.menu ul ul 
{
	width:auto;
}

.menu ul ul a
{
	border-bottom:1px solid #8a898a;
	border-left:1px solid #8a898a;
	border-right:1px solid #8a898a;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li 
{
	float:left;
	position:relative;
	text-align:center;
}

/* style the links for the top level */
.menu a, .menu a:visited 
{
	display:block;
	font-size:14px;
	text-decoration:none; 
	color:#FFFFFF;
	height:32px;
	line-height:28px; 
	font-weight:bold;
	font-family:Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	width:112px;

}
.menu li:hover
{
background-image:url(images/navbar2.gif);
}
.menu a:hover
{
	color:#fc383a;
}



/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul 
{
	visibility:hidden;
	position:absolute;
	height:0px;
	top:32px;
	left:0; 
	width:auto;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table 
{
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited 
{
	background-color:#fc383a; 
	color:#FFFFFF;
	height:auto;
	line-height:normal;
	padding:7px 0 7px 0;
	font-size:11px;
}


.menu ul ul a:hover
{
	background:#d42527;
	color:#FFFFFF;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul
{
	visibility:visible; 
}


.flash
{
	float:left;
	width:900px;
	height:280px;
}
.categories
{
	float:left;
	width:150px;
	height:auto;
}
.categories ul
{
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.categories li
{
	list-style:none;
	padding:0 0 0 0;
	margin:0 0 0 0;
	font-size:12px;
}
.categories a:hover
{
	background-color:#b5b2b2;
}
.categories a
{
	color:#000000;
	text-decoration:none;
	width:150px;
	height:20px;
	background-color:#e4e1e1;
	float:left;
	border-bottom:solid 1px #333333;
	padding:2px 0 0 0;
}
span
{
	margin:0 0 0 5px;
}
.categories .cat_header
{
	color:#FFFFFF;
	text-transform:uppercase;
	background-color:#000000;
}
.categories .cat_header:hover
{
	background-color:#000000;
	color:#FFFFFF;
	}
.boxes
{
	float:left;
	width:730px;
	height:120px;
	margin:10px 0 15px 0;
}
.box
{
	float:left;
	width:120px;
	height:auto;
	margin:0 0 0 23px;
}
.box a
{
	text-decoration:none;
	color:#333333;
}
.box_top
{
	width:120px;
	height:120px;
	overflow:hidden;
	margin-bottom:4px;
}
.box_bottom
{
	text-align:center;
	width:120px;
	font-weight:bold;
}
.content
{
	float:left;
	width:725px;
	height:auto;
	margin:10px 0 0 10px;
}
.content img{
	border:none;
}
.footer
{
	float:left;
	border-top:1px solid #999999;
	height:15px;
	width:900px;
	color:#666666;
	padding:2px;
	font-size:9px;
	margin-top:10px;
}
.footer a
{
	color:#666666;
	text-decoration:none;
}
h1
{
	color:#fc383c;
	font-size:20px;
}
h2
{
	color:#fc383c;
	font-size:15px;
}
#openingTimes tr td{
	border:1px solid #999999;
	}