html{
	min-height: 100%;
    height: auto;
    border: 0px;
}

body{	
	margin:0px;
	padding:0px;	
	background-color:#000000;
	width: 100%;
    min-height: 100%;
    text-align:center;
    font-family: Helvetica;
    font-size:14px;
    padding-bottom:0px;
 
}

.no-mb {
	margin-bottom:0px !important;
}


.header{	
    background-image:url(/images/logo.png);
    background-repeat: repeat-x;
    background-position:top left; 
	width:100%;
	height:162px;
	padding-top:0px;
	position:fixed;
	z-index:100000;
	background-color:#000000;
}

.header img{
	z-index:1000;
}	

.pageContent{
	position: relative;
	top:162px;
	margin: 0 auto;  
	width:720px;
	background-color:#FFFFFF;		
	text-align:left;
	padding:75px 0px 0px 20px;	
	z-index:1;
	height:auto;
}

.content{
	float:left;	
	width:652px;
	margin-left:160px;
}


.site_nav{
	float:left;
	width:140px;	
	text-align:center;
	position:fixed;
	margin-left:0px;
	top: 275px;
	padding-top:20px;
}

.sectionTitle{
	font-size:24px;
	padding-top:15px;
	font-family: Helvetica;
	color:#333333;
	margin-bottom:0px;
	width:537px;	
}

.sectionContent{
	width:500px;	
	line-height:19px;
	margin-bottom:190px;
}

.sectionContent img{
	margin-bottom:15px;	
}
	
.navElement, .navElementActive{
	margin-bottom:12px;
	font-family: Helvetica;
	font-weight:normal;
	font-size:12px;	
	letter-spacing:1px;
	cursor:pointer;

}

.navElementActive{
	color: #FF0000;	
}
	
.contactNumber{
	border-top: 1px solid #FF0000;
	width: 114px;
	padding-top:15px;	
	margin-left:15px;
	color:#1F1F1F;
}

.salonImage{
	margin-top:20px;	
}

.staffmember{
	width:260px;
	margin-right:20px;
	float:left;	
}

.lastStaffMember{
	width:200px;
	margin-right:0px;
}

.staffmember .name{
	font-size:22px;
	font-family: Helvetica;
	color:#333333;
	margin-top:5px;
	font-weight:lighter;
}

.staffmember .speciality{
	font-size:12px;
	color: #FF0000;
	font-family:Helvetica;
	letter-spacing:1px;
	margin-top:5px;	
}

.bio{
	margin-top:17px;
	color:#333333;
	line-height: 19px;
	width:240px;
}

.services{
	margin-top:15px;	
}

.services .title, .hours .title{
	color: #FF0000;	
	letter-spacing:1px;
} 

.services .service_description{
	float:left;	
}

.services .price{
	float:left;	
	width:150px;
}

.service_separator{
	height:25px;	
}

.sec_service .title, .contactForm .title{
	color:#FF0000;
}


.contactForm{
	width:475px;	
	margin-top:30px;
}

.contactForm .title{
	font-size:12px;
	float:left;
	width:115px;
	margin-bottom:8px;
}

.contactForm .field{
	float:left;	
	margin-bottom:8px;
}

#comments{
	width:360px;
	height:110px;	
}

input{
	width:360px;	
}

.productImages{
	margin-top:5px;	
}

.products_capt{
	margin-top:25px;
}

.productListing{
	margin-top:50px;
	width:560px;
	
}
.product{
	float:left;	
	margin-right:67px;	
	height:130px;
}

.product img{
	vertical-align:text-bottom;	
}

.lastProduct{
	margin-right:0px;	
}
	
#stylistContent{
	margin-bottom:20px;
}

#productsContent{
	margin-bottom:20px;
}

#hoursContent{
	margin-bottom:15px;
}

#aboutContent{
	padding-top:10px;	
}

.copyright{
	font-family:Helvetica;
	font-size:12px;	
	margin-top:10px;
	margin-bottom:10px;
}

#map{
	margin-top:25px;
}

.contact_boxes{
	
	width:650px;
	margin-top:40px;
}

.contact_boxes .box{
	background-image:url(/images/contact_bg.png);
	background-repeat:no-repeat;
	width:257px;
	height:27px;
	text-align:center;
	float:left;
	margin-right:22px;
	padding-top:3px;
	
}
.contact_boxes .box a{ 
	text-transform:uppercase; 
	font-size:12px;
	font-family: Helvetica;
	font-weight:bold;
	letter-spacing:0.85;
	color:#FFFFFF;	
	text-decoration:none;
    outline: none;
}

.contact_boxes .box a:hover{
	color:#777777;	
} 

.contact_boxes .box a:active{
	  outline: none;
}

#stylistContent{
	margin-bottom:15px;
}

.navActiveMouseOver{
	color:#777777;	
}

.contactMethod{
	float:left;
	width:257px;
	margin-right:22px;
}

.contactMethod a{
	text-decoration:none;
	color:#000000;	
}

.fb-like{
	margin-top:20px;	
}

/*--- Main CSS here ---*/

/*------------------------------------*\
	IPHONE
\*------------------------------------*/
@media screen and (max-device-width: 480px){
/*--- iPhone only CSS here ---*/
	
.site_nav{
	position:relative;	
	top: 0px;
	left:0px;
	float:left;
}

.header{	
	position:relative;	
	top: 0px;
	left:0px;
}
	
.pageContent{
	top:0px;	
}
	
.content{
	top:-155px;
	position:relative;
}
	
}

/*------------------------------------*\
	IPAD
\*------------------------------------*/
@media screen and (max-device-width: 1024px){
/*--- iPhone only CSS here ---*/
	
.site_nav{
	position:relative;	
	top: 0px;
	left:0px;
	float:left;
}

.header{	
	position:relative;	
	top: 0px;
	left:0px;
}
	
.pageContent{
	top:0px;	
}
	
.content{
	top:-155px;
	position:relative;
}
	
}