﻿/* CSS layout */

/* Font sizing hack for consistency */

*html body {
    font-size:	x-small; /* for IE5 Win */
    f\ont-size: medium; /* for other IE versions */
}

html>body {
    font-size: small; /* be nice to opera */
}


body {
    margin: 0px;
	font-size: medium;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #808080;
	line-height: 135%;
	text-align: center;
	background-color: #CCCCCC;
}


#shadow	{
	width: 776px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('images/shad_me.jpg');
	background-repeat: repeat-y;
}

#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F2F2F2;
	height: auto;
	text-align: left;
	border-bottom: 4px solid #666666;
	border-top: 2px solid #666666;
	border-left: 2px solid #666666;
	border-right: 2px solid #666666;
	
}


#pop {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F2F2F2;
	height: auto;
	text-align: left;
	border-bottom: 4px solid #666666;
	padding: 10px;
	
}

#masthead {
	background-color: #009900;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	width: 100%;
}
#headbg	{
	width: 100%;
	height: 180px;
	background-image: url('images/gradd.gif');
	background-repeat: repeat-x;
}
	
	
/*-------HEADER----------*/


#head  {
	margin-bottom: 2px;
	font-family: Arial; 
	font-size: 11px; 
	color: #00CC00; 
	font-style: italic;
	background-color: #F2F2F2;
	height: 117px;
	text-align: left;
	line-height: 120%;
	
	}

#top_nav {
	height: auto;
	margin: 0px;
	background-color: #EEEEEE;
}

#top_nav ul {
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
			}

#top_nav li {
	float: right;
		}
	
#top_nav a {
	font-family: Arial, sans-serif;
	font-size: 90%;
	color: #CC3399;
	display: block;
	margin: 5px;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #CC3399;
	padding-right: 5px;
	padding-left: 5px;
	
}
	


#top_nav a:hover {
	color: #009900;
}



/*-------MAIN CONTENT----------*/

#page_content {
	border-top: 2px #EBEBEB solid;
	height: 100%;
	text-align: left;
	margin: 0px;
	padding: 0px;
	}

#left_col	{
	float: left;
	margin-top: 30px;
	width: 170px;
	text-align: right;
	}


#content {
	margin-left: 230px;
	margin-top: 30px;
	padding-top:30px;
	width: 500px;
	
	
}

#product {
	border: 2px solid #CC3399;
	padding: 10px;
	background-color: #E9E9E9;

}

#box_left {
	margin-left: 25px;
	width: 210px;
	font-size: 90%;
	float: left;
	border-left: 1px dotted #CC3399;

	
}


#box_mid {
	margin-left: 30px;
	border-left: 1px dotted #CC3399;
	width: 210px;
	font-size: 90%;
	float: left;


}


#box_right {
	margin-left: 30px;
	border-left: 1px dotted #CC3399;
	width: 210px;
	font-size: 90%;
	float: left;


}



/*-------FOOTER----------*/
#footer {
	border-top: 4px solid #666666;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
	background-color: #4A4A4A;
	margin-top: 10px;
	border-top-color: #666666;
}

#footer_l {
	width: 250px;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
}


#footer_m {
	float: right;
	margin-top: 10px;
	margin-left: 0px;
	width: 300px;
	margin-right: 15px;
	
}

#footer table {
	color: #FFFFFF;
	}

#footer strong {
	color: #FFFFFF;
	}

#footer a {
	color: #FFFFFF;
	font-weight: normal; 		
}

#footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

/*-------OTHER----------*/

hr	{
	width: 100%;
	clear: both;
	height: 1px;
	color: #CCCCCC;
}

hr.white	{
	color: #FFFFFF;
	}

p {
	clear: left;
	margin: 0px;
	}

p.right {
	float: right;
	width: 200px;
	border-width: 0px;
	margin-left: 30px;
	margin-bottom: 2px;
	font-style: italic;
	font-size: 90%;

}



/*-------IMAGES----------*/

img {
	
	border-width: 0px;
	
}

img.logo {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	border-width: 0px;

}
	
img.right {
	float: right;
	border-width: 0px;
	margin-left: 15px;
	margin-bottom: 2px;
	
}

img.left {
	float: left;
	border-width: 0px;
	margin-right: 20px;
	margin-bottom: 40px;
}


/*-------TEXT----------*/

h1 {
	font-family: Times New Roman;
	font-size: 120%;
	font-weight: bold;
	color: #CC3399;
	margin-bottom: 5px;
	line-height: 150%;
}


