@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		9;
	dw-num-cols-desktop:	13;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	width: 100%;
	display: inline-block;
	float: left;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;     
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#div1 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	left: auto;
	right: auto;
	padding-top: 30px;
}
/* BEGIN HORIZONTAL DROP-MENU */
#navbar {
	position: relative;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	text-align: center;
	z-index: 500;
	padding-bottom: 25px;
	padding-left: 0;
	paddi-ngright: 0;
	padding-top: 0;
	left: auto;
	right: auto;
}

#navbar li {
list-style: none;
font-size: 20px;
float: left;
text-align:center;
}

/**top level menu**/
#navbar li a {
	display: block;
	text-decoration: none;
	border: 4px double #45A8A5;
	text-align:center;
	margin-right: 10px; /* space between links */
	color: #45A8A5;
	width: 70px; /* adjust as needed or use auto */
	padding: 3px;
	font-weight: bold;
	line-height: 70px;
	background: #fff;
	/**rounded borders**/
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	border-radius: 70px;
	font-size: 17px;
}

/**top menu style on mouse over - in good browsers**/
#navbar li:hover > a {
	color: #FFF;
	text-shadow: 1.5px 1.5px #54ccc8;
	background: #ccc;
}

/**sub-menu**/
#navbar li ul {
display: none;
text-align:center;
margin:0;
padding:0 1em;
background:none;
}

/**sub-menu, help for older IE**/
#navbar li:hover ul, 
#navbar li.hover ul {
display: block;
position: absolute;
padding: 0;
}

#navbar li:hover li, 
#navbar li.hover li {
float: none;}

/**drop-menu style**/
#navbar li:hover li a, 
#navbar li.hover li a {
	width: auto; /* adjust width as needed or use auto */
	margin-top: 0px;
	line-height: 20px;
	font-size: 14px;
}
/**drop-menu style on mouse over**/
#navbar li li a:hover {
background:#CCC;
color:#fff;
}

/* Clear floated elements at the end*/
#navbar:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}

/**end Horizontal drop-menus**/
#top {
	padding-bottom: 30px;
	text-align: left;
}
.blue80 {
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(255,255,255,1.00)),color-stop( 100% , rgba(255,255,255,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 100%);
	border: 4px double #54ccc8;
	position: static;
}
#main {
	width: 100%;
	position: static;
	height: auto;
	margin-left: 0;
	text-align: left;
}
#footer {
}
#sidebar {
	width: 100%;
	clear: both;
	margin-left: 0;
	text-align: left;
}
#waxing_lft {
	width: 100%;
	margin-top: -30px;
	margin-left: -15px;
}
#teens_lft {
	width: 100%;
	margin-top: -30px;
}
#menu {
}
#waxing_rt {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-top: -30px;
	margin-left: -15px;
}
#teens_rt {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-top: -30px;
	margin-left: -15px;
}
#div2 {
	width: 100%;
	clear: both;
	margin-left: 0;
}
#header1 {
	width: 100%;
	padding-top: x;
}
#series_6 {
}
#series_6teen {
}
.zeroMargin_mobile {
margin-left: 0;
}

@media only screen and (max-width:480px){

#div2 {
	margin-left: 0;
}

#div1 {
	font-size: 40px;
	width: 100%;
	font-family: italianno;
	font-style: normal;
	font-weight: 400;
	text-shadow: 1px 1px 2px #54CCC8;
}
#header1 {
font-size: large;
width: 100%;
}
#series_6 {
}
#series_6teen {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
.gridContainer.clearfix #main .fluid.hide_mobile_ {
	display: none;
}
ul, ol {
	margin: 1em 0;
	padding-top: 0;
	padding-right: 0;
	/* [disabled]padding-left: 40px; */
	padding-bottom: 0;
	text-align: left;
}
dd { margin: 0 0 0 40px; }
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	/* [disabled]margin-top: auto; */
	margin-right: auto;
	margin-left: auto;
	/* [disabled]margin-bottom: auto; */
	padding: 0;
	text-align: left;
	width: 100%;
}
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.zeroMargin_mobile {
margin-left: 0;
}

