body{
	background: #e9e6dd url(../images/bg.png) repeat-x 0 0;
	color: #615f56;
	font-size: 12px;
}

a{
	color: #ad004a;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6{
	color: #ad004a;
	text-transform: uppercase;
	font-weight: normal;
}

.content h1{
	margin-top: 0;
}

.clear{
	clear: both;
}

.message{
	font-size: 14px;
	color: #ad004a;
	text-transform: uppercase;	
}

.niceBorder{
	background: #fff;
	padding: 1px;
	border: 1px solid #dfdfd1;
}

#wrapper{
	position: relative;
	margin: 0 auto;
	width: 980px;
	padding-top: 384px;
	background: #fff url(../images/content-bg.png) repeat-y;
}

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

#logo{
	position: absolute;
	width: 216px;
	height: 61px;
	left: 35px;
	top: 71px;
	color: #a19f4a;
}

#logo a{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/logo.png) no-repeat;
}

#headerFlash{
	position: absolute;
	width: 446px;
	height: 270px;
	left: 275px;
	top: 37px;
}

#headerDentistsArea{
	position: absolute;
	display: block;
	width: 217px;
	height: 130px;
	left: 727px;
	top: 37px;
	border: 1px solid #fff;
	background: url(../images/header-dentists-area.jpg) no-repeat;
}

#headerImage{
	position: absolute;
	width: 217px;
	height: 130px;
	left: 727px;
	top: 175px;	
}

#headerImage img{
	border: 1px solid #fff;
}

#menu{
	position: absolute;
	top: 329px;
	left: 27px;
}

#menu ul{
	width: 898px;
	height: 37px;
	padding: 0 12px;
	background: #e0dfca;
}

#menu li, #menu li a{
	height: 37px;
	background: #e0dfca;
}

#menu li{
	float: left;
	border-left: 1px solid #f0efe5;
	border-right: 1px solid #ceceba;
	position: relative;
	margin-right: -2px;
}

#menu li a{
	border-right: 1px solid #f0efe5;
	border-left: 1px solid #ceceba;
	display: block;
	line-height: 37px;
	font-size: 12px;
	color: #605d51;
	float: left;
	background: url(../images/menu-selected-bg.png) repeat-x 0 -37px;
	text-align: center;
	text-decoration: none;
}

#menuHome a{
	width: 55px;
}

#menuAbout a{
	width: 73px;
}

#menuTreatments a{
	width: 82px;
}

#menuCosmetic a{
	width: 121px;
}

#menuImplants a{
	width: 106px;
}

#menuTestimonials a{
	width: 88px;
}

#menuGallery a{
	width: 92px;
}

#menuFees a{
	width: 48px;
}

#menuArea a{
	width: 93px;
}

#menuContact a{
	width: 65px;
}

#menuBlog a{
	width: 50px;
}

#menu li:hover a, #menu li a:hover{
	color: #fff;
	background-position: 0 0;
}

#menu li ul{
	display: none;
	width: 130px;
	height: auto;
	margin: 0;
	position: absolute;
	left: -1px;
	padding: 0;
	top: 37px;
	border-bottom: 1px solid #dfdfd1;
	border-top: 1px solid #fff;
}
#menu li:hover ul{
	display: block;
}

#menu li ul li, #menu li ul li a{
	float: none;
	border: 0;
}

#menu li ul li{
	width: 126px;
	height: auto;
	background: #fff;
	border-left: 1px solid #dfdfd1;
	border-right: 1px solid #dfdfd1;
	border-bottom: 1px solid #fff;
	padding: 0 1px;
	*margin-bottom: -3px;
	_margin-bottom: 0;
	*overflow: hidden;
}

#menu li ul li a{
	background-color: #e0dfca;;
	width: auto;
	text-align: left;
	height: auto;
	border: 0;
	display: block;
	line-height: 1.2em;
	padding: 4px 5px 3px;
	font-size: 11px;
}

#menu li:hover ul li a{
	color: #605d51;
	background-position: 0 -37px;
}

#menu li ul li a:hover{
	color: #fff;
	background-position: 0 -12px;
}

#content{
	overflow: hidden;
	_overflow: visible;
	_height: 1%;
	padding: 0 27px 10px;
	background: url(../images/content-bottom.png) no-repeat 0 100%;
}

#mainColumn{
	float: right;
	width: 685px;
}

#sideColumn{
	float: left;
	width: 228px;
}

