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

* {
	margin:0;
	padding:0;
}

body {
	font-family:Tahoma;
	font-size:11px;
	color: #5e5959;
	background-image:url(../images/interface/bg.jpg);
	background-repeat:repeat;
	background-color:#333333;
}
#wrapper {
	float:left;
	position:relative;
	left:50%;
	width:760px;
	margin-left:-380px;
	background: #F6F6F6 url(ov_images/bg.gif) repeat-y top center;
}
img {
	border:0;
}

#content
{
	float:left;
	margin-top:20px;
}
	
#headerWrap {
	float:left;
	width: 760px;
	background: url(../images/interface/header.gif) no-repeat top left;
	height: 129px;
}

#navTop {
	position:absolute;
	top: 10px;
	right:32px;
	padding: 0;
}

#sidebar ul {
	float:left;
}

#navTop a:link, #navTop a:visited, #navTop a:active {
	color:#717172;
	text-decoration:none;
}

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

#maincontent {
	float:left;
	clear:both;
	background:#f6f6f6 url(../images/interface/bg-content.gif) no-repeat 0 0;
	width: 760px;
	min-height: 550px;
}
#maincontent .sidebar
{
	float:left;
	width:210px;
}

.sidebar .box-01, .sidebar .box-02, .sidebar .box-03
{
	float:left;
	width:190px;
	padding-bottom:10px;
}

.sidebar .box-01 ul
{
	padding:0px;
	margin-top:40px;
}

.sidebar .box-01
{
	height:160px;
	background:url(../images/sb_box-01.gif) no-repeat 0 0;
}
.sidebar .box-02
{
	height:190px;
	background:url(../images/sb_box-02.gif) no-repeat 0 0;
}
.sidebar .box-03
{
	height:190px;
	background:url(../images/sb_box-03.gif) no-repeat 0 0;
}

.sidebar .box-01 .inner, .sidebar .box-02 .inner, .sidebar .box-03 .inner
{
	padding:30px 15px 15px 15px;
	font-weight:normal;
	color:#FFFFFF;
}
.sidebar .inner p.testtalk
{
	font-style:italic;
}
.sidebar .inner p
{
	font-family:"Trebuchet MS", Arial, Verdana;
	line-height:14px;
	font-size:11px;
	font-weight:normal;
	padding-bottom:5px;
}
.sidebar ul
{
	padding:45px 0 0 15px;
}
.sidebar ul li
{
	padding-bottom:5px;
	list-style:none;
	float:left;
	margin-left:15px;
}

#maincontent .content
{
	float:right;
	width:525px;
}
#maincontent .content_02
{
	float:left;
	width:690px;
}

h2
{
	font-size:16px;
	color:#951b20;
}
h3
{
	clear:both;
	padding-bottom:10px;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:13px;
	font-weight:bold;
	color:#951b20;
}


.inner
{
	float:left;
	padding:15px;
}
p.space
{
	padding-bottom:15px;
}

.inner a:link, .inner a:active, .inner a:visited {
	color:#9f161c;
}

.inner a:hover {
	color:#000;
}

.sideLink a {
	color:#FFF;
}




/*---------nav -----------*/
#nav, #nav ul {
	float:left;
	width:760px;
	height:28px;
	list-style:none;
	background-image:url(../images/interface/nav_bg.gif);
	background-repeat:no-repeat;
}
.padding
{
	padding-left:15px;
}
#nav a {
	display:block;
	width:95px;
	height:28px;
	text-align:center;
	text-decoration:none;
	font-size: 10px;
	color:#FFFFFF;
}
#nav li { 
	float:left;
	height:28px;
	line-height:28px;
	width:105px; /*width neeeded or opera goes crazy*/
} 

#nav li ul { /* second-level lists */
	position:absolute;
	width:105px;/* jsut same as its parent element*/
	left:-999em; /*its default position is directly underneath*/
	margin-left:-5px;
}
#nav li ul li a:hover {
	color:#efbdbf;
}
#nav li ul a {
	width:135px;
	text-align:left;
	padding-left:10px;
	color:#ed6c70;
	background:#aa1b20;
}
#nav li:hover ul, #nav li.sfhover ul {/* lists nested under hovered list items */
	left: auto;
}
#nav a:hover {
	color:#FFFFFF;
}