.greenp {
	border-bottom: 2px solid #CCCCCC;
	background: #009900;
	margin-bottom: 20px;
	color: #FFFFFF;
	padding: 2px;
	width: 100%;
	font-weight: bold;
}
.pinkp {
	border-bottom: 2px solid #CCCCCC;
	background: #CC3399;
	margin-bottom: 20px;
	color: #FFFFFF;
	padding: 2px;
	width: 100%;
	font-weight: bold;
	clear: both;
}

.pinkbtp	{
	border-left: 1px dotted #CC3399;
	padding-left: 5px;
	margin-top: 4px;
	clear: left;
	width: 100%;
	
	}
	

.greentxt { 
	color:#009900;
	padding-bottom: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;

}

.pinktxt  {
	padding-bottom: 5px;
	color: #CC3399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
}

.homep  {
	padding: 0px;
	margin: 20px;
}

.contains	{
	font-size: 85%;
	font-style: italic;
	padding-top: 5px;
	color: #999999;
}


/*-------TABLES----------*/

table { width: 100%;
	text-align: left;
	line-height: 130%;
	font-size: 100%;
	
}

.half	{
	width: 55%;
	margin-left: 30px;
	}


td {
	vertical-align: bottom;
	}
	
.quarter {
	width: 20%;
	}
	

/*-------PRODUCTS----------*/


form {
	margin: 0px;
	padding: 0px;
	}
	
.size  {
	background-color: #E9E9E9;
	border-bottom: 1px solid #CCCCCC;
	font-family: "Times New Roman", Times, serif;
	text-align: right;
	
	}

.price {
	background-color: #E9E9E9;
	border-bottom: 1px solid #CCCCCC;
	font-family: "Times New Roman", Times, serif;
	text-align: right;
	width: 12%;
	}
	
.pay {
	background-color: #E9E9E9;
	border-bottom: 1px solid #CCCCCC;
	text-align: right;
	width: 15%;
	
}

.photo {
	text-align: center;
	width: 120px;
	}
	

/*-------TREATMENTS----------*/

	
.itemp {
	border-bottom: 1px solid #CC3399;
	text-align: right;
	width: 71%;
	}
.itempb {
	border-bottom: 1px solid #CC3399;
	text-align: right;
	width: 88%;
	}
	

.duratp {
	border-bottom: 1px solid #CC3399;
	font-family: "Times New Roman", Times, serif;
	text-align: right;
	width: 19%;
	}
	
.costp {
	border-bottom: 1px solid #CC3399;
	font-family: "Times New Roman", Times, serif;
	text-align: right;
	width: 12%;
	}

.itemg {
	border-bottom: 1px solid #CCCCCC;
	line-height: 100%;
	text-align: right;
	}
.duratg {
	border-bottom: 1px solid #CCCCCC;
	font-family: "Times New Roman", Times, serif;
	text-align: right;
	
	}
.duratn {
	font-family: "Times New Roman", Times, serif;
	text-align: right;
	
	}
	
.itemn {
	text-align: right;
	line-height: 100%;

	}


/*-------LISTS----------*/



li {
	list-style-position: outside;

}

ul 	{
	list-style-type: square; 
	margin-top: 5px;
	padding-left: 15px;
	margin-left: 10px;
	line-height:140%; 
	margin-bottom: 3px;
	}


ul.home  {
	margin-bottom: 5px;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 15px;
}

ul.home a {
	text-decoration: none;
	color: #808080;
}

ul.home a:visited{
	text-decoration: none;
}


ul.treat  {
	list-style-image: url('images/bulletc.gif');
	margin-bottom: 5px;
	padding-left: 20px;
	margin-left: 0px;
	width: 200px;
	float: left;
}

ul.treat a {
	text-decoration: none;
	color: #808080;
}

ul.treat a:visited {
	text-decoration: none;
}


/*-------NAVIGATION----------*/


a:link {
	color: #808080;
	text-decoration: underline;
	}

a:visited {
	color: #808080;
	text-decoration: underline;
	}
	
a:hover {
	color: #666666;
	text-decoration: none;
	}
	

	
/*-------HACKS----------*/

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* self clearing rules */
	   #top_nav:after  { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	   #top_nav { display: inline-block; _height: 1%; }
	   /* Hides from IE-mac \*/
      #top_nav { display: block; }
      /* End hide from IE-mac */

/* self clearing rules */
	   #page_content:after  { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	   #page_content { display: inline-block; _height: 1%; }
	   /* Hides from IE-mac \*/
      #page_content { display: block; }
      /* End hide from IE-mac */

/* self clearing rules */
	   #footer:after  { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	   #footer { display: inline-block; _height: 1%; }
	   /* Hides from IE-mac \*/
      #footer { display: block; }
      /* End hide from IE-mac */



