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 {
	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 {
	font-size: 0.8em;
	line-height: 1;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/bg.gif);}
	
ol, ul {
	list-style: none;}
	
/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;}
	
caption, th, td {
	font-weight: normal;}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";}

blockquote, q {
	quotes: "" "";}

/*-------------------------- Header --------------------------*/

#header {
	background: url(../images/headerbg.gif) repeat-x top center;
	clear: right;}
	
#header .content {
	height: 165px;
	text-align: center;
	background: url(../images/banner.gif) no-repeat top center;}
	
#header img {
	width: 230px;
	height: 120px;
	margin-top: 15px;}
	
/*-------------------------- Navigation --------------------------*/
	
#nav {
	width: 100%;
	background: url(../images/navbg.gif) repeat-x top;
	clear: both;}
	
#nav .content {
	height: 5px;
	background: url(../images/navbottom.gif) repeat-x;
	overflow: hidden;
	clear: left;}
	
#nav ul {
	position: relative;
	width: 480px;
	margin: 0 auto;
	text-align: center;	
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, sans-serif;
	z-index: 100;}
	
#nav li {
	margin: 0 -2px;
	float: left;}

#nav li a {
	display: block;
	padding: 14px 0 14px 0;
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;}

#nav li a:hover {
	background: url(../images/navhover.gif) top;}
	
#nav li ul {	
	width: 160px;
	position: absolute;
	left: -999em;
	z-index: 100;
	padding: 0 2px 1px 2px;
	background: #dcdbdb;
	border-top: 1px solid #ebeaea;}
	
#nav li:hover ul, #nav li.sfhover ul {
	margin-left: -34px;
	left: auto;}
	
#nav li ul li {	
	display: block;
	margin: 0;
	width: 160px;
	padding: 0;
	clear: left;}
	
#nav li ul li a {
	color: #b61a1e;
	display: block;
	width: auto;
	padding: 7px;
	font-size: 0.75em;
	text-transform: none;
	background-color: #f7f6f6;
	border-bottom: 1px solid #dcdbdb;
	cursor: pointer;}
	
#nav li a:hover {
	background: url(../images/navhover.gif);}
	
#nav li ul li a:hover {
	color: #000000;
	background: #dcdbdb;}
	
#nav li:hover, #menu li.hover {
    position: static;}

#nav li:hover, #nav li.sfhover {
	background: url(../images/navhover.gif);}
	
#home_tab,
#links_tab {
	width: 86px;}

#booking_tab,
#contact_tab {
	width: 106px;}

#nav li span {
	display: block;
	width: 96px;
	padding: 14px 0 14px 0;
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;}

body#home #home_tab a,
body#services #services_tab span,
body#booking #booking_tab a,
body#contact #contact_tab a,
body#links #links_tab a {
	background-image: url(../images/navhover.gif);}
	
body#home #home_tab ul li a,
body#services #services_tab ul li span,
body#booking #booking_tab ul li a,
body#contact #contact_tab ul li a,
body#links #links_tab ul li a {
	background-image: none;}

/*-------------------------- Body --------------------------*/
	
#body {
	width: 100%;
	background: url(../images/bodybg.gif);
	float: left;}
	
#bodysides {
	width: 100%;
	background: url(../images/notesbody.gif) no-repeat top center;
	float: left;}
	
#body .content {
	width: 780px;
	margin: 0 auto;}
	
#body .contentbg {
	width: 100%;
	background: #f6f5f5 url(../images/mainbg.gif) repeat-y top;
	float: left;}
	
#contentnotes {
	width: 100%;
	padding: 20px 0;
	background: url(../images/notesmain.gif) no-repeat top;
	float: left;}
	
#main {
	width: 720px;
	margin: 0 auto;
	line-height: 1.5;}
	
.left {
	width: 470px;
	padding-right: 30px;
	background: url(../images/dividervertical.gif) repeat-y top right;
	float: left;}
	
.right {
	width: 205px;
	margin-left: -1px;
	padding-left: 15px;
	background: url(../images/dividervertical.gif) repeat-y top left;
	float: left;}
	
.righttitle {
	width: 100%;
	color: #b61a1e;
	font-size: 1.4em;
	font-weight: normal;
	font-style: italic;
	font-family: "Trebuchet MS", Arial, sans-serif;}
	
/*-------------------------- Footer --------------------------*/
	
#footer {
	width: 100%;
	background: url(../images/footerbg.gif);
	clear: left;}
	
#footer .content {
	width: 780px;
	height: 120px;
	margin: 0 auto;
	background: url(../images/footer.gif) repeat-y top center;}
	
#footer a {
	color: #ffffff;
	text-decoration: none;}
	
#footer a:hover {
	color: #ffeeaa;}
	
#footer p {
	padding: 50px 15px 0 15px;
	color: #FFFFFF;
	font-size: 0.75em;}
