@charset "UTF-8";
body {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-color: #FFF;
	padding-top: 15px;
	background-attachment: fixed;
	background-image: url(assets/bodyBG.png);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-bottom: 5px;
}

/* ~~ Element/tag selectors ~~ */
h1,{
		color:#f15728;
		margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
.index_ItsNotJustHair {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
	color: #666;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #F53100;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 930px; /* the auto value on the sides, coupled with the width, centers the layout */
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCC;
	background-image: url(assets/headerBG.png);
	background-repeat: repeat-x;
	background-position: top;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-image: url(assets/menuBG.png);
	background-repeat: no-repeat;
	background-position: right center;
	position: relative;
}
.serviceBar {
	height: auto;
	width: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #3C3C3B;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
}
.leftFade {
	width: 960px;
	margin: auto;
	background-image: url(assets/backgroundfade.png);
	background-repeat: repeat-y;
	background-position: left;
}
.rightFade {
	width: 960px;
	margin: auto;
	background-image: url(assets/backgroundfade_right.png);
	background-repeat: repeat-y;
	background-position: right;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {
	padding-right: 15px;
	padding-left: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #D2582F;
}
.snipslider {
	height: 417px;
	width: 900px;
}

/* ~~ The footer ~~ */
.footer {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	background-image: url(assets/bbFade.png);
	background-repeat: no-repeat;
	background-position: right;
	/* [disabled]padding-top: 5px; */
	/* [disabled]padding-right: 0px; */
	padding-bottom: 2px;
	padding-left: 15px;
	height: auto;
	/* [disabled]width: auto; */
}
.footerfacebook {
	height: 30px;
	width: 30px;
}

/* ~~ CONTACT PAGE ~~ */
.contactcontent {
	width: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 25;
	margin: auto;
	background-image: url(assets/contact/contentBG.PNG);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #000;
	height: 500px;
	background-position: left;
}
.contactsidebar {
	float: left;
	width: 350px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	padding: 10px;
	height: 500px;
	color: #333;
	line-height: normal;
	font-weight: normal;
	text-align: right;
}
.teamcontent {
	width: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	padding: 10px;
	height: 1050px;
	color: #FFF;
	line-height: normal;
	font-weight: normal;
	text-align: left;
	background-image: url(assets/team/salonBG.PNG);
	background-repeat: no-repeat;
	background-position: center top;
}
.aboutcaption {
	width: 386px;
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
}
.aboutcontent {
	width: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	padding: 10px;
	height: 630px;
	color: #FFF;
	line-height: normal;
	font-weight: normal;
	text-align: left;
	background-image: url(assets/about/aboutBG.PNG);
	background-repeat: no-repeat;
	background-position: center;
}
.centercontent {
	padding-top: 20px;
	padding-right: 70px;
	padding-bottom: 50px;
	padding-left: 75px;
}
.aboutcentercontent {
	padding-top: 20px;
	padding-right: 70px;
	padding-bottom: 50px;
	padding-left: 75px;
}
.aboutcentercontent a:link{
	color: #FFF;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
.aboutcentercontent a:visited {
	color: #FFF;
	text-decoration: underline;
}
.aboutcentercontent a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}
.teamcentercontent {
	padding-top: 30px;
	padding-right: 70px;
	padding-bottom: 50px;
	padding-left: 75px;
}
.productcontent {
	width: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	padding: 10px;
	height: 630px;
	color: #FFF;
	line-height: normal;
	font-weight: normal;
	text-align: left;
	background-image: url(assets/products/productsBG.PNG);
	background-repeat: no-repeat;
	background-position: center;
}
.servicecontent {
	width: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	height: 655px;
	color: #FFF;
	line-height: 17px;
	font-weight: normal;
	text-align: left;
	background-image: url(assets/services/servicesBG.PNG);
	background-repeat: no-repeat;
	background-position: center center;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/*=================================*/
/* Skinning the Nivo Slider
/* March 2011
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/


/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
	width:900px;
	height:417px;
	position:relative;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#slider {
	position:relative;
	width:900px;
	height:417px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
    width:630px;
    height:235px;
}
#slider a {
    border:0;
    display:block;
}

.nivo-controlNav {
    width:251px;
    height:-90px;
    position:absolute;
    left: 280px; /* Manually position in centre. Not perfect :( */
    bottom: -20px;
    padding:8px 0 0 82px;
    z-index:20; /* Make sure it is visible above the slides */
}
.nivo-controlNav a {
    display:block;
    width:22px;
    height:22px;
    background:url(images/bullets.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin-right:3px;
    float:left;
}
.nivo-controlNav a.active {
    background-position:0 -22px; /* Selected bullet */
}

#featured {
    width:115px;
    height:110px;
    position:absolute;
    top:-8px; /* Bump up a bit to give the fold effect */
    left:-8px; /* Bump left a bit to give the fold effect */
    z-index:20; /* Make sure it is visible above the slides */
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
.headerfont {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #8F4119;
}
.indexServiceBar {
	width: 880px;
	height: auto;
	padding-top: 25px;
}

/*====================*/
/*Below is for the Zooming Tool*/
/*====================*/
.container .header table tr td strong {
	color: #f15827;
}



/*====================*/
/*Below for TABS on SERVICE PAGE*/
/*====================*/


	#accordion {
	width: 856px;
	height: 513px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	position:relative !important;
	display:block;
	overflow:hidden;
	background-image:url(assets/services/mosaic.PNG);
	background-repeat:no-repeat;
	background-position:center top;
	}
	
	#visible {
	background-image:url(images/tab-left-active.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f15728;
	}
	
	.panel_body {
	height:421px;
	display:block;
	position:relative;
	color:#fff;
	background-image: url(assets/services/tabBG.png);
	background-repeat: repeat;
	}
	
	.panel_body div {
			padding:3px 5px;
	}
	
	.panel{
		bottom:0px;
		margin:0px;
		padding:0px;
		background-image:url(images/tab-right.gif);
		background-position:top right;
		background-repeat:repeat-x;
	}
	.wrapper{
		bottom:0px;
		position:absolute;
	}
	
/*====================*/
/*BELOW IS APPLE OVERLAY FOR TEAM PAGE*/
/*====================*/


/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:615px;	
	min-height:400px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(/images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
	/* some styling for triggers */
	#triggers {
		text-align:center;
	}
	
	#triggers img {
		cursor:pointer;
		margin:0 5px;
		background-color:#transparent;
		padding:2px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		
	}
	
	.details h3 {
		color:#aba;
		font-size:15px;
		margin:0 0 -10px 0;
	}
.appointmentBooking {
	position: absolute;
	left: 542px;
	top: 14px;
	width: 402px;
	height: 27px;
	font-size: 18px;
}
.appointmentBooking a{
	color: #D13B00;
	text-shadow: 0.1em 0.1em 0.05em #f9f9f9;
	text-decoration:none;
}
.appointmentBooking a:visited {
	text-decoration: underline;
}
.appointmentBooking a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #333;
}
