html, body {
	background:#9f4269 url(../img/background.png) repeat-x;
	font-family: Trebuchet MS, Tahoma, Helvetica, Sans-serif;
	margin: 0 auto -57px;
	padding: 0;
}

/**************************
* MAIN STYLES
*************************/

.hidden {
	display: none;
}

.nofloat {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
	font-size: 0;
	line-height: 0px;
	content: ".";
	border: none;
	margin: 0;
	padding: 0;
}

.contenttitle {
	margin: 20px 0 0 8px;
	float: left;
}

h1 {
	width: 357px;
	height: 56px;
	margin: 18px 0 0 0;
	display: block;
	float: left;
}

h1 a {

	background: transparent url(../img/logo.png) no-repeat scroll 0 0;
	height:56px;
	display: block;
	text-indent: -9999px;
	margin: 0;
	width:357px;
}

h2 {
	color:#821A4A;
	float:left;
	font-size:22px;
	font-weight:normal;
	margin:0;
	padding:0
}

h3 {
	color:#ffffff;
	float:left;
	font-size:16px;
	font-weight:normal;
	margin:0;
	padding:0;
}

.contentbody {
	margin: 16px 0 0 8px;
	width: 374px;
	float: left;
}

.contentbody p {
	color: #821a4a;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 8px 0;
	padding: 0;
	float: left;
}

.contentbodytop {
	margin: 16px 0 0 8px;
	width: 537px;
	float: left;
	padding: 0;
}

.contentbodytop p {
	color: #821a4a;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 8px 0;
	padding: 0;
	float: left;
}

.contentbodytop ul {
	width: 540px;
	margin: 5px 0 0 0;
	padding: 0;
	line-height: 16px;
	float: left;
}

.contentbodytop li {
	background: url(../img/bullet.png) 0 0 no-repeat;
	background-position: 8px 8px;
	padding-left: 20px;
	margin-bottom: 4px;
	list-style: none;
	color: #821a4a;
	font-size: 12px;
	line-height: 18px;
	float: left;
	width: 520px;
}

.address {
	width: 145px;
	margin: 5px 30px 0 0;
	padding: 0;
	float: right;
	clear: both;
}

.address p {
	color: #821a4a;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 12px 0;
	padding: 0;
	float: left;
	clear: both;
}

.contentbodybottom {
	margin: 0 0 0 8px;
	width: 374px;
	float: left;
}

.contentbodybottom p {
	color: #821a4a;
	width: 374px;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 8px 0;
	padding: 0;
	float: left;
	clear: both;
}

.contentbodybottom ul {
	margin: 5px 0 0 0;
	padding: 0;
	line-height: 16px;
	float: left;
}

.contentbodybottom li {
	background: url(../img/bullet.png) 0 0 no-repeat;
	background-position: 8px 8px;
	padding-left: 20px;
	margin-bottom: 4px;
	list-style: none;
	color: #821a4a;
	font-size: 12px;
	line-height: 16px;
	float: left;
	width: 353px;
}

.title {
	margin: 6px 0 0 10px;
	padding: 0;
	width: 70px;
	height: 13px;
}

p {
	color: #ffffff;
}

a img {
	border: 0;
}

a:visited {
	color: #ffffff;
}

/**************************
* END MAIN STYLES
*************************/

/**************************
* MAIN DIVS
*************************/
	
#page-container {
	width: 760px;
	height: 975px;
	margin: 0 auto;
	min-height: 100%;	
}

/**************************
* END MAIN DIVS
*************************/

/**************************
* HEADER
*************************/

#header {
	width: 760px;
	height: 100px;
	margin: 0;
}

#logo {
	background: url(../img/logo.png);
	width: 357px;
	height: 56px;
	margin: 18px 0 0 0;
	display: block;
	float: left;
}

#phone {
	width: 159px;
	height: 43px;
	background: url(../img/phone.png) 0 0 no-repeat;
	margin: 29px 14px 0 0;
	display: block;
	float: right;
}

/**************************
* HEADER END
*************************/

/**************************
* PHOTOS
*************************/

#massagephotos {
	width: 760px;
	height: 199px;
	margin: 0;
}

#photoscornerleft {
	width: 4px;
	height: 199px;
	background-image: url(../img/imagebackgroundleft.png);
	display: block;
	float: left;
}

#photosbackground {
	width: 752px;
	height: 199px;
	background-color: #ebabca;
	float: left;
}

#photos {
	width: 736px;
	height: 175px;
	margin: 12px 8px 12px 8px;
}

#massagepic1 {
	width: 175px;
	height: 175px;
	display: block;
	float: left;
}

