
html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
pre, a, abbr, acronym, address, code, del, dfn, em, img,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

blockquote, q {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  quotes: "" "";
}
blockquote:before, q:before,
blockquote:after, q:after {
  content: "";
}

th, td, caption {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

table {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

a img {
  border: none;
}

body {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #877d6b;
  background: #000 url(../images/main-bg.png) repeat 0 0;
}

p {
  margin-bottom: 1.5em;
}

a {
  color: #ad8134;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  color: #ad8134;
  padding-bottom: .3em;
  font-weight: normal;
}

h1 {
	text-transform: uppercase;
  font-size: 20px;
  line-height: 1em;
}

h2 {
	text-transform: none;
  font-size: 16px;
  line-height: 1em;
}

h3 {
	text-transform: uppercase;
  font-size: 14px;
  line-height: 1em;
}

h1, h2, h3, h4, h5, h6 {
  
  font-family: "Times New Roman", Times, serif;
}

h1.double {
  padding-top: .4em;
  padding-bottom: .5em;
  font-size: 18px;
}
h1.double big {
  line-height: 1em;
  font-size: 36px;
  line-height: 1em;
  display: block;
  margin-top: -.2em;
}

img, object {
  vertical-align: middle;
}

.floatLeft {
  float: left;
  margin: 0 1em 1em 0;
}

.floatRight {
  float: right;
  margin: 0 1em 1em 0;
}

.alignCenter {
  text-align: center;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.clear {
  clear: both;
}


.niceBorder{
	padding: 5px;
	background: #1A1A1A;
	border: 1px solid #4f4f4f;
	margin: 0 10px 5px 0px;
}

.niceBorder img, .niceBorder object{
	vertical-align: bottom;
}
.niceBorderright{
	padding: 5px;
	background: #1A1A1A;
	border: 1px solid #4f4f4f;
	float: right;
	margin: 0 10px 5px 0px;
}

.niceBorderright img, .niceBorderright object{
	vertical-align: bottom;
}

.niceBorderleft{
	padding: 5px;
	background: #1A1A1A;
	border: 1px solid #4f4f4f;
	margin: 0 10px 5px 0px;
	float: left;
}

ul.main{
padding: 2px 0 8px 15px;
list-style:inside;

}

ol.main{
padding: 2px 0 8px 20px;
list-style:inside;

}


.imageRow{
	padding: 10px 0 0px 80px;
	text-align: center;
	word-spacing: 0;
	letter-spacing: 0;
}

.imageRowItem{
	padding: 0 10px 10px;
	word-spacing: normal;
	letter-spacing: normal;
	text-align: center;
	display: inline-block;
	float:left
}

.imageRowItem{
	display: inline;
}

.feeTable{
  margin: 10px 0;
  border:  1px solid #444;
  background: #111;
	width:  500px;
}

.feeTable td{
  padding: 5px;
  border-bottom:  1px solid #444;
}

.feeTable .even td{
  background: #222;
}

.feeTable  .large{
  width:  350px;
  border-right:  1px solid #444;
}


.videoLink{
	display: block;
	background: #ad8134 url(../images/video-link-bg.png) no-repeat;
	width: 100px;
	height: 60px;
	padding: 47px 13px 10px;
	color: #f3d68b;
	text-align: center;
	font-size: 12px;
}

.videoLink a{
	color: #f0d288;
}

.videoLink a:hover{
	color: #ffffff;
}


#wrapper {
  width: 950px;
  margin: 0 auto;
  position: relative;
  padding-top: 335px;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 335px;
  background: url(../images/header-bg.png) no-repeat 0 0;
}

#headerTop {
  position: absolute;
  width: 100%;
  height: 114px;
  z-index: 300;
  background-image: url(../images/header.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  _background-image: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/header.png ", sizingMethod="crop");
}

#logo {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 470px;
  height: 80px;
  display: block;
}

#videoCorner {
  position: absolute;
  right: 2px;
  top: 0;
  width: 140px;
  height: 102px;
  display: block;
}