/* ---- ITEM_01 ------ */
.item_01
{
	float:left;
	padding-bottom:20px;
	clear:both;
	width:480px;
	background:url(../images/divider-line-01.gif) repeat-x bottom left;
}
.item_01 .intro, .intro
{
	float:left;
	padding-bottom:20px;
	clear:both;
	background:url(../images/divider-line-01.gif) repeat-x bottom left;
}
.item_01 .details
{
	float:left;
	width:320px;
}
.item_01 .details p
{
	width:310px;
}

.item_01 .image
{
	float:left;
	width:144px;
}	
.item_01 h3.alter
{
	padding-bottom:6px;
	color:#5e5959;
}
.item_01 p
{
	width:450px;
	padding-bottom:7px;
	line-height: 140%;
}

.item_01 ul {
	padding-left: 20px;
	line-height: 140%;
}

/* ---- ITEM_02 ------ */
.item_02
{
	float:left;
	padding-bottom:20px;
	clear:both;
	width:480px;
	background:url(../images/divider-line-01.gif) repeat-x bottom left;
}
.item_02 .intro
{
	float:left;
	padding-bottom:20px;
	clear:both;
	background:url(../images/divider-line-01.gif) repeat-x bottom left;
}
.item_02 .details
{
	float:left;
	width:320px;
	
}
.item_02 .details ul
{
	padding-bottom:10px;
}
.item_02 .details ul li
{
	margin-left:10px;
}

.item_02 .details .status
{
	padding:10px 0 20px 0;
}
.item_02 .image
{
	float:left;
	width:144px;
}	
.item_02 .details h3
{
	display:block;
	margin-top:10px;
	padding-bottom:8px;
	color:#5e5959;
	font-weight:bold;
	
}
.item_02 .details h3.nopadd
{
	padding-bottom:3px;
}
.item_02 p
{
	padding-bottom:7px;
}

.item_02 ul {
	padding-left: 20px;
	line-height: 140%;
}

/* ---- form style ------ */
form.bookit
{
	float:left;
}
.book
{
	width:686px;
	height:148px;
	padding-bottom:20px;
	background:url(../images/bg_booking.gif) no-repeat 0 0;
}
.book p
{
	width:540px;
	color:#FFFFFF;
	padding:50px 10px 10px 20px;
	margin-top:20px;
}
.book select
{
	margin-left:20px;
}

/* ---- LINKS_01 ------ */

ul.links_01
{
	float:left;
	width:100%;
	clear:both;
	padding-bottom:10px;
	list-style:none;

}
ul.links_01 li
{
	float:left;
	width:160px;
	height:242px;
}




/*--------- FORM make a booking -----------*/
#form {
	float:left;
	width:690px;
	clear:both;
	margin-bottom:20px;
}
fieldset {
	float: left;
	clear: left;
	width: 100%;
	border:none;
}
legend {
	margin-left: 0.3em;
	padding:0 0.4em;
	color: #003399;
	font-size:1.1em;
	font-weight: 800;
}
fieldset ol {
	padding:0;
	list-style: none;
	zoom: 1;
}
fieldset li
{
	font-size:10px;
	color:#5e5959;
	background:#e9e9e9;
	border-bottom:1px solid #FFFFFF;
}
label {
	float: left;
	width: 141px;
	margin-top:5px;
}

fieldset.info_01 li {
	float: left;
	width: 330px;
	padding: 5px 0 5px 5px;
	margin-left:0;
}
fieldset.info_01 li label {
	width:120px;
}
input, select, text, textarea {
	width:190px;
	font-size:10px;
	color:#5e5959;
	background:#E9E9E9;
	border:1px solid #bdbdbd;
}


