body {
	padding: 50px 0 0;
	margin: 0;
	font: 12px 'arial', 'lucida sans', 'lucida sans unicode', 'lucida grande', 'trebuchet ms', helvetica, arial, sans-serif;
	background-color: #547b8a;
}

#wrapper {
	width: 945px;
	margin: 15px auto 0;
	padding: 0;
	font-size: 100%;
	background: url('../images/bg-content.jpg') top left repeat-y;
}

h1 {
	color: #0067af;
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
}

#header {
	width: 845px;
	height: 180px;
	position: relative;
	margin: 0 0 20px;
	padding: 0 50px;
	background: url('../images/bg-header.jpg') top center no-repeat;
}

#header a.site-name {
	display: block;
	font: bold 230% Verdana;
	text-decoration: none;
	text-transform: uppercase;
}

#header a.site-name:visited {
	color: #ffffff;
}

#header #dentists {
	height: 160px;
	width: 160px;
	float: left;
}

#header #main-menu {
	position: absolute;
	margin: 0;
	padding: 10px 0 0;
	top: 130px;
	left: 217px;
	height: 30px;
	color: #ffffff;
	text-decoration: none;
}

#header #sub-menu {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 170px;
	left: 220px;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}

#header #main-menu li, #header #sub-menu li {
	display: inline;
	padding: 5px 3px;
	text-transform: uppercase;
	text-decoration: none;
}

#header #main-menu li {
	margin: 0 2px;
	background-color: #4a8aa3;
}

#header #main-menu li a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#header #main-menu li a:hover, #header #sub-menu li a:hover {
	color: #ee9900;
	text-decoration: none;
}

#header #sub-menu li a, #header #sub-menu li a:visited {
	color: #0067af;
	text-decoration: none;
}

#header #sub-menu li a:hover {
	color: #ee9900;
	text-decoration: underline;
}

#header #main-menu li.active {
	height: 32px;
	background-color: #2f5277;
}

#header #main-menu li.active a {
	color: #ee9900;
}

#content-left {
	float: left;
	width: 715px;
	margin: 0;
	padding: 0 0 0 20px;
}

#content {
	float: right;
	width: 485px;
	margin: 0;
	padding: 0 20px;
}

#content a{
	color: #040142;
}

#content a:visited{
	color: #040142;
}

#content a:hover{
	color: #ee9900;
}

#content img {
	float: right;
	display: inline;
	margin: 5px 0 10px 20px;
}

/*
table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}

th {
	padding: 15px 0 15px;
}

td {
	width: 50%;
	text-align: center;
	padding: 0;
}

td img {
	float: none;
	margin: 0;
	padding: 0;
}
*/

table.dental-team {
	width: 100% !important;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	text-align: center;
}

table.dental-team td {
	width: 120px !important;
	padding: 0;
	margin: 0;
}


table.dental-team td img {
	float: none;
	margin: 5px 0 15px !important;
	padding: 0 !important;
}

/* price list */
table.prices{
	width: 455px;
	margin: 10px 0 30px;
	border-collapse: collapse;
}

table.prices td, table.prices th {
	padding: 4px 3px;
	border-bottom: 1px solid #f5f5f5;
}

table.prices th {
	padding: 35px 5px 10px 20px;
	color: #0f7bc4;
	font-size: 15px;
	text-align: left;
	border-bottom: none;
	background: url('../images/bg_th-prices.jpg') bottom left no-repeat;
}

table.prices tr.blue {
	background-color: #99ffff;
	padding: 6px 3px;
}

table.prices img {
	float: none !important;
	padding: 0 !important;
	margin: 0 5px !important;
}

.onsale {
	color: #cc3300;
	font-weight: bold;
	padding-left: 30px;
	font-size: 90%;
}

.right-text {
	text-align: right;
}

#news {
	position: relative;
	float: right;
	width: 280px;
	height: 240px;
	margin-left: 10px;
	background: url('../images/bg-news.jpg') top center no-repeat;
}

ul#news-pic {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#news-pic  li {
	display: block;
	margin: 0;
	padding: 0;
}

li#free-transfer a span {
	display: none;
}

li#consultation a span {
	display: none;
}

li#free-gifts a span {
	display: none;
}