#topFlash {
  position: absolute;
  top: 53px;
  width: 100%;
  height: 0em;
  z-index: 200;
}

#menu {
  height: 30px;
  position: absolute;
  list-style-type: none;
  z-index: 100;
  float: left;
  left: 30px;
  top: 291px;
  background: url(../images/menu-delimiter.png) no-repeat;
}
#menu li {
  float: left;
  list-style-type: none;
  position: relative;
  _margin-top: -1000px;
}
#menu li a {
  _float: left;
  _position: relative;
  display: block;
  line-height: 30px;
  text-align: center;
  _margin-top: 1000px;
}
#menu li ul {
  _float: left;
}
#menu li ul li {
  float: none;
  margin: 0;
  height: auto;
}
#menu li ul li a {
  width: 134px;
  font-size: 11px;
  font-weight: normal;
  line-height: 15px;
  text-align: left;
  text-transform: none;
  margin: 0;
  cursor: pointer;
  _clear: left;
  position: relative;
  border-left: 1px solid #826026;
  border-right: 1px solid #826026;
}
#menu li ul li a.top {
  border-top: 1px solid #826026;
}
#menu li ul li a.bottom {
  border-bottom: 1px solid #826026;
}
#menu li ul li a:hover {
  _float: none;
  background-image: none;
}
#menu li > ul {
  display: none;
  position: absolute;
  z-index: 10000;
  left: 0;
  top: 30px;
}
#menu li:hover > ul {
  display: block;
}
#menu li {
  background: url(../images/menu-delimiter.png) no-repeat right 0;
  _background: url(../images/menu-delimiter.png) no-repeat right 1000px;
  padding-right: 2px;
}
#menu li a {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  background: url(../images/menu-hover.png) repeat-x 0 -1000px;
}
#menu li a:hover {
  background-position: left top;
  color: #fff;
  text-decoration: none;
}
#menu li ul li {
  background: none;
  padding-right: 0;
}
#menu li ul li a {
  text-transform: none;
  color: #936d2b;
  padding: 3px 0 3px 5px;
  background: #efddc0;
}
#menu li ul li a:hover {
  background: #826026;
  color: #fff;
}
#menu > li:hover > a {
  background-position: left top;
  color: #fff;
  text-decoration: none;
}
#menu #menuHome a {
  width: 92px;
}

#menu #menuAbout{
   _width: 398px;
  _margin-right: -300px;
  _background: url(../images/menu-delimiter.png) no-repeat 98px 1000px;
}

#menu #menuAbout a {
   width: 98px;
}

#menu #menuAbout a:hover {
	_margin-right: 233px;	
}

#menu #menuTreatments {
  _width: 434px;
  _margin-right: -300px;
  _background: url(../images/menu-delimiter.png) no-repeat 134px 1000px;
}
#menu #menuTreatments a:hover {
  _margin-right: 233px;
}
#menu #menuTreatments a {
  width: 134px;
}
#menu #menuTreatments ul a {
  width: 127px;
}
#menu #menuGallery a {
  width: 108px;
}
#menu #menuTestimonials a {
  width: 142px;
}
#menu #menuFees a {
  width: 86px;
}
#menu #menuBlog a {
  width: 86px;
}
#menu #menuContact a {
  width: 129px;
}

#content {
  overflow: hidden;
  display: inline-block;
  padding: 5px 15px 10px 15px;
}
#content {
  display: block;
}

#mainColumn {
  float: left;
  width: 677px;
}
#mainColumn ul {
  padding: 0 0 1em 2em;
}


#sideColumn {
  float: right;
  width: 213px;
}

#content {
  background: #000 url(../images/content-bg.png) repeat-y;
}

#homeImages{
	letter-spacing: 14px;
	word-spacing: 0;
}