#massagepic2 {
	width: 175px;
	height: 175px;
	display: block;
	float: left;
	margin: 0 0 0 12px;
}

#massagepic3 {
	width: 175px;
	height: 175px;
	display: block;
	float: left;
	margin: 0 0 0 12px;
}

#massagepic4 {
	width: 175px;
	height: 175px;
	display: block;
	float: left;
	background-image: url(../img/massagepic4.jpg);
	margin: 0 0 0 12px;
}

#photoscornerright {
	width: 4px;
	height: 199px;
	background-image: url(../img/imagebackgroundright.png);
	display: block;
	float: right;
}

/**************************
* PHOTOS END
*************************/

/**************************
* MAIN CONTENT
*************************/

#content {
	width: 760px;
	height: 564px;
	margin: 12px 0 0 0;
}

#content2 {
	width: 760px;
	height: 478px;
	margin: 12px 0 0 0;
}

#welcome {
	width: 561px;
	height: 276px;
	float: left;
}

#welcomecornerleft {
	width: 4px;
	height: 276px;
	background-image: url(../img/welcomebackgroundleft.png);
	display: block;
	float: left;
}

#welcomebackground {
	width: 553px;
	height: 276px;
	background-color: #ffffff;
	float: left;
}

#welcomeimage {
	width: 152px;
	height: 235px;
	background-image: url(../img/flower1.jpg);
	display: block;
	float: right;
	margin: 41px 0 0 0;
}

#welcomecornerright {
	width: 4px;
	height: 276px;
	background-image: url(../img/welcomebackgroundright.jpg);
	display: block;
	float: right;
}

#bodytext {
	background-image: url(../img/contactbackground.jpg);
	width: 561px;
	height: 478px;
	float: left;
}

.horizontalrule {
	width: 537px;
	height: 1px;
	margin: 5px 0 16px 0;
	background-color: #969696;
	float: left;
}

.horizontalrule2 {
	width: 360px;
	height: 1px;
	margin: 5px 0 16px 0;
	background-color: #969696;
	float: left;
}

#bodytextleft {
	width: 4px;
	height: 478px;
	background-image: url(../img/bodyleft.png);
	display: block;
	float: left;
}

#bodytextright {
	width: 4px;
	height: 478px;
	background-image: url(../img/bodyright.jpg);
	display: block;
	float: right;
}

#bodytextright2 {
	width: 4px;
	height: 478px;
	background-image: url(../img/bodyright2.png);
	display: block;
	float: right;
}

#companylinks {
	margin: 16px 0 0 8px;
	width: 537px;
	float: left;
	clear: both;
}

#companylinks p {
	width: 537px; 
	color: #821a4a;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 6px 0;
	padding: 0;
	float: left;
}

#companylinks a { 
	color: #821a4a;
	font-size: 12px;
	line-height: 8px;
	margin: 0 0 8px 0;
	padding: 0;
	text-decoration: underline;
	float: left;
}

#mapbackground {
	width: 561px;
	background-image: url(../img/contactbackground.jpg);
	height: 478px;
	float: left
}

/**************************
* MAIN CONTENT END
*************************/

/**************************
* NAVIGATION
*************************/

#navigation {
	width: 187px;
	height: 276px;
	float: right;
	margin: 0;
}

#navigationcornerleft {
	width: 4px;
	height: 276px;
	background-image: url(../img/navbackgroundleft.png);
	display: block;
	float: left;
}

#navigationbackground {
	width: 179px;
	height: 276px;
	background-color: #ebabca;
	float: left;
}

#rollovers {
	width: 163px;
	height: 252px;
	margin: 12px 8px;
}

div#rollovers ul {
	color: #ffffff;
	font-size: 12px;
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
}

div#rollovers li {
	color: #ffffff;
	font-size: 12px;
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
}

div#rollovers a {
	background: url(../img/navhovermiddle.png) 0 0 no-repeat;
	background-position: 0 0;
	width: 138px;
	height: 22px;
	display: block;
	float: left;
	text-decoration: none;
	color: #ffffff;
	padding: 6px 0 0 25px;
	margin: 0;
}

div#rollovers a:hover {
	height: 22px;
	background-position: -163px 0;
}

#navigationcornerright {
	width: 4px;
	height: 276px;
	background-image: url(../img/navbackgroundright.png);
	display: block;
	float: right;
	text-decoration: none;
}

/**************************
* NAVIGATION END
*************************/

/**************************
* ABOUT ME
*************************/

#aboutme {
	width: 561px;
	height: 152px;
	margin: 12px 0 0 0;
	float: left;
}