li#nhs a span {
	display: none;
}

li#free-gifts a {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 125px;
	height: 105px;
	text-decoration: none;
}

li#free-gifts a:hover{
	position: absolute;
	background: url('../images/bg-news.jpg') -15px -255px no-repeat;
}

li#consultation a {
	position: absolute;
	top: 15px;
	left: 140px;
	width: 125px;
	height: 105px;
	text-decoration: none;
}

li#consultation a:hover{
	position: absolute;
	background: url('../images/bg-news.jpg') -140px -255px no-repeat;
}

li#nhs a {
	position: absolute;
	top: 120px;
	left: 15px;
	width: 125px;
	height: 105px;
	text-decoration: none;
}

li#nhs a:hover{
	position: absolute;
	background: url('../images/bg-news.jpg') -15px -360px no-repeat;
}

li#free-transfer a {
	position: absolute;
	top: 120px;
	left: 140px;
	width: 125px;
	height: 105px;
	text-decoration: none;
}

li#free-transfer a:hover{
	position: absolute;
	background: url('../images/bg-news.jpg') -140px -360px no-repeat;
}

/*
#news #news-bottom {
	height: 40px;
	margin: 0;
	padding: 0;
	background: url('../images/bg-news-bottom.jpg') bottom center no-repeat;
}

#news p {
	padding: 0 8px;
}

#news p.last {
	padding-bottom: 20px;
	background: url('../images/bg-news-bottom.jpg') bottom center no-repeat;
}
*/

#news p {
	padding: 0 10px;
}

#sidebar {
	float: left;
	width: 190px;
	margin: 0;
	padding: 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar ul li {
	padding: 10px 0 0 30px;
	background: url('../images/bg-sidebar-li.jpg') top left repeat-y;
}

#sidebar ul li.first {
	width: 155px;
	height: 1px;
	padding-top: 10px;
	background: url('../images/bg-sidebar-li-first.jpg') top left no-repeat;
}

#sidebar ul li.last {
	width: 155px;
	height: 25px;
	padding-bottom: 30px;
	background: url('../images/bg-sidebar-li-last.jpg') top left no-repeat;
}

#sidebar ul li a {
	display: block;
	width: 160px;
	height: 20px;
	padding: 5px 0 0;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	background: url('../images/bg-sidebar-li-a.jpg') top left repeat-x;
}

#sidebar ul li a:hover {
	color: #ee9900;
	text-decoration: underline;
}

#content-right {
	float: right;
	width: 160px;
	padding: 20px 50px 0 0;
	margin: 0;
	text-align: center;
}

#content-right a {
	color: #0067af;
	text-decoration: none;
}

#content-right a:visited {
	color: #729ba9;
}

#content-right a:hover {
	color: #ee9900;
	text-decoration: underline;
}

#representatives p {
	margin: 0;
	padding: 0;
}

#content-right p.top {
	margin: 15px 0 0;
}

#content-right .representatives-bottom {
	margin-bottom: 15px;
	height: 25px;
	background: url('../images/bg-representatives-bottom.jpg') bottom center no-repeat;
}

img {
	border: none;
}

img.partner {
	margin: 8px 0;
}

#footer-container {
	width: 100%;
	background-color: #739aa9;
}

#footer {
	clear: both;
	width: 820px;
	height: 30px;
	margin: 0 auto;
	padding: 40px 50px 0;
	background: url('../images/bg-footer.jpg') top center no-repeat;
}

#footer p {
	float: left;
	margin: 0;
	padding: 0;
	color: #c2e5f2;
}

#footer ul {
	margin: 0;
	padding: 0;
	float: right;
	list-style-type: none;
}

#footer ul li {
	display: inline;
	margin: 0 7px;
}

#footer ul li a {
	color: #ffffff;
	text-decoration: none;
}

#footer ul li a:hover {
	color: #ee9900;
}

.heading {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #0067af;
}

.heading2 {
	padding: 10px 15px 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #0067af;
}

.center {
	text-align: center;
}

.fgClass {
	padding-left: 5px;
}

.fgClass p {
	padding: 0;
	margin: 3px;
	text-align: center;
}

