/*---------------------------------------------------------------------------------------------------------------------------------
	  													   RESET
----------------------------------------------------------------------------------------------------------------------------------*/

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,   
li, dl, dt, dd, form, a, fieldset, input, textarea, th, td   
{   
margin: 0; padding: 0; border: 0; outline: none;   
} 

/*---------------------------------------------------------------------------------------------------------------------------------
	  													STRUCTURAL
----------------------------------------------------------------------------------------------------------------------------------*/

body {
	background: #99cccc url(../images/layout/body-bg.jpg) repeat-x;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 18px;
	color: #006666; 
}
	
#container {
	width: 890px;
	margin: 15px auto 40px auto;
}
	
#header {
	width: 890px;
	height: 350px;
	float: left;
	clear: both;
	background: url(../images/layout/header.jpg) no-repeat;
}

#title-container {
	width: 890px;
	height: 40px;
	background: url(../images/layout/h1-home.jpg);
	clear: both;
}
	
#wrapper {
	clear: both;
	width: 834px;
	margin: 0 auto 0 auto;
	background: #e4f1f1 url(../images/layout/wrapper-bg.jpg) repeat-x;
	padding-bottom: 20px;
}

#main-nav {
	margin: 318px 0 0 430px;
}	
	
#footer {
	width: 890px;
	float: left;
	clear: both;
	margin: 20px auto;
	text-align: center; 
}
		
		
/*---------------------------------------------------------------------------------------------------------------------------------
	  													STANDARD SELECTORS
----------------------------------------------------------------------------------------------------------------------------------*/
a:link, a:visited {
	color: #006666;
	text-decoration: underline; 
}
	 
a:hover, a:active {
	color: #006666;
	text-decoration: none;
}
	 
h1 {
	font-size: 18px;
	color: #003333;
	float: left;
	display: inline;
	margin: 6px 0 0 40px;
	font-family: "Lucida Handwriting"; 
}
	
h2 { 
	font-size: 18px;
	color: #003333;
	float: right;
	margin: 8px 90px 0 0;
	display: inline;
}

h3 {
	font-size: 16px;
	color: #005252;
	text-align: center;
	font-style: italic;
	margin: 0 0 10px 0;
}

h4 {
	font-size: 16px;
	color: #237575;
	text-align: center;
	font-style: italic;
	margin: 5px 0;
	clear: both;
}

h5 {
	font-size: 14px;
	font-weight: normal;
	display: inline;
	background: #e4f1f1;
	float: right;
}

h6 {
	font-size: 16px;
	display: inline;
	background: #e4f1f1;
	font-weight: normal;	
}
	
/*---------------------------------------------------------------------------------------------------------------------------------
	  													SPECIFIC SELECTORS
----------------------------------------------------------------------------------------------------------------------------------*/

#hair-nail-page #title-container {
	background: url(../images/layout/h1-hair.jpg);
}

#skin-care-page #title-container {
	background: url(../images/layout/h1-skin.jpg);
}

#bridal-care-page #title-container {
	background: url(../images/layout/h1-bridal.jpg);
}

#main-nav {
	color: #ffffff;
}

#main-nav a {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin: 0 10px 0 0;
}

#main-nav li {
	display: inline;
	list-style: none;
	margin: 0 5px;
}

.col-one {
	width: 370px;
	float: left;
	display: inline;
	margin: 20px 20px 20px 25px;
}

.col-one p, .col-two p, .full-width p {
	margin: 0 20px 20px 20px;
}

.col-one ul, .col-two ul, .full-width ul {
	margin: 0 0 20px 0;
}

.col-one li, .col-two li, .full-width li {
	margin-left: 40px;
}
	
.col-two {
	width: 370px;
	float: left;
	display: inline;
	margin: 20px;
}

.full-width {
	width: 800px;
	clear: both;
}	

#footer a:link, #footer a:visited {
	color: #003333;
	text-decoration: none; 
}
	 
#footer a:hover, #footer a:active {
	color: #003333;
	text-decoration: underline;
}

.price {
	width: 370px;
	height: 15px;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/layout/price-bg.gif) repeat-x bottom;
	clear: both;
	margin: 8px 0;
}

.plain {
	background: none;
}

.price-text {
	display: inline;
	background: #e4f1f1;
}

.at346 {
	background: url(../images/content/at346-ul-bg.jpg) left no-repeat;
	height: 130px;
}

.at346 ul {
	margin-left: 300px;
}

/*---------------------------------------------------------------------------------------------------------------------------------
	  													OTHER SELECTORS
----------------------------------------------------------------------------------------------------------------------------------*/
	
.first {
	margin-top: 10px; 
}

.clear {
	clear: both; 
}
	
.float-r {
	float: right; 
}
	
.float-l {
	float: left; 
}

.detail {
	font-size: 10px;
}

.space-t {
	padding-top: 10px;
}

.space-b {
	padding-bottom: 10px;
}

.center {
	text-align: center;
}

.col-two .inline {
	margin-left: 30px;
}

.inline li {
	display: inline;
	margin: 0 10px;
	text-align: center;
}

#bridal-care-page .col-one, #bridal-care-page .col-two {
	margin-top: 0;
}

.image {
	margin: 0 10px;
}
/*---------------------------------------------------------------------------------------------------------------------------------
	  													BROWSER FIXES
----------------------------------------------------------------------------------------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	/* Hides from IE-mac */
	* html .clearfix {height: 1%;}
	/* End hide from IE-mac */
	

/*---------------------------------------------------------------------------------------------------------------------------------
	  													CONTACT FORM
----------------------------------------------------------------------------------------------------------------------------------*/
