@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #666666;
	background:url(../images/bg.jpg) #f5f6f7 right no-repeat;
	text-align:center;
	behavior: url(css/csshover.htc);
}

h1 span, h2 span, h3 span {
	display: none;
}

a {
	text-decoration:underline;
	color:#9babb5;
}

a:link {
	text-decoration:underline;
	color:#9babb5;
}

a:visited {
	text-decoration:underline;
	color:#9babb5;
}

a:hover {
	text-decoration:underline;
	color:#999999;
}

p span {
	line-height:25px;
}

#container {
	width:801px;
	padding:58px 0 40px 0;
	margin:auto;
	text-align:left;
}

#header {
	height:66px;
	width:800px;
}

#header_right {
	float:right;
	width: 300px;
	text-align:right;
}

#header_right h1 {
	background:url(../images/contactdetails.jpg) no-repeat top right;
	height:58px;
	margin:0;
}

div#listmenu {
	width:100%; 	/* makes the div full width */
	float:left; /*makes the div enclose the list */
	border-top:1px solid #d7dde1;	/* draws line on top edge of div */
	border-bottom:1px solid #d7dde1;	 /* draws line on bottom edge of div */
	font-size:10px;	/* SET FONT-SIZE HERE */
	background-color:#ffffff; /* colors the div */
	padding:0;
	margin:0;
	}
div#listmenu ul {
	margin:0 0 0 0;/* indents ul from edge of container */
	padding:0 0 0 0;
	}
div#listmenu li {
	float:left;	/* causes the list to align horizontally instead of stack */
	position:relative; /* positioning context for the absolutely positioned drop-down */
	list-style-type:none;	/* removes the bullet off each list item */
	background-color:#ffffff; /*sets the background of the menu items */
	border-right:1px solid #d7dde1; /* creates dividing lines between the li elements */
	width:199px;
	text-align:center;
	margin:0;
	padding:0;
	}
div#listmenu li:first-child {
	border-left:1px solid #d7dde1; /*the first vertical line on the menu */
	}
div#listmenu li:hover {
	background-color:#FFF; /*sets the background of the menu items */
	}
div#listmenu a {
	display:block;
	padding:4px 0 4px 0; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color: #666666;	/* sets the type color */
	font-size:13px;
	}

div#listmenu span {
	display:block;
	padding:4px 0 4px 0; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color:#666666;	/* sets the type color */
	font-size:13px;
	}

div#listmenu a:hover {
	color:#000000;
	}
/* the horizontal menu ends here */

/* the drop-down starts here */
div#listmenu ul li ul {
	margin:0; /* prevents the TEMP value inheriting from the horiz menu - OK to remove if you remove TEMP above */
	position:absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */
	width:199px; /*sets the width of the menu - in combo with the li's 100% width, makes the menu stack*/
	border-bottom:1px solid #d7dde1;
	left:-1px; /*aligns the drop exactly under the menu */
	}
div#listmenu ul li ul li {
	width:100%; /* makes the list items fill the list container (ul) */
	border-left:1px solid #d7dde1; /*  three sides of each drop-down item */
	border-right:1px solid #d7dde1;
	background:url(../images/transbg.png) repeat;
	}
div#listmenu ul li ul li:first-child {
	border-top:1px solid #d7dde1; /*the top edge of the dropdown */
	}
/* make the drop-down display as the menu is rolled over */
div#listmenu ul li ul {display:none;} /* conceals the drop-down when menu not hovered */
div#listmenu ul li:hover ul {display:block; } /* shows the drop-down when the menu is hovered */

/* THE HACK ZONE - */
/* hack for IE (all flavors) so the menu has a vertical line on the left */
* html div#listmenu ul {
	float:left; /* makes the ul wrap the li's */
	border-left:1px solid #d7dde1; /* adds the rightmost menu vertical line to the ul */
	margin-left:15px; /* IE doubles the given value above - why? */
	}
* html div#listmenu a {display:block;} /* makes IE5 & 5.5 accept the padding on the link */
/* add a top line to drops and pops in IE browsers - can't read :first-child */
* html  div#listmenu ul li ul {
	border-top:1px solid #d7dde1;
	border-left:0px; /* stops the drop inheriting the ul border */
	}
/* end of hack zone */

#footer {
	width: 800px;
	padding-bottom:20px;
	margin:auto;
	font-size:9px;
}

#footer_inner {
	width:800px;
	text-align:right;
}

#one-outer {
	width:800px;
}

#one {
	width:100%;
	text-align:right;
}

#one a {
	text-align:right;
}

#content {
	clear:left;
	width:800px;
}

#left {
	float:left;
	width:599px;
	padding-top:10px;
}

#left2 {
	float:left;
	width:449px;
	padding-top:10px;
}

#left_text {
	width:579px;
	padding:32px 20px 0 0;
}

#left_text h1 {
	font-weight:lighter;
	font-size:22px;
	margin:0;
}

#right {
	float:left;
	width:200px;
	padding-left:1px;
	padding-top:10px;
}

#right2 {
	float:left;
	width:350px;
	padding-left:1px;
	padding-top:10px;
}

#lower_right {
	height:198px;
}

#top_right_image {
	padding-bottom:1px;
}

#right_health {
	padding-bottom:33px;
}

#right_opening {
	width:200px;
}

#right_opening h2 {
	font-size:13px;
	margin:0 0 15px 0;
}

#right_opening p {
	font-size:9px;
	margin:10px 0 0 0;
}

#spacer { /*For price list*/
	width:23px;
}

#miniform {
	text-align: left;
	padding: 0px 10px;
	margin-top: 5px;
}

#miniform input, #miniform textarea {
	margin-bottom: 5px;
}

.dots {
	background-image:url(../images/dots.gif);
	background-repeat:repeat-x;
	background-position:center;
}

.button_subscribe, .button_feedback, .button_introduce {
	display:block;
	height:120px;
	width:28px;
	position:fixed;
	right:0px;
	overflow:hidden;
	z-index:1000;
	cursor:pointer;
}

.button_subscribe {
	top:120px;
	background-image:url(../images/subscribe.png);
}
.button_feedback {
	top:239px;
	background-image:url(../images/feedback.png);
}
.button_introduce {
	top:358px;
	background-image:url(../images/introduce.png);
}

.button_subscribe:hover, .button_feedback:hover, .button_introduce:hover {
	width:35px;
}
