﻿body 
{
	background-color: White ;
	background-image:url(../../images/body_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-family: Arial, Verdana, Helvetica;
	margin:0;
	padding:0;
	
}

h2
{
	color: #F7A6A6;
	border-left: solid 5px #505859;
	border-bottom: solid 1px #505859;
	padding-left:5px;
	padding-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
	clear:both;
}

h3
{
	color: #F7A6A6;
	clear: both;
}

h4
{
	color: #F7A6A6;
	border-bottom: dotted 1px #505859;
	clear: both;
}

p
{
	background-color: #F8F8F8;
	padding: 5px;
	margin: 0px;
	
}

#mainContainer
{
	width:840px;
	margin:20px auto;
	border:1px solid Black;
	background-color: White;
}

#header
{
	background-image:url(../../images/logo.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-color: #505859;
	height: 87px;
}

#header h1
{
	text-indent: -9000px;
	margin: 0px;
	padding: 0px;
}

#strapline
{
	text-align:right;
	font-size: 1.2em;
	font-style: italic; 
	color: #F7A6A6;
	padding: 5px;
}


#mainMenu
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;	
}

#mainMenu ul
{
	text-align: center;
	padding: 0;
	margin: 0;
	list-style: none;
}

#mainMenu li 
{
  float: left;
  position: relative;
  width: 138px;
  border: solid 1px black;
  background-image: url(../../images/menubtn_bg.jpg);
  background-repeat: repeat-x;
  background-color: #F7A6A6;
  font-weight:bold;
  font-size: 0.75em;
  height: 2em;
  color: #666;
  padding-top: 0.5em;
}

#mainMenu li ul 
{
  display: none;
  position: absolute; 
  top: 1.8em;
  left: 0;
  font-size: 1.33em;
}


#mainMenu li:hover ul
{ 
	display: block; 
}

#mainMenu li.over ul 
{
	display: block;
}

#mainMenu li a
{
	padding: 1px 7px;
	color: #666;
	text-decoration: none;
}

#mainMenu ul li a:hover 
{
	color: white;
	text-decoration: underline;
}


#content
{
	clear:both;
	margin-top: 20px;
	padding: 15px 50px 15px 50px;
}

#contactinfo
{
	padding-top: 20px;
	text-align: center;
	clear: both;
}

.staffright
{
	float: right;
	margin-left: 50px;
	margin-bottom: 20px;
}

.staffleft
{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	
}
.leftimage
{
	float: left;
	padding: 4px;
	margin-right: 50px;
	margin-bottom: 5px;
}
.rightimage
{
	float:right;
	padding: 4px;
	margin-left: 50px;
	margin-bottom: 5px;
}

.photocentre
{
	text-align:center;
}

.photocaption
{
	text-align: center;
	font-style: italic;
	font-size: 0.7em;
}

.bigphone
{
	font-size: 1.8em;
}

.smallprint
{
	font-style: italic;
	font-size: 0.9em;
}

.blackground
{
	margin-left: auto;
	margin-right: auto;
	width: 640px;
	background-color: Black;
	padding: 40px;
	border-top: solid 20px white;
}

.photobefore
{
	float:left;
	padding-right: 37px;
}

.photobeforethree
{
	float:left;
	padding-right: 18px;
}

.baftatext
{
	color: White;
	font-weight:bold;
}

.baftacommentary
{
	text-align: center;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom:10px;
	font-weight: bold;
}

.bulletlist li
{
	margin-bottom: 1em;
}

.pricelist
{
	width: 90%;
	border: solid 1px black;
}

.pricelist td
{
	border-bottom: dotted 1px #CCC;
}

.pricealtrow
{
	background-color:#FFF0F0;
}

.price
{
	text-align: right;
}

#leftcontactcontent
{
	float:left;
	width: 45%
}

#rightcontactcontent
{
	width: 45%;
	float:right;
}

.openinghours
{
	border: solid 1px black;	
}

.openinghours td
{
	border-bottom: dotted 1px #CCC;
}

#practiceimages
{
	text-align: center; 
	margin-top:10px;
}

#footer
{
	padding: 2px;
	color: White;
	background-color: #505859;
	font-size: 0.8em;
}


#enqform input.txt
{
	background-color: #FFEFEF;
}

#enqform textarea
{
	background-color: #FFEFEF;
	width: 45%
}

#enqform select
{
	background-color: #FFEFEF;
	width: 45%
}

#enqform p
{
	clear:left;
	margin:0;
	padding:0;
	padding-top:5px;
}

#enqform p label
{
	float:left;
	width: 20%;
	font-weight: bold;
	font-size: 1em;
	vertical-align: top;
}

.sendButton
{
	width: 138px;
	border: solid 1px black;
	background-image: url(../../images/menubtn_bg.jpg);
	background-repeat: repeat-x;
	background-color: #F7A6A6;
	font-weight:bold;
	font-size: 0.75em;
	color: #666;
	height: 2em;
}