/* CSS Document */

/* set all padding and margin to 0 */
* { 
	margin: 0;
	padding: 0;	

}

img { /* set all images to display as block elements initially, over-ride to inline as required */
	
	display: block;	
}

	
.clearFloat {
		
	clear: both;	
}

.clearLeft {
		
	clear: left;	
}

.noHeight {
	
	height: 1px;	
}
	

body {

	
	font: normal normal normal 14px Arial, Geneva, Sans-serif;
	color: #272727;	
	background-image: url(images/site-background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	
}
	
body a {
	
	text-decoration: none;
	outline: none;
}
	
body a img {
		
	border: 0;	
}


	
.sitelink a {
	text-decoration: none;
	color: #a4a1cb;
}
	
	
.sitelink a:hover {

	text-decoration: underline;
	
}

.sitelink a.small {
	
	font-size: 11px;
	letter-spacing: 2px;
	font-weight: bold;
}

.defaultFont {
	
	font: normal normal normal 12px Arial, Geneva, Sans-serif; 
	color: #272727;		
}


.largerFont {

	font-size: 16px;	
}

.font14 {

	font-size: 14px;	
}

.smallerFont {

	font-size: 12px;	
}


.etekGold {
	
	color: #a4a1cb;	
}

.bold {
	
	font-weight: bold;
	
}

.normal {
	
	font-weight: normal;	
}

.green {
	
	color: #009900;	
}

.largePurple {
	
	color: #a4a1cb;	
	font-size: 34px;
	font-weight:normal;
}

.smallPrint {
	
	font-size: 14px;
	font-weight:normal;
	}

.white {
	
	color: white;	
}


.alert {
	
	color: #FF0000;

}


.alignCenter {
	
	text-align: center;	
	width: 130px;
	display: block;
}

.grey {	 
	
	color: #686868;
	}



h1 {
	
	font: normal normal normal 34px Arial, Geneva, Georgia ; 
	text-align: left;
	color: #a4a1cb;
	background-color: transparent;

}

h1.pageStrapline {
	
	position: absolute;
	top: 95px;
	right: 10px;
	width: 580px;
	
}


h2 {
	
	font: normal normal normal 22px Arial, Geneva, Georgia ; 
	text-align: left;
	color: #686868;
	background-color: transparent;

}

h3 {

	font-weight: bold;
	color: #a4a1cb;
	padding-top: 20px;	
}

h2.large30 {
	
	color: black;
	font-weight: normal;
	padding-bottom: 5px;	
}


.noShow {

	display: none;	
}


.leftpad0 {
	
	padding-left: 0;	
}

.leftpad5 {
	
	padding-left: 5px;	
}

.leftMargin5 {
	
	margin-left: 5px;	
}

.leftpad10 {
	
	padding-left: 10px;	
}

.leftpad15 {
	
	padding-left: 15px;	
}

.toppad10 {
	
	padding-top: 10px;	
}

.toppad20 {
	
	padding-top: 20px;	
}

.toppad5 {
	
	padding-top: 5px;	
}

.toppad7 {
	
	padding-top: 7px;	
}

.toppad15 {
	
	padding-top: 15px;
}

.toppad30 {
	
	padding-top: 30px;
}


.botMarg10 {

	margin-bottom: 10px;	
}

.botMarg20 {

	margin-bottom: 20px;	
}

.topMarg10 {

	margin-top: 10px;	
}

.rightpad20 {
	
	padding-right: 20px;	
}

.botpad20 {
	
	padding-bottom: 20px;	
}

.botpad10 {
	
	padding-bottom: 10px;	
}

.topDash {
	
	border-top: 1px dotted 	#575757;
}

.botDash {
	
	border-bottom: 1px dotted 	#575757;
}


img.closeButton {
	
	position: absolute;
	right: -10px;
	top: -10px;	
	
}

.alignButton {
	
	position: absolute;
	top: -22px;
	left: -7px;	
	cursor: pointer;
	
}

#outerShell {
	
	background-color: transparent;
	width: 100%;	
	position: relative;
	display: block;
	z-index: 0;
	
	
}


/* the shell is set width auto left and right margins to centre the div on the screen */

#shell {
	
	display: block;		
	width: 960px;
	margin-left:   auto;
	margin-right:   auto;
	position: relative;

}

#likeLink {
	
	position: absolute;
	top: 10px;
	left: 685px;
	border: 1px solid red;

}


