/* Boulevard CSS Alan Wall Waltzerdesign.com */

/* ============== CSS RESET (ERIC MEYER) ============ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* ============== END OF CSS RESET ============ */


body{
	background-color: #fce4b1;
	}

/* LAYOUT */
#container{
	width:999px;
	}

#left{
	width: 260px;
	display:block;
	float:left;
	background: transparent url(images/boulevard-menu.gif) no-repeat scroll 0% 0%;
	}

#centre{
	width: 580px;
	float:left;
	display:block;
	background-color: #f9d372;
	}
#right{
	width: 142px;
	float:left;
	display:block;
	}

/* NAVIGATION */

ul#nav{
	padding: 264px 0 50px 23px;
	}

ul#nav li a {
	display: block;
	width: 215px;
	height: 57px;
	text-indent: -9999px;
	background: transparent url(images/boulevard-menu-items.gif) no-repeat scroll 0% 0%;
	}


/* normal */
ul#nav li a#nav-home	{background-position: -500px 0px; }
ul#nav li a#nav-menu	{background-position: -500px -57px; }
ul#nav li a#nav-bookings	{background-position: -500px -114px; }
ul#nav li a#nav-findus	{background-position: -500px -171px; }
ul#nav li a#nav-reviews	{background-position: -500px -228px; }

/* current */
body#home 	ul#nav li a#nav-home 	{background-position: 0px 0px; }
body#menu 	ul#nav li a#nav-menu	{background-position: 0px -57px; }
body#bookings 	ul#nav li a#nav-bookings	{background-position: 0px -114px; }
body#findus 	ul#nav li a#nav-findus	{background-position: 0px -171px; }
body#reviews 	ul#nav li a#nav-reviews	{background-position: 0px -228px; }

/* hover */
ul#nav li a#nav-home:hover	{background-position: -250px 0px; }
ul#nav li a#nav-menu:hover	{background-position: -250px -57px; }
ul#nav li a#nav-bookings:hover{background-position: -250px -114px; }
ul#nav li a#nav-findus:hover	{background-position: -250px -171px; }
ul#nav li a#nav-reviews:hover	{background-position: -250px -228px; }

/* TYPOGRAPHY */

a:active{
	color:#2821a7;
}
a:link{
	color:#24578d;
}
a:visited{
	color:#2821a7;
}
a:hover{
	color:#9a3f2b;
}
.hidden{display:none}

#centre h2{
	font-family: Georgia, Times, sans-serif;
	margin: 12px 12px 3px 12px;
	font-size: 130%;
	}

#centre h3{
	font-family: Arial, Helvetica, sans-serif;
	margin: 12px 12px 3px 12px;
	font-size: 100%;
	font-weight: bold;
	border-bottom: 1px solid black;
	padding-bottom: 2px;
	}

#centre h4{
	font-family: Arial, Helvetica, sans-serif;
	margin: 12px 12px 3px 12px;
	font-size: 80%;
	font-weight: bold;
	}

#centre p{
	font-family: Arial, Helvetica, sans-serif;;
	margin: 3px 12px 12px 12px;
	font-size: 80%;
	line-height:130%;
	}

#centre p#footer{
	border-top: 1px solid #6b5b31;
	display:block;
	font-size:60%;
	padding-top:5px;
	margin-top:40px;
	color: #6b5b31;
	}
span.price{
	font-size:80%;
	color: #6b5b31;
	margin-top:0px
	}
#centre p em {
	font-style: italic;
	}
.italic{
	font-style: italic;
	}


/* BOOKING FORM */
/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.bookingform{
	margin:0 15px 15px;
	width: 12em; /* ems so it will grow */
	background: url(/images/bookboxbr.gif) no-repeat bottom right;
	font-size: 100%;
	float:right;
}
.boxhead {
	background: url(/images/bookboxtr.gif) no-repeat top right;
	margin: 0;
	padding: 0;

}
#centre .boxhead h4 {
	background: url(/images/bookboxtl.gif) no-repeat top left;
	margin: 0;
	padding: 16px 20px 13px;
	color: #d7bb8c;
	line-height: 1em;
	font-size: 100%;
}
.boxbody {
	background: url(/images/bookboxbl.gif) no-repeat  bottom left;
	margin: 0;
	padding: 5px 20px 31px;
}

#centre .bookingform p{
	margin: 0;
	}
label{
	font-family: Arial, Helvetica, sans-serif;;
	margin: 0;
	font-size: 70%;
	line-height:130%;
	}
.bookingform input{
	width:10em;
	margin-bottom:4px;
	}
.bookingform input#button{
	margin-top: 1em;
	}
#centre .bookingform p.small{
	font-family: Arial, Helvetica, sans-serif;;
	margin: 0;
	font-size: 70%;
	line-height:130%;
	}
/* END BOOKING FORM */

/* MENUPAGE HEADER */
#menuheader {
  float:left;
  width:100%;
  background:#f9d372 url("/images/bg.gif") repeat-x bottom;
  font-size:93%;
  line-height:normal;
  margin-bottom:20px;
  }
#menuheader ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#menuheader li {
  float:left;
  background:url("/images/left.gif") no-repeat left top;
  margin:0 1px 0 0;
  padding:0 0 0 9px;
  }
#menuheader a {
  float:left;
  display:block;
  background:url("/images/right.gif") no-repeat right top;
  padding:5px 11px 4px 2px;
  text-decoration:none;
  font-weight:bold;
  color:#68421e;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#menuheader a {float:none;}
/* End IE5-Mac hack */
#menuheader a:hover {
  color:#331d08;
  }
#menuheader #current {
  background-image:url("/images/left_on.gif");
  }
#menuheader #current a {
  background-image:url("/images/right_on.gif");
  color:#333;
  padding-bottom:5px;
  }
/* END OF MENUPAGE HEADER */
.special{
	font-style: italic;
	font-weight: bold;
	background: transparent url(images/special.gif) no-repeat scroll 2px 9px;
	padding: 2px 40px;
	border:2px dashed #9a3f2b;
	}