.sideSection {
  background: #fff url(../images/side-middle.png) repeat-y;
  margin-bottom: 15px;
}
.sideSectionTop {
  background: url(../images/side-top.png) no-repeat left top;
}
.sideSectionBottom {
  padding: 15px 15px 8px;
  background: url(../images/side-bottom.png) no-repeat left bottom;
}

#contactForm {
  text-align: right;
}
#contactForm .niceField {
  background: white;
  border-top: 1px solid black;
  border-left: 1px solid #222222;
  border-right: 1px solid #111111;
  border-bottom: 1px solid #0a0a0a;
  height: 16px;
}
#contactForm textarea.niceField {
  height: 80px;
}
#contactForm label {
  display: block;
  text-align: left;
  text-transform: lowercase;
  color: #877d6b;
}
#contactForm input, #contactForm textarea {
  width: 179px;
  text-align: left;
  margin: 1px 0px 5px;
}
#contactForm label {
  text-transform: capitalize;
  padding: 5px 0 0 1px;
}
#contactForm #formSubmit {
  font-size: 13px;
  cursor: pointer;
  width: auto;
  background: none;
  border: none;
  color: #ad8134;
  text-transform: uppercase;
  font-family: "Times New Roman", Times, serif;
}

#sideFreeConsultation {
  display: block;
  height: 102px;
  margin-bottom: 15px;
  background: url(../images/side-consultation.jpg) no-repeat;
}

#sideInvisalign {
  display: block;
  height: 102px;
  margin-bottom: 15px;
  background: url(../images/side-invisalign.jpg) no-repeat;
}

#sideAddress {
  display: block;
  height: 122px;
  background: url(../images/side-address.jpg) no-repeat;
}

#footer {
  text-align: center;
  border-top: 3px solid #3f3a31;
  height: auto !important;
  height: 75px;
  min-height: 75px;
  background: url(../images/footer-bg.png) repeat-x;
  padding: 10px 15px 0;
  font-size: 11px;
  line-height: 1.8em;
}
#footer a {
  padding: 0 .5em;
}
#footerLeft, #footerRight {
  line-height: 1em;
  padding-top: 12px;
  width: 45%;
}
#footerLeft {
  text-align: left;
  float: left;
}
#footerRight {
  float: right;
  text-align: right;
}
#footerRight a {
  padding: 0;
}


/*Highslide*/

.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide-container table {
	background: none;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 2px solid silver;
}
.highslide:hover img {
	border-color: gray;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.glossy-dark {
	background: #111;
}

.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
	font-size: .9em;
}
.highslide-caption {
	display: none;
	font-size: 1em;
	padding: 5px;
	/*background: white;*/
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
a.highslide-full-expand {
   background: url(../highslide/graphics/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(../highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: silver;
	text-decoration:underline;
}
.highslide-move, .highslide-move * {
	cursor: move;
}

.highslide-viewport {
	display: none;
	visibility: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.highslide-overlay {
	display: none;
}
.hidden-container {
	display: none;
}

/* Mac-style close button */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: hand; /* ie */
	cursor: pointer; /* w3c */
	background: url(../highslide/graphics/close.png);
	/* For IE6, remove background and add filter */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../highslide/graphics/close.png', sizingMethod='scale');
}

/*****************************************************************************/
/* Styles for the HTML popups											     */
/* Remove these if you are not using Highslide HTML						     */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}
.highslide-html {
	background-color: white;
}
.highslide-html-content {
	display: none;
	width: 400px;
	padding: 0 5px 5px 5px;
}
.highslide-header {
	padding-bottom: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-done a {
	cursor: move;
}
.highslide-footer {
	height: 16px;
}
.highslide-footer .highslide-resize {
	display: block;
	float: right;
	margin-top: 5px;
	height: 11px;
	width: 11px;
	background: url(../highslide/graphics/resize.gif) no-repeat;
}
.highslide-footer .highslide-resize span {
	display: none;
}
.highslide-body {
}
.highslide-resize {
	cursor: nw-resize;
}


/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}