#sideColumn h2{
	font-size: 21px;
	margin: 0 0 10px 0;
}

#sideColumn .niceBorder{
	margin:  0 0 15px 0;
}

.sideSection{
	background: #f6f5f1;
	padding: 11px 23px;
}

#contactForm{
	text-align: right;
}

#contactForm label{
	color: #5c5950;
	display: block;
	padding: 3px 0;
	text-align: left;
}

#contactForm .niceField{
	padding: 0;
	margin: 0 0 8px 0;
	height: 14px;
	text-align: left;
	width: 176px;
	
}

#contactForm textarea.niceField{
	height: 80px;	
}

#contactForm .submit{
	border: 0;
	width: 62px;
	height: 22px;
	padding: 0;
	margin: 0;
	background-image: url(../images/submit-bg.png);
}

#footer{
	padding: 5px 27px 10px;	
	overflow: hidden;
	_overflow: visible;
	_height: 1%;
	background: #e9e6dd;
}

#footer, #footer a{
	color: #8b8274;
}


#patient_fade {
	margin: 0;
	padding: 0;
}

#patient_fade li {
	list-style: none;
}




.niceBordergallery{
	padding: 5px;
	
	border: 1px solid #e0dfca;
	margin: 0 10px 15px 0px;
	
}

.niceBordergallery img, .niceBordergallery object{
	vertical-align: bottom;
}
.niceBorderright{
	padding: 5px;
	
	border: 1px solid #e0dfca;
	float: right;
	margin: 0 0px 15px 10px;
}

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

.niceBorderleft{
	padding: 5px;
	
	border: 1px solid #e0dfca;
	margin: 0 10px 15px 0px;
	float: left;
}

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


.niceBorderindex{
	width: 78px;
	padding: 5px;
	border: 1px solid #e0dfca;
	float: left;
	margin: 0 0px 5px 10px;
}

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

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

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

.imageRowItem{
	display: inline;
}


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



.content hr{
	clear:both;
	background: none;
	border: 0;
	border-top: 1px dashed #a19f4a;
	margin: 20px 0 5px;
}


.bubble{
	margin: 0 auto 20px;
	background: url(../images/bubble-middle.png) repeat-y;
}

.bubbleTop{
	background: url(../images/bubble-top.png) no-repeat;	
}

.bubbleBottom{
	padding: 10px 15px 0 10px;
    color: #093741;
	background: url(../images/bubble-bottom.png) no-repeat 0 100%;	
}


.bubbleBottomleft{
	padding: 10px 15px 0 10px;
    color: #093741;
	background: url(../images/bubble-bottom-left.png) no-repeat 0 100%;	
}

.bubbleNameleft{
	position: relative;
	top: 5px;
    color: #526164;
	font-weight: bold;
	text-align: left;
	padding: 5px 70px 0 0;
}


.bubbleName{
	position: relative;
	top: 5px;
    color: #526164;
	font-weight: bold;
	text-align: right;
	padding: 5px 70px 0 0;
}


.bubbleText{
	padding: 10px 0 10px 15px;
	width: 623px;
	
}


.feeTable{
  margin: 10px 0;
  border:  1px solid #a19f4a;
  background: #fff;
	width:  670px;
	
}

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

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

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



.bigQuotes{
	color: #111;
	text-align: justify;
	font-size: 12px;
	margin: 0 0 15px 0;
	line-height: 2.0em;
}

.bigQuotes big{

	position: relative;
	top: 8px;
	left: 1px;
	padding: -10px 3px;
	
	color: #999;
	line-height: 0em;
	font: 27px "Trebuchet MS", Trebuchet, Verdana, sans-serif;

}


#footb {
	line-height: 20px;
}




#footb a {
	text-decoration: none;
	border-bottom: 0 !important;

}

#footb a:hover{
	text-decoration: none;
	border-bottom: 0 !important;

}




/*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(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;
}

#lbOverlay{
	z-index: 20000 !important;
}

#lbCenter, #lbBottomContainer{
	z-index: 30000 !important;
}



.sitemap {
	width: 950px;
	font-size: 12px;
	color:#000;
	margin: auto;
	line-height: 14px;
	text-align:justify;
}


.twitface {
	background-color:#f6f5f1;
	height: 30px;
	margin: 0 0 10px 0;
}


.twitface span {
	padding: 10px 0 0 7px;
	line-height: 25px;
	
}


