/* CSS Document */

html
	{
	height:100%;
	margin: 0px;
	padding: 0px;
	}
body
	{
	width:100%;
	height:100%;
	font-size:72%;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../img/trBg.jpg) repeat-y #261101;
	}
img
	{
	border:0px;
	}
* 
	{
	padding: 0;
	margin: 0;
	}
.input {
	border:1px solid #000;
	padding:2px 0px 2px 2px;
	height:auto;
	background-color:#F8FFFC;
	color:#000;
	}
.input:focus {
	border:1px solid #999;
	padding:2px 0px 2px 2px;
	height:auto;
	background-color:#EEE;
	color:#000;
	}
h1 {
	color:#a72c46;
	width:auto;
	height:35px;
	padding:12px 0 0 15px;
	margin:0 0 0 -15px;
	font:normal 1.7em Verdana, Arial, Helvetica, sans-serif;
	}
h2 {
	font:normal 1.3em Verdana, Arial, Helvetica, sans-serif;
	color:#a72c46;
	}
h2 a {
	font:normal 1.4em Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#a72c46;
	}
h2 a:hover {
	font:normal 1.4em Verdana, Arial, Helvetica, sans-serif;
	color:#FF3300;
	text-decoration:none;
	}
h3 {
	font:bold 1.1em Verdana, Arial, Helvetica, sans-serif;
	color:#a72c46;
	line-height:18px;
	}
p {
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	color:#866851;
	line-height:18px;
	}
p a {
	color:#0087C9;
	text-decoration:underline;
	font-weight:bold;
	}
p a:hover {
	color:#FF3300;
	text-decoration:underline;
	}

br {
	line-height:10px;
	}	
table {
	margin:0 0 20px 0;
	padding:3px;
	background:#fffcf3;
	border:1px solid #EEE;
	}
.tHead {
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	color:#988888;
	line-height:18px;
	}	
.tRow1 {
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	color:#988888;
	line-height:18px;
	width:auto;
	height:auto;
	padding:4px 0 4px 4px;
	}	
.tRow2 {
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	color:#988888;
	line-height:18px;
	background:#FFF1E7;
	width:auto;
	height:auto;
	padding:4px 0 4px 4px;
	}
.col1 {
	width:180px;
	}
td {
	padding:5px;
	}
	
/*******************
MAIN SITE STRUCTURE
********************/

#outerContainer {
	margin:auto;
	position:relative;
	width:auto;
	height:auto;
	background:url(../img/trbg2.jpg) left top no-repeat;
	z-index:100;
	}
#container {
	top:10px;
	margin:auto;
	clear:both;
	position:relative;
	overflow:hidden;
	width:980px;
	height:auto;
	}
#header {
	position:relative;
	overflow:hidden;
	width:849px;
	height:109px;
	padding:25px 0 0 120px;
	background:url(../img/header.png) no-repeat;
	}
#header h1 {
	color:#261101;
	font:lighter 2em Verdana, Arial, Helvetica, sans-serif;
	}
#header h2 {
	color:#261101;
	font:lighter 1.2em Verdana, Arial, Helvetica, sans-serif;
	}
#headerRight  {
	position:absolute;
	top:0;
	left:850px;
	overflow:hidden;
	width:105px;
	height:105px;
	margin:20px 0 0 0;
	}
#contentWrapper {
	overflow:hidden;
	position:relative;
	width:969px;
	height:auto;
	z-index:5;
	margin:0 0 0 0;
	padding:0 0 40px 0;
	background:#FFF;
	}
#contentBg {
	overflow:hidden;
	position:relative;
	width:980px;
	height:auto;
	padding:0;
	z-index:5;
	}
#contentLeft {
	float:left;
	overflow:hidden;
	position:relative;
	padding:10px 0 0 10px;
	width:230px;
	height:auto;
	z-index:6;
	}		
#content {
	float:left;
	overflow:hidden;
	position:relative;
	width:710px;
	height:auto;
	padding:10px 0 0 0;
	z-index:6;
	}
#appointments {
	position:absolute;
	top:25px;
	left:620px;
	width:324px;
	height:63px;
	text-align:center;
	padding:10px 0 0 0;
	background:url(../img/appointmentsBg.png) no-repeat;
	}
#appointments p {
	color:#FFF;
	margin:0 0 5px 0;
	font:normal 1.2em Verdana, Arial, Helvetica, sans-serif;
	}	
