/* CSS Document */

body{
margin:0px;
background:#2e1e17 url(images/bgr.jpg) top;
font-family:tahoma;
color:#c7b79f;
font-size:12px;
}

p{
margin:10px;
color:#c7b79f;
font-size:12px;
}

.copy{
font-size:12px;
margin:5px;
margin-left:10px;
color:#c7b79f;
}

.copy-bg{
background:#522f1c;
}

.pattern-right{
background:url(images/patern.jpg);
}

h1{
font-family:tahoma;
margin:10px;
font-size:16px;
color:#b8a16a;
font-weight:lighter;
}

h2{
font-family:tahoma;
margin:10px;
font-size:12px;
color:#e0dbbe;
font-weight:lighter;
}

.light{
color:#e0dbbe;
}

.line{
background:url(images/line.jpg) repeat-x;
height:2px;
}

.main-bg{
background:#592a0e;
}

.gold{
color:#b8a16a;
margin:5px;
margin-top:10px;
margin-left:10px;
}

a:link {
	color: #b8a16a;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #b8a16a;
}
a:hover {
	text-decoration: none;
	color: #c7b79f;
}
a:active {
	text-decoration: none;
	color: #b8a16a;
}

a.backlink:link {
font-size:11px;
	color: #A3412A;
	text-decoration: none;
}
a.backlink:visited {
font-size:11px;
	text-decoration: none;
	color: #A3412A;
}
a.backlink:hover {
font-size:11px;
	text-decoration: none;
	color: #b8a16a;
}
a.backlink:active {
font-size:11px;
	text-decoration: none;
	color: #b8a16a;
}

.font15{
font-weight:bold;
font-size:15px;
color:#FFFF66;
}

.boldwhite{
font-weight:bold;
color:#FFFFFF;
font-size:12px;
text-transform:uppercase;
}

a.yellowLink:link {
	color: #FFFF66;
	text-decoration: none;
}
a.yellowLink:visited {
	text-decoration: none;
	color: #FFFF66;
}
a.yellowLink:hover {
	text-decoration: none;
	color: #c7b79f;
}
a.yellowLink:active {
	text-decoration: none;
	color: #FFFF66;
}

.yellowFont {
color:#FFFF66;
}



ul li{
	text-align: left;
	list-style-image:url(images/cross.jpg);
	padding-top: 10px;
	padding-left: 5px;
	margin:10px;
}

.floatRight{
	float:right;
	margin-left:5px;
	border:1px solid #c7b79f;
}


/***** NAVIGATION *****/

@charset "UTF-8";
/* CSS Document */

#menuwrap {    
	width: 950px;
	height:43px;
	margin-top: 0px;
	float: left;
	padding:0;
}  
 
  
ul#menu {
	width:950px;
	height:auto;
	padding:0;
	margin: 0;
	list-style-type:none;
}  
  
ul#menu li {  
    float:left;  
	text-indent:-999999px;
	padding:0;
	margin: 0;
	height:43px;
	list-style-image: none !important;
}  
  
ul#menu li a {
	display: block;
	height:43px;
	overflow:hidden;
	text-indent:-999999px;
	background:transparent url(images/menu-background.jpg) no-repeat;
	padding:0;
	margin: 0;
}  
  
ul#menu li#home a { background-position:0 0; width:62px; }  
ul#menu li#home a:hover { background-position:0 -43px;}  
  
ul#menu li#massages a { background-position:-62px 0px; width:86px; }  
ul#menu li#massages a:hover { background-position:-62px -43px;}  
  
ul#menu li#therapies a { background-position:-148px 0; width:198px; }  
ul#menu li#therapies a:hover { background-position:-148px -43px; }

ul#menu li#beauty a { background-position:-346px 0; width:130px; }  
ul#menu li#beauty a:hover { background-position:-346px -43px; }

ul#menu li#therapists a { background-position:-476px 0; width:118px; }  
ul#menu li#therapists a:hover { background-position:-476px -43px;}  
  
ul#menu li#book a { background-position:-594px 0px; width:101px; }  
ul#menu li#book a:hover { background-position:-594px -43px;}  
  
ul#menu li#info a { background-position:-695px 0; width:94px; }  
ul#menu li#info a:hover { background-position:-695px -43px; }

ul#menu li#comments a { background-position:-789px 0; width:161px; }  
ul#menu li#comments a:hover { background-position:-789px -43px; }

