* {
	padding: 0;
	margin: 0;
}
html { font-size: 100%; }

html, body {
	height: 100%;
}

body {
	color: #fff;
	background: #544942 url(/media/bg.jpg) repeat top left;
	background-attachment: fixed;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
}

h1 {
	color: #EFDEC6;
	font-size: 2.8em;
	font-weight: normal;
	margin-left: 18px;
}
h1.index, h1.about_us, h1.the_antenatal_course, h1.the_spa, h1.available_dates, h1.contact_us {
	height: 46px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center left;
}
h1.index {
	background-image: url(/media/index_title.gif);
}
h1.about_us {
	background-image: url(/media/about_us_title.gif);
}
h1.the_antenatal_course {
	background-image: url(/media/the_course_title.gif);
}
h1.the_spa {
	background-image: url(/media/the_spa_title.gif);
}
h1.available_dates {
	background-image: url(/media/available_dates_title.gif);
}
h1.contact_us {
	background-image: url(/media/contact_us_title.gif);
}

h2 {
	color: #EFDEC6;
	font-size: 1.5em;
	font-weight: normal;
	margin-left: 18px;
}

h3 {
	font-size: 1.2em;
	font-weight: normal;
	color: #EC2C77;
}

a {
	color: #EFDEC6;
	text-decoration: underline;
}
a:hover {
	color: #EC2C77;
}

blockquote {
	margin: 1.5em 0;
	padding-top: 46px;
	background-image: url(/media/bq_top_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	color: #EFDEC6;
	text-align: center;
}
blockquote div {
	padding: 0 150px 46px 150px;
	background-image: url(/media/bq_bot_bg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}


.bg_img {
	background-repeat: no-repeat;
	background-position: bottom center;
	background-attachment: fixed;
	min-height: 100%;
}
.bg_img.index {
	background-image: url(/media/couple_bg.png);
}
.bg_img.available_dates {
	background-image: url(/media/feet_bg.png);
}
.bg_img.the_spa {
	background-image: url(/media/woman_bg.png);
}
.bg_img.the_antenatal_course {
	background-image: url(/media/baby_bg.png);
}
.bg_img.contact_us {
	background-image: url(/media/baby_phone_bg.png);
}
.bg_img.about_us {
	background-image: url(/media/mother_baby_bg.png);
}
.wrapper {
	width: 970px;
	text-align: center;
	margin: 0 auto;
}


.left {
	float: left;
	width: 187px;
	padding-right: 13px;
}
.right {
	float: right;
	width: 770px;
}
.left h3 {
	font-size: 1.6em;
	margin: 50px 0 0 -12px;
	line-height: 1.4em;
}
.left h3 strong {
	font-size: 1.1em;
}


.menu {
	padding-top: 40px;
	margin: 2em 0 2.5em 0;
	background-image: url(/media/menu_top_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.menu ul {
	padding-bottom: 56px;
	list-style: none;
	background-image: url(/media/menu_bot_bg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}
.menu li {
	display: inline;
}
.menu a {
	padding: 0 0.8em;
	color: #EFDEC6;
	text-decoration: none;
}
.menu a:hover {
	color: #EC2C77;
}


.content {
	text-align: left;
	margin-bottom: 3em;
}
.content p {
	margin: 1.5em 25px 1.5em 18px;
}
.content ul {
	margin: 1.5em 25px 1.5em 6em;
}


.slideshow_bg {
	position: relative;
	width: 770px;
	height: 462px;
	margin-top: -25px;
	margin-bottom: -20px;
	overflow: hidden;
	background-image: url(/media/slideshow_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}
/*.slideshow .slideshow_pholder {
	margin: 54px 0 0 31px;
}*/
.slideshow_pholder {
	position: absolute;
	z-index: 900;
	text-align: center;
	padding: 54px 0 0 31px;
}
.img_caption_bg, .img_caption {
	display: none;
}
.img_navi_bg {
	position: absolute;
	display: block;
	bottom: 40px; left: 31px;
	width: 660px;
	margin: 0;
	padding: 0 20px;
	background-color: #000;
	z-index: 4999;
	color: #fff;
	font-size: 1em;
	line-height: 2em;
	text-align: left;
	opacity:0.3;
	filter:alpha(opacity=30);
}
.img_navi {
	position: absolute;
	display: block;
	bottom: 40px; left: 10px;
	z-index: 5001;
	width: 680px;
	margin: 0;
	padding: 0 20px;
}
.img_navi_but {
	display: block;
	width: 12px;
	font-size: 1em;
	line-height: 2em;
	background-image: url(/media/ss_navi_but_off.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	margin-left: 5px;
	text-decoration: none;
}
.img_navi_but:hover {
	background-image: url(/media/ss_navi_but_over.png);
	text-decoration: none;
}
.img_navi_but.on, .img_navi_but.on:hover {
	background-image: url(/media/ss_navi_but_on.png);
}


.rimg_bg {
	position: relative;
	float: right;
	width: 319px;
	height: 397px;
	margin-top: -25px;
	margin-bottom: -20px;
	overflow: hidden;
	background-image: url(/media/rimg_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.rimg_pholder {
	position: absolute;
	z-index: 900;
	text-align: center;
	padding: 54px 0 0 27px;
}



.footer {
	font-size: 0.78em;
}


/* CONTACT */

.contact {
	margin: 1.5em 0;
	padding-left: 18px;
}
.contact_pane {
	padding: 0 0 10px 0;
	margin-bottom: 10px;
}
.contact_block {
	display: block;
	float: left;
	width: 340px;
	margin: 0 10px 0 0;
}
.contact p {
	margin-left: 0;
	text-align: left;
}
.contactform {
}
.contactmessage {
	/*text-align: left;*/
	padding: 10px;
	font-weight: bold;
	border: 1px solid #EC2C77;
}
.contact label {
	display: block;
	font-weight: bold;
	margin: 1.5em 0 0.5em 0;
	padding: 0;
}
.contact .check_pair {
	white-space: nowrap;
}
.contact input, .contact select, .contact textarea {
	padding: 0;
}
.contact input { /* target just checkboxes */
	margin: 0 20px 0 0;
}
.contact input.field, .contact select.field, .contact textarea.field {
	display: block;
	border: 5px solid #EFDEC6;
	width: 300px;
	padding: 2px 0 2px 0;
	margin: 0;
}
.contact input.button {
	display: block;
	background-color: #EC2C77;
	padding: 10px;
	border: 0;
	width: 100px;
	margin: 20px 0 0 0;
	font-weight: bold;
	cursor: pointer;
}
.contact input.button:hover {
	background-color: #fff;
}
.contact textarea.tall {
	height: 110px;
}
.contact label input {
	display: inline;
	padding: 0;
	margin: 0 5px 0 0;
}


.highlight {
	font-size: 0.8em;
	color: #EC2C77;
}
div.clear {
	width: 0px;
	height: 0px;
	clear: both;
}
