/* CSS Document */

* {
	font-family: "Sans Gill MT", Arial, Helvetica, Verdana, sans-serif;
	
	font-size: 9pt;
	line-height: 12pt;
	color: #666666;
	
	padding: 0px;
	border: 0px;
	margin: 0px;
	
}




/* fix to make FIREFOX display same as IE in treatment of borders / padding */
/** { 
    -moz-box-sizing: border-box; 
} 
*/


body {
	background-color: #FFFFFF;
}


h1 {
	color: #666666;
	text-decoration:none;
	font-weight: normal;
	font-size: 110%;
	text-transform: none;
}

h2 {
	text-decoration:none;
	font-weight: normal;
	font-size: 110%;
	color: #000000;
}

h3 {
	color: #E25FBD;
	text-decoration:none;
	font-weight: bold;
	font-size: 100%;
}



#wrapper {
	width:800px;
	height:585px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -290px;
	margin-left: -400px;
	
	visibility: visible;
	
	z-index:1;

	background-color: #fff;
	
	}






#workspace {

width:800px;


}

#Clear-both {
clear:both;

}



#Common-Header {
	position:absolute;
	width:800px;
	height:199px;
	z-index:2001;
	left: 0px;
	top: 0px;
	border-bottom: solid #ffffff 1px;
	color: #FFFFFF;
	margin-top: 10px;
	border: solid 1px #ff000;
}

#Logo {
	position:absolute;
	width:343px;
	height:111px;
	z-index:2003;
	left: 25px;
	top: 4px;
	
	border: solid #cccccc 0px;
}

#logo-holder {
	position:absolute;
	width:300px;
	height:100px;
	z-index:3;
	left: 34px;
	top: 11px;

	padding-top: 0px;
	background-repeat: no-repeat;

}

#logo-holder a{
	font-size: 28px;
	line-height: 25px;
	color: transparent;
}




#beauty-therapy-holder {
	position:absolute;
	width:130px;
	height:20px;
	z-index:9000;
	left: 3px;
	top: 138px;
	visibility: visible;
}




#Header-Right {
	position:absolute;
	width:649px;
	height:117px;
	z-index:2002;
	left: 151px;
	top: 2px;
	background-color: #FFFFFF;
}

#AL-logo {
	position:absolute;
	width:227px;
	height:52px;
	z-index:3;
	left: 28px;
	top: 32px;
}

#play-flash-movie {
	position:absolute;
	width:312px;
	height:100px;
	z-index:4;
	left: 280px;
	top: 13px;
	border: solid #eeeeee 0px;
}




/* Jump menus - horizontal UList */
#JumpMenu {
	position:absolute;
	width:798px;
	height:47px;
	left: 0px;
	top: 120px;
	z-index:2001;
	font-size: 100%;
	
	color:#CCCCCC;
	border: solid #cccccc 1px;
}

#JumpMenu1 ,#JumpMenu2{
	position:absolute;
	width:794px;
	height:20px;
	text-transform: none;
	left: 2px;
}

#JumpMenu1 {
	top: 3px;
	z-index:1003;
	
	color: #999999;
}

#JumpMenu2 {
	top: 23px;
	z-index:1002;
	
	color: #999999;
	border-top: solid #cccccc 0px;
	padding-top: 2px;
}

#JumpMenu1 ul, #JumpMenu2 ul {
	margin: 0px;
	/* fix to make FIREFOX display same as IE in ULs */
	padding-left:0px;
	white-space:nowrap; 
}

#JumpMenu1 li, #JumpMenu2  li {
	list-style-type:none;
	display:inline;
	float:left;
}

#JumpMenu1 a,#JumpMenu2 li a{
	padding-left:8px;
	padding-right:8px;
    border-right: solid #cccccc 1px;
}

#JumpMenu1 #firstmenuitem, #JumpMenu2 #firstmenuitem {
	border-left: 1px solid #cccccc;
}

#JumpMenu1 #lastmenuitem, #JumpMenu2 #lastmenuitem {
	border-right: 1px solid #FFFFFF;
}

#JumpMenu1 a:link, #JumpMenu1 a:visited,#JumpMenu2 a:link, #JumpMenu2 a:visited{
	color:#666666;
	text-decoration: none;
	font-weight: normal;
}