.gridContainer {
	width: 90.9333%;
	padding-left: 1.0333%;
	padding-right: 1.0333%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
	width: 100%;
	font-family: italianno;
	font-style: normal;
	font-weight: 400;
	font-size: 100px;
	text-shadow: 2px 2px 4px #54CCC8;
}
/* BEGIN HORIZONTAL DROP-MENU */
#navbar {
	position: relative;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	text-align: center;
	z-index: 500;
	padding-bottom: 25px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	left: auto;
	right: auto;
}

#navbar li {
	list-style: none;
	font-size: 20px;
	float: left;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/**top level menu**/
#navbar li a {
	display: block;
	text-decoration: none;
	border: 4px double #54ccc8;
	margin-right: 10px; /* space between links */
	color: #54ccc8;
	width: 70px; /* adjust as needed or use auto */
	padding: 3px;
	font-weight: bold;
	line-height: 70px;
	background: #fff;
	/**rounded borders**/
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	border-radius: 70px;
	font-size: 16px;
}

/**top menu style on mouse over - in good browsers**/
#navbar li:hover > a {
	color: #FFF;
	text-shadow: 1.5px 1.5px #54ccc8;
	background: #ccc;
	font-style: normal;
	font-weight: 400;
}

/**sub-menu**/
#navbar li ul {
display: none;
text-align:center;
margin:0;
padding:0 1em;
background:none;
}

/**sub-menu, help for older IE**/
#navbar li:hover ul, 
#navbar li.hover ul {
display: block;
position: absolute;
padding: 0;
}

#navbar li:hover li, 
#navbar li.hover li {
float: none;}

/**drop-menu style**/
#navbar li:hover li a, 
#navbar li.hover li a {
	width: auto; /* adjust width as needed or use auto */
	margin-top: 2px;
	line-height: 20px;
	font-size: 14px;
}
/**drop-menu style on mouse over**/
#navbar li li a:hover {
background:#CCC;
color:#fff;
}

/* Clear floated elements at the end*/
#navbar:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}

#header1 {
	width: 100%;
	text-align: left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}

#series_6 {
}

#series_6teen {
}

.zeroMargin_desktop {
margin-left: 0;
}

.hide_desktop {
display: none;
}

/**end Horizontal drop-menus**/
}
#top {
	padding-bottom: 30px;
}
#main {
width: 65.909%;
margin-left: 0;
position: static;
height: auto;
}
#sidebar {
width: 31.8181%;
margin-left: 2.2727%;
clear: none;
}
#footer {
}
#waxing_lft {
width: 43.1818%;
}
#waxing_rt {
width: 54.5454%;
margin-left: 2.2727%;
clear: none;
}
#teens_lft {
width: 43.1818%;
}
#teens_rt {
width: 54.5454%;
margin-left: 2.2727%;
clear: none;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
#div2 {
	width: 100%;
	/* [disabled]margin-left: 13.6363%; */
	clear: none;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.6153%;
	max-width: 1100px;
	padding-left: 0.6923%;
	padding-right: 0.6923%;
	margin-top: auto;
	margin-bottom: auto;
	clear: none;
	float: none;
	text-align: left;
}
ul, ol {
	margin: 1em 0;
	padding-top: 0;
	padding-right: 0;
	/* [disabled]padding-left: 40px; */
	padding-bottom: 0;
	text-align: left;
}
dd { margin: 0 0 0 40px; }
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	/* [disabled]margin-top: auto; */
	margin-right: auto;
	margin-left: auto;
	/* [disabled]margin-bottom: auto; */
	padding: 0;
	text-align: left;
	max-width: 65%;
}
#div1 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	left: auto;
	right: auto;
	text-align: center;
	padding-top: 50px;
	font-family: italianno;
	font-style: normal;
	font-weight: 400;
	font-size: 100px;
}
#address {
width: 29.6875%;
clear: none;
margin-left: 17.1875%;
}
#navbar {
	right: auto;
	left: auto;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