#logo {
		
	background-image: url(images/siteHeader.gif);
	background-repeat: no-repeat;	
	background-position: top;
	height: 150px;
	
}

.logoFace {
	position:absolute;
	top: 16px;
	left: 820px;
	
}



#slider {
    width: 960px; /* important to be same as image width */
    height: 324px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	background-color:#FFF;
}
#sliderContent {
    width: 960px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
	
	
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
	
	
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 20px 45px;
    width: 960px;
    background-color: #ffffff;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #3D3D3D;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
	
	    font-size: 30px;
		font-weight:normal;

	
	
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}
#contentMain {
		
	
	width: 960px;
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 0px;
	background-color: white;
	/* min-height: 680px; */
	border: 1px solid #E1E1E1;
	z-index: 0;
	
}



.topnav {
	
	height: 55px;
	width: 960px;	
	padding: 0;
	position: relative;
	top: 0px;
	right: 0;
	border: 0px solid red;
	z-index: 100;
	background-image: url(images/menuBackground.jpg);
	background-repeat: repeat-x;
}





#twoColContent {
	position: relative;
	display: block;
	padding-top: 26px;
	font: normal normal normal 14px Arial, Geneva, Sans-serif;
	border: 0px solid blue;
	padding-left: 40px;
	padding-right: 40px;
	background-color: #FFF;
	
}



#leftCol {
	
	width: 570px;
    border: 0px solid #E3E3E3;
	display: block;	
}


#leftCol p {
	color: #666;
	text-align: justify;
	padding-top: 10px;
}


#leftCol p a{
	color: #a4a1cb;
	
}

#leftCol p a:hover{
	color: #7b7998;
	
}

#rightCol {
	
	width: 288px;
	float: right;
	padding-left: 0px;
	margin-right: 3px;
	border: 0px solid red;
	display: block;	
}



div.withWave {
	
	background-image: url(images/blueWave.gif);
	background-repeat: no-repeat;	
	background-position: bottom;
	padding-bottom: 50px;
	
}

div.button {
	border: 5px solid #7b7998;
	margin-bottom: 5px;
}

div.buttonLast {
	border: 5px solid #7b7998;
	margin-bottom: 15px;
}



div.button h1 {
	
	background-color: #ffffff;
	padding-left: 8px;
	margin-bottom: 0px;
	color: #7b7998;
	font-weight: normal;
	font-size: 21px;
}

div.button p {
	
	background-color: #ffffff;
	padding: 8px;
	color: #7b7998;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.4em;
}



div.button a {
	color: #FFF;
}

div.button a:hover p {
	
	text-decoration: underline;
	
}



div.promotion {
	border: 5px solid #a4a1cb;
	margin-bottom: 15px;
}


div.promotion h1 {
	
	background-color: #ffffff;
	padding-left: 8px;
	margin-bottom: 0px;
	color: #7b7998;
	font-weight: normal;
	font-size: 21px;
}
div.promotion h2 {
	
	background-color: #ffffff;
	padding-left: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #7b7998;
	font-weight: normal;
	font-size: 21px;
}


div.promotion p {
	
	background-color: #ffffff;
	padding: 8px;
	color: #7b7998;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.4em;
}



div.promotion a {
	color: #a4a1cb;
}

div.promotion a:hover {
	
	text-decoration: none;
		color: #7b7998;
	
}

#galleryImages ul {
	
	list-style: none;
	margin-top: 30px;
}


#galleryImages ul li {
	width: 174px;
	float: left;
	margin-right: 16px;
	margin-bottom: 20px;	
}



ul.treatmentList {
	
	list-style: none;	
	margin-top: 20px;
}


ul.treatmentList li {
	
	color: #a4a1cb;
	display: block;
	position: relative;
	padding: 5px 0;	
	border-bottom: 1px dotted 	#575757;
	
}


ul.treatmentList li.lastItem {
	
	border-bottom: 0px dotted 	#575757;
	
}


ul.treatmentList li span {
	position: absolute;
	right: 0;
	top: 8px;
	color: #727272;
}


ul.treatmentList li span.price {
	
	position: absolute;
	color: #7975ae;
	left: 250px;
	
}

ul.treatmentList li span.price2 {
	position: absolute;
	color: #7975ae;
	left: 350px;	
}

ul.treatmentList li span.price3 {
	position: absolute;
	color: #7975ae;
	left: 443px;	
}

#contactForm {
	
	width: 570px;	
	border: 0px solid #a4a1cb;
	padding-bottom: 50px;		
	background-color: #d2d0e8;
	position: relative;
	margin-bottom: 20px;
	
}