#appointments h2 {
	color:#FFF;
	font:normal 2.1em Verdana, Arial, Helvetica, sans-serif;
	}
/*********
CONTENT
**********/

#contentWrap {
	float:left;
	overflow:hidden;
	position:relative;
	width:600px;
	height:auto;
	padding:11px 30px 0 40px;
	z-index:6;
	border:0;
	}	
#contentWrap img { 
	position:relative;
	margin:5px 20px 10px 0;
	}
#contentWrap ul {
	padding-left:14px;
	}	
#contentWrap  li {
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#866851;
	}
#contentWrap  li a {
	color:#38B7F7;
	text-decoration:undeline;
	font-weight:bold;
	}
#contentWrap  li a:hover {
	color:#999;
	text-decoration:none;
	}
#contentRight {
	float:left;
	overflow:hidden;
	position:relative;
	width:200px;
	height:auto;
	padding:10px 10px 10px 0;
	z-index:6;
	}			
#contentRight h1 {
	width:200px;
	height:35px;
	background:url(../img/menubg.jpg) no-repeat;
	color:#FFF;
	margin-left:10px;
	padding:12px 0 0 20px;
	font:normal 1.5em Verdana, Arial, Helvetica, sans-serif;
	}
#contentRight p {
	padding-left:20px;
	}
#contentRight a {
	font-size:0.8em;
	}	
	
/**********
INDEX
***********/
	
#indexBoxWrap {	
	position:relative;
	overflow:hidden;
	width:730px;
	height:360px;
	}
.indexBox {
	float:left;
	position:relative;
	overflow:hidden;
	width:230px;	
	height:172px;
	margin:0 8px 8px 0;
 	background:url(../img/indexBoxBgOvr.jpg) bottom no-repeat;
	}
.indexBox a {	
	display:block;
	cursor:pointer;
	width:230px;	
	height:172px;
	text-decoration:none;	
	background:url(../img/indexBoxBg.jpg) bottom no-repeat;
	}
.indexBox a:hover { 
	background:url(../img/indexBoxBgOvr.jpg) bottom no-repeat;
	}
.boxTitle  {
	display:block;
	position:relative;
	color:#FFF;
	width:230px;
	height:35px;
	padding:12px 0 0 0;
	text-align:center;
	font:normal 1em Verdana, Arial, Helvetica, sans-serif;
	}
.more {
	color:#000;
	font:bold 0.8em Verdana, Arial, Helvetica, sans-serif;
	}
.guinot {
	display: block;	
	width:154px;
	height:45px;
	color:#a72c46;
	padding:70px 60px 0 10px;
	background:url(../img/guinotIndex.jpg) bottom right no-repeat;
	}
.painfree {
	display: block;	
	width:174px;
	height:45px;
	color:#a72c46;
	padding:85px 40px 0 10px;
	background:url(../img/painfreeIndex.jpg) top center no-repeat;
	}	
.espa {
	display: block;	
	width:174px;
	height:45px;
	color:#a72c46;
	padding:85px 40px 0 10px;
	background:url(../img/espaIndex.jpg) top right no-repeat;
	}
.brazil {
	display: block;	
	width:174px;
	height:45px;
	color:#a72c46;
	padding:70px 40px 0 10px;
	background:url(../img/brazilian.jpg) top right no-repeat;
	}
.massage {
	display: block;	
	width:154px;
	height:45px;
	color:#a72c46;
	padding:70px 60px 0 10px;
	background:url(../img/massageIndex.jpg) bottom right no-repeat;
	}
.manicure {
	display: block;	
	width:174px;
	height:30px;
	color:#a72c46;
	padding:85px 40px 0 10px;
	background:url(../img/manicures.jpg) top right no-repeat;
	}
	
/*********
Top Level
**********/

#menuWrap {
	position:relative;
	overflow:hidden;
	list-style:none;
	width:949px;
	height:26px;
	padding:3px 0 0 20px;
	background:url(../img/menuBarBg.png) repeat-x;
	}
.menuItem {
	float:left;
	position:relative;
	overflow:hidden;
	font:normal 1em Verdana, Arial, Helvetica, sans-serif;
	width:auto;
	height:auto;
	}
.menuItem a {
	float:left;
	display:block;
	color:#FFF;
	width:auto;
	height:auto;
	padding:0 40px 0 0;
	text-decoration:none;	
	}
.menuItem a:hover {
	color:#FFFF66;
	text-decoration:none;	
	}