#JumpMenu1 a:hover, #JumpMenu2 a:hover  {
	text-decoration:none;
	color:#673e1e;
	font-weight: normal;
}

#JumpMenu1 a:active, #JumpMenu2 a:active{
	text-decoration:none;
	color:#673e1e;
	font-weight: normal;
}
/* END OF Jump menus using ULs */



#Address {
	position:absolute;
	width:800px;
	height:22px;
	z-index:2000;
	left: 0px;
	top: 170px;
	background-color: #673e1e;
	padding-top: 6px;
	color: #FFFFFF;
}

#Address a:link, #Address a:visited{
	text-decoration:none;
	color:#FFFFFF;
	font-weight: bold;
}

#Address a:hover {
	text-decoration:none;
	color:#666666;
	font-weight: bold;
}

#Address a:active{
	text-decoration:none;
	color:#999999;
	font-weight: bold;
}

.address-margin{
	color: #FFFFFF;
	margin-left: 10px;
}


#Content {
	position:absolute;
	width:800px;
	height:357px;
	z-index:2000;
	left: 0px;
	top: 200px;
	border-bottom: solid #ffffff 1px;
	border-top: solid #ffffff 1px;
	background-color: #fff;
	margin-top: 0px;
}



#Navbar-Left {
	position:absolute;
	width:149px;
	z-index:20000;
	left: 0px;
	top: 0px;
	height: 356px;
	
	border: solid #cccccc 1px;
}

#Content-right-container {
	position:absolute;
	width:648px;
	height:356px;
	z-index:3;
	left: 151px;
	top: 0px;
	background-color: #fff;
	border-right: solid #cccccc 1px;
}
#Container-right {
	position:absolute;
	width:456px;
	height:318px;
	z-index:1;
	left: 4px;
	top: 33px;
	color: #999999;
	background-color: #fff;
}

/* Left navigation - vertical UList */
#NavBar-Nav {
	position:absolute;
	width:137px;
	height:200px;
	z-index:1;
	left: 2px;
	top: 10px;
	text-align:left;
	text-transform: none;
	line-height: 10pt;
}

#NavBar-Nav ul{
	margin-left:0px;
	/* fix to make FIREFOX display same as IE in ULs */
	padding-left:0px;
	white-space:nowrap;

	list-style: none;
}

#NavBar-Nav ul li {
	list-style-type:none;
	
	
}

#NavBar-Nav ul li a{
line-height: 16pt;
margin: 0pt 0pt 0pt 5pt;	



}


#NavBar-Nav A:active {
	color:#cccccc;
	text-decoration:none;
	}

#NavBar-Nav A:link {
	color:#666666;
	text-decoration: none;
	font-weight: normal;
	}

#NavBar-Nav A:visited {
	color:#666666;
	text-decoration:none;
	font-weight: normal;
	}

#NavBar-Nav A:hover {
	color:#673e1e;
	text-decoration:none;
	font-weight: normal;
	}
/* END OF Left navigation - vertical UList */




.NavBar-Box1 {
	text-align:left;
	text-transform: uppercase;
	line-height: 12pt;
	margin: 0pt 0pt 5pt 10pt;
	text-decoration: none;
	color:#999999;
	list-style: none;
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url(../static-images/beauty-laban-icon-li.gif);
	
}

.NavBar-Box1 A:active {
	color:#cccccc;
	text-decoration:none;
	}

.NavBar-Box1 A:link {
	color:#666666;
	text-decoration: none;
	font-weight: normal;
	}

.NavBar-Box1 A:visited {
	color:#666666;
	text-decoration:none;
	font-weight: normal;
	}

.NavBar-Box1 A:hover {
	text-decoration:none;
	font-weight: normal;
	color: #673e1e;
	}

.NavBar-Box1-push-right10 {
margin-left:10px;
}

.NavBar-Box1-push-right20 {
margin-left:20px;
}


.text {
    text-align :left;
    font-family: Verdana, Helvetica, Arial, Sans-serif;
    line-height : 11pt;
    text-decoration: none;
    color: #673e1e;
	
}

.text A:active {
	color: #673e1e;
	text-decoration:none;
	}

.text A:link {
	color: #673e1e;
	text-decoration: none;
	}

.text A:visited {
	color:#673e1e;
	text-decoration:none;
	}


.text A:hover {
	color: #000077;
	text-decoration:underline;
	}

