﻿/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {
	margin: 0;
	padding: 0;
}

html{
	background: #010101 url('../images/htmlBG.jpg') center top repeat-y;
	overflow-x: hidden;
}

body{
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCC;
	background: transparent url('../images/bodyBG.gif') left top repeat-x;
	text-align: center;
}

a, a:visited {
	text-decoration: underline;
	color: #FFF;
}

a:hover, a:visited:hover  {
	color: #BE864D;
}

h1{
	font-size: 24px;
	margin: 0;
}

h2 {
	font-size: 18px ;
	margin: 0;
	color: #BE864D;
	clear: both;
}

h2.noTop {
	margin-top: 0;
}

h3 {
	font-size: 16px;
	margin: 10px 0 0 5px;
	line-height: 1.2em;
	color: #CAB099;
}

p {
	margin: 0 25px 10px 10px;
	line-height: 1.25em;	
}

table {
	border: none;
	border-collapse:collapse;
	width: 280px;
	margin: 5px 0 10px 10px;
}


td, th {
	border-collapse:collapse;
	padding: 1px 0;
	vertical-align: top;
}

ul {	
	margin: 0 0 10px 35px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#address {
	position: absolute;
	top: 70px;
	right: 0;
	text-align: right;
}

#address p  {
	font-size: 14px;
	line-height: 1.2em;
}

#address p span.phone  {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.2em;
}

#colL, #colR {
	position: relative;
	top: 0;
	left: 0;
	width: 310px;
	float: left;
}

#content {
	position: relative;
	top: 155px;
	padding: 25px; 
	left: 0;
	background: #121F27 url('../images/contentBG.jpg') top center repeat-y;
}

#copyright {
	position: relative;
	top:155px;
	left: 0;
	width: 100%;
	height: 35px;
	background: transparent url('../images/copyrightBG.gif') left top repeat-x;
	text-align: center;
	color: #FFF;
}

#copyright a {
	color:#BE864D;
}

#copyright a:hover {
	color:#FFF;
}

#copyright p {
	margin-right: 10px;
	padding: 15px 0;
	font-size: 11px;
}

.fixed {
	position: relative;
	width: 980px;
	margin: 0 auto;
	text-align: left;
	top: 0;
	left: 0;
}

#flash {
	position: absolute;
	top: 0;
	left: 320px;
	height: 355px;
	width: 355px;
}

#logo {
	position: absolute;
	top: 5px;
	left: 5px;
}

#mainContent {
	position: relative;
	top: 0;
	left: 285px;
	width: 675px;
	min-height: 325px;
	height: auto !important;
	height: 325px;
	z-index: 30;
}

#home #mainContent {
	width: 375px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
}

#menu {
	position: absolute;
	top: 20px;
	left: 10px;
	width: 275px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.2em;
}

#menu ul li { 
 	float: left;
 	text-align: right;
 	height: 100px;
 	width: 75px;
 	margin: 0 0 0 7px;
}

#menu li a { 
	text-decoration: none;
	color: #FFF;
}

#menu ul li a img { 
 	border: 5px solid #FFF;
 	display: block;
}

#menu ul li a:hover img,
#home #menu ul li.home a img,
#hair #menu ul li.hair a img,
#nails #menu ul li.nails a img,
#facials #menu ul li.facials a img,
#waxing #menu ul li.waxing a img,
#massage #menu ul li.massage a img,
#medical #menu ul li.medical a img,
#contact #menu ul li.contact a img,
#book #menu ul li.book a img {  
 	border: 5px solid #7B3A00;
}

#music {
	position: absolute;
	/* top: 81px; */
	top: 2px;
	right: 9px;
	z-index: 50;
}

#sm {
	position: absolute;
	top: 15px;
	left: 400px;
}

/***********************************************/
/* Individual Classes                          */
/***********************************************/
.clear {
	clear: both;
}

.cols {
	width: 45px;
	text-align: right;
	font-weight: bold;
}

.cols2 {
	width: 65px;
	text-align: right;
	font-weight: bold;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}


.phone {
	font-size: 21px;
	font-weight: bold;
}

.price {
	display: block;
	float:right;
	font-weight: bold;
	margin-right: 25px;
}

.hundred {
	width: 60px;
}