.menuItemHere {
	float:left;
	overflow:hidden;
	position:relative;
	text-align:center;
	font:normal 1em Verdana, Arial, Helvetica, sans-serif;
	height:auto;
	}
.menuItemHere a {
	float:left;
	display:block;
	cursor:pointer;
	color:#FFFF66;
	width:auto;
	height:auto;
	padding:0 40px 0 0;
	text-decoration:none;	
	}
.menuItemHere a:hover {
	color:#FF9900;
	text-decoration:none;	
	}
	
/***********
SIDE MENU 
***********/

ul.sideMenuWrap {
	width:218px;
	list-style:none;
	}
.sideMenu {
	overflow:hidden;
	width:220px;
	height:auto;
	font-size:1.3em;
	margin:0 0 6px 5px;
	background:url(../img/menuBgOvr.png) no-repeat;
	}
.sideMenu a {
	display:block;
	cursor:pointer;
	width:210px;
	height:auto;
	background:url(../img/menuBg.png) no-repeat;
	color:#FFF;
	padding:10px 10px 10px 10px;
	text-decoration:none;
	}
.sideMenu a:hover {
	background:url(../img/menuBgOvr.png) no-repeat;
	color:#FFFF66;
	text-decoration:none;
	}	
.sideMenuHere {
	width:220px;
	height:auto;
	font-size:1.3em;
	margin:0 0 0 5px;
	background:url(../img/menuBg.png) no-repeat;
	}
.sideMenuHere a {
	display:block;
	cursor:pointer;
	width:210px;
	height:auto;
	background:url(../img/menuBg.png) no-repeat;
	color:#FFF;
	padding:10px 10px 10px 10px;
	text-decoration:none;
	}
.sideMenuHere a:hover {
	background:url(../img/menuBg.png) no-repeat;
	color:#FFFF66;
	text-decoration:none;
	}
	
/***********
SUB MENU 1
***********/

.subMenu {
	position:relative;
	font-size:0.75em;
	width: 220px;
	height: auto;
	margin:0 0 0 0;
	list-style:none;
	}
.subMenu a {
	color:#a22641;
	display: block;
	width: 200px;
	height: auto;
	padding:4px 0 4px 10px;
	text-decoration: none;
	background:#FFF;
	}
.subMenu a:hover {
	color:#261101;
	text-decoration: none;
	background:#f0deea;
	}
.subMenuHere {
	position:relative;
	font-size:0.75em;
	width: 220px;
	height: auto;
	margin:0 0 0 0;		
	list-style:none;
	}
.subMenuHere a {
	color:#a22641;
	display: block;
	width: 200px;
	height: auto;
	padding:4px 0 4px 10px;
	text-decoration: none;
	background:#fff1fa;
	}
.subMenuHere a:hover {
	color:#261101;
	display: block;
	text-decoration: none;
	background:#f0deea;
	}	
	
/***********
SUB MENU 2
***********/	

.subSubMenuWrap {
	margin:0 0 0 0;
	width: 205px;
	border-bottom:1px dotted #f0deea;
	}
.subSubMenuWrap ul {
	position:relative;
	width: 205px;
	height: auto;
	list-style:none;
	}
.subSubMenu {
	display: block;
	position:relative;
	font-size:0.90em;
	width: 220px;
	height: auto;
	}
.subSubMenu a {
	color:#a22641;
	display: block;
	width: 185px;
	height: auto;
	padding:4px 0 4px 20px;
	text-decoration: none;
	background:#FFF;
	}
.subSubMenu a:hover {
	color:#261101;
	text-decoration: none;
	background:#f0deea;
	}
.subSubMenuHere {
	font-size:0.90em;
	width: 220px;
	height: auto;
	list-style:none;
	}
.subSubMenuHere a {
	color:#a22641;
	display: block;
	width: 185px;
	height: 18px;
	padding:3px 0 0 20px;
	text-decoration: none;
	background:#fff1fa;
	}
.subSubMenuHere a:hover {
	color:#261101;
	text-decoration: none;
	background:#f0deea;
	}
	
/******
Footer
******/

#footerWrap {
	overflow:hidden;
	position:relative;
	width:980px;
	height:13px;
	padding:30px 0 30px 0;
	text-align:center;
	}
#footer  p {
	font:normal 100 0.9em normal Arial, Helvetica;
	line-height:15px;
	color:#FFF;
	}
#footer a {
	color:#FFF;
	text-decoration:underline;
	}
#footer a:hover {
	color:#FFFF99;
	text-decoration:none;
	}	
