body
{
  padding: 0;
  margin: 0;
  background-color:#2A0001;
}

/********************* Site Container *********************/


#container
{
  padding: 0;
  margin: 0;
  width: 100%;
  min-width:985px;
  position: relative;
  height:534px;
  min-height:534px;
}

/********************* Background *********************/

#bg
{
	padding: 0;
	margin: 0;
	background-image:url(../images/top_static_bg.jpg);
	background-repeat:no-repeat;
	width: 100%;
	position: relative;
	height:534px;
	float:left;
	z-index:-1;
}

#bgrep
{
	padding: 0;
	margin: 0;
	background-image:url(../images/bg_top_repeater.jpg);
	background-repeat:repeat-x;
	width: 100%;
	position: relative;
	height:534px;
	float:right;
	z-index:4;
}
/********************* NAVIGATION MENU *********************/

#nava {
	height: 30px;
	position: relative;
	top:-345px;
	margin-left: 5px;
	z-index:5;
}

#menu 
{
	width: 655px;
	height: 20px;
}

#menu ul 
{
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: 20px;
}

#menu li 
{
list-style-type: none;
display: inline;
}

#menu ul li a:hover 
{
color:#870217;
}

#menu ul li a#current 
{
color:#870217;
}

#menu a.m1
{
	width:95px;
	/*margin-right:25px;*/
	margin-right:83px;
	margin-left:45px;
}

#menu a.m2 
{
	width:95px;
	margin-right:70px;
}

#menu a.m3 
{
	width:95px;
	margin-right:63px;
}

#menu a.m4 
{
	width:95px;
	margin-right:58px;
}

#menu a.m5 
{
	width:95px;
}



#menu a 
{
	height: 20px;
	width:103px;
	padding-top: 5px;
	margin-right: 20px;
	text-decoration: none;
	text-align: center;
	font-family: Arial;
	font-size: 14px;
	color: #000;
	border: none;
	z-index:5;
}

/********************* Site Content *********************/

#welcome
{
	height:23px;
	width:221px;
	position: relative;
	z-index:4;
	top:-280px;
	margin-left:33px;
}

#intro_index
{
	height: 200px;
	width: 575px;
	position: relative;
	top:-230px;
	font-family:Arial;
	text-align:left;
	font-size:16px;
    line-height: 26px;
	margin-left:50px;
	z-index:4;
}

#intro_menu
{
	height: 250px;
	width: 720px;
	position: relative;
	top:-280px;
	font-family:Arial;
	text-align:left;
	font-size:16px;
    line-height: 26px;
	margin-left:50px;
	z-index:4;
	overflow: auto;
	margin-bottom: -300px;
}


#intro
{
	height: 200px;
	width: 575px;
	position: absolute;
	margin-top:250px;
	font-family:Arial;
	text-align:left;
	font-size:16px;
    line-height: 26px;
	margin-left:50px;
	z-index:4;
	overflow:auto;
}

#homeimage
{
	height:324px;
	width:200px;
	position:relative;
	z-index:4;
	top:-125px;
	margin-left:600px;
}

#openingtimes
{
	height:50px;
	width:395px;
	position: relative;
	z-index:3;
	top:25px;
	margin-left:300px;
	color:#FFF;
	font-size:14px;
	font-family:Arial;
	line-height:20px;
	text-align:left;
}

/********************* Footer *********************/

#design
{
	color:#AE9191;
	font-size:12px;
}

#design a
{
	color:#AE9191;
	font-size:12px;
}

#design a:hover
{
	color:#ccc;
	font-size:12px;
}

#design a:visited
{
	color:#AE9191;
	font-size:12px;
}

#footer
{
	width: 100%;
	height: 190px;
	bottom: 0px;
	left: 0px;
	position: relative;
}

#footermain
{
	background-image:url(../images/footer_bottom_left_non_repeat.jpg);
	background-repeat:no-repeat;
	width: 985px;
	position:relative;
	height: 190px;
	bottom: 0px;
	left: 0px;
	float: left;
}

#footerrep
{
	background-image:url(../images/bg_footer_repeater.jpg);
	background-repeat:repeat-x;
	width: 100%;
	min-width:985px;
	position:relative;
	height: 190px;
	bottom: 0px;
	float: right;
}
