@charset "utf-8";
/* CSS Document */

/* Default Rules */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
body {
	/* page background colour */
	background:#D98E86 url('images/bg.jpg') repeat-x top left;
	font-family: Trebuchet MS, "Times New Roman", Times, serif; font-size: 12px;
	/* text colour */
	color: #b1655f;
	/* margin:auto; */
	margin:0px;
	margin-bottom:20px;
	border-collapse:collapse;
}

div {
	border-width:0px;
	margin:0px;
	padding:0px;
}

img {
	border-width:0px;
}

table {
	padding:0px;
	border-collapse:collapse;
	margin:0px;
}

td {
	padding:0px;
	vertical-align:top;
}
 
/* Site Structure */
#container {
	background:#ffffff url('images/footer960.gif') bottom left no-repeat;
	/* width:100%; */
	width:960px;
	margin:0 auto;
	background-color:#ffffff;
	border-left: 3px solid #ac6c69;
	border-right: 3px solid #ac6c69;
	border-bottom: 3px solid #ac6c69;
}

#pricelistcontainer {
	background:#ffffff url('images/footer960.gif') bottom left no-repeat;
	/* width:100%; */
	width:960px;
	height:1050px;
	margin:0 auto;
	background-color:#ffffff;
	border-left: 3px solid #ac6c69;
	border-right: 3px solid #ac6c69;
	border-bottom: 3px solid #ac6c69;
}

#header {
	width:960px; height:145px;
	/* background:#D98E86 url('images/background_960x135.gif') top left no-repeat; */
	background:#D98E86 url('images/background_960x145.gif') top left no-repeat;
}

#headerleft {
	float:left;
	width:700px;
	height:78px; /* moves text up and down! */
	margin:0px;
	padding-top:35px;
	padding-bottom:0px;
	padding-left:30px;
}

#headerleft b {
	font-size:22px;
	color:#ffffff;
	padding-top:0px;
	padding-left:0px;
	padding-bottom:0px;
	padding-left:0px;
}

#headerright {
	float:right;
/*	width:260px; */
	color:#ffffff;
	padding-top:5px;
	padding-right:20px;
}

/*
#headerbottom {
    clear: both; 
	background:#fcccff;
    }
	    */

/*930 plus 15 plus 15 padding = 960px */
div.content {
	width:930px;
	padding:0px 15px 40px 15px;
}		

/*fit 3 columns inside 930px*/
/*200px*/
div.inxleft {
	width:200px;
	float:left;
}	

/*total 530px*/
div.inxcentre {
	width:510px;
	height:470px;
	float:left;
	text-align:justify;
	padding: 0px 10px 10px 10px;
	background:#ffffff url('images/logo_fade.png') top center no-repeat;
	/*background:#ffffff url('images/logo_fade.png') top left no-repeat;*/
}	

div.pricelistinxcentre {
	width:510px;
	height:800px;
	float:left;
	text-align:justify;
	padding: 0px 10px 10px 10px;
	background:#ffffff url('images/logo_fade.png') center no-repeat;
	/*background:#ffffff url('images/logo_fade.png') top left no-repeat;*/
}	

/*total 180*/
div.inxright {width:180px;
	height:450px;
	float:right;
	text-align:right;
	padding: 10px 10px 10px 10px;
	background:#ffffff;
}	

/*fits inside inxright*/
/*opening hours inside here */
div.inxrighttop {
	background:url('images/1pxbg.gif') repeat;
	color:#ffffff;
	width:180px;
	height:210px;
	float:top;
	text-align:justify;
	margin 10px 10px 10px 10px;
}

/*book appointment inside here*/
div.inxrightbottom {
	background:url('images/1pxbg.gif') repeat;
	color:#ffffff;
	width:180px;
	height:180px;
	float:bottom;
	text-align:justify;
	margin: 20px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
}


/* Headings */

h1
{
margin:0px;
} 

