@charset "utf-8";
/* CSS Document */

@font-face {
 font-family: Century Gothic;
 src: url("GOTHIC.eot") /* EOT file for IE */
}
@font-face {
 font-family: Century Gothic;
 src: url("GOTHIC.TTF") /* TTF file for CSS3 browsers */
}

html {
	background-image: url(../images/helms-bay-cottage-bg-repeat.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
}

body {
	font-family: Helvetica, Arial, San serif;
	color: #808080;
	font-size: 10pt;
	line-height: 20px;
}

#page {
	width: 1280px;
	margin: 0px auto;
	background-image: url(../images/helms-bay-cottage-bg-main.jpg);
	background-repeat: no-repeat;
		margin-top: -8px;
}



#header {
	width: 1000px;
	margin: 0px auto;
}


#contact {
	width: 1000px;
	height: 50px;
	color: #FFFFFF;
	line-height: 50px;
	font-family: Century Gothic, Helvetica, Arial, San serif;

}

#logo {
	width: 217px;
	height: 188px;
	float: right;
	margin-right: 30px;
	position: absolute;
	z-index: 2;
	margin-left: 750px;
}

#border {
	width: 1040px;
	height: 198px;
	margin-left: -20px;
	background-image: 	url(../images/helms-bay-cottage-border.png);
	background-repeat: no-repeat; 
}

#banner {
	width: 995px;
	height: 170px;
	background-color: #FFCC33;
	margin: 0px auto;
	margin-left: 14px;
	position: absolute;
	z-index: 1;
}

#menu {
	width: 1000px;
	height: 40px;
	font-family: Century Gothic, Helvetica, Arial, San serif;
	text-transform: uppercase;
	margin: 0px auto;
	margin-top: 3px;	
}

#wrapper {
	width: 1000px;
	margin: 0px auto;
	
}

#body-top {
	width: 1024px;
	height: 11px;
	background-image: url(../images/helms-bay-cottage-bg-top.png);
	background-repeat: no-repeat;
}

#body-centre {
	width: 1024px;
	background-image:url(../images/helms-bay-cottage-bg-body-repeat.png);
	background-repeat: repeat-x;
	min-height: 400px;
}

#content {
	width: 950px;
	height: 100%;
	margin: 0px auto;
		
}

#footer {
	width: 1024px;
	height: 50px;
	background-image: url(../images/helms-bay-cottage-bg-body-footer.png);
	background-repeat: no-repeat;
	line-height: 60px;
	text-align: center;
	font-size: 8pt;
	
}

/*-- MENU STYLES start -----------------------------------------------------------*/

#menu ul {
	margin: 0px auto;
	padding: 0;
	line-height: 40px;
}

#menu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
	border-left: 1px solid #D7E485;

	background-image: url(../images/helms-bay-cottage-menu-standard.jpg);
}


#menu ul li a {
	text-align: center;
	text-decoration: none;
	height: 40px;
	/*width: 150px;*/
	display: block;
	color: #FFFFFF;	
	font-size: 11pt;
	border-bottom: none;
}

#menu ul ul {
	position: absolute;
	visibility: hidden;
	top: 40px;
}



#menu ul li:hover ul {
	visibility: visible;
	z-index: 0;
	height: 40px;
	border-bottom: none;

}

.clearFloat {
	clear: both;
	margin: 0px;
	padding: 0px;
}

/*topmenu hover*/
#menu li:hover {
	background-image: url(../images/helms-bay-cottage-menu-hover.jpg);
	color: #FFFFFF;
	border-bottom: none;
}

#menu a:hover {
	background-image: url(../images/helms-bay-cottage-menu-hover.jpg);
	color: #FFFFFF;
	border-bottom: none;
}

/*submenu hover*/
#menu ul li:hover ul li a:hover {
	background-image: url(../images/helms-bay-cottage-menu-hover.jpg);
	color: #FFFFFF;
	border-bottom: none;
}

.submenu {
	width: 180px;
	border-bottom: 1px solid #D7E485;
}

/*-- MENU STYLES end -----------------------------------------------------------*/


/*--------------- TEXT STYLES --------------- */

.asterisk {
	color: #8CC63F;
}


h1 {
	font-family: century gothic, helvetica, arial, sans-serif;
	color: #64942D;
	font-weight: normal;
}

h2 {
	font-family: century gothic, helvetica, arial, sans-serif;
	color: #8CC63F;
	font-weight: normal;

}

h3 {
	font-family: century gothic, helvetica, arial, sans-serif;
	color: #C4DD85;
	font-weight: normal;
}

h4 {
	font-family: century gothic, helvetica, arial, sans-serif;
	color: #E2E666;
	font-weight: normal;

}

h5 {
	font-family: century gothic, helvetica, arial, sans-serif;
	color: #64942D;
	font-weight: normal;

}

h6 {
	font-family: century gothic, helvetica, arial, sans-serif;
	color: #8CC63F;
	font-weight: normal;

}


/*--------------- TEXT STYLES --------------- */


/*--------------- LINK STYLES --------------- */

/* hyperlink styles START*/
a:link {
	color: #64942D;
	text-decoration:none;
	border-bottom: 1px dotted #8CC63F;

}
a:visited {
	color: #64942D;
	text-decoration:none;
	border-bottom: 1px dotted #8CC63F;
}
a:hover {
	color: #8CC63F;
	text-decoration:none;
	border-bottom: 1px dotted #8CC63F;
}
a:active {
	color: #64942D;
	text-decoration:none;
	border-bottom: 1px dotted #8CC63F;
}
/* hyperlink styles END*/


/* menu hyperlink styles START*/
a.contact:link{
	color:#FFFFFF;
	text-decoration:none;
	border-bottom: none;
}
a.contact:visited {
	color: #FFFFFF;
	text-decoration:none;
	border-bottom: none;
}
a.contact:hover{
	color:#B5D334;
	text-decoration:none;
	border-bottom: none;
}
a.contact:active{
	color:#FFFFFF;
	text-decoration:none;
	border-bottom: none;
}
/* menu hyperlink styles END*/

