/*
 * Designed by David K Ma
 * http://www.davidkma.com
 */

/* Fixes */
.clear {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

/* General */
body {
  margin: 0;
  padding: 0;
}

/* Typography */
body {
  color: #4c4c4c;
  background: #d3ccc6;
  font: normal 14px/21px Georgia, "Times New Roman", Times, serif;
}
p {
  margin: 0 0 21px 0;
}
h2, #vitals span {
  font-weight: normal;
  font-size: 20px;
  line-height: 21px;
  margin: 0 0 21px 0;
}
h3 {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
}
.date {
  font-style: italic;
  font-size: 12px;
  line-height: 21px;
  margin: 0;
}
#general-staff .name {
  font-weight: normal;
  font-size: 20px;
  line-height: 21px;
  margin: 0;
}
a {
  color: #0076a3;
  font-style: italic;
  text-decoration: none;
}
a:hover {
  color: #00bbff;
  text-decoration: underline;
}
#sitemap a {
  color: #a6a6a6;
  font-style: normal;
}
#sitemap a:hover {
  color: #00bbff;
}
.leader {
  font-size: 20px;
  line-height: 28px;
}
#footer {
  color: #a6a6a6;
  font: 12px/21px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
.endnote {
  padding: 0 3px;
  font: 10.5px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

/* Layout */
#company, #overview, #services, .menu, #sitemap, .full-wrapper {
  width: 960px;
	margin: 0 auto;
  overflow: hidden;
}
#header {
  position: relative;
  width: 100%;
  height: 360px;
  background: #1a1a1a url(images/header.jpg) no-repeat center top;
}
#header img {
  width: 100%;
  position: absolute;
  top: -50%;
  z-index: -1;
}
#logo {
  float: left;
  width: 360px;
  height: 84px;
  background: url(images/logo.png);
}
#logo h1 {
  height: 0;
  overflow: hidden;
}
#vitals {
  float: right;
  width: 300px;
  height: 42px;
  background: url(images/phone.png);
}
#vitals div.tel {
  height: 0;
  overflow: hidden;
}
#nav {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#nav ul, .actions ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#nav li, .actions ul {
  display: inline;
}
#nav li a, .actions li a {
  float: left;
  height: 0;
  border: none;
  background-repeat: no-repeat;
  overflow: hidden;
}
#nav li a {
  padding-top: 48px;
  background-image: url(images/nav-buttons.png);
  margin: 0 7px 0 0;
}
#nav li#nav-overview a { width: 120px; background-position: -32px 0; }
#nav li#nav-services a { width: 120px; background-position: -159px 0; }
#nav li#nav-doctors-staff a { width: 170px; background-position: -286px 0; }
#nav li#nav-hours-location a { width: 180px; background-position: -463px 0; }
#nav li#nav-order-contacts a { width: 170px; background-position: -822px 0; }

#nav li#nav-overview a:hover, #nav li#nav-overview a:active { background-position: -32px -48px; }
#nav li#nav-services a:hover, #nav li#nav-services a:active { background-position: -159px -48px; }
#nav li#nav-doctors-staff a:hover, #nav li#nav-doctors-staff a:active { background-position: -286px -48px; }
#nav li#nav-hours-location a:hover, #nav li#nav-hours-location a:active { background-position: -463px -48px; }
#nav li#nav-order-contacts a:hover, #nav li#nav-order-contacts a:active { background-position: -822px -48px; }

#nav li#nav-overview.current a { background-position: -32px -96px; }
#nav li#nav-services.current a { background-position: -159px -96px; }
#nav li#nav-doctors-staff.current a { background-position: -286px -96px; }
#nav li#nav-hours-location.current a { background-position: -463px -96px; }
#nav li#nav-order-contacts.current a { background-position: -822px -96px; }

#nav li.shortcut {
  float: right;
}

.actions {
  bottom: 0;
  width: 100%;
}
.actions li a {
  padding-top: 46px;
  background-image: url(images/buttons.png);
  margin: 0;
}
.actions li.actions-visit-us a { width: 186px; background-position: 0 0; }
.actions li.actions-visit-us a:hover { background-position: 0 -46px; }
.actions li.actions-visit-us a:active { background-position: 0 -92px; }

#content {
  position: relative;
  padding: 7px 0 1px;
  width: 100%;
  background: #ffffff;
  z-index: 1;
}
#main {
  float: left;
  width: 660px;
  overflow: hidden;
}
.column-odd {
  float: left;
  padding: 0 60px 0 0;
  width: 300px;
}
.column-even {
  float: left;
  padding: 0;
  width: 300px;
}
#recent-news {
  float: right;
  padding: 0 0 0 29px;
  width: 240px;
  border-left: 1px solid #4c4c4c;
}
#staff .odd, #services .odd, #services .even {
  display: block;
  overflow: auto;
  margin: 0 0 21px 0;
}
.odd .figure {
  float: left;
  padding: 0 30px 0 0;
}
#services .even .figure {
  float: right;
  padding: 0 0 0 30px;
}
.desc {
  width: 630px;
}
.odd .desc {
  float: right;
}
.figure {
  margin: 0 0 21px 0;
  width: 300px;
}
.highlight {
  margin: 10px 0 31px 0;
  padding: 32px 0 11px 0;
  background: #e6e6e6;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  width: 100%;
}
.highlight .leader {
  float: left;
  width: 720px;
}
.figure .leader {
  margin-top: 42px;
  padding: 14px 30px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.actions {
  float: right;
  width: 186px;
  padding: 0 30px 0 0;
}
#footer {
  width: 100%;
  background: #4c4c4c url(images/footer-back.png) repeat-x;
}
#map {
  float: right;
  margin: 0 0 21px;
  width: 718px;
  height: 504px;
  border: 1px solid #cccccc;
}
#sitemap {
  padding: 21px 0;
  overflow: auto;
}
.section, .links {
  float: left;
  padding: 0 10px 0 0;
  width: 230px;
}
.section ul {
  margin: 0 0 21px;
}
.compact-column {
  float: left;
  width: 240px;
}
.column-left, .column-right {
  float: left;
  width: 300px;
}
.column-right {
  padding: 0 0 0 60px;
}
.two-third-column {
  float: left;
  width: 660px;
  padding: 0 0 0 60px;
  overflow: auto;
}
.two-column-left {
  float: left;
  width: 450px;
}
.two-column-right {
  float: right;
  width: 450px;
}
#vcard {
  margin: 0 0 42px;
}
#vcard .tel {
  margin: 21px 0 0;
}
#details {
  width: 240px;
  float: left;
}

/* Style */
#nav {
  background: url(images/nav-back.png) 0 0 repeat-x;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.services a {
  display: block;
  text-align: right;
}
.services li {
  display: block;
  float: left;
  position: relative;
  width: 300px;
}
.services li.odd {
  margin: 0 60px 0 0;
}
.services li.even {
  margin: 0;
}
.service li img {
  height: 190px;
}
.services li span, .figure span {
  display: block;
  position: absolute;
  width: 300px;
  height: 190px;
  background: url(./images/service-frame.png) no-repeat;
}
#general-staff ul {
  padding: 21px 0;
  overflow: auto;
}
#general-staff li {
  display: block;
  float: left;
  position: relative;
  margin: 21px 0 0;
  width: 320px;
}
#general-staff li img {
  float: left;
  margin: 0 10px 0 0;
  height: 80px;
}
#general-staff li span {
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  background: url(./images/general-staff-frame.png) no-repeat;
}
.day {
  display: inline-block;
  width: 100px;
}