#aboutmecornertopleft {
	width: 4px;
	height: 32px;
	background-image: url(../img/headerbackgroundleft.png);
	display: block;
	float: left;
}

#aboutmetopbackground {
	width: 553px;
	height: 32px;
	background-color: #821a4a;
	float: left;
}

#aboutmecornertopright {
	width: 4px;
	height: 32px;
	background-image: url(../img/headerbackgroundright.png);
	display: block;
	float: right;
}

#aboutmecornerbottomleft {
	width: 4px;
	height: 120px;
	background-image: url(../img/aboutmebackgroundleft.jpg);
	display: block;
	float: left;
}

#aboutmebottombackground {
	width: 553px;
	height: 120px;
	background-color: #ffffff;
	float: left;
}

#aboutmeimage {
	width: 116px;
	height: 101px;
	background-image: url(../img/flower2.jpg);
	display: block;
	float: left;
	margin: 19px 0 0 0;
}

#aboutmecontent {
	width: 418px;
	height: 10px;
	float: left;
	margin: 8px 0 0 11px;
	padding: 0;
}

#aboutmecontent p {
	color: #821a4a;
	font-size: 12px;
	margin: 0 0 8px 0;
	padding: 0;
	float: left;
	line-height: 16px;
}

#aboutmecontent a {
	color: #821a4a;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#aboutmecornerbottomright {
	width: 4px;
	height: 120px;
	background-image: url(../img/aboutmebackgroundright.png);
	display: block;
	float: right;
}

/**************************
* ABOUT ME END
*************************/

/**************************
* QUALIFICATIONS
*************************/

#qualifications {
	width: 187px;
	height: 276px;
	float: right;
	margin: 12px 0 0 0;
}

#qualificationstopleft {
	width: 4px;
	height: 32px;
	background-image: url(../img/headerbackgroundleft.png);
	display: block;
	float: left;
}

#qualificationstopbackground {
	width: 179px;
	height: 32px;
	background-color: #821a4a;
	float: left;
}

#qualificationstopright {
	width: 4px;
	height: 32px;
	background-image: url(../img/headerbackgroundright.png);
	display: block;
	float: right;
}

#qualificationsbottomleft {
	width: 4px;
	height: 244px;
	background-image: url(../img/qualificationsbackgroundleft.png);
	display: block;
	float: left;
}

#qualificationsbottombackground {
	width: 179px;
	height: 244px;
	background-color: #ffffff;
	float: left;
}

#qualificationscontent {
	width: 163px;
	height: 216px;
	float: left;
	padding: 0;
	margin: 8px 0 0 8px;
}

#qualificationscontent p {
	color: #821a4a;
	font-size: 12px;
	margin: 0 0 6px 0;
	padding: 0;
	float: left;
	line-height: 16px;
}

#qualificationsbottomright {
	width: 4px;
	height: 244px;
	background-image: url(../img/qualificationsbackgroundright.png);
	display: block;
	float: right;
}

/**************************
* QUALIFICATIONS END
*************************/

/**************************
* PRODUCTS
*************************/

#products {
	width: 561px;
	height: 112px;
	float: left;
	margin: 12px 0 0 0;
}

#productstopleft {
	width: 4px;
	height: 32px;
	background-image: url(../img/headerbackgroundleft.png);
	display: block;
	float: left;
}

#productstopbackground {
	width: 370px;
	height: 32px;
	background-color: #821a4a;
	float: left;
}

#productsimagetop {
	width: 183px;
	height: 32px;
	background-image: url(../img/productstop.jpg);
	display: block;
	float: left;
}

#productstopright {
	width: 4px;
	height: 32px;
	background-image: url(../img/productsbacktopright.jpg);
	display: block;
	float: right;
}

#productsbottomleft {
	width: 4px;
	height: 80px;
	background-image: url(../img/productsbackgroundleft.png);
	display: block;
	float: left;
}

#productsbottombackground {
	width: 370px;
	height: 80px;
	background-color: #ffffff;
	float: left;
}

#productscontent {
	width: 374px;
	height: 64px;
	float: left;
	padding: 0;
	margin: 8px 0 0 8px;
}

#productscontent p {
	color: #821a4a;
	font-size: 12px;
	margin: 0 0 6px 0;
	padding: 0;
	line-height: 16px;
}

#productscontent a {
	color: #821a4a;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#productsimagebottom {
	width: 183px;
	height: 80px;
	background-image: url(../img/productsbottom.jpg);
	display: block;
	float: left;
}

#productsbottomright {
	width: 4px;
	height: 80px;
	background-image: url(../img/productsbackgroundright.jpg);
	display: block;
	float: right;
}

