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

*{
	margin: 0;
	padding: 0;
	outline: none;
}

body{
	margin: 0;
	font-size: 12px;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	background: url(../imgs/cloud_bg2.jpg) repeat-x top center #fefdfd;
	color: #fefdfd;
}

#page-container {
	width: 950px;
	margin: auto;
}

#header {
	min-height: 220px;
	padding: 0px 50px;
	position:relative;
	z-index: 100;
}

#header span{
	color: #636363;
	font-size: 20px;
	line-height: 28px;
}

#content {
	min-height: 350px;
	clear:both;
}

#box_container {
	margin: 0px;
	background-color: #e8e5d6;
	border-top: #e2f5fc solid 12px;
}

#box1 {
	background-color: #e8e5d6;
	width: 275px;
	padding: 20px 20px;
	float: left;
	border-right: #15a19a dotted 2px;
	position:relative;
}

#box2 {
	background-color: #e8e5d6;
	width: 275px;
	padding: 20px 20px;
	float: left;
	border-right: #15a19a dotted 2px;
}

#box3 {
	background-color: #e8e5d6;
	width: 275px;
	padding: 20px 20px;
	float: left;
	position:relative;
}

#coupon {
	padding: 20px;
	background-color: #d0cabe;
	border: #e2f5fc 1px dashed;
	margin: 10px 0px;
	text-align:center;
	height: 70px;
}

#coupon p{
	color: #6d5b5b;
}

#coupon span{
	font-size:8px;
	color: #6d5b5b;
	font-style:oblique;
}

#content2 {
	float:left; 
	width: 296px;
}

#content3 {
	width: 650px; 
	float:left;
	position:relative;
}

#footer {
	background: #fefdfd;
	height: 100px;
	border-top: #b8e6dc solid 3px;
	padding-top: 20px;
	clear:both;
	position: relative;
}

#footer p{
	color: #636363;
	text-align:center;
	font-size: 12px;
	line-height: 24px;
}

h1 {
	color: #15a19a;
	font-size: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 200%;
	font-weight:lighter;
}

h2 {
	color: #6d5b5b;
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	line-height: 130%;
}

h2>a:link {color: #6d5b5b; text-decoration:none;}
h2>a:visited {color: #6d5b5b; text-decoration:none;}
h2>a:hover {color: #15a19a; text-decoration:none;}
h2>a:active {color: #6d5b5b; text-decoration:none;}



h3 {
	color: #4b4b4b;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	line-height: 130%;
}

h4 {
	color: #15a19a;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	line-height: 150%;
}

p {
	color: #6d5b5b;
	line-height: 18px;
}

a:link {color:#08567d; text-decoration:none;}
a:visited {color:#08567d; text-decoration:none;}
a:active {color:#08567d; text-decoration:none;}
a:hover {color: #15a19a; text-decoration:none;}

/*#number {
	color:#08567d; 
	font-family:Georgia, 'Times New Roman', Times, serif; 
	font-weight:bold; 
	text-align:right; 
	font-size: 24px;
	padding: 15px 15px 0px 0px;
}*/

/* Facials */

#facial1 {
	background-color: #e8e5d6;
	margin-bottom: 20px;
	padding: 20px;
	border-bottom: #15a19a solid 2px;
	border-top: #e2f5fc solid 12px;
	position:relative;
}

#facial2 {
	background-color: #e8e5d6;
	padding: 20px;
	margin-bottom: 20px;
	border-bottom: #15a19a solid 2px;
	border-top: #e2f5fc solid 12px;
	position:relative;
}

#facial3 {
	background-color: #e8e5d6;
	padding: 20px;
	margin-bottom: 20px;
	border-bottom: #15a19a solid 2px;
	border-top: #e2f5fc solid 12px;
	position:relative;
}

/*Facials */

/* Makeup */

#makeup1 {
	background-color: #e8e5d6;
	width: 265px;
	padding: 20px;
	margin: 20px 20px 20px 0px;
	float: left;
	border-bottom: #15a19a solid 2px;
	border-top: #e2f5fc solid 12px;
	position:relative;
}

#makeup2 {
	background-color: #e8e5d6;
	width: 265px;
	padding: 20px;
	margin: 20px 0px 20px 20px;
	float: left;
	border-bottom: #15a19a solid 2px;
	border-top: #e2f5fc solid 12px;
	position:relative;
}

/* Makeup */

/*Nav*/

ul#navlist
{
margin: 0;
padding: 0;
list-style-type: none;
white-space: nowrap;
}

ul#navlist li
{
float: right;
font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
margin: 0;
padding: 5px 0 4px 0;
border-top: 1px solid #e0ede9;
}

#navlist a, #navlist a:link
{
margin: 0;
padding: 5px 9px 4px 9px;
color: #15a19a;
border-right: 1px dashed #d1e3db;
text-decoration: none;
}

ul#navlist li#active
{
color: #95bbae;
background-color: #e8e5d6;
}

#navlist a:hover
{
color: #6d5b5b;
background-color: #e8e5d6;
}

#navcontainer {
	padding: 0px 30px 0px 0px;
	width: auto;
	height: 35px;
}

/*Nav*/