/* 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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }
:focus {
  outline: dotted 1px #333; }
html {
  height: 100%; }
body {
  height: 100%;
  line-height: 1.2;
  color: #000;
  background: #fff;
  padding: 57px 0 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
ol, ul {
  list-style: none; }
table {
  margin: 0 0 1em 0;
  border-collapse: separate;
  border-spacing: 0; }
caption, th, td {
  text-align: left;
  font-weight: normal; }
th, td {
  padding: 2px 8px 2px 2px;
  border-bottom: solid 1px #e6e6e6;
  cursor: default; }
th {
  font-weight: bold;
  border-bottom: solid 1px #009; }
blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }
blockquote, q {
  quotes: "" ""; }
strong {
  font-weight: bold; }
em {
  font-style: italic; }

/* Basics */
html {
  font: 62.5% Arial, Helvetica, sans-serif;
  background: #EDDFCE url(gradient.png) repeat-x 0 0; }
body {
  font-size: 1.4em;
  background: url(pattern.png) repeat top center; }
h1, h2, h3, h4, h5, h6, h7, #title, dt, legend, #services-nav a {
  clear: both;
  margin: 0 0 .25em 0;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  font-style: italic; }
h1 {
  font-weight: normal;
  font-size: 54px; }
h2, legend {
  font-size: 1.2em;
  color: #AF7020; }
h3 {
  font-size: 1.1em; }
a {
  color: #999;
  text-decoration: none;
  border-bottom: solid 1px #333; }
a:hover {
  color: #fff;
  text-shadow: 0 0 1px #fff;
  border-bottom: solid 1px #AF7020; }
.section-search p {
  font-size: 1.2em;
  color: #aaa; }
.section-search em {
  color: #fff; }
.section-search a {
  color: inherit;
  border: none; }
.section-search h2 a {
  font-size: 2em; }
.section-search #body a:hover {
  text-shadow: none; }
p {
  padding: 0 0 1em 0; }
ol, ul, dl {
  padding: 0 0 1em 0; }
ol li, ul li {
  padding: 0 0 .5em 0;
  margin: 0 0 0 20px; }
ol li {
  list-style: outside decimal;  }
ul li {
  list-style: outside disc; }
dt {
  font-size: 16px;
  padding: 0 0 .25em 0;
  color: #AF7020; }
li, dd {
  padding: 0 0 .5em 20px; }
dd dl {
  padding: .5em 0 0 0; }

/* Layout */
#header {
  width: 950px;
  height: 110px;
  margin: 0 auto;
  background: #000 url(background.jpg) no-repeat 0 0;
  border-top: solid 11px #fff; }
#title {
  width: 109px;
  height: 146px;
  margin: -33px 0 0 33px;
  background: url(marbledoctor.png) no-repeat 0 0; }
#title a {
  display: block;
  height: 100%;
  border: none;
  text-indent: -9999px;
  overflow: hidden; }
#tagline {
  display: none; }
.page- #tagline {
  display: block;
  width: 442px;
  height: 24px;
  margin: -40px 0 0 159px;
  background: url(tagline.png) no-repeat 0 0;
  color: #fff;
  text-indent: -9999px;
  overflow: hidden; }
#nav-main {
  position: absolute;
  top: 497px;
  display: block;
  width: 900px;
  height: 60px;
  margin: 0 auto;
  padding: 0 17px 0 33px;
  background: url(navigation.png) no-repeat 33px 0;
  z-index: 3; }
#nav-main>li {
  position: relative;
  display: block;
  float: left;
  margin: 3px 0 0 0;
  padding: 0; }
.page- li#nav-main-home {
  display: none; }
li#nav-main-home {
  position: absolute;
  top: -310px;
  left: 51px;
  width: 68px;
  height: 20px;
  margin: 0;
  padding: 0;
  background: url(home.png) no-repeat 0 0; }
li#nav-main-aboutus {
  width: 155px;
  margin-right: 40px;
  background-position: 0 -3px; }
li#nav-main-services {
  width: 135px;
  margin-right: 45px;
  background-position: -195px -3px; }
li#nav-main-aboutstone {
  width: 200px;
  margin-right: 140px;
  background-position: -375px -3px; }
li#nav-main-requestanestimate {
  width: 185px; }