#H1-layer {
	position:absolute;
	width:455px;
	height:20px;
	z-index:2001;
	left: 4px;
	top: 10px;
	border-bottom: solid #cccccc 1px;
	background-color: #fff;
}


#opening-times {
	position:absolute;
	width:140px;
	height:104px;
	z-index:2;
	left: 4px;
	top: 221px;
	color:#673e1e;
	border-bottom: solid #cccccc 1px;
	font-size: 100%;
	text-align: left;
	border-top: solid #cccccc 1px;
	padding-top: 5px;
	margin: 0px;
	padding-left: 0px;
	display: inline;
}

#opening-days {
	width:55px;
	height:85px;
	z-index:2;
	top: 25px;
	margin:0px;
	border-right: solid #cccccc 1px;
	text-align: left;
	left: 3px;
	float: left;
	padding: 0px;
	position: absolute;
	font-size: 80%;
}

#opening-hours {
	width:70px;
	height:85px;
	z-index:2;
	left: 65px;
	top: 25px;
	font-size: 90%;
	margin:0px;
	position: absolute;
	
}

#opening-hours ul, #opening-days ul {
	margin: 0px;
	padding-left:0px;
	white-space:nowrap;
	font-size: 90%;

}

#opening-hours li, #opening-days li {
	list-style-type:none;
	font-size: 90%;
	
	
}

#opening-hours li a{
	padding-left:10px;
	padding-right:10px;
    border-right: solid #cccccc 1px;
	
}

#opening-days li a{
	padding-left:0px;
	padding-right:0px;
    border-right: solid #cccccc 1px;
	
}
.opening-times-header{
	text-align :left;
	font-size: 100%;
	color: #673e1e;
	text-transform: capitalize;
	padding-left: 25px;

}

.opening-times-days{
	text-align :left;
	color: #666666;
	list-style: none;
	margin:0px;
	left: 1px;
	font-size: 100%;
	

}

.opening-times-times{
	text-align :left;
	font-size: 90%;
	color: #673e1e;
	text-transform: lowercase;
	list-style: none;
	margin:0px;

}

#footer {
	position:absolute;
	width:800px;
	height:29px;
	z-index:1999;
	left: 0px;
	top: 558px;
	background-color: #673e1e;
	color: #FFFFFF;
}
#css-xhtml {
	position:absolute;
	width:281px;
	height:20px;
	z-index:1;
	left: 515px;
	top: 5px;
	text-align: right;
	font-size: 95%;
	padding-right: 3px;
}

.footer{
	text-decoration:none;
	color:#FFFFFF;
	font-weight: normal;
}

.footer-wf{
	text-decoration:none;
	color:#FFFFFF;
	font-weight: normal;
float:right;
margin-right:10px;
padding-top:6px;
}


.footer a:link, .footer a:visited,.footer-wf a:link, .footer-wf a:visited{
	text-decoration:none;
	color:#FFFFFF;
	font-weight: normal;
	font-size: 80%;
}

.footer a:hover ,.footer-wf a:hover {
	color:#666666;
	font-weight: normal;
	font-size: 80%;
}

.footer a:active,.footer-wf a:active{
	text-decoration:none;
	color:#999999;
	font-weight: normal;
	font-size: 80%;
}

/* IMAGE STYLES */

.image_push_text_topleftbottom {
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 4px;
	}
	
.image_push_text_toprightbottom {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	}


#menu-repeat {
	position:absolute;
	width:514px;
	height:20px;
	z-index:3;
	left: 4px;
	top: 5px;
	color: #FFFFFF;
}



#Layer4 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:2002;
}
#copyright {
	position:absolute;
	width:140px;
	height:18px;
	z-index:2;
	left: 4px;
	top: 332px;
	font-size:90%;
	color:#666666;
	border-bottom: solid #cccccc 1px;
	text-align: center;
	padding-top: 2px;
}

#photo-1-container {
	position:absolute;
	width:178px;
	height:344px;
	z-index:1;
	left: 463px;
	top: 7px;
	text-align: right;
	border: solid #cccccc 1px;
	background-color: #fff;
	padding: 1px;
}
#photo-1-container-holder {
	position:absolute;
	width:178px;
	height:344px;
	z-index:1;
	left: 2px;
	top: 2px;
	
}
