* {
	margin: 0;
	padding: 0;
	outline-style: none;
	outline-width: 0;
}

body, html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;	
	background: url(../images/bkg_tile.gif) top left repeat;
}

P, TD P {
	margin-bottom: 15px;
}

OL {
	padding-left: 25px;
	margin-bottom: 15px;
}

HR {
	position: relative;
	display: block;
	width: 100%;
	border: 0; 
	border-bottom: 2px #FC6500 solid;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	clear: both;
}

H1 {
	font-weight: normal;
}

A:LINK, A:VISITED {
	color: #FFFFFF;
	text-decoration: none;
}

/* Container to encapsulate the whole site */
.container {
	position: relative;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	clear: both;
	margin: 0;
	padding: 0;	
}

.padding_top {
	position: relative;
	height: 20px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.site {
	position: relative;
	width: 900px;
	border: 15px solid #FFFFFF;
	border-top: 0;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
	clear: both;
}

.subscribe_bar {
	position: relative;
	display: block;
	width: 900px;
	height: 31px;
	overflow: hidden;
	clear: both;
	background: #C2C2C2 url(../images/bkg_subscribe_bar.gif) left top no-repeat;
	margin-bottom: 1px;
}
	.subscribe_input {
		position: relative;
		display: block;
		float: right;
		width: 405px;
		margin-right: 10px;
		padding-top: 4px;
		text-align: right;
		overflow: hidden;
		clear: both;
	}
	.subscribe_field {
		position: relative;
		display: block;
		float: left;
		font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
		background-color: #FFFFFF;
		font-size: 11px;
		color: #000000;
		padding: 4px;
		padding-left: 4px; padding-right: 4px;
		width: 155px;
		height: 15px;
		margin-left: 0px;
		margin-right: 4px;
		border: 0;
		background: url(../images/bkg_subscribe_field.jpg) left top repeat-x;
	}
	.subscribe_field:HOVER, .subscribe_field:FOCUS {
		background-color: #FFFFFF;
	}
	.subscribe_button {
		position: relative;
		display: block;
		float: left;
		font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
		background-color: #4A4A4A;
		background: url(../images/bkg_subscribe_button.jpg) top left repeat-x;
		font-size: 11px;
		font-weight: bold;
		color: #FFFFFF;
		padding-left: 4px;
		padding-right: 4px;
		padding-top: 3px;
		padding-bottom: 3px;
		height: 24px;
		width: 70px;
		margin-left: 0px;
		margin-right: 0px;
		border: 0;
	}
		.subscribe_button:HOVER {
			border: 0;
			text-decoration: underline;
			cursor: pointer;	
		}	

.banner_horizontal {
	position: relative;
	display: block;
	width: 900px;
	height: 120px;
	overflow: hidden;
	clear: both;
	background: #FFFFFF;
	margin-bottom: 1px;
}

.header {
	position: relative;
	width: 100%;
	height: 95px;
	padding-top: 5px;
	background: #FFFFFF url(../images/img_headlogo.gif) left top no-repeat;
	clear: both;
	overflow: hidden;
}
	.header_logo {
		position: relative;
		float: right; 
		width: 325px;
		height: 98px;
		overflow: hidden;
	}
	.header_bookappointment {
		position: relative;
		float: right; 
		width: 200px;
		height: 98px;
		margin-right: 15px;
		overflow: hidden;
	}
	.header_fabcareermove {
		position: relative;
		float: right; 
		width: 290px;
		height: 95px;
		margin-right: 180px;
		overflow: hidden;
	}
	.header_socialicons {
		z-index: 9999;
		position: absolute;
		bottom: 6px;
		right: -10px;
		width: 175px;
		height: 60px;
		overflow: hidden;
	}
		.header_socialicons IMG {
			display: inline;
		}
.navigation {
	z-index: 9998;
	position: relative;
	width: 100%;
	background: #FC6500;
	clear: both;
	margin-bottom: 1px;
}

.body {
	position: relative;
	width: 100%;
	clear: both;
	background: #FFFFFF;
	color: #000000;
	font-size: 12px;
	line-height: 20px;
}
	.body_header {
		position: relative;
		clear: both;
		padding-top: 5px;
		padding-bottom: 5px;
		font-weight: normal;
	}
	.body_col1, .body_col1b {
		position: relative;
		float: left;		
		width: 470px;		
		height: auto;
		clear: left;		
	}
		.body_col1b {
			width: 150px;
			padding: 0;
			padding-bottom: 25px;
		}
	.body_col2, .body_col2b {
		position: relative;
		float: left;
		width: 380px;
		height: auto;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 25px;
		padding-right: 25px;
		clear: right;				
	}
		.body_col2 p {
			margin-bottom: 10px;
		}
		.body_col2b {
			width: 705px;
			padding-left: 20px;
			padding-top: 0px;
			padding-bottom: 35px;
		}
		.body_col2b UL {
			padding-left: 20px;
			margin-bottom: 15px;
			list-style-image: url(../images/bul_orange.gif);
			list-style-type: circle;
			list-style-position: inside;
		}
		.body_col1 A, .body_col2 A, .body_col2b A {
			color: #FC6500;
			text-decoration: underline;
		}
		.body_col1 A:HOVER .body_col2 A:HOVER, .body_col2b A:HOVER {
			color: #000000;
			text-decoration: underline;
		}
		.body_col1 H1, .body_col1b H1, .body_col2 H1, .body_header H1, .body_col2b H1 {
			font-size: 24px;
			font-weight: normal;
			color: #FC6500;
			line-height: 30px;
			margin-bottom: 10px;
		}
		.body_col1 H2, .body_col1b H2, .body_col2 H2, .body_header H2, .body_col2b H2 {
			font-size: 14px;
			font-weight: bold;
			color: #000000;
			line-height: 18px;
			margin-bottom: 12px;
		}
			.body_col1 H2 A, .body_col2 H2 A, .body_header H2 A, .body_col2b H2 A {
				color: #FC6500;
				text-decoration: none;
			}
			.body_col1 H2 A:HOVER, .body_col2 H2 A:HOVER, .body_header H2 A:HOVER, .body_col2b H2 A:HOVER {
				color: #000000;
			}
		.body_col1 H3, .body_col1b H3, .body_col2 H3, .body_header H3, .body_col2b H3 {
			font-size: 14px;
			font-weight: bold;
			color: #FC6500;
			line-height: 18px;
			margin-bottom: 12px;
		}
		.body_col1 H4, .body_col1b H4, .body_col2 H4, .body_header H4, .body_col2b H4 {
			width: 100%;
			font-size: 14px;
			font-weight: bold;
			color: #FC6500;
			line-height: 16px;
			margin-top: 6px;
			margin-bottom: 4px;
			padding-bottom: 4px;
			border-bottom: 1px solid #FC6500;
			clear: both;
		}
			.body_col1 H4 A, .body_col2 H4 A, .body_header H4 A, .body_col2b H4 A {
				text-decoration: none;
			}
	.body_sidelink {
		position: relative;
		width: 126px;
		padding-top: 4px;
		padding-bottom: 5px;
		padding-left: 12px;
		padding-right: 12px;
		color: #FFFFFF;
		line-height: 14px;
		background: #FC6500;
		margin-bottom: 1px;
		clear: both;
	}
		.body_sidelink A {
			text-decoration: none;
		}
		.body_sidelink A:HOVER {
			text-decoration: underline;
		}

.isTrainingAcademy {
	position: relative;
	display: none;
	width: 260px;
	padding: 10px;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000000;
	background: #FFFFCC;
	font-size: 11px;
	line-height: 16px;
}

.salon_contactdetails {
	position: relative;
	float: left;
	width: 675px;
	padding: 15px;
	padding-bottom: 20px;
	margin-bottom: 25px;
	height: auto;
	clear: both;
	background: #666666;
	color: #FFFFFF;
}
	.salon_contactdetails H1 {
		color: #DDDDDD;
	}
	.salon_contactdetails H2 {
		color: #FFFFFF;
		margin-bottom: 3px;
	}	
	.salon_contactdetails A {
		color: #FFFFFF;
		text-decoration: underline;
	}
	.salon_contactdetails A:HOVER {
		color: #CCCCCC;
		text-decoration: underline;
	}
	.salon_displayaddress {
		position: relative;
		float: left;
		width: 270px;
		padding-right: 30px;		
		line-height: 18px;
	}
		.salon_displayaddress P {
			margin: 0;
			margin-top: 7px;
			clear: both;
		}
	.salon_team {
		position: relative;
		float: left;
		width: 100%;
		margin-top: 20px;
		margin-right: 30px;
		padding-top: 10px;
		border-top: 1px solid #888888;
		color: #CCCCCC;
		clear: left;
	}
		.salon_team_photo {
			position: relative;
			clear: both;
			width: 700px;
			height: 1px;
			overflow: hidden;
			margin-bottom: 10px;
			clear: both;
		}
		.salon_team_item {
			position: relative;
			padding: 0px;
			padding-top: 0px;
			padding-bottom: 0px;
			border-top: 1px #FFFFFF solid;
			clear: both;
		}
	.salon_displayphoto {
		position: relative;
		float: right;
		width: 365px;
		border: 5px solid #FFFFFF;
		background: #CCCCCC;
		height: auto;
		min-height: 230px;
		overflow: hidden;
	}

.salon_otherdetails {
	position: relative;
	float: left;
	width: 705px;
	height: auto;
	clear: both;
	background: #FFFFFF;
}
	.salon_otherdetails H2 {
		margin-bottom: 3px;
	}
	.salon_tradinghours {
		position: relative;
		float: left;
		width: 230px;
		height: auto;
		margin-top: 15px;
		margin-bottom: 10px;
		margin-left: 15px;
		/*background: #FFDFC9;*/
		background: #FFFFFF;
		clear: right;
	}
		.salon_tradinghours_item {
			position: relative;
			width: 90%;
			padding: 1px;
			border-top: 1px #DDDDDD solid;
			clear: both;
		}
	.salon_googlemap {
		position: relative;
		float: left;
		width: 458px;
		height: 300px;
		background: #FFFFFF;
		border: 1px solid #CCCCCC;
		overflow: hidden;
	}

.salon_news {
	position: relative;
	width: 705px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 30px;
	padding-top: 10px;
	border-top: 1px #FFFFFF solid;
	clear: both;
}
	.salon_newsheadline {
		position: relative;
		width: 100%;
		background: #FC6500;
		color: #FFFFFF;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 14px;
		clear: both;
	}
	.salon_newsbody {
		position: relative;
		width: 100%;
		padding: 10px;
		padding-top: 15px;
	}
	.salon_news_button {
		position: relative;
		display: block;
		width: 345px;
		margin-top: 10px;
		padding: 10px;
		padding-top: 3px;
		padding-bottom: 4px;
		color: #FFFFFF;
		font-weight: bold;
		background: #000000 url(../images/bul_arrow1.gif) center right no-repeat;
	}
		.salon_news_button:HOVER {
			cursor: pointer;
			text-decoration: underline;
		}
		
.homepage_flash {
	z-index: 1;
	position: relative;
	width: 469px;
	height: 475px;
	margin-bottom: 4px;
	overflow: hidden;
}
.googlemap {
	position: relative;
	width: 850px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.footer1 {
	z-index: 100;
	position: relative;
	width: 100%;
	height: 112px;
	overflow: hidden;
	clear: both;
}
	.footer1_box {
		position: relative;
		float: left;
		width: 300px;
		height: 111px;
		overflow: hidden;
	}

.footer2 {
	z-index: 100;
	position: relative;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #FC6500;
	color: #F0B187;
	font-size: 11px;
	clear: both;
	border-top: 1px solid #FFFFFF;
}
	.footer2_col1 {
		position: relative;
		width: 625px;
		float: left;
		padding-left: 15px;
		text-align: left;
	}
	.footer2_col2 {
		position: relative;
		width: 245px;
		float: left;
		padding-right: 15px;
		text-align: right;
	}
	.footer2_col1 A, .footer2_col2 A {
		color: #FFFFFF;
		text-decoration: none;
	}
	.footer2_col1 A:HOVER, .footer2_col2 A:HOVER {
		text-decoration: underline;
	}
	
.footer3 {
	position: relative;
	width: 870px;
	padding-top: 25px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	background: #FFFFFF;
	color: #999999;
	font-size: 11px;
	clear: both;
}
	.footer3 A:LINK {
		color: #999999;
		text-decoration: none;
	}
	.footer3 A:HOVER {
		color: #777777;
	}
	.footer3 A:VISITED {
		color: #999999;
	}

.clear {
	position: relative;
	display: block;
	clear: both;
}

.sign_text {
	color: #FC6500;
}

.question_text {
	margin-top: 5px;
	color: #000000;
	font-weight: bold;
	background: url(../images/bul_arrow3.gif) top left no-repeat;
	padding-left: 10px;
}
.question_text2 {
	margin-top: 5px;
	color: #FC6500;
	font-weight: normal;
	font-size: 14px;
	clear: both;
}

.textfield_1 {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 11px;
	color: #000000;
	padding: 3px;
	padding-left: 4px; padding-right: 4px;
	width: 100%;
	height: 17px;
	margin-left: 0px;
	margin-right: 0px;
	border: 1px solid #CCCCCC;
	border-top: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
}
.textfield_1:HOVER, .textfield_1:FOCUS {
	border-color: #BBBBBB;
	background-color: #FFFFFF;
}

.textarea_1 { 
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 11px;
	color: #000000;
	padding: 1px;
	padding-left: 2px; padding-right: 2px;
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	border: 1px solid #CCCCCC;
	border-top: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
}
.textarea_1:HOVER, .textarea_1:FOCUS {
	border-color: #BBBBBB;
	background-color: #FFFFFF;
}

.button_1 {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background: url(../images/bkg_button1.gif) top left repeat-x;
	font-size: 11px;
	font-weight: bold;
	color: #222222;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 4px;
	height: 30px;
	margin-left: 0px;
	margin-right: 0px;
	border: 1px solid #CCCCCC;
	/*border: solid #CCCCCC;
	border-width: 1px;*/
}
	.button_1:HOVER {
		border: 1px solid #AAAAAA;
		text-decoration: underline;
		cursor: pointer;	
	}
	
.status1 { /* For notices */
	position: relative;
	display: block;
	width: auto;
	float: left;
	clear: both;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 14px;
	font-weight: normal;
	color: #444444;
	/*border: 1px solid #FFFF99;
	background: #FFFFCC;*/
	margin-bottom: 15px;
}
.status2 { /* For successes */
	position: relative;
	display: block;
	width: auto;
	float: left;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 14px;
	font-weight: bold;
	color: #339900;
	/*border: 1px solid #CCFF99;
	background: #DDFFBB;*/
	margin-bottom: 15px;
}
.status3 { /* For errors */
	position: relative;
	display: block;
	width: auto;
	float: left;
	clear: both;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 14px;
	font-weight: normal;
	color: #990000;
	text-decoration: underline;
	/*border: 1px solid #FFD9D9;
	background: #FFE5E5;*/
	margin-bottom: 15px;
}


.table1_head {
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	background: #FDE1C3;
	color: #000000;
}
.table1_body {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
	color: #000000;
}
.table1_end {
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	background: #F1841F;
	color: #000000;
}

.divider {
	position: relative;
	display: block;
	width: 100%;
	height: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #DDDDDD;
	clear: both;
}

.clear {
	position: relative;
	display: block;
	clear: both;
}
