/* London Podiatry Centre */

body {
  font-family: Helvetica, Arial, sans-serif;
  background-color: #fff;
  text-align: center;
  font-size: 62.5%;
  line-height: 1.7em;
}

div.container {
  width: 949px;
  text-align: left;
  margin: 0px auto 0px auto;
  background: white;
}

div.topper {
  width: 949px;
  height: 257px;
  border: 0px;
  border-top: 6px;
  border-bottom: 6px;
  border-color: #59A0AF;
  border-style: solid;
  margin: 0px;
  padding: 0px;
}

div.photo {
  width: 667px;
  height: 257px;
  float: left;
}

div.title {
  width: 282px;
  height: 257px;
  float: right;
  background-color: #AEDCE6;
  text-align: right;
  color: white;
  font-family: Times New Roman, Times, Georgia, serif;
  font-size: 1em;
  padding: 0px;
  margin: 0px;
}

div.title h1 {
  background-image: url('/images/lonpodctr.png');
  background-repeat: no-repeat;
  background-position: top right;
  border: 0px none;
  height: 257px;
  margin: 0px;
  padding: 0px;
}

div.title h1 span {
  display: none;
}

div.body {
  background-color: #442415;
}

div.body h1 {
  color: #81BAC6;
  font-size: 2.4em;
  line-height: 1.2em;
}

div.body h2 {
  line-height: 1.3em;
}

.prop {
  height: 1000px;
  float: left;
  width: 1px;
}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}

div.navigation {
  position: relative;
  text-align: right;
  font-size: 1.4em;
  margin: 0;
}

div.navigation_content {
  position: absolute;
  width: 251px;
  top: 95px;
  margin: 0;
}

div.navigation a:link, div.navigation a:visited, div.navigation a:hover, div.navigation a:active {
   display: block;
   margin-bottom: 4px;
   text-decoration: none;
   color: white;
   width: 231px;
}

div.navigation .normal_item {
   background-repeat: repeat-y;
   background-image: url('images/nav_inactive_bg.png');
   padding: 3px 10px 4px 10px;
   margin: 0;
}

div.navigation a#current {
   background-repeat: repeat-y;
   background-image: url('images/nav_active_bg.png');
   padding: 3px 10px 4px 10px;
}

div.navigation .sub_item {
   background-color: #442415;
   background-image: none;
   padding: 0px 0px 0px 10px;
   margin: 0;
   margin-bottom: 0px;
}

div.navigation .sub_item#current {
   color: #80DCF0;
   background-image: none;
   padding: 0px 0px 0px 10px;
}

div.content {
  margin-left: 20px;
  margin-right: 282px;
  font-size: 1.2em;
  padding: 20px;
  color: #717172;
  text-align: left;
}

div.content a:link, div.content a:visited, div.content a:hover, div.content a:active {
  color: #717172;
}

div.rightbar {
  position: relative;
  margin: 0px;
  margin-left: 271px;
  padding-right: 20px;
  background-color: white;
  background-image: url('/images/content_top_fade.png');
  background-repeat: repeat-x;
  background-position: top;
}

div.rightbar_content {
  position: absolute;
  width: 242px;
  top: 64px;
  right: 0px;
  border: 0px;
  border-left: 1px;
  border-color: #AEDCE6;
  border-style: solid;
  margin-left: 20px;
  padding: 20px;
  color: #62A1AF;
}

div.rightbar_content .right_block {
  display: block;
  width: 270px;
  padding: 10px;
  margin-bottom: 20px;
}

div.rightbar_content .right_block a {
  display: block;
  font-size: 1.2em;
  color: white;
  padding-left: 10px;
  padding-right: 60px;
}

div.rightbar_content #light_blue_rightbar {
  background-image: url('/images/light_blue_right_fade.png');
  background-repeat: repeat-y;
  background-position: left;
}

div.rightbar_content #mid_blue_rightbar {
  background-image: url('/images/mid_blue_right_fade.png');
  background-repeat: repeat-y;
  background-position: left;
}

div.rightbar_content #brown_rightbar {
  background-image: url('/images/brown_right_fade.png');
  background-repeat: repeat-y;
  background-position: left;
}

div.rightbar_content #midlight_blue_rightbar {
  background-image: url('/images/light_blue_right_fade.png');
  background-repeat: repeat-y;
  background-position: left;
}

div.rightbar_content img {
  border: 1px black solid;
}

div.rightbar_content h2 {
  color: #62A1AF;
  font-size: 1.6em;
}

div.rightbar_content hr {
  height: 1px;
  color: #AEDCE6;
}

div.rightbar_content a {
  text-decoration: none;
  color: #62A1AF;
}

div.footer {
  clear: both;
  border: 0px;
  border-top: 6px;
  border-color: #59A0AF;
  border-style: solid;
}

#player {	
	display:block;	
	height:340px;	
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}