.fgClass p a {
	color: #ee9900;
	font-size: 13px;
	text-decoration: none;
}

.bgClass {
	background: url('../images/bg-representatives-popup.gif') center center no-repeat;
}

.closeClass {
	padding-right: 10px;
	color: #ee9900;
}

.closeClass a {
	color: #ee9900;
	font-size: 10px;
}

#button-ask-the-dentist {
	display: block;
	width: 140px;
	height: 140px;
	margin: 0 auto 15px;
	background: url('../images/ask-the-dentist.jpg') top center no-repeat;
}

#button-ask-the-dentist:hover {
	background: url('../images/ask-the-dentist.jpg') bottom center no-repeat;
}

#button-ask-the-dentist span {
	display: none;
}

#button-credit {
	display: block;
	width: 140px;
	height: 70px;
	margin: 0 auto 15px;
	background: url('../images/button-credit.jpg') top center no-repeat;
}

#button-credit:hover {
	background: url('../images/button-credit.jpg') bottom center no-repeat;
}

#button-credit span {
	display: none;
}

#button-london-consultation {
	display: block;
	width: 140px;
	height: 70px;
	margin: 0 auto 15px;
	background: url('../images/button-london-consultation.jpg') top center no-repeat;
}

#button-london-consultation:hover {
	background: url('../images/button-london-consultation.jpg') bottom center no-repeat;
}

#button-london-consultation span {
	display: none;
}

#button-get-a-quote {
	display: block;
	width: 140px;
	height: 70px;
	margin: 0 auto 15px;
	background: url('../images/get-a-quote.jpg') top center no-repeat;
}

#button-get-a-quote:hover {
	background: url('../images/get-a-quote.jpg') bottom center no-repeat;
}

#button-get-a-quote span {
	display: none;
}

#site-name {
	display: block;
	width: 468px;
	height: 93px;
	position: absolute;
	top: 0;
	left: 210px;
}

#site-name span {
	display: none;
}

p.testimonial {
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	margin: -10px 0 20px;
	padding: 0;
}

.bold {
	font-weight: bold;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.red {
	color: red;
}

td img {
	float: none;
}

table.packages img {
	margin: 0 !important;
	padding: 0 !important;
}

.cosmetic_package {
	font-size: 16px;
	font-weight: bold;
	color: #2e76a9;
	display: block;
	padding-top: 30px;
}

.implant_package {
	font-size: 16px;
	font-weight: bold;
	color: #25cf18;
	display: block;
	padding-top: 30px;
}

.form_error {
	margin: 0 0 15px 20px;
	padding: 0;
	font-weight: bold;
	font-size: 90%;
	color: #cc3300;
}

ul li .testimonial
{
	display: block;
	margin: 8px 0;
}

#london-hq
{
	position: absolute;
	width: 212px;
	top: 165px;
	right: 53px;
	text-align: center;
}

#london-hq a
{
	text-decoration: none;
	color: #547b8a;
}

#london-hq a:hover
{
	font-weight: bold;
}

/** SLIDER **/
#slider {
  height: 160px;
  width: 160px;
  float: left;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#sl-doctors ul, #sl-doctors li {
  margin: 0;
  padding: 0;
}

#sl-doctors {
   width: 160px; /* important to be same as image width */
   height: 160px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#sl-doctorsContent {
   width: 160px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.sl-doctorsImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.sl-doctorsImage span {
   position: absolute; /* important */
   left: 0;
   font: 12px/16px Arial, Helvetica, sans-serif;
   padding: 5px  0 8px 13px;
   width: 160px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   bottom: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
}

.sl-clinic {
  height: 160px;
  width: 212px;
  float: right;
  overflow: hidden;
}

#sidebar .active a {
	color: #ee9900;
}

/** CHAT BLOCK **/
.chat-window {
  display: none;
  position: fixed;
  top: 150px;
  right: 20px;
  padding: 10px 10px 0;
  background-color: #06c919;
  color: #fff;
  z-index: 500;
  width: 155px;
  font-weight: bold;
}

#chat-close {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 0.8em;
  color: #fff;
  font-weight: normal;
}

#chat-close:hover {
  cursor: pointer;
}

#chat-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 24px;
  width: 160px;
  background-color: #06c919;
  z-index: 1000;
}
/** END CHAT BLOCK **/