#navbar li a {
	display: block;
	text-decoration: none;
	border: 4px double #54ccc8;
	margin-right: 10px; /* space between links */
	color: #54ccc8;
	width: 90px; /* adjust as needed or use auto */
	padding: 3px;
	font-weight: bold;
	line-height: 90px;
	background: #fff;
	/**rounded borders**/
	-moz-border-radius: 90px;
	-webkit-border-radius: 90px;
	border-radius: 90px;
	font-size: 20px;
}
#top {
	/* [disabled]padding-bottom: 30px; */
	padding-top: 20px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-style: normal;
	font-weight: 400;
}
#main {
	width: 68.75%;
	position: static;
	height: auto;
	margin-left: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	text-align: left;
}
#sidebar {
	width: 21.875%;
	clear: none;
	margin-left: 9.375%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight: normal;
}
#footer {
	padding-top: 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: x-small;
}
#waxing_lft {
width: 37.5%;
}
#waxing_rt {
	width: 60.9375%;
	clear: none;
	margin-left: 1.5625%;
}
#teens_lft {
width: 37.5%;
}
#teens_rt {
	width: 60.9375%;
	clear: none;
	margin-left: 1.5625%;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
.about_linda {
	font-size: large;
	font-weight: bolder;
}
}
.bkgd_img {
	-webkit-box-shadow: 10px 10px 10px 0px #CCCCCC;
	box-shadow: 10px 10px 10px 0px #CCCCCC;
	margin-left: 0px;
	margin-right: 0px;
	left: auto;
	right: auto;
	vertical-align: middle;
	position: relative;
	text-align: center;
	border-collapse: separate;
	border-spacing: 25px 25px;
	border: 4px double #54ccc8;
	/* [disabled]width: 90%; */
	margin-bottom: 20px;
}
.img_150w {
	width: 200px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-left: 0px;
	-webkit-box-shadow: 5px 5px 8px #CCCCCC;
	box-shadow: 5px 5px 8px #CCCCCC;
}
.double_border {
	border: 4px double #54ccc8;
	border-collapse: separate;
	border-spacing: 25px 25px;
}
#menu #waxing_rt ul li {
	text-align: center;
	list-style-type: none;
}
#menu #teens_lft ul li {
	text-align: center;
	list-style-type: none;
}
#menu #teens_rt ul li {
	text-align: center;
	list-style-type: none;
}
.linda_img {
	width: 300px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	-webkit-box-shadow: 5px 5px 8px #CCCCCC;
	box-shadow: 5px 5px 8px #CCCCCC;
}
#menu #waxing_lft ul li {
	text-align: center;
	list-style-type: none;
}
#menu h1 {
	font-size: 55px;
	padding-top: 0;
	font-family: italianno;
	font-style: normal;
	font-weight: 400;
	text-shadow: 2px 2px 3px #54CCC8;
}
#facials {
	margin-top: -30px;
}
#Microdermabrasion {
	margin-top: -30px;
}
.ayur_150w {
	width: 150px;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
#anchor_nav ul li {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.text_center {
	text-align: center;
}
.anchor_a {
	list-style-type: none;
	font-weight: bold;
}
#anchor_nav .fluid.anchor_a li a {
	color: #54ccc8;
}
@media only screen and (min-width:1000px){
	
#anchor_nav .fluid.anchor_a li a {
	color: #54ccc8;
	font-size: medium;
	/* [disabled]font-weight: bold; */
}
#anchor_nav ul li {
	float: left;
	padding-right: 15px;
}
ul, ol {
	margin: 1em 0;
	padding-top: 0;
	padding-right: 0;
	/* [disabled]padding-left: 40px; */
	padding-bottom: 0;
	text-align: left;
}
dd { margin: 0 0 0 40px; }
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	/* [disabled]margin-top: auto; */
	margin-right: auto;
	margin-left: auto;
	/* [disabled]margin-bottom: auto; */
	padding: 0;
	text-align: left;
	max-width: 65%;
}
.prod-img {
	height: 150px;
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
}
.doc_photos {
	width: 100px;
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
}
.key_ingred {
	font-size: small;
	font-style: italic;
	color: #999999;
}
.red_text {
	color: #FF0000;
	font-size: small;
}.H2_titles {
	color: #54ccc8;
}
.gridContainer.clearfix #main iframe {
}
