﻿body {	
	background: #674435 url('images/bg.jpg') repeat-x;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffedbd;
	text-align: center;
}

.wrapper { width: 1000px; padding: 0 12px 0 14px; margin: 0 auto; text-align: left;
	background: transparent url('gfx/main_bg.png') repeat-y; }
.main { margin: 0; padding: 0; min-height: 600px;
	background: transparent url('gfx/header_bg.gif') no-repeat; }
.footer { width: 1000px; height: 43px; padding: 0 13px 0 10px; margin: 0 auto 24px auto; text-align: left;
	background: transparent url('gfx/main_bg_footer.png') no-repeat 3px 0; }

.header { height: 220px; }
.content { width: 800px; padding: 10px; margin-left: 176px; }

a, a:visited {
	color: #ffedbd;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
}

a:hover, a:active {
	color: #927B74;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bolder;
}

/*a:hover { color: #fff; }*/

h1 {
	color: #A68D57;
	font-family: Monotype Corsiva, Vladimir Script, Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 36px;
}

h2 {
	color: #927b74;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h3 {
	color: #927b74;
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 12px;
	margin-bottom: 0;
}

p { width: 740px; font-size: 13px; }
p.topmenu { color: #fff; width: 800px; font-size: 14px; }
p.bottommenu { color: #fff; font-size: 14px; }

strong { font-size: 120%; color: #fff; font-weight: normal; }

.footer_info { text-align: center; font-size: 85%; margin-top: 36px; }
.footer_info p { font-size: 11px; color: #fff; }

p.topnote { padding-bottom: 12px; border-bottom: 1px solid #6d5c55; }

em { font-size: 12px; color: #fff; }

span.price { font-size: 14px; font-style: italic; text-align: right; color: #fff; }

ul.pricelist { float: left; width: 150px; margin-top: 0; padding-left: 20px;
	list-style: disc inside url("gfx/bullet2.gif"); }
ul.pricelist li { font-size: 12px; }

ul.last { clear: right; }



/***** page headers *****/

.hdrgfx { height: 60px; position: relative; top: 119px; left: 164px; }

.hdr_spaMenu { background: transparent url('gfx/hdr_spaMenu2.png') no-repeat; }
.hdr_gentlemensMenu { background: transparent url('gfx/hdr_gentlemensMenu2.png') no-repeat; }
.hdr_bodyTreatments { background: transparent url('gfx/hdr_bodyTreatments2.png') no-repeat; }
.hdr_massages { background: transparent url('gfx/hdr_massages2.png') no-repeat; }
.hdr_spaPackages { background: transparent url('gfx/hdr_spaPackages2.png') no-repeat; }
.hdr_weddingPackages { background: transparent url('gfx/hdr_weddingPackages2.png') no-repeat; }
.hdr_ourProducts { background: transparent url('gfx/hdr_ourProducts2.png') no-repeat; }
.hdr_employment { background: transparent url('gfx/hdr_employment2.png') no-repeat; }
.hdr_location { background: transparent url('gfx/hdr_location2.png') no-repeat; left: 174px; }

/***** float clearing *****/


.cf { clear: both; height: 0.1em; width: 100%; font-size: 0.1em; /*border: 1px solid #000;*/ }
.cfline { clear: both; height: 0.1em; width: 100%; font-size: 0.1em; border-top: 1px solid black; }

.cf:after, .cfline:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.cf, .cfline {display: inline-block;}

* html .cf, * html .cfline {height: 1%;}
.cf, .cfline {display: block;}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix { height: 1%; }

.padded { height: 4px; clear: both; }