/** HEADLINE **/
#headline {
	background-color: #17546B;
	color: #FFFFFF;
	font-size: 18px;
	height: 50px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 500;
}
#headline a {
	color: #ee9900;
}
#headline span {
	color: #ee9900;
}
#headline .content {
	width: 845px;
	margin: 15px auto 0;
}
#headline-quote {
	float: left;
}
#headline-call {
	float: right;
}
/** END HEADLINE **/

/** PRICES **/
#price-links {
  width: 350px;
  margin: 0 auto;
}
#dentalimplantprices,
#dentalcrownprices {
  display: block;
  height: 170px;
  width: 163px;
  margin: 0 5px;
}
#dentalimplantprices span,
#dentalcrownprices span {
  display: none;
}
#dentalimplantprices {background: url('img/price-list-implants.png') no-repeat center top;}
#dentalimplantprices:hover {background: url('img/price-list-implants.png') no-repeat center bottom;}
#dentalcrownprices {background: url('img/price-list-crowns.png') no-repeat center top;}
#dentalcrownprices:hover {background: url('img/price-list-crowns.png') no-repeat center bottom;}
.bp-prices {
  border-collapse: separate;
  width: 500px;
  border-spacing: 2px;
  margin: 20px 0;
}
.bp-prices .col2 {
  width: 55px;
  background-color: #fb8b1e;
}
.bp-prices .col3 {
  width: 90px;
  background-color: #c88b4e;
}
.bp-prices .col4 {
  width: 55px;
  background-color: #f9640a;
}
.bp-prices tr img {
  margin: 0 0 0 10px;
  vertical-align: middle;
}
.bp-prices td.price-pic-standard {
  background: #d4e6f1 url(img/price-pic-standard.png) no-repeat center center;
  width: 30px;
}
.bp-prices td.price-pic-premium {
  background: #089dfb url(img/price-pic-premium.png) no-repeat center center;
  width: 30px;
}
.bp-prices tr {
  border-bottom: none;
}
.bp-prices th {
  padding: 5px 10px;
  text-align: center;
}
.bp-prices td {
  padding: 5px;
  text-align: center;
}
.bp-prices .treatment {
  text-align: left;
}
.bp-prices span {
  display: block;
  color: #ff0000;
  font-weight: bold;
  font-size: 0.9em;
  padding: 0 0 0 20px;
}
.bp-prices span.non-sale {
  color: #000;
  font-weight: normal;
  font-size: 0.9em;
}
.bp-prices .usual-price {
  text-decoration: line-through;
}
.bp-prices .implant-heading {
  color: #02356A;
  font-size: 1.3em;
}
.bp-prices .implant-heading th {
  padding: 0 0 10px;
}
.bp-prices .heading {
  background-color: #0d5bab;
  color: #FFF;
}
.bp-prices .total {
  background-color: #4879ab;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  color: #FFF;
  font-weight: bold;
}
.bp-prices .optional {
  background-color: #4879ab;
  color: #FFF;
  font-style: italic;
}
.bp-prices .even {
  background-color: #B1DDF9;
}
.bp-prices .odd {
  background-color: #67B5E8;
}
.implant-more-info-link {
  color: #02356A;
  font-weight: bold;
  text-align: left;
  width: 550px;
  margin: 0 auto 10px;
  text-decoration: underline;
}

.implant-more-info-link:hover {
  cursor: pointer;
}

.implant-more-info {
  display: none;
  text-align: left;
  width: 550px;
  margin: 0 auto;
}

table.prices td, table.prices th {
  padding: 4px 3px;
  border-bottom: 1px solid #f5f5f5;
}

table.prices th {
  padding: 35px 5px 10px 20px;
  color: #0f7bc4;
  font-size: 15px;
  text-align: left;
  border-bottom: none;
}

table.prices img {
  margin: 0;
  padding: 0;
}

.onsale {
  color: #cc3300;
  font-weight: bold;
  padding-left: 30px;
  font-size: 90%;
}

table.prices tr.blue {
  background-color: #99ffff;
  padding: 6px 3px;
}

.right-text {
  text-align: right;
}
/** END PRICES **/

