@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.hfxMakeup #container {
	width: 766px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #121212;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.hfxMakeup #header {
	background: #DDDDDD;
	background-image:url(../images/Main_Header.gif);
	height: 153px;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.hfxMakeup #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.hfxMakeup #mainContent {
	width:766px;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#121212;
	background-image:url(../images/Main_Background.gif);
	background-repeat:no-repeat;
	background-position:top;
}
.hfxMakeup #mainContent h1 {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.hfxMakeup #mainContent h2, h3, h4, h5 {
	margin-top: 1em;
	margin-right: 10px;
	margin-bottom: 1em;
	margin-left: 10px;
}
.hfxMakeup #mainContent p {
	margin-top: .5em;
	margin-right: 10px;
	margin-bottom: 1em;
	margin-left: 10px;
}
.smallText {font-size: 80%}



#menu {display:block; width:766px; height:39px; border:0; padding:0; margin:10px 0 0 0;}

#menu ul {margin:0; padding:0; list-style-type:none;}
#menu li {float:left; margin:0; padding:0}
#menu a {display:block; height:0; padding-top:39px; color:#000; overflow:hidden;}

#menu li.list1 {background:transparent url(../images/Nav_About.gif); width:98px;}
#menu li.list2 {background:transparent url(../images/Nav_Gallery.gif); width:115px;}
#menu li.list3 {background:transparent url(../images/Nav_Services.gif); width:120px;}
#menu li.list4 {background:transparent url(../images/Nav_Booking.gif); width:115px;}
#menu li.list5 {background:transparent url(../images/Nav_Contact.gif); width:109px;}
#menu li.list6 {background:transparent url(../images/Nav_Events.gif); width:209px;}

#menu a#item1 {background:transparent url(../images/Nav_About-over.gif) -98px -39px no-repeat;}
#menu a#item2 {background:transparent url(../images/Nav_Gallery-over.gif) -115px -39px no-repeat;}
#menu a#item3 {background:transparent url(../images/Nav_Services-over.gif) -120px -39px no-repeat;}
#menu a#item4 {background:transparent url(../images/Nav_Booking-over.gif) -115px -39px no-repeat;}
#menu a#item5 {background:transparent url(../images/Nav_Contact-over.gif) -109px -39px no-repeat;}
#menu a#item6 {background:transparent url(../images/Nav_Events-over.gif) -209px -39px no-repeat;}

#menu a#item1:hover {background-position:0 0; z-index:50;}
#menu a#item2:hover {background-position:0 0; z-index:50;}
#menu a#item3:hover {background-position:0 0; z-index:50;}

#menu a#item4:hover {background-position:0 0; z-index:50;}
#menu a#item5:hover {background-position:0 0; z-index:50;}
#menu a#item6:hover {background-position:0 0; z-index:50;}

* html #menu a:hover {height:128px; he\ight:0;}

.hfxMakeup #footer {

	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-image:url(../images/Main_Footer.gif);
	background-repeat: no-repeat;
	width: 766px;
	height:94px;
	text-align:center;
}
.hfxMakeup #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 35px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: .6em;
}
.hfxMakeup #footer a { text-decoration:none; color:#FFFFFF;}
.hfxMakeup #footer a:hover { text-decoration:underline; color:#FFFFFF;}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-style: italic;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: oblique;
	font-variant: normal;
	text-transform: none;
	font-size: 1.15em;
}
.hfxMakeup #container #mainContent table {
	margin: 10px;
}
.vcard { 
margin: 10px;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:0.6em;
color:#999999;
padding-top:-10px;
padding-bottom:1.5em;
}