h2 {
	font-size:16px;
	margin-top:0px;
}

h3 {
	font-size:20px;
	margin-top:0px;
	margin-bottom:13px;
	color:#ffffff;
}

h4 {
	font-size:11px;
	margin-top:1px;
	margin-bottom:1px;
	color:#ffffff;
}

h5 {
	font-size:10px;
	margin-top:0px;
	margin-bottom:0px;
	color:#ffffff;
}

h6 {
	font-size:12px;
	margin-top:-3px;
	margin-bottom:1px;
       	color:#ffffff;
	/* need block to make ie8 opacity work */
	display:block;
	opacity: 0; /* Standards Compliant Browsers */
	filter: alpha(opacity=0); /* IE 7 and Earlier */
	/* Next 2 lines IE8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}



/* Navigation */		
div.navtopleft {
	padding-top:0px;
	padding-left:10px;
}		

div.navtop ul, li {
	padding:0px;
	margin:0px;
}

div.navtop li {
	display:inline;
}	

div.navtop a {
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;	
	color:#ffffff;
	border-right:1px solid #c27570;
	padding-left:15px;
	padding-right:15px;
	border-right:1px solid #c27570;
	text-decoration:none;
}	

div.navtop a:visited {
	color:#ffffff;
	text-decoration:none;
}

div.navtop a:hover {
	color:#ffffff;
	text-decoration:underline;
}	

div.navtop a.remove {
	border-right:none;
}

div.navtopright {
	float: right;
	margin-top: 0px;	
	display: inline;
	width: 210px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	/*padding-bottom: 20px;*/
}
	

/* Generic Links */
a {
	color: #b1655f;
	text-decoration:underline;
}

a:visited {
	color: #b1655f;
	text-decoration:underline;
}

a:hover {
	color: #b1655f;
	text-decoration:none;
}

/* index left */
/* div.leftlinks {width:201px; margin-top:200px;} */
div.leftlinks {
	width:201px;
	margin-top:10px;
	margin-bottom:100px;
}

div.linksec {
	margin:0 auto;
	margin-bottom:-15px;
	width:184px;
	height:65px;
	background:#BF8986 url('images/menu_button.gif') top left no-repeat;
}

div.linksec:hover {
	margin:0 auto;
	margin-bottom:-15px;
	width:184px;
	height:65px;
	background:#BF8986 url('images/menu_button_hover.gif');
	top left no-repeat;
	cursor:pointer;
}

div.linksec div {
	padding-top:6px;
	padding-right:10px;
	padding-bottom:6px;
	padding-left:10px;
}

div.linksec a {
	display:block;
	color: #ffffff;
	text-decoration: none;
}

div.logos {
	width:201px;
	text-align:center;
	margin-top:140px;
}

/* Price List Page */
table.pricelist {
	width:570px;
}

table.pricelist td {
	padding:1px;
}

td.treatment {
	width:440px;
}

td.price {
	width:130px;
	text-align:right;
}

td.treatmenthdr {
	font-weight:bold;
	border-bottom:1px solid #BF8986;
}

/* Gallery Page */
div.gallerywrapper {
	width:465px;
	text-align:center;
	margin-top:20px;
}

/* Footer Links */
#footerlinks {
	width:721px;
	margin:0 auto;
	padding-top:15px;
	text-align:center;
	font-size:10px;
}

#footerlinks ul, li {
	padding:0px;
	margin:0px;
}

#footerlinks li {
	display:inline;
}

#footerlinks a {
	font-size:10px;
	padding-left:15px;
	padding-right:15px;
	border-right:1px solid #ffffff;
	color:#ffffff;
	text-decoration:none;
}

#footerlinks a:visited {
	color:#ffffff;
	text-decoration:none;
}

#footerlinks a:hover {
	color:#ffffff;
	text-decoration:underline;
}

#footerlinks a.last-child {
	border-right:1px solid #D98E86;
}

