@charset "utf-8";

/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside, details, figcaption,
figure, footer, header, hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after { 
  content: ''; 
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong {
  font-weight: bold;
}

img {
  vertical-align: middle;
}

.lte7 img {
  -ms-interpolation-mode: bicubic;
}

input, select, textarea {
  margin: 0;
  padding: 0;
}

input, textarea {
  line-height: 1em;
  font-size: 100%;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

textarea {
  overflow: auto;
  -webkit-resize: none;
  -moz-resize: none;
  resize: none;
}

/* General styles */

body {
  font-size: 14px; 
  font-family: "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
  line-height: 1;
  color: #595959;
  background: #f9fafc url('../images/bg-pattern.png') repeat-x 0 0;
  min-width: 1270px;
  overflow-x: hidden;
}

em {
  font-style: italic;
}

a {
  color: #0d96d3;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

/* Styles for block with formated text like main content */

.text-block p, .text-block ul, .text-block ol {
  line-height: 1.7em;
  margin: 0 0 2.0em 0;
  padding: 0;
}

.home .text-block p {
	margin-bottom: 15px;
}

.text-block h1, .text-block h2, .text-block h3 {
  font-weight: bold;
  margin: 0 0 .5em;
  line-height: 1.2em;
  text-transform: uppercase;
}

.text-block h1 {
  font-size: 24px;
}

.text-block h1.tag {
	background: url('../images/tag.png') no-repeat 0 0;
	width: 88px;
	height: 93px;
	color: #fff;
	text-align: right;
	font-size: 18px;
	line-height: 93px;
	padding: 0 30px 0 140px;
	overflow: hidden;
	margin-left: 103px;
}

.text-block h2 {
  font-size: 22px;
  margin-bottom: 20px;
}

.text-block h3 {
	font-size: 22px;
  margin-bottom: 18px;
}

.text-block h2 span,
.text-block h3 span {
	color: #bcbec0;
	font-weight: bold;
	text-transform: lowercase;
}

.text-block h3 span {
	color: #b1b3b6;
}

.text-block ul, .text-block ol {
  padding: 0 0 0 2em;
  list-style-type: disc;
}

.text-block ol {
  list-style-type: decimal;
}

/* Specific styles */

.wrapper {
  position: relative;
  margin: 0 auto;
  width: 960px;
}

header {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 1270px;
}

header > .wrapper {
	height: auto;
}

.home header > .wrapper {
	height: 730px;
	background: url('../images/logo-large.png') no-repeat 50% 90px;
}

header .logo {
  display: block;
  position: absolute;
  background: url('../images/logo-new.png') no-repeat 0 0;
  width: 235px;
  height: 90px;
  left: 70px;
  top: 70px;
}

.main-menu a:hover {
  text-decoration: none;
}

.main-menu-list {
  position: absolute;
  right: 0;
  top: 0;
  list-style-type: none;
  padding: 0 10px;
  margin: 0;
  z-index: 100;
  background-color: #3abee9;
}

.main-menu-list > li {
  float: left;
  position: relative;
}

.main-menu-list > li > a {
  color: #fff;
  position: relative;
  display: block;
  font-size: 10px;
  line-height: 14px;
  padding: 18px 10px;
  cursor: pointer;
  background-color: #3abee9;
  text-transform: uppercase;
  text-align: center;
}

.main-menu-list > li > a.two-lines {
	padding-top: 11px;
	padding-bottom: 11px;
}

.main-menu-list > li:hover > a {
  background: url(../images/menu-cutout.png) no-repeat bottom center;
}

.main-menu-list > li:hover > a.dropdown {
  background: url(../images/menu-cutout-dropdown.png) no-repeat bottom center;
}

.main-menu-list ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  list-style-type: none;
  margin: 0;
}

.main-menu li:hover > ul {
  display: block;
}

.main-menu-list ul,
.main-menu-list ul:before,
.main-menu-list ul a {
  background: #0d95d2; /* Change dropdown background color here */
}

.main-menu-list ul:nth-child(n) {
  overflow: hidden;
  background: none;
}

.main-menu-list ul li {
  padding: 0;
  margin: 0;
}

.main-menu-list ul a {
  display: block;
  padding: 5px 15px;
  white-space: nowrap;
  font-size: 12px;
  line-height: 15px;
  cursor: pointer;
  color: #fff;
  line-height: 18px;
  text-transform: uppercase;
}

.main-menu-list ul a:hover {
  background: #3abee9;
}

.home .block-link {
	display: block;
	position: absolute;
	width: 174px;
	height: 115px;
	top: 270px;
	padding: 105px 17px 20px;
	border: 1px dashed #ddd;
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	box-shadow: 0 0 12px 1px #bbb;
	overflow: hidden;
}

.home .block-link:hover {
	text-decoration: none;
	box-shadow: 0 0 30px 1px #fff;
}

.home .block-link-left {
	left: 5px;
	background: #0d96d3 url('../images/cf-dentistry-gray.png') no-repeat 0 0;
}
.home .block-link-left:hover {
	left: 5px;
	background: #0d96d3 url('../images/cf-dentistry.png') no-repeat 0 0;
}


.home .block-link-right {
	left: 740px;
	background: #79acc8 url('../images/cf-denture-clinic-gray.png') no-repeat 0 0;
}
.home .block-link-right:hover {
	left: 740px;
	background: #79acc8 url('../images/cf-denture-clinic.png') no-repeat 0 0;
}

.home .block-link-bottom {
	left: 378px;
	top: 555px;
	padding-top: 80px;
	height: 35px;
	background: #437a9e url('../images/same-day-teeth-gray.png') no-repeat 0 0;
}
.home .block-link-bottom:hover {
	left: 378px;
	top: 555px;
	padding-top: 80px;
	height: 35px;
	background: #437a9e url('../images/same-day-teeth.png') no-repeat 0 0;
}

.home .block-link h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}

.main-content {
  	background: url('../images/bg-image.jpg') no-repeat 50% 0;
	padding-top: 190px;
	min-height: 769px;
	min-width: 1270px;
}

.home .main-content {
	padding-top: 730px;
	min-height: 230px;
}

.main-content > .wrapper {
  overflow: hidden;
  width: 820px;
  padding: 0 60px 20px 80px;
}

.main-content.one-column > .wrapper-header {
  width: 1024px;
  padding: 0;
  margin: 0 auto 35px;
}

.main-content.one-column > .wrapper-content {
	width: 600px;
	padding: 0 264px 10px 160px;
	margin: 0 auto;
}

.main-column {
  float: right;
  width: 550px;
  padding-top: 135px;
}

.home .main-column {
	float: none;
	width: 640px;
	margin: 0 auto;
	text-align: center;
	padding-top: 0;
}

.main-column .image-block {
	display: block;
	margin: 0 auto 10px;
}

.main-column .white-border {
	border: 8px solid #fff;
	box-shadow: 0 0 8px 3px #ddd;
}

.main-column .list {
	list-style: none;
	padding: 0;
}

.main-column .list li {
	overflow: hidden;
	margin-bottom: 5px;
	padding: 10px 0 0 10px;
}

.main-column .list li h3 {
	font-size: 18px;
	line-height: 24px;
}

.main-column .list img {
	float: left;
	width: 128px;
	height: 128px;
	margin-bottom: 10px;
}

.main-column .list li > .more {
	clear: left;
	float: left;
	color: #fff;
	background-color: #82cced;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	width: 143px;
}

.main-column .list li > .more:hover {
	background-color: #0d95d2;
	text-decoration: none;
}

.main-column .list .content {
	float: right;
	width: 370px;
}

.home .more {
	color: #3abee9;
	font-weight: bold;
}

.home .more .arrow {
	display: inline-block;
	width: 5px;
	height: 14px;
	background: url('../images/arrow.png') no-repeat 0 5px;
	margin-left: 10px;
}

.side-column {
  float: left;
  width: 236px;
  padding-top: 12px;
}

.side-column h3 {
	color: #fff;
	background-color: #0d95d2;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	position: relative;
	z-index: 10;
	box-shadow: 0 0 12px 1px #bbb;	
	padding: 25px 20px;
}

.side-column h3.two-line {
	padding: 13px 20px;
}

.side-column .side-menu-list {
	background-color: #85cdeb;
	padding: 15px 20px;
	box-shadow: 0 0 12px 1px #bbb;
}

.side-column .side-menu-list a {
	display: block;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	padding: 7px 0;
	text-align: right;
	text-transform: uppercase;
}

ul.about-us-menu {
	position: relative;
	width: 738px;
	height: 386px;
	margin: 0 auto 40px;
	background: url('../images/about-us-menu.png') no-repeat 0 0;
	overflow: hidden;
}

ul.about-us-menu li,
ul.same-day-teeth-menu li {
	position: absolute;
	display: block;
}

ul.about-us-menu li.ethical {
	top: 5px;
	left: 286px;
	text-align: center;
}

ul.about-us-menu li.patient-centric {
	top: 71px;
	left: 62px;
}

ul.about-us-menu li.best {
	top: 71px;
	right: 63px;
	text-align: right;
}

ul.about-us-menu li.new-thinking {
	top: 171px;
	left: 11px;
}

ul.about-us-menu li.teamwork {
	top: 171px;
	right: 12px;
	text-align: right;
}

ul.about-us-menu li.development {
	top: 272px;
	left: 62px;
}

ul.about-us-menu li.embrace-innovation {
	top: 272px;
	right: 63px;
	text-align: right;
}

ul.about-us-menu li.development a,
ul.about-us-menu li.embrace-innovation a {
	padding: 9px 17px 6px;
}

ul.about-us-menu li.pioneers {
	top: 337px;
	left: 286px;
	text-align: center;
}

ul.about-us-menu li a,
ul.same-day-teeth-menu li a {
	display: block;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 15px 17px 14px;
	width: 130px;
	overflow: hidden;
}


ul.same-day-teeth-menu {
	position: relative;
	width: 496px;
	height: 357px;
	margin: 0 auto 40px;
	padding: 0;
	background: url('../images/same-day-teeth-menu.png') no-repeat 0 0;
	overflow: hidden;
}

ul.same-day-teeth-menu li.ethos {
	top: 31px;
	left: 44px;
}

ul.same-day-teeth-menu li.marketing {
	top: 31px;
	right: 49px;
}

ul.same-day-teeth-menu li.teams {
	top: 163px;
	left: 10px;
}

ul.same-day-teeth-menu li.strategy {
	top: 163px;
	right: 13px;
}

ul.same-day-teeth-menu li.services {
	top: 281px;
	left: 164px;
}

ul.same-day-teeth-menu li a {
	text-align: center;
	width: 98px;
}

ul.same-day-teeth-menu li.teams a,
ul.same-day-teeth-menu li.strategy a {
	width: 64px;
	padding: 11px 17px 8px;
}

ul.same-day-teeth-menu li.services a {
	width: 128px;
}

footer {
	background: url('../images/footer-pattern.png') repeat-x 0 0;
}

footer > .wrapper {
	overflow: hidden;
	position: relative;
	height: 200px;
	color: #afcaad;
	font-size: 10px;
	line-height: 14px;
	background: #fff url('../images/footer.jpg') no-repeat 50% 0;
	width: 830px;
	padding: 287px 220px 10px;
}

footer > .wrapper a {
	color: #afcaad;
}

footer .social {
	position: absolute;
	top: 247px;
	right: 334px;
}

footer .social a {
	display: block;
	float: left;
	width: 23px;
	height: 23px;
	margin-left: 6px;
	background-repeat: no-repeat;
}

footer .social a.facebook {
	background-image: url('../images/facebook.png');
}

footer .social a.twitter {
	background-image: url('../images/twitter.png');
}

footer .columns {
	overflow: hidden;
	margin-bottom: 20px;
}

footer .columns li {
	float: left;
	width: 179px;
	height: 100px;
	margin-right: 20px;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
}

footer .columns li.last {
	width: 232px;
	margin-right: 0;	
}

footer .columns li a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

footer .footer-logo {
  display: block;
  position: absolute;
  background: url('../images/footer-logo.png') no-repeat 0 0;
  width: 53px;
  height: 76px;
  right: 331px;
  bottom: 44px;
}

.columns {
	overflow: hidden; 
}

.columns .column {
	float: left;
  margin-left: 10px; 
  width: 320px;
}

.columns .column:first-child {
	margin-left: 0;
  width: 310px;
}

.quote {
	font-size: 16px; 
}