#nav-main li a {
  font: 12px Arial, Helvetica, sans-serif;
  color: #fff;
  border: none; }
#nav-main>li>a {
  position: relative;
  display: block;
  height: 40px;
  margin: 0;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 1; }
#nav-main ul {
  position: absolute;
  bottom: 40px;
  width: 100%;
  height: auto;
  padding: 5px 0 0 0;
  -moz-box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000; }
#nav-main .sub:hover {
  background-image: url(navigation.png);
  background-repeat: no-repeat; }
#nav-main .sub:hover,
#nav-main .sub:hover ul {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }
#nav-main .sub ul {
  display: none; }
#nav-main .sub:hover ul {
  display: block; }
#nav-main .sub li {
  display: block;
  height: 23px;
  margin: 0;
  padding: 0; }
#nav-main .sub li a {
  display: block;
  height: 16px;
  padding: 2px 6px 5px 6px;
  background: url(hover.png) repeat-x 0 23px;
  text-transform: lowercase; }
#nav-main .sub li a:hover,
#nav-main .sub li.selected a,
#nav-main .sub li.selected a:hover {
  background-position: 0 0;
  text-shadow: none; }
#search {
  position: absolute;
  top: -46px;
  right: 0; }
#search input {
  height: 20px;
  vertical-align: top;
  background: #fff;
  background: rgba(255,255,255,0.6);
  border: none; }
#search input[type=image] {
  background: transparent; }
#messages {
  margin: 0;
  padding: 0; }
#messages p {
  position: absolute;
  top: 180px;
  left: 50%;
  width: 760px;
  margin: 0 0 0 -320px;
  padding: 10px;
  background: #613A09;
  color: #fff;
  z-index: 3; }
#body {
  position: relative;
  width: 632px;
  height: 317px;
  margin: 0 auto;
  padding: 0 159px 60px 159px;
  background: #000 url(background.jpg) no-repeat 0 -110px;
  color: #eee;
  z-index: 2;
  font-size: 12px; }
.page-contact #body {
  padding-top: 60px;
  height: 257px;
  font-size: 16px; }
#scrollbox {
  height: 317px;
  overflow: auto; }
#body h1 {
  position: absolute;
  top: -64px;
  left: 159px;
  color: #fff; }
#footer {
  position: relative;
  width: 884px;
  height: 34px;
  margin: 0 auto;
  padding: 14px 33px 0 33px;
  background: #fff;
  color: #717171;
  font: 17px "Times New Roman", Times, serif; }
#footer span {
  padding: 0 11px;
  font-size: 10px;
  vertical-align: 2px;
  color: #945403; }
#footer img {
  position: absolute;
  top: 7px;
  right: 33px; }

.page- #body {
  width: 950px;
  padding-left: 0;
  padding-right: 0; }
#intro {
  height: 1em;
  margin: 0 0 -1em 159px;
  font-style: italic; }
#slideshow {
  padding-top: 75px; }
#slideshow div {
  float: left;
  width: 218px;
  height: 170px;
  margin: 0 10px 0 0; }
#slideshow #frame-3 {
  width: 494px;
  margin: 0; }
#slideshow img {
  display: block;
  margin: 0 0 -170px 0;
  padding: 0; }
#slideshow img.selected {
  position: relative;
  z-index: 3; }
#slideshow img.next {
  position: relative;
  z-index: 2; }

#services-nav li {
  display: inline;
  list-style: none;
  margin: 0 10px 0 0;
  padding: 0; }
#services-nav a {
  font-size: 16px; }
.page-portfolio #body {
  width: 666px;
  padding-right: 125px; }
.page-portfolio #body ul {
  padding-top: 10px; }
.page-portfolio #body li {
  display: block;
  height: 100px;
  list-style: none;
  float: left;
  margin: 5px;
  padding: 3px;
  border: solid 2px #333; }
.page-portfolio #body li a {
  float: left;
  padding: 0 0 0 2px;
  border: none; }
.page-portfolio #body li a:first-child {
  padding: 0; }
#viewer {
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  background: rgba(0,0,0,0.8);
  z-index: 10; }
#viewer div {
  position: absolute;
  top: 5px;
  width: 100%;
  height: 512px;
  text-align: center; }