#productspromo {
	width: 187px;
	height: 190px;
	float: right;
	margin: 12px 0 0 0;
}

#productspromotopleft {
	width: 4px;
	height: 32px;
	background-image: url(../img/headerbackgroundleft.png);
	display: block;
	float: left;
}

#productspromotopbackground {
	width: 179px;
	height: 32px;
	background-color: #821a4a;
	float: left;
}

#productspromotopright {
	width: 4px;
	height: 32px;
	background-image: url(../img/headerbackgroundright.png);
	display: block;
	float: right;
}

#productspromobottombackground {
	width: 187px;
	height: 158px;
	background-color: #ffffff;
	background-image: url(../img/products2.jpg);
	display: block;
	float: left;
}

#productstext {
	width: 160px;
	height: 70px;
	float: left;
	padding: 0;
	margin: 7px 0 0 12px;
}

#productstext p {
	color: #821a4a;
	font-size: 12px;
	margin: 0 0 6px 0;
	padding: 0;
	line-height: 16px;
}

#productstext a {
	color: #821a4a;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	margin: 0;
	padding: 0;
}

/**************************
* PRODUCTS END
*************************/

/**************************
* CONTACT PROMO
*************************/

#contactbackground {
	width: 187px;
	height: 158px;
	background-image: url(../img/contact.png);
	display: block;
	float: left;
	margin: 0;
}

#contacttext {
	width: 145px;
	height: 145px;
	float: left;
	padding: 0;
	margin: 8px 0 0 40px;
}

#contacttext p {
	color: #821a4a;
	font-size: 12px;
	margin: 0 0 9px 0;
	padding: 0;
	line-height: 16px;
	clear: both;
}

#contacttext a {
	color: #821a4a;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	margin: 8px 0 0 0;
	padding: 0;
	float: left;
}

/**************************
* CONTACT PROMO END
*************************/

/**************************
* FOOTER
*************************/

#footer {
	width: 760px;
	height: 90px;
	float: left;
	margin-top: 10px;
	text-align: center;
}

#links {
	width: 760px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	float: left;
}

div#links span.colon {
	font-size: 11px;
	color: #ffffff;
	margin: 0 0 0 5px;
}

div#footer a{
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	font-size: 11px;
}

div#footer li{	
	list-style: none;
	font-size: 11px;
	color: #ffffff;
	font-size: 11px;
	display: inline;
}

div#footer ul{
	display: inline;
	line-height: 12px;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

#copyright {
	width: 760px;
	height: 16px;
	padding: 0;
	margin-top: 8px;
	float: left;
	overflow: hidden;
}

#copyright ul {
	display: inline;
	line-height: 12px;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

#copyright li {
	list-style: none;
	display: inline;
	font-size: 11px;
	color: #ffffff;
}

#copyright a{
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	font-size: 11px;
}

#copywrite span.colon {
	font-size: 11px;
	color: #ffffff;
	margin: 0 0 0 5px;
}

#bodies {
	width: 480px;
	height: 50px;
	padding: 13px 0 0 0;
	margin: 0 auto;
	clear: both;
}

#vtct {
	width: 52px;
	height: 33px;
	display: block;
	float: left;
}

#tis {
	width: 94px;
	height: 33px;
	display: block;
	float: left;
	margin: 0 40px;
}

#fht {
	width: 70px;
	height: 33px;
	background-image: url(../img/fht.png);
	display: block;
	float: left;
}

#cnhc {
	width: 100px;
	height: 24px;;
	display: block;
	float: left;
	margin: 5px 40px;
}

/**************************
* FOOTER END
*************************/

/**************************
* BEGIN GOOGLEMAP STYLES
*************************/

#mapcontain {
	background-color: #d7d7d7;
	width: 331px;
	height: 319px;
	clear: left;
	margin-left: 8px;
	margin-top: 55px;
	padding: 10px;
	overflow: hidden;
}

#googleMap {
	width: 331px;
	max-width: 331px !important;
	height: 282px;
}

div#googleMap span {
	white-space: normal;
}


div#mapcontain li {
	list-style-type: none;
	display: block;
}

div#mapcontain ul {
	padding: 15px 0 0 30px;
	margin: 0;
}

div#mapcontain .direcBtn {
	background: url(../img/getdirections.png) 0 0 no-repeat;
	width: 106px;
	height: 22px;
	border: none !important;
	float: left;
	margin-left: 10px;
}

div#mapcontain #postCode {
	float: left;
	width: 155px;
}

div#mapcontain .hidden {
	display: none;
	visibility: hidden;
}

/**************************
* END GOOGLEMAP STYLES
*************************/