/* CSS Document */
@import url(forms.css);

body {
	background:url(../images/bodyBGRepeat.gif) left top repeat-x #610013;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:normal;
	color:#feffd7;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#feffd7;
	text-align:center;
	font-weight:100;
	text-transform:capitalize;
	font-variant:small-caps;
}
#content h1 {
	font-size:170%;
	font-weight:500;
	text-decoration:none;
	padding:0 0 19px 0;
	background:url(../images/headerUnder.gif) center bottom no-repeat transparent;
}
h2 {
	font-size:120%;
	text-transform:uppercase;
}
h3 {
	font-size:120%;
	text-align:left;
}
#wrapper {
	margin:0;
	padding:0;
	text-align:left;
	background:url(../images/headBGLeft.gif) right top no-repeat transparent;
}

#wrapper #header {
	width:100%;
	padding:20px 0 0 20px;
}
html>body #wrapper #header {
	padding:10px;
}
#wrapper #header h1 {
	padding:0;
}
#wrapper #header h1 a {
	background:url(../images/logo.gif) left top no-repeat transparent;
	float:left;
	height:0;
	overflow:hidden;
	width:520px;
	padding:80px 0 0 0;
	margin:10px 30px;
}

#navigation {
	clear:both;
	float:left;
	margin:10px 0 5px 0;
	padding:0;
	overflow:hidden;
}
html>body #navigation {
	margin:5px 0 0 0;
}
#navigation ul {
	float:left;
	margin:0;
	background:none;
	padding:0;
}
#navigation ul li {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	background:none;
}
#navigation ul li a:link, #navigation ul li a:visited {
	display:block;
	text-align:center;
	background:url(../images/menuBG.gif) center bottom no-repeat transparent;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:140%;
	font-weight:normal;
	text-transform:capitalize;
	font-variant:small-caps;
	color:#feffd7;
	margin:0 1px;
	padding:6px 5px;
	min-width:113px;
	text-decoration:none;
}
#navigation ul li a:hover, #navigation ul li a:focus {
	color:#cbcca4;
}

#wrapper #content {
	clear:both;
	margin:0px 25px 25px 25px;
	padding:10px 0 0 0;
	text-align:left;
	color:#feffd7;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:130%;
}
.left {
	float:left;
	text-align:right;
	width:48%;
}
.left h2 {
	text-align:right;
}
.right {
	float:right;
	text-align:left;
	width:48%;
}
.right h2 {
	text-align:left;
}
.left ul {
}
ul { margin:0; padding:0;}
ul li {
	list-style:none;
	background:url(../images/listSeperator.gif) left bottom no-repeat transparent;
	margin:0;
	padding:0 0 12px 0;
}
.left ul li {
	text-align:right;
	background:url(../images/listSeperator.gif) right bottom no-repeat transparent;
}
.right ul li {
	text-align:left;
}
ul li span.desc {
	display:block;
	font-size:80%;
}
#content p {
	font-size:80%;
	font-weight:normal;
}
#content hr {
	border:none;
	clear:both;
	margin:10px 0;
	height:11px;
	background:url(../images/hrBGRepeat.gif) left top repeat-x transparent;
}
#wrapper #footer {
	clear:both;
	font-size:70%;
	font-weight:normal;
	padding:5px;
	color:#feffd7;
	text-align:center;
	background:url(../images/footerBG.gif) center top no-repeat transparent;
}
#footer p {
	margin:85px 0 10px 0;
}
#footer p.note {
	font-size:90%;
}
#footer a:link, #footer a:visited {
	text-decoration:none;
	color:#fff;
}
#footer a:hover, #footer a:focus {
	color:#333;
}
img {
	border:5px outset #610013;
	margin:5px 20px;
}
.rightImg {
	float:right;
	clear:right;
}
.leftImg {
	float:left;
	clear:left;
}
.clear {
	clear:both;
}

#openingTimes td {
	margin:0;
	padding:0;
	border-bottom:1px solid #7f0019;
}

#openingTimes .odd td {
	background-color:#7f0019;
}


#contactNumber {
	position:absolute;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-variant:small-caps;
	font-size:160%;
	top:45px;
	right:120px;
}