fieldset.info_02 li {
	float: left;
	width: 685px;
	padding: 5px 0 5px 5px;
	margin-left:0;
}
fieldset.info_02 li label {
	width:120px;
}
fieldset.info_02 li input, fieldset.info_02 li select, fieldset.info_02 li textarea {
	float:right;
	width:540px;
	margin-right:20px;
}
fieldset.info_02 li input.submit {
	float: none;
	width: auto;
	cursor:pointer;
}

fieldset li.cons { 
	height:23px;
}



fieldset.info_03 li input {
	float:left;
	width:40px;
	padding:3px;
	font-size:10px;
}
fieldset.info_03 li label {
	float:left;
	width:120px;
	padding-right:8px;
}
fieldset.info_03 li select.timedate {
	width:50px;
}
fieldset.info_03 li input.timedate {
	width:30px;
	margin-right:5px;
}

fieldset li.alter {
	float:right;
}



/*end form*/



img.ads {
	padding-bottom: 5px;
}

#homeContentLeft {
	float:left;
	width: 470px;
}
#homeContentLeft-02
{
	float:left;
	padding-left:15px;
}
#homeContentRight-02 {
	float:right;
	xpadding-right:15px;
}
#homeContentRight-02 a {
	xfloat:right;
	padding-right:15px;
}


#homeContentRight {
	float:right;
	width:285px!important;
	width: 250px;
	}


#miniGuide {
	height: 80px;
	overflow:hidden;
}

#miniGuide a {
	float:left;
	display:block;
	text-indent:-9999em;
	margin-top:5px;
	margin-bottom:5px;
}

#miniGuide a:hover {
	background-position: 0 -70px;
}

a.PreventativeCare {
	width: 92px;
	height: 70px;
	background-image:url(../images/btn-preventative-care.gif);
}

a.PainManagement {
	width: 92px;
	height: 70px;
	background-image:url(../images/btn-pain-management.gif);
}

a.Rehabilitation {
	width: 92px;
	height: 70px;
	background-image:url(../images/btn-rehabilitation.gif);
}

a.PrePostNatal {
	width: 92px;
	height: 70px;
	background-image:url(../images/btn-pre-post-natal.gif);
}

a.RemedialMassage {
	width: 82px;
	height: 70px;
	background-image:url(../images/btn-remedial-massage.gif);
}

#about1 {
	clear:both;
	background-image:url(../images/interface/bg-about1.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:450px;
	height:490px;
	padding: 15px 0 0 15px;
}

p.about1 {
	width: 300px;
	line-height: 130%;
	padding: 0 0 6px 0;
}

p.about1 a:link, p.about1 a:visited, p.about1 a:active {
	color: #a3171e;
}

p.about1 a:hover {
	color: #cd2129;
}

#about2 {
	clear:both;
	background-image:url(../images/interface/bg-about2.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:265px;
	height:520px;
	padding: 15px 0 0 15px;
}

p.about2 {
	width: 240px;
	line-height: 130%;
	padding: 0 0 6px 0;
}

p.about2 a:link, p.about2 a:visited, p.about2 a:active {
	color: #a3171e;
}

p.about2 a:hover {
	color: #cd2129;
}

#footer {
	float:left;
	clear:both;
	position:relative;
	height:90px;
	width: 760px;
	xleft:50%;
	xmargin-left:-380px;
	background:url(../images/interface/bg-footer.gif) no-repeat;
}

#footerLinks {
	float:left;
	padding:35px 0 0 25px;
}

#footerLinks p, #footerLinks a:link, #footerLinks a:active, #footerLinks a:visited {
	font-family:Tahoma;
	color: #6c6c6c;
	line-height: 130%;
	text-decoration:none;
}

#footerLinks a:hover {
	font-family:Tahoma;
	color: #FFF;
	line-height: 130%;
	text-decoration:none;
	
}

#intense {
	float:right;
	padding:55px 15px 0 0;
}

#clear, .clear {
	clear:both;
	float:left;
}

#baseClear {
	height: 20px;
	widows: 20px;
	clear:both;
}