#contactForm h2 {

	background-color: #a4a1cb;
	color: white;
	padding-top: 20px;
	padding-left: 15px;
	
}



#enqDetails {
	
	width: 550px;	
	border: 0px solid #B3B3B3;
	margin-left: 10px;
	margin-top: 10px;

}

#enqDetails td {
	
	border: 0px solid blue;
	font-weight: bold;
	color: #8D8D8D;
	

}



#enqDetails td.normalWeight {
	
	font-weight: normal;
	
}



#enqDetails tr td img.captchaImage {
	
	border: 0px solid red;
	position: relative;
	left: 0;
	margin: 8px 0;	
}


#enqDetails tr td input {
	
	width: 98%;
	border: 1px solid #C0C2C5;
	color: #9C9DA0;
	height: 23px;
	padding-top: 9px;
	padding-left: 5px;
	background-color: #FFFFFF;

}


#enqDetails tr td table {
	
	width: 100%;	
	
}


#enqDetails tr td table tr td {
	
	border: 0px solid red;
	width: 50%;	
}



#enqDetails tr td table tr td input {

	width: 97%;	
	
}

#enqDetails tr td table tr td input.radio {
	
	display: inline;
	background-color: transparent;
	width: 20px;
	margin-right: 4px;
	margin-left: 18px;
	vertical-align: middle;
	border: none;
	
}

#enqDetails tr td table tr td input.firstBox {
	
	margin-left: 0px;
		
}


#enqDetails tr td table tr td.leftCell {
	
	border: 0px solid red;
	padding-right: 5px;
		
}

#enqDetails tr td table tr td.rightCell {
	
	border: 0px solid red;
	padding-left: 5px;
		
}


#enqDetails tr td textarea {
	
	
	border: 1px solid #C0C2C5;
	color: #9C9DA0;
	height: 80px;
	padding-top: 9px;
	padding-left: 5px;
	margin-left: 5px;
	width: 97%;

}
	
#formSubmit {
	
	width: 160px;
	height: 35px;	
	border: 0;
	position: absolute;
	bottom: 0px;
	right: 17px;
	margin: 0;
	cursor: pointer;
	color: white;
	background-color: #a4a1cb;
	font-size: 14px;
	
}

#footer {
	
	clear: both;
	display: block;		
	width: 960px;
	height: 160px;
	margin-left:   auto;
	margin-right:   auto;
	position: relative;
	margin-top: 0px;
	border: 0px solid red;
	color: #7975ae;
	background-image: url(images/footerBackground.jpg);
	background-repeat: repeat-x;
}


#footer span {
	
	color: #3D3D3D;
	font-size: 14px;
	font-weight: bold;	
}

#footer span.footerSmall {
	
	font-size: 12px;	
}

#footer ul {
	
	list-style: none;
	width: 180px;
	height: 120px;
	position: relative;
	top: 20px;
	border: 0px solid red;
	border-right: 1px solid white;
	padding-right: 10px;
}


#footer ul.firstList {
	
	position: absolute;
	left: 44px;
}

#footer ul.secondList {
	
	position: absolute;
	left: 260px;
}


#footer ul.thirdList {
	
	position: absolute;
	left: 340px;
}


#footer ul.finalList {
	
	position: absolute;
	width: 200px;
	right: 18px;
	border-right: 0px solid white;
}


#footer ul li {
	
	font-family: arial;
	padding: 1px 0;	
	border: 0px solid red;
	color: #ffffff;
}

#footer ul li span {
	
	font-weight: bold;
	font-size: 14px;
	color: #3D3D3D;
	padding-bottom: 10px;
	display: block;
		
}

#footer ul li span.tinyFont {
	
	font-weight: normal;
	font-size: 10px;
	padding-top: 10px;	
}

#footer ul li a {
	
	font-family: arial;
	padding: 1px 0;	
	border: 0px solid red;
	color: #ffffff;
}

#footer ul li a:hover {
	
	font-family: arial;
	padding: 1px 0;	
	border: 0px solid red;
	color: #7b7998;
}

#footer img {
	
	position: absolute;
	left: 466px;	
	top: 20px;
	
}


#footerLink {
	
	color: #929292;	
	border: 0px solid red;
			
}

#footerLink a {
	
	color: #3D3D3D;
	font-size: 10px;
	display: block;
	padding-top: 10px;	
	border: 0px solid red;	
}

