/* Reset */
html{color:#000;background:#fff;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
fieldset,img{border:0;}
address{font-style:normal;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
a:hover {text-decoration:none;}

/* ============ Typography ============  */
body {
	font:13px/1.231 Verdana,Geneva,sans-serif;
}
select,input,button,textarea {
	font:99% Verdana,Geneva,sans-serif;/* Nudge down to get to 13px equivalent for these form elements*/
}
#wrap {
	font-size:108%;
}
h1 a {
	text-decoration:none;
}
#navi {
	font-size:105%;
}
#moreinfo {
	font-size:85%;
	text-transform:lowercase;
}
#moreinfo a {
	text-decoration:none;
}
#moreinfo a:hover {
	text-decoration:underline;
}
#moreinfo p {
	font-size:80%;
}
#content {
	line-height:1.5em;
}


/* Homepage */
.home-page h3, .home-page address {
	font-family:Helvetica,Arial;
	letter-spacing:-1px;
	line-height:140%;
}
.home-page h3 {
	font-size:170%;
}
.home-page h3 em {
	font-style:normal;
	font-weight:bold;
}
.home-page h3 strong {
	font-weight:normal;
}
.home-page h3 .savoy {
	font-style:italic;
	font-size:92%;
}
.home-page address {
    font-size:140%;
}
.home-page address a {
    text-decoration:none;
}

/* Subpages */
.sub-page h2 {
	font:bold italic 130% "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height:1.8em;
	text-transform:capitalize;
}
.sub-page h3 {
	font-weight:bold;
}
.sub-page #content a {
	font-weight:bold;
}
#content blockquote p {
	font-size:0.9em;
}
#content blockquote p.quote {
	font-style:italic;
	font-size:120%;
}

.bymanagement {
	text-align:right;
	font:italic 140% "Palatino Linotype", "Book Antiqua", Palatino, serif;
	letter-spacing:-1px;
}

input[type="submit"] {
	font-size:110%;
}


/* ============ Colour ============  */
html,body {
	background:#bfb874;
}
#wrap {
	color:#000;
	background:#fff url(images/bg_white_gradient.gif) repeat-x top;
}
#navi a {
	color:#000;
}
#moreinfo, #moreinfo a {
	color:#c6bdbe;
	background:#412124;
}
#moreinfo li a {
	color:#fff;
}

/* Homepage */
.home-page h3 strong {
	color:#366;
}
.home-page h3 .savoy {
	color:#000;
}
.home-page address, .home-page address a {
	color:#663;
}
.home-page address a:hover {
	color:#fff;
	background:#663;
}

/* Subpage */
.sub-page h2 {
	color:#fff;
	background:#392b20 url(images/bg_headingbox.jpg) no-repeat right;
}
.sub-page #content p {
	color:#786b61;
}
.sub-page #content a {
	color:#663;
}
.sub-page #content a:hover {
	color:#fff;
	background:#663;
}

.sub-page #content p.bymanagement {
	color:#999;
}

/* ============ Layout ============  */
body {
	text-align:center;
}
#wrap {
	width:1026px;
	margin:0 auto;
	text-align:left;
}
h1 {
    width:100%;
    padding:47px 0 65px 0;
}
#navi {
	float:left;
	width:213px;
}
#content {
	float:right;
	width:813px;
	margin-top:-27px;
}
#moreinfo  {
    clear:both;
	width:813px;
	margin-left:213px;
}


/* ============ Style ============  */
/* Branding */
h1 {
	background:url(images/bg_curve.gif) no-repeat;
	text-indent:-9999px;
}
h1 a {
	display:block;
	width:401px;;
	height:71px;
	margin:0 auto;
	background:url(images/logo.gif) no-repeat;
}
/* Navigation */
#navi li {
	float:left;
	width:100%;
	line-height:1.1em;
	margin-bottom:1em;
}
#navi li a {
	display:block;
	padding-left:48px;
}
#navi li a:hover,
.home-page .navi_home a,
.about-page .navi_about a,
.massages-page .navi_massages a,
.body-page .navi_body a,
.facial-page .navi_facial a,
.personal-page .navi_personal a,
.sauna-page .navi_sauna a,
.gift-page .navi_gift a,
.packages-page .navi_packages a,
.location-page .navi_location a  {
	background:url(images/bullet_leaf.gif) no-repeat 22px;
}
/* More Info */
#moreinfo {
	padding-bottom:4.5em;
}
#moreinfo ul {
	margin-left:1em;
}
#moreinfo ul, #moreinfo li, #moreinfo p {
	display:inline;
	line-height:3em;
}
#moreinfo li:after {
	content:"  / ";
}

/* Homepage */
.home-page h2 {
	text-indent:-9999px;
	display:block;
	height:310px;
	background:url(images/bn_mainintro.jpg) no-repeat;
}
.home-page h3 {
	margin:15px 18px 0 18px;
}
.home-page address {
	margin:0 18px 18px 18px;
}
.home-page address span {
	display:none;
}

/* Subpages */
.sub-page #content {
	padding-bottom:0.5em;
}
.sub-page h2 {
	height:130%;
	padding-left:0.5em;
	margin-bottom:1.5em;
	border-bottom:#c6bdbe 5px solid;
}
.sub-page h3 {
	margin:0 18px;
}
.sub-page #content p, .sub-page form {
	margin:0 18px 1.7em 18px;
}
.sub-page #content ul {
	margin:0 18px 1.7em 48px;
}
.sub-page #content li {
	list-style:outside;
	list-style-type:disc;
	padding-bottom:0.5em;
}

#content blockquote {
	text-align:right;
	padding:0 4em;
}
.sub-page #content p.quote {
	margin-bottom:0;
	text-align:left;
}
.quote span {
	display:block;
	text-indent:15em;
}
.bymanagement {
	padding-right:1em;
}

.gallery {
	text-align:center;
	padding:0.5em 0 2em;
}
.gallery img {
	display:inline;
	padding:7px;
	margin:5px;
	border:#c6bdbe solid;
	border-width:1px 2px 2px 1px;
}
.gift-page .imgwrap {
	text-align:center;
	padding:2em 0;
}

.sub-page form {
	border:#c6bdbe 1px solid;
	padding:30px;
}
form div {
	margin-bottom:1em;
}
legend {
	height:0;
	line-height:0;
	font-size:1px;
	overflow:hidden;
	visibility:hidden;
}
label {
    float:left;
	width:15em;
}
input[type="text"] {
	width:40%;
}
input[type="submit"] {
	margin-top:1em;
	padding:0.2em 1em;
}

.location-page address {
	float:left;
	margin:18px;
}
.location-page h3 {
	clear:left;
}
.location-page .doublemargin {
	margin-bottom:1em;
}