/* UNDO browers default stlye rules, to make sure all browsers start in the right place */
/* inspired from http://tantek.com/log/2004/09.html#d06t2354 */
:link,:visited { text-decoration:none }
h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0 }
a img,:link img,:visited img { border:none }


body {
	background-color:#fafafa;
	background-image:url(../images/bg_tile.gif);

	font-family: "trebuchet MS", verdana, sans-serif;
	color:black;
	font-size:80%;
	line-height:150%;

	
}
input,option,textarea {
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size:100%;
}

p {
	margin-bottom:1em;
}
a {
	color:#007B5C;
}
a:hover {
	text-decoration:underline;
}
img {
	display:block;	
}

div#centre {
	width:727px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}
div#container {
	background-color:#FFFFFF;
	width:727px;
	position:relative;
	background-image:url(../images/top_right_new.gif); 
	background-repeat:no-repeat;
	background-position:top right;
	border:1px solid #cccccc;

}
img#logo {
	position:absolute;
	top:11px;
	left:15px;
}
div#tag {
	position:absolute;
	top:113px;
	left:18px;
}
div#sidemenu {
	position:absolute;
	width:170px;
	background-color:#fafafa;
	border-bottom:1px solid #eaeaea;
	border-top:1px solid #eaeaea;
	left: 0px;
	top: 182px;
	text-align:right;	
}

span.sidemenuheading {
	font-weight:bold;
	text-decoration:underline;
}

div#content {
	position:relative;
	left:200px;
	padding-top:144px;
	padding-bottom:40px;
	width:494px;

}

a.imageswap {
	text-decoration: none;
	background-repeat:no-repeat;
	display: block;
}
a.imageswap:hover{
	background-position:top right;
}

a#menu1 {
	position:absolute;
	top:0px;
	left:195px;
}
a#menu2 {
	position:absolute;
	top:0px;
	left:365px;
}
a#menu3 {
	position:absolute;
	top:0px;
	left:535px;
}

.mainheading {
	color:#007B5C;
	font-weight:bold;
	margin-bottom:9px;
	font-size:130%;
	
}

.subheading {
	color:#007B5C;
	font-size:135%;
	margin-bottom:12px;
	padding-bottom:1px;

	border-bottom:1px solid #007B5C;
}
.subheadingsmall {
	color:#007B5C;
	font-size:110%;
	margin-bottom:12px;
	padding-bottom:1px;
	font-style:italic;
	border-bottom:1px solid #007B5C;
}

.tinytext {
	font-size:10px;
}

.error {
	color:red;
	font-size:13px;
	
}

br.clearer {
	clear:both;
}
.lighttext{
color:#999999
}

table.mealtable{
	width:500px;
}

table.mealtable td {
	padding:2px;
}

table#bookingtable {
font-size:11px;font-family:Verdana, Arial, Helvetica, sans-serif;line-height:18px;
width:100%;
}
input:focus, textarea:focus{
	background-color: lightyellow;
}
