/**************************************************    Basic */
* {
	margin: 0;
	padding: 0;
}
body {
	font: normal 15px/20px Arial, Sans-serif;
	color: #fff;
	background: #dddbff url('../images/background.jpg') repeat-x;
}



/**************************************************    Layout */
#wrapper {
	margin: 35px auto;
	width: 934px;
}
#container-top {
	height: 13px;
	background: url('../images/container-top.png') no-repeat;
}
#container {
	position: relative;
	width: 934px;
	min-height: 560px;
	height: auto !important;
	height: 560px;
	background: url('../images/container-middle.png') repeat-y;
}
#container #flower-top {
	position: absolute;
	top: -3px;
	left: 10px;
	width: 315px;
	height: 279px;
	background: url('../images/flower-top.png') no-repeat;
}
#container #flower-bottom {
	position: absolute;
	bottom: -8px;
	right: 10px;
	width: 278px;
	height: 314px;
	background: url('../images/flower-bottom.png') no-repeat;
}
#container #omalley {
	position: absolute;
	top: -25px;
	right: 0;
	z-index: 100;
}
#header { padding-bottom: 10px; }
#header	#logo {
	float: left;
	width: 420px;
	height: 107px;
	background: url('../images/logo.jpg') no-repeat;
}
#header	#logo span { display: none; }
#content {
	position: relative;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 30px;
	width: 650px;
}
#footer {
	text-align: right;
	padding-top: 20px;
	padding-right: 5px;
	width: 929px;
	height: 18px;
	background: url('../images/container-bottom.png') no-repeat;
	font-size: 12px;
	color: #000;
}
#footer a { color: #477; }



/**************************************************    Navigation */
#nav {
	float: right;
	display: inline;
	margin-top: 67px;
	margin-right: 4px;
	width: 474px;
	height: 37px;
	background: url('../images/navbar.png') no-repeat;
}
#nav ul {
	list-style: none;
}
#nav ul li {
	float: left;
	padding: 11px 0;
	background: url('../images/navsep.png') no-repeat 100% 3px;
}
#nav ul li a {
	padding: 0 24px;
	display: block;
}
#nav ul li#nav-lastitem { background: none; }
#nav ul li a span { display: none; }
#nav ul li a:hover {

}
#nav ul li.active a, #nav ul li a.active {

}

#nav ul li a#nav-start { width: 78px; height: 17px; background: url('../images/navitem-start.png') no-repeat 50% 0; }
#nav ul li a#nav-massage { width: 73px; height: 18px; background: url('../images/navitem-massage.png') no-repeat 50% 0; }
#nav ul li a#nav-prices { width: 55px; height: 17px; background: url('../images/navitem-prices.png') no-repeat 50% 0; }
#nav ul li a#nav-contact { width: 69px; height: 17px; background: url('../images/navitem-contact.png') no-repeat 50% 0; }

#nav ul li a:hover, #nav ul li.active a { background-position: 50% -20px !important; }



/**************************************************    Formatting */
h1 {

}
h2 {

}
p {
	margin: 15px 0;
}
a {
	text-decoration: none;
	color: #bff;
}
a:hover {
	text-decoration: underline;
}



/**************************************************    Unsorted */
.clearfix { clear: both; }
a img { border: 0; }
#title span { display: none; }
.faded-line { height: 2px; background: url('../images/fadeline.png') no-repeat -130px 50%; }
.less-top-margin { margin-top: 5px; }
.no-top-margin { margin-top: 0px; }


/**************************************************    Page: start.php */
#page-start #title {
	width: 455px;
	height: 25px;
	background: url('../images/title-start.png') no-repeat;
}
#page-start #newsbox {
	width: 470px;
	height: 216px;
	background: url('../images/pic-start.jpg') no-repeat;
}
#page-start #newsbox #newsbox-flash {
	float: left;
}
#page-start #newsbox #newsbox-content-wrapper {
	float: right;
	width: 185px;
	margin-top: 9px;
}
#page-start #newsbox #newsbox-content {
	padding-top: 2px;
	padding-right: 5px;
	width: 185px;
	height: 196px;
	overflow: auto;
	color: #000;
	font-size: 12px;
	line-height: 16px;
}
#page-start #newsbox #newsbox-content h2 {
	font-size: 17px;
}
#page-start #newsbox #newsbox-content p {
	margin: 10px 0;
}



/**************************************************    Page: massage.php */
#page-massage #title {
	width: 110px;
	height: 25px;
	background: url('../images/title-massage.png') no-repeat;
}
#page-massage h2 {
	margin-top: 25px;
	font-size: 18px;
}



/**************************************************    Page: prices.php */
#page-prices #title {
	width: 83px;
	height: 21px;
	background: url('../images/title-prices.png') no-repeat;
}
#page-prices table.pricelist {
	margin-top: 15px;
	width: 340px;
	border-spacing: 0;
	border-collapse: collapse;
}
#page-prices table.pricelist th {
	text-align: left;
	vertical-align: top;
}
#page-prices table.pricelist td.seperator {
	padding: 4px 0;
	background: url('../images/fadeline.png') no-repeat -350px 50%;
}
#page-prices table.pricelist td {
	vertical-align: top;
	text-align: right;
}
#page-prices table.pricelist td.price {
	text-align: right;
	padding-left: 10px;
}



/**************************************************    Page: contact.php */
#page-contact #title {
	width: 163px;
	height: 21px;
	background: url('../images/title-contact.png') no-repeat;
}
#page-contact h2 {
	margin-top: 10px;
	font-size: 16px;
}
#page-contact #route {
background: url('../images/contact-line.jpg') no-repeat;
	padding-left: 48px;
	float: right;
	display: inline;
	margin-right: 135px;
	width: 300px;
}