#footerlinks a.footer {
	font-size:10px;
	color:#b1655f;
	padding:0px;
	border:none;
}

#footerlinks a.footer:visited {
	font-size:10px;
	color:#b1655f;
}

#footerlinks a.footer:hover {color:#000000; text-decoration:underline;}

/* Enquiry Form */
table.formtable td {
	padding:4px;
	text-align:left;
	vertical-align:top;
}

td.formlabel {
	font-weight:bold;
	width:100px;
	text-align:left;
	padding-right:15px;
}

.formitem {
	width:200px;
	text-align:left;
	border-color:#99a8ba;
	border-width:1px;
	border-style:solid;
	background-color: #ffffff;
}

.errmsg {
	font-weight:bolder;
	color:#FF0000;
}


/* Drop down menus */

#navmenudropdown, #navmenudropdown ul {
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;	
	float: left;
	width: 960px;
	list-style: none;
	line-height: 1;
/*	background: white;  */
	padding: 0;
/*	border: solid #eda;
	border-width: 1px 0; */
	margin: 0 0 1em 0; 
}

#navmenudropdown a {
	/*border-right:1px solid #c27570;*/

	display: block;
	/* next width moves | */
	width: auto;
	color: #ffffff;
	text-decoration: none;
	/*padding t r b l */
	padding: 10px 5px 10px 0px;
}


#navmenudropdown li {
	float: left;
	padding: 0;
	/* next width moves writing */
	width: 8em;
	/*width: 10px;*/
}

/* menu open */
#navmenudropdown li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	font-weight: normal;
	border-width: 1px;
	margin: 0;
	background: #ffffff;  
	padding-left: 10px;
}

#navmenudropdown li li {
	padding-right: 0em;
	width: 14.4em;
}

/* black text in drop down menu */
#navmenudropdown li ul a {
	width: 13.4em;
	color: #000000;
	border-bottom: 1px solid #e2e2e2;
	
}

#navmenudropdown li ul ul {
	margin: -1.75em 0 0 14em;
}

#navmenudropdown li:hover ul ul, #navmenudropdown li:hover ul ul ul, #navmenudropdown li.sfhover ul ul, #navmenudropdown li.sfhover ul ul ul {
	left: -999em;
}

/*colour menu item when selected*/
#navmenudropdown a:hover {
	color: #330000;
}

#navmenudropdown li:hover ul, #navmenudropdown li li:hover ul, #navmenudropdown li li li:hover ul, #navmenudropdown li.sfhover ul, #navmenudropdown li li.sfhover ul, #navmenudropdown li li li.sfhover ul {
	left: auto;
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}

/* > a applies the bold to top menu option thus keeping it bold when mouse moves to submenu option. Otherwise returns to white */
#navmenudropdown li:hover > a, #navmenudropdown li.sfhover {
	color: #330000;
	font-weight: bold;	

}


/*hours*/
.openingh1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-	top: -1px;
	text-indent: 10px;
	width:100%;
	height:25px;
	line-height: 25px;
	color:#FFFFFF;
}

.openingh2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: -1px;
	text-indent: 8px;
	padding: 5px 0px 0px 0px;
	width:100%:
	height:25px;
	line-height: 25px;
	color:#FFFFFF;
	text-transform: uppercase;
}

/*book*/
.bookh1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;	
	margin-top: 18px;
	text-indent: -10px;
	text-align: center;
	width:100%:
	height:25px;
	line-height: 35px;
	color:#FFFFFF;
	text-transform: uppercase;
}

/*about*/
div.inxcentre img {
	width:109px;
	height:132px;
	float:left;
padding: 4px;
border: 1px solid #cccccc;
	margin: 5px 5px -3px 0px;
}

div.fbook {
	margin-top:73px;
	float: bottom;
	width 100%;
}

div.fbook img {
	width:64px;
	height:64px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
}