#viewer.slide-1 div img,
#viewer.slide-3 div img {
  margin-top: 62px; }
#viewer.slide-5 div img {
  margin-top: 12px; }
#viewer.slide-6 div img {
  margin-top: 120px; }
#viewer div h1 {
  position: absolute;
  width: 455px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -455px;
  color: #fff;
  text-align: left; }
#viewer div#after h1 {
  margin-left: 0;
  text-align: right; }
#viewer #before {
  z-index: 2; }
#viewer #after {
  z-index: 1; }
#viewer div img {
  padding: 4px;
  border: solid 2px #fff; }
#viewer p {
  position: absolute;
  top: 564px;
  left: 50%;
  width: 950px;
  height: 20px;
  line-height: 20px;
  margin: 0 0 0 -475px;
  padding: 5px 0;
  text-align: center;
  background: #fff;
  color: #000; }
#viewer #previous,
#viewer #next,
#viewer #close {
  position: absolute;
  top: 525px;
  left: 50%;
  display: block;
  padding: 0;
  border: none;
  cursor: pointer;
  z-index: 3; }
#viewer #close {
  width: 56px;
  margin-left: -28px; }
#viewer #previous {
  margin-left: -300px; }
#viewer #next {
  width: 53px;
  margin-left: 247px; }

.page-estimate #body {
  width: 781px;
  padding-right: 10px; }
.page-estimate #body p {
  padding-top: 5px; }
.return {
  text-align: right; }

/* Forms */
fieldset {
  width: 49.5%;
  float: left; }
fieldset>div {
  margin: 0 0 10px 0;
  padding: 5px 5px 0 5px; }
fieldset>legend {
  padding-left: 5px;
  font-weight: bold;
  color: #ccc; }
fieldset>div>div {
  padding: 0 5px 5px 105px; }
fieldset>div>div.fill {
  padding: 0 0 15px 0; }
fieldset>div>div.options {
  padding-bottom: 10px; }
fieldset>div>div.options::after {
  content: ' ';
  display: block;
  clear: both; }
fieldset>div>div>label {
  display: block;
  width: 100px;
  height: 1em;
  margin: 0 0 -1em -105px;
  text-align: right;
  color: #fff; }
fieldset>div>div.fill>label {
  display: none; }
fieldset>div>div.options>label {
  display: block;
  margin: 0;
  width: auto;
  min-height: 1.4em;
  text-align: left; }
fieldset>div>div>textarea,
fieldset>div>div>input:not([type=submit]) {
  padding: 2px; }
fieldset>div>div>select {
  padding: 1px; }
fieldset>div>div>textarea,
fieldset>div>div>input:not([type=submit]),
fieldset>div>div>select {
  width: 100%;
  border: solid 1px #613A09;
  color: #fff;
  background: #000; }
fieldset>div>div.city-state-zip>input,
fieldset>div>div.city-state-zip>select {
  width: auto; }
fieldset>div>div>textarea:focus,
fieldset>div>div>input:not([type=submit]):focus,
fieldset>div>div>select:focus {
  border: solid 1px #AF7020;
  outline: none;
  -moz-box-shadow: 0 0 2px #AF7020;
  -webkit-box-shadow: 0 0 2px #AF7020;
  box-shadow: 0 0 2px #AF7020; }
.city-state-zip {
  position: relative; }
#f-city {
  width: 110px; }
#f-zip {
  position: absolute;
  right: 0; }
.buttons {
  clear: both;
  float: right; }

/* Scrollbars */
.jScrollPaneContainer {
  position:absolute;
  overflow:hidden; }
.jScrollPaneTrack {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  height: 100%;
  background: #333; }
.jScrollPaneDrag {
  position: absolute;
  background: #666;
  cursor: pointer;
  overflow: hidden; }
.jScrollPaneDragTop {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden; }
.jScrollPaneDragBottom {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden; }
a.jScrollArrowUp,
a.jScrollArrowDown {
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  background: #AF7020 url(arrows.png) no-repeat 0 0;
  height: 9px; }
a.jScrollArrowUp {
  top: 0; }
a.jScrollArrowDown {
  bottom: 0;
  background-position: 0 -6px; }
a.jScrollArrowUp:hover,
a.jScrollArrowDown:hover {
  background-color: #AF7020; }
