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

body {
	margin:0;
	padding:0 0 0 1px;
	font:13px 'Lucida Sans Unicode', 'Lucida Grande', verdana, arial, sans-serif;
	color:#666;
	background:#D4CAD2 url(../i/bg_body.gif) repeat-y top center;
	text-align:center
}

/* default some tags to zero margin and padding
------------------------------------------------*/
h1, h2, h3, h4, div, ul, ol, li, form, input, select {margin:0; padding:0}


/* header styling
------------------*/
h1 {
	height:29px;
	background-position:top left;
	background-repeat:no-repeat;
	margin:10px 0 15px
}
h1 span {
	display:none;
}
h1#welcome { background-image:url(../i/bg_h1_welcome.png) }
h1#about { background-image:url(../i/bg_h1_about.png) }
h1#homefood { background-image:url(../i/bg_h1_homefood.png) }
h1#bedroomz { background-image:url(../i/bg_h1_bedroomz.png) }
h1#history { background-image:url(../i/bg_h1_history.png) }
h1#location { background-image:url(../i/bg_h1_location.png) }
h1#meeting { background-image:url(../i/bg_h1_meeting.png); height:60px }
h1#prices { background-image:url(../i/bg_h1_prices.png) }
h1#practicalities { background-image:url(../i/bg_h1_practicalities.png) }
h1#contact { background-image:url(../i/bg_h1_contact.png) }
h1#weddings { background-image:url(../i/bg_h1_weddings.png) }

h2 {
	margin:10px 0 0;
	font-size:16px;
	color:#502944
}
	

/* <p>, <span>, <em>, <strong> etc
------------------------------------*/
p {
	margin:5px 0 10px;
}

p#stslink {
	font-size:10px;
	color:#fff;
	margin:0;
	padding:5px 20px;
	text-align:right
}

p.error {
	color:#aa0000;
	font-weight:bold;
}

p.success {
	color:#669900;
	font-weight:bold;
}

address { font-style:normal }

span.star {
	color:#aa0000;
	font-size:16px
}

span.formerr {
	color:#aa0000;
	font-size:11px
}


/* ul, ol, li, dl, dt, dd styling
------------------------------------*/
ul.genericlist {
	list-style-type:circle;
	margin:0;
	padding:0 0 0 20px	
}

/* Link styling
----------------*/
div#menu {
	padding:139px 0 0
}
div#menu ul {
	padding:9px 0
}
div#menu ul li {
	display:inline;
	list-style-type: none
}
div#menu ul li a {
	color:#fff;
	padding: 9px 8px;
	text-decoration: none;
	border-right:2px solid #CACFBF
}
div#menu ul li a:hover, div#menu ul li a#current {
	text-decoration:none;
	background:#C0B2BD
}


div#foot ul {
	border-bottom:2px solid #B3BBA5;
	padding-bottom:8px;
	margin:0 0 8px
}
div#foot ul li {
	display:inline;
	list-style-type: none;
	padding: 0 4px 0 0;
}
div#foot ul li a {
	color:#502944;
	text-decoration:none;
	font-size:10px
}
div#foot ul li a:hover {
	text-decoration:underline;
	background:#fff
}


a:link, a:visited {
	color:#666;
	text-decoration:underline
}
a:hover {
	color:#502944;
}

div#foot span a:link, div#foot span a:visited {
	color:#502944;
	text-decoration:underline
}
div#foot span a:hover {
	color:#666;;
}

p#stslink a:link, p#stslink a:visited {
	color:#fff
}


/* main container <div>'s generally in order of appearance
-----------------------------------------------------------*/
div#sitewrap {
	margin:0 auto;
	text-align:left;
	width:755px;
}

div#head {
	height:174px;
	background:url(../i/bg_head.png) top left
}

div#menu {
	
}
div#bookonline {
	text-align:right;
	padding:10px 20px;
	font-weight:bold
}

div#mainwrap {
	padding:0 20px 50px;
	background:url(../i/bg_mainwrap.jpg) no-repeat bottom right;
	line-height:20px
}

div#maincopy {
	width: 279px;
	float: left;
	display:inline;
}
	* html div#maincopy{margin-right:-3px}/*fix 1 for 3px jog in IE */

div#mainright {
	margin: 0 0 0 299px;
	height:auto;
}
	* html div#mainright{margin-left:296px; height:1%} /*fix 2 for 3px jog in IE */
	* html>body div#mainright {height:auto} /* mac hack as it doesn't like the 1% height */

div#foot {
	background:#fff url(../i/bg_foot.jpg) no-repeat top right;
	height:78px;
	padding:8px 20px;
	color:#502944;
	font-size:10px
}

/* misc <div>'s
-----------------*/
/* clear mainwrap div from sub content */
div#clear {
	clear:both; 
	height:0;
	font-size:0; 
	overflow:hidden;
}

div.legend {
	border-left:2px solid #B3BBA5;
	padding:2px 10px;
	margin:10px 0 10px 102px;
	font-size:9px
}

/* table styling
-------------------*/


/* form styling
----------------------------*/
form { margin-bottom:20px }

.txtfld {
	border:1px solid #B3BBA5;
	width:273px;
	margin-bottom:10px;
	padding:2px
}

.btn {
	border:2px solid #CACFBF;
	color:#fff;
	background:#B3BBA5;
	padding:3px 7px;
	font-weight:bold
}


/* image styling
---------------------*/
img { border:none }
