/* CSS Document */

BODY {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	FONT-SIZE: 12px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px auto; 
	WIDTH: 800px; 
	PADDING-TOP: 0px; 
	FONT-FAMily:Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #b81236; 
	scrollbar-base-color: #b51236;
scrollbar-arrow-color: #d54464;
scrollbar-3dlight-color: #d54464;
scrollbar-darkshadow-color: #610f21;
scrollbar-face-color: #b51236;
scrollbar-highlight-color: #b51236;
scrollbar-shadow-color: #b51236;
scrollbar-track-color: #b51236;
}
a:link, a:visited, a:hover, a:active { 
	color: #ffffff;
}

#pageframe {
	width: 810px;
	background-image:url(../images/background.png);
	background-repeat:repeat-y;
	padding-left:5px;
}

#main {
	width:800px;
	height: auto;
}

#header {
	height: 257px;
	width: 800px;
	background-image:url("../images/homeheader.jpg")
}
#header span	 {
	text-decoration: none;
	visibility: hidden;
}
#addresslink a {
	float: right;
	margin-top: 175px;
	background-image: url("../images/address-link.jpg");
	width: 154px;
	height: 43px;
}
/* NAVIGATION */

#nav {
	height: 41px;
	width: 800px;
	background: #c49e4b;
	text-align:center;
}

#nav span {
	text-decoration: none;
	display: inline; 
	visibility: hidden;
	white-space: nowrap;
}

#navhome a { 
	display: block;
	float:left; 
	height: 41px;
	width: 103px;
	text-decoration: none;
	background-image:   url("../images/home.gif");
}

#navhome a:hover {
	background-image:   url("../images/home_hover.gif");
	background-repeat: no-repeat;
}

#navhome a.active {
	background-image:   url("../images/home_hover.gif");
	background-repeat: no-repeat;
}

#navbasicservices a {
	float:left; 
	display: block;
	height: 41px;
	width: 173px;
	text-decoration: none;
	background-image:   url("../images/basicservices.gif");
}

#navbasicservices a:hover {
	background-image:   url("../images/basicservices_hover.gif");
	background-repeat: no-repeat;
}

#navbasicservices a.active {
	background-image:   url("../images/basicservices_hover.gif");
	background-repeat: no-repeat;
}

#navtherapudic a { 
	display: block;
	float:left; 
	height: 41px;
	width: 173px;
	text-decoration: none;
	background-image:   url("../images/therapudic.gif");
}

#navtherapudic a:hover {
	background-image:   url("../images/therapudic_hover.gif");
	background-repeat: no-repeat;
}

#navtherapudic a.active {
	background-image:   url("../images/therapudic_hover.gif");
	background-repeat: no-repeat;
}

#navcosmetic a { 
	display: block;
	float:left; 
	height: 41px;
	width: 131px;
	text-decoration: none;
	background-image:   url("../images/cosmetic.gif");
}

#navcosmetic a:hover {
	background-image:   url("../images/cosmetic_hover.gif");
	background-repeat: no-repeat;
}

#navcosmetic a.active {
	background-image:   url("../images/cosmetic_hover.gif");
	background-repeat: no-repeat;
}

#navabout a { 
	display: block;
	float:left; 
	height: 41px;
	width: 204px;
	text-decoration: none;
	background-image:   url("../images/about.gif");
}

#navabout a:hover {
	background-image:   url("../images/about_hover.gif");
	background-repeat: no-repeat;
}

#navabout a.active {
	background-image:   url("../images/about_hover.gif");
	background-repeat: no-repeat;
}
/* END NAVIGATION */


#mainarea {
	width: 780px;
	height: 275px;
	background: #c49e4b;
	padding-left:10px;
	padding-right: 10px;
}

#homecellleft {
	background:#b51236;
	background-image:url("../images/homecellheaders.jpg");
	background-repeat:repeat-x;
	background-position:top;
	font-size:11px;
	width: 180px;
	height: 238px;
	float:left;
	padding:10px;
	color:#FFFFFF;
}

#homecellcenter {
	background-image:url("../images/meettheteam.jpg");
	background-position:top;
	width: 328px;
	height: 259px;
	float:left;
	position:relative;
	margin-left:26px;
}

#homecellright {
	background:#b51236;
	background-image:url("../images/homecellheaders.jpg");
	background-repeat:repeat-x;
	background-position:top;
	width: 180px;
	float:right;
	font-size:11px;
	height: 238px;
	padding:10px;
	color:#FFFFFF;
}

#footerbg {
	width: 775px;
	height: 50px;
	background: #c49e4b;
	padding-left:10px;
}
#footer {
	width: 780px;
	height: 30px;
	background: #bb1036;
	background-image: url(../images/footertop.jpg);
	background-repeat: repeat-x;
	background-position:top;
	text-align: center;
	padding-top:15px;
}
#footer a {
	text-decoration:none;
	color:#FFFFFF;
}

#copy {
	text-align:center;
	font-size: 10px;
	color:#000000;
	width: 800px;
	height:auto;
	background-image:url(../images/backgroundbottom.png);
	background-repeat:repeat-x;
	padding-top:5px;
	margin-left:5px;
}

#copy a {
	color:#000000;
}