@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #E7E9C3;
}
.thrColFixHdr #container {
	width: 880px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
} 
.thrColFixHdr #header {
	background-image: url(../images/BannerNew.jpg);
	height: 141px;
	background-repeat: no-repeat;
} 
.titleHolder {
	height: 55px;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 54px;
	float: left;
	padding-left: 165px;
	padding-top: 43px;
	font-style: italic;
	color: #682B91;
	background-image: url(../images/shadow.png);
	background-repeat: no-repeat;
	background-position: 171px 55px;
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* padding keeps the content of the div away from the edges */
	background-color: #e7e9c3;
	width: 222px;
	background-image: url(../images/sidewallpaper.jpg);
	background-repeat: no-repeat;
	height: auto;
	clear: left;
}
.hotstoneHolder {
	float: left;
	width: 222px;
	height: 400px;
}
.pushStonesdown  {
	padding-top: 260px;
}
.pushdown {
	height: 60px;
	padding-top: 100px;
}
.lastNav {
	height: 25px;
	margin-top: 20px;
	padding-left: 15px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 222px;
	height: auto;
	background-image: url(../images/rightWallpaper2.jpg);
	background-repeat: no-repeat;
	background-position: 5px 0px;
}
.rhsBoxtop {
	width: 200px;
	background-image: url(../images/team/greendoor-girls.jpg);
	background-repeat: no-repeat;
	height: 220px;
	margin-left: 5px;
}
.interviewHolder {
	height: 200px;
	width: 220px;
}
.runnerHolder {
	height: 356px;
	width: 220px;
	background-image: url(../images/run/running2.jpg);
}
.donateText {
	height: 72px;
	width: 220px;
	font-size: 14px;
	padding-top: -10px;
	font-weight: bold;
}
.invisible {
	height: 500px;
	width: 650px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #E7E9C3;
	padding-right: 0px;
	padding-left: 0px;
	text-align: justify;
} 
biogel {
	float: left;
	width: 200px;
}
.footerbordtop {
	background-color: #D0B4B1;
	height: 2px;
	width: 880px;
}
.thrColFixHdr #footer {
	background-image: url(../images/pinkGradFooter.jpg);
	background-repeat: repeat-x;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 161px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.textandPic {
	float: left;
	width: 378px;
}
.secGelHolder {
	width: 378px;
	float: left;
}
.gelHolder {
	float: left;
	width: 150px;
	padding-right: 10px;
}
.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 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
body,td,th {
	font-size: 12pt;
}
a:link {
	color: #692D92;
	text-decoration: none;
	font-size: 14px;
}
a:visited {
	color: #672B93;
	text-decoration: none;
	font-size: 14px;
}
a:hover {
	color: #672B93;
	text-decoration: underline;
	font-size: 14px;
}
a:active {
	color: #682C91;
	text-decoration: none;
	font-size: 14px;
}
.TopSpacer {
	width: 880px;
	background-color: #D1B4B1;
	height: 2px;
}
.bottomSpacer {
	height: 2px;
	width: 880px;
	float: left;
	background-color: #D1B4B1;
}
.bigSpace {
	height: 18px;
	width: 880px;
	background-color: #EEEEEE;
}
.anotherspace {
	height: 1px;
	width: 880px;
	color: #000000;
	background-color: #E7E9C3;
	clear: both;
}
.style1 {
	font-size: 40pt;
	font-style: italic;
}
.style4 {color: #85ad38}
.style6 {font-size: 45px}
#room {
	float: left;
	padding-right: 4px;
}
#lash {
	float: right;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-top: 5px;
}
#mail {
	float: left;
	padding-top: 3px;
	padding-left: 11px;
}
#TallRoom {
	float: right;
	padding-left: 5px;
	margin-top: 19px;
}
.style8 {color: #666666}
a {
	font-size: small;
}
.style9 {font-size: 10pt}
.style13 {color: #000000}
.holdvideo {
	width: 220px;
}
.style14 {color: #E7E9C3}
.style14 {font-size: 9pt}
.style14 {font-size: 9pt}
.style14 {font-size: 9pt}

.artframe {
	height: 435px;
	width: 392px;
	z-index: 2;
	float: left;
	border: medium double #D0B4B1;
}

.artframe {
	height: 435px;
	width: 395px;
	z-index: 2;
	float: left;
	border: medium double #D0B4B1;
}

.artframe {
	height: 435px;
	width: 392px;
	z-index: 2;
	float: left;
	border: medium double #D0B4B1;
}

.sideboxsign {
	height: 215px;
	width: 222px;
}

.sideboxsign {
	height: 215px;
	width: 222px;
}

.sideboxsign {
	height: 215px;
	width: 222px;
}
.parkingsign {
	float: right;
	width: 101px;
	height: 47px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.parkingsign {
	float: right;
	width: 101px;
	height: 47px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.parkingsign {
	float: right;
	width: 101px;
	height: 47px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 0px;
}
parksign {
}
.insideSideBox {
	height: auto;
	width: 220px;
	padding-top: 6px;
}
.insideSideBox {
	height: auto;
	width: 220px;
	padding-top: 6px;
}
.insideSideBox {
	height: auto;
	width: 220px;
	padding-top: 6px;
}
.special {
	width: 422px;
	height: 470px;
}
.special {
	width: 422px;
	height: 470px;
}
.style18 {
	width: 375px;
	height: 358px;
	color: #E7E9C3;
}
.style18 {
	width: 300px;
	height: 300px;
	color: #E7E9C3;
}
.voucherHolder {
	height: 279px;
	width: 170px;
	float: left;
}

.applicationHolder {
	width: 221px;
	padding-top: 15px;
}

.rhsStrip {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #D0B4B1;
	padding-right: 10px;
}
.style17 {color: #3333FF}
.mapFrameHolder {
	height: 525px;
	width: 632px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #D0B4B1;
}
.wineHolder {
	height: 275px;
	width: 389px;
	background-repeat: no-repeat;
	background-image: url(../images/competition/Seche-Rapid-lash.jpg);
	background-position: 1px -1px;
}
.giftHolder {
	height: 204px;
	width: 222px;
	background-image: url(../images/specialGifts.jpg);
}
.leftSidebarBott {
	float: left;
	height: 870px;
	width: 222px;
	background-image: url(../images/wallpaper3.jpg);
}
.stonesHolder {
	height: 300px;
	padding-top: 466px;
}
.spacer {
	height: 15px;
	width: 500px;
	float: left;
	padding-left: 222px;
}
.addthisHolder {
	height: 50px;
	width: 220px;
	float: left;
}

.bookmark {
	float: left;
	height: 17px;
	width: 85px;
}
.newTreatHolder {
	float: left;
	height: 296px;
	width: 390px;
}
.smlspacer {
	float: left;
	height: 50px;
}
.certHolder {
	float: right;
	height: auto;
	width: 90px;
	padding-left: 5px;
}
.style19 {color: #FF0000}
.addthisHolderRight {
	float: right;
	height: 50px;
	width: 220px;
}
.mariah {
	float: left;
	width: 190px;
}
.rihanna {
	float: left;
	width: 190px;
}
.style21 {font-size: 12pt}
.style22 {color: #FF3333}
.youtube {
	float: left;
	height: 18px;
	width: 45px;
	background-image: url(../images/youtube.jpg);
	background-repeat: no-repeat;
	padding-left: 5px;
}
.style30 {font-size: 10px}
.style31 {font-size: 12px}
.style32 {color: #660033}
.giftbagHolder {
	float: left;
	height: 270px;
	width: 180px;
	background-image: url(../images/green-door-gift-voucher.jpg);
	background-repeat: no-repeat;
}
.paperHolder {
	float: right;
	height: 75px;
	width: 120px;
	background-image: url(../images/voucher.jpg);
	margin-left: 5px;
}
.style33 {color: #811020}

.style33 {color: #811020}
.style34 {
	color: #0099CC;
	font-style: italic;
}
.style34 {color: #89212C}
.style36 {color: #CC66FF; font-style: italic; }
.style37 {color: #CC3336}
.style37 {color: #CC3336}
.MDStamp {
	float: left;
	height: 100px;
	width: 100px;
	padding-right: 10px;
}
.style38 {
	color: #CC3336;
	font-size: 9pt;
}
.heartShape {
	float: left;
	height: 119px;
	width: 140px;
	padding-right: 7px;
}
.biogel {
	float: right;
	height: 147px;
	width: 100px;
	background-image: url(../images/biogel/BioGelNails.jpg);
	background-repeat: no-repeat;
	margin-left: 10px;
}
.zoe {
	background-image: url(../images/bowen/Zoe.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 147px;
	width: 100px;
	margin-top: 10px;
	margin-left: 10px;
}
.biojars {
	float: left;
	height: 152px;
	width: 150px;
	margin-right: 10px;
	background-image: url(../images/biogel/BioGel2.jpg);
	background-repeat: no-repeat;
	padding-bottom: -10px;
}
.backPain {
	float: left;
	height: 152px;
	width: 150px;
	margin-right: 10px;
	padding-bottom: -10px;
	background-image: url(../images/bowen/back-pain.jpg);
}
.style29 {font-size: 14px}
.sideBarHeading {
	color: #000000;
	font-weight: bolder;
	font-size: 18px;
}
.sideBarText1 {
}
.sideBarSpace {
	height: 20px;
}
.flower {
	float: left;
	height: 120px;
	width: 87px;
	background-image: url(../images/hopi-ear-candles2.jpg);
	margin-right: 5px;
}
.SideBar1Holder {
	height: auto;
	width: 226px;
	float: left;
}
.recapchaHolder {
	float: left;
	height: 155px;
	width: 250px;
	background-image: url(../images/recaptcha.jpg);
	padding-left: 8px;
	background-repeat: no-repeat;
}
.dipingoCard {
	float: right;
	height: 99px;
	width: 99px;
	background-image: url(
../images/dipingodesign/dog.jpg;
	background-image: url(../images/dipingodesign/heart.jpg);
	margin-left: 5px;
}
.twenty {
	float: right;
	height: 133px;
	width: 200px;
	background-image: url(../images/Twenty%20Skin%20Care/twenty-skin-care.jpg);
	margin-left: 8px;
}
.northRun {
	height: 244px;
	width: 392px;
	background-image: url(../images/run/great-north-run.jpg);
}
.vid {
	height: 239px;
	width: 395px;
}
.justGivingHolder {
	float: right;
	height: 250px;
	width: auto;
	margin-top: 5px;
}
.charityBoxes {
	float: left;
	height: 60px;
	width: 77px;
	padding-right: 20px;
	padding-left: 20px;
}
.justGivingHolder {
	height: 85px;
	width: 214px;
	float: left;
	margin-left: 5px;
}
.charitySpace {
	height: 40px;
	width: 200px;
	float: left;
}
.extraPushdown {
	width: 222px;
	padding-top: 200px;
}
.style39 {color: #CEB2AE}
.widget {
	float: left;
	height: 230px;
	width: 150px;
	margin-right: 5px;
}
.thinPinkLine {
	width: 350px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #D0B4B1;
	float: left;
	margin-left: 25px;
	height: 1px;
}
.CharityBoxesHolder {
	height: 63px;
	width: 396px;
}
.waxing {
	float: left;
	height: 200px;
	width: 152px;
	background-image: url(../images/waxing/hollywood.jpg);
	background-repeat: no-repeat;
	margin-bottom: -1px;
}
.spacerSmall {
	height: 21px;
	width: 395px;
}
.secPicOnAboutUs {
	float: right;
	height: 134px;
	width: 200px;
	margin-left: 5px;
}
.siemapPushDown {
	height: 275px;
	width: 222px;
}
.nicky2 {
	height: 160px;
	width: 100px;
	float: left;
	margin-right: 5px;
}
.wealdenTimes {
	float: right;
	height: 143px;
	width: 100px;
	margin-left: 5px;
	background-image: url(../images/wealden%20times/august_issue.jpg);
	background-repeat: no-repeat;
}
.nicky {
	height: 200px;
	width: 152px;
	float: right;
	margin-left: 5px;
}
.bikini {
	float: right;
	height: 75px;
	width: 78px;
	background-image: url(../images/waxing/string-bikini.jpg);
	margin-left: 5px;
}
.legs {
	float: left;
	height: 120px;
	width: 200px;
	margin-right: 5px;
}
.waxPot {
	float: left;
	height: 102px;
	width: 190px;
	margin-right: 5px;
}
.lingerpant {
	float: right;
	height: 125px;
	width: 100px;
	margin-left: 5px;
}
.cleanser {
	float: left;
	height: 141px;
	width: 200px;
	padding-right: 5px;
}
.marden {
	float: left;
	height: 140px;
	width: 262px;
	background-image: url(../images/waxing/marden.jpg);
	background-repeat: no-repeat;
	padding-left: 3px;
}
.upright_cleanser {
	float: right;
	height: 100px;
	width: 59px;
	background-image: url(../images/finders/special-offers/upright.jpg);
	background-repeat: no-repeat;
}
.clock {
	height: auto;
	width: 200px;
}
.waxingHolders {
	height: 252px;
	width: 391px;
}
.shells {
	float: right;
	height: 130px;
	width: 200px;
	margin-left: 10px;
}
.marmite {
	float: right;
	height: 130px;
	width: 89px;
	margin-right: 3px;
}
.giftShop {
	float: left;
	height: 234px;
	width: 160px;
	margin-right: 5px;
}
.NewDipingoCards {
	float: left;
	height: 150px;
	width: 150px;
	margin-right: 5px;
}
.dip {
	float: right;
	height: 106px;
	width: 160px;
	margin-left: 12px;
}
.valentines {
	float: right;
	height: 140px;
	width: 100px;
	margin-left: 4px;
}
.cupid {
	float: right;
	margin-left: 3px;
}
.bigPic {
	float: left;
	height: 486px;
	width: 387px;
}
.square {
	background-image: url(../images/competition/sandy-bay-candles.jpg);
	float: right;
	height: 120px;
	width: 120px;
	margin-left: 5px;
}
.thread {
	float: left;
	height: 85px;
	width: 120px;
	margin-right: 3px;
	background-image: url(../images/marden-school/calendar1.jpg);
}
.valentine2 {
	float: left;
	height: 143px;
	width: 200px;
	margin-right: 5px;
	background-image: url(../images/competition/valentines2.jpg);
}
.heart {
	float: left;
	height: 143px;
	width: 200px;
	margin-right: 5px;
}

