@charset "utf-8";
/* CSS Document */
body {
	background-color: #f5b10d;
	color: black;
	width: 1000px;
	font-size: 13px;
    line-height: 13px;
    font-family: Helvetica, sans-serif;
/*    font-weight: bold;*/

}
#main {
	width: 900px;
	background-color: goldenrod;
	border: medium solid maroon;
	margins: 50px;
	padding: 10px;
}
header {
	background-color: gold;
	margin-left: auto; 
	margin-right: auto; 
}
header a img {
	margin-left: auto; 
	margin-right: auto; 
	background-color: darkgoldenrod; 
	display: block;
}
#tableContainer {
	display: table;
	background-color: maroon;
	border-spacing: 3px;
}
#tableRow {
	display:table-row;
}
#col1col2 {
	width: 600px;
	background-color: green;
	border: thin solid red;
	margins: 40px;
	padding: 10px;
}
#col1 {
	display: table-cell;
	width: 40%;
	background-color: goldenrod;
	border: thin solid darkgoldenrod;
	padding: 10px;
}
#col2 {
	display: table-cell;
	width: 40%;
	background-color: goldenrod;
	border: thin solid darkgoldenrod;
	padding: 10px;
}
#col3 {
	display: table-cell;
	width: 20%;
	background-color: silver;
	border: thin solid red;
	padding: 10px;
}
#col1 td {
	color: black;
	background-color: #aaa;
	padding-left: 5px;
	padding-right: 5px;
}
#col1 th {
	text-align: center;
	background-color: goldenrod;
	color: black;
	font-size: 150%;
}
#col2 td {
	color: black;
	background-color: #AAA;
	padding-left: 5px;
	padding-right: 5px;
}
#col2 th {
	text-align: center;
	background-color: goldenrod;
	color: black;
	font-size: 150%;
}
.waxingHeading {
	text-align: center;
}
/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
nav ul{
	list-style: none; /* this removes the list marker */
/*	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
/*	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
nav li {
	border-left: 3px solid red; /*this creates the button separation */
/*	border-bottom: 1px solid #666;*/
}
nav a, nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 15px;
	padding-bottom: 5px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 100px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	background-color: #C6D580;
	color: #FFF;
	float: left;
}
nav a:hover, nav a:active, nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background-color: #ADB96E;
	color: #000;
}

.massageStyle {
	width: 300px;
	color: black;
}
.massagePrices {
	width: 150px;
	color: black;
}
.massageDesc {
	background-color: goldenrod;
	width: 650px;
}
.SlideShow {
	
}
.GiftCards {
    background-color: #f5b10d;
    height: 200px;
    width: 400px;
    margin: 100px auto;
	padding: 3px;
    border: 3px dashed #21303b;
     
    /*shadow*/
    -webkit-box-shadow: 10px 10px 10px #000;
    -moz-box-shadow: 10px 10px 10px #000;
    box-shadow: 10px 10px 10px #000;
     
    /*rounded corners*/
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.GiftCards h2 {
    font-size: 20px;
    line-height: 28px;
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.GiftCards a img {
	margin-left: auto; 
	margin-right: auto; 
	background-color: darkgoldenrod; 
	display: block;
}

.coupon1 {
    background-color: white;
    height: 200px;
    width: 400px;
    margin: 100px auto;
    border: 3px dashed #21303b;
     
    /*shadow*/
    -webkit-box-shadow: 10px 10px 10px #000;
    -moz-box-shadow: 10px 10px 10px #000;
    box-shadow: 10px 10px 10px #000;
     
    /*rounded corners*/
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.coupon1 h2 {
    font-size: 30px;
    line-height: 25px;
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.infoBox {
    background-color: goldenrod;
    height: 100px;
    width: 275px;
    margin: 25px auto;
    border: 2px solid #21303b;
  
    /*shadow*/
    -webkit-box-shadow: 10px 10px 10px #000;
    -moz-box-shadow: 10px 10px 10px #000;
    box-shadow: 10px 10px 10px #000;
     
    /*rounded corners*/
    /*-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;*/
}
.infoBox p {
    font-size: 13px;
    line-height: 13px;
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #21303b;
    background-color: goldenrod;
    /*margin: 3px auto;*/
    padding: 3px;
}

.one-third_dt_col {
    width: 33%;
    background-color:gray;
    float:right;
}
.two-thirds_dt_col {
    width: 66%;
    background-color:silver;
    float:left;
}

