html{
	font-size: 100.01%;
}

body{
	color: #333;
	font: 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	_behavior: url("js/csshover3.htc");
}

strong, th, thead td, dt
{
	font-weight: bold;
}

cite, em, dfn
{
	font-style: italic;
}

code,kbd,samp,pre,tt,var,textarea
{
	font-size: 1em;
	font-family: mono-space, monospace;
}

pre
{
	white-space: pre;
}

pre *
{
	font-size: 100%;
	white-space: pre;
}

small,sup,sub
{
	font-size: 85%;
}

big
{
	font-size: 125%;
	line-height: 80%;
}

abbr,acronym
{
	text-transform: uppercase;
	font-size: 85%;
	letter-spacing: .1em;
}

abbr[title],acronym[title],dfn[title]
{
	cursor: help;
	border-bottom: 1px dotted black;
}

sup
{
	vertical-align: super;
}

sub
{
	vertical-align: sub;
}

select,button
{
	cursor: pointer;
}

html > body input{
	cursor: pointer;
}

input[type='text'],input[type='password']
{
	cursor: text;
}

input[type='hidden']
{
	display: none;
}

.clear{
	clear: both;
}

.floatRight{
	float: right;
}

.floatLeft{
	float: left;
}

.alignCenter{
	text-align: center;
}

.alignLeft{
	text-align: left;
}

.alignRight{
	text-align: right;
}

.niceField{	
	text-align: left;
	background: #fff;
	border: 1px solid #d9e1e9;
	border-top-color: #90929a;
	border-left-color: #d8d9e2;
	border-right-color: #d8d9e2;
}

.blueBox{	
	padding: 5px;
	border: 1px solid #c0cddd;
	background: #D6EBED;
}

.box{
	position: relative;
	margin: 0 auto 0;
	padding: 25px 0 0 0;
}

.boxTop{
	padding: 15px 0 0;
	background: url(../images/wide-section-top.png) no-repeat left top;
}

.boxMiddle{
	padding: 20px 20px 1px;
	background: #e9f1f5;
	border: solid #b9cacb;
	border-width: 0 1px;
	overflow: hidden;
	_zoom: 1;
}

.boxBottom{
	padding: 0 0 15px;
	background: url(../images/wide-section-bottom.png) no-repeat left bottom;
}

.box h2{
	position: absolute;
	left: 0;
	top: 0;
	color: #fff !important;
	font-weight: normal;
	font-size: 16px;
	height: 38px;
	padding: 0;
	background: url(../images/header-red-left.png) no-repeat;
}

.box h2 span{
	_float: left;
	position: relative;
	left: 15px;
	display: block;
	height: 38px;
	line-height: 38px;
	padding: 0 15px 0 0;
	background: url(../images/header-red-right.png) no-repeat 100% 0;
}

body{
	background: #fff url(../images/bg.png) repeat-x;
	color: #222;
	font-size: 12px;
}

a{
	color: #0098ce;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a.icon{
	padding-left: 15px;
	background: url(../images/link-img.gif) no-repeat 0 center;
}

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}

.clear{
	clear: both;
}

#watchVideo{
	display: block;
	position: absolute;
	right: -1px;
	top: 0;
	width: 145px;
	height: 150px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/watch-video.png', sizingMethod='scale');
	z-index: 15000;
	cursor: pointer;
}

* > #watchVideo{
	right: 0;
	background: url(../images/watch-video.png) no-repeat;
}

#wrapper{
	width: 958px;
	position: relative;
	margin: 0 auto;
	background: url(../images/content-middle.png) repeat-y;
}

#wrapperTop{
	padding-top: 143px;
	background: url(../images/content-top.jpg) no-repeat;
}

#home #wrapperTop{
	padding-top: 519px;
	background: url(../images/content-top.jpg) no-repeat;
}

#wrapperBottom{
	height: 20px;
	background: url(../images/content-bottom.png) no-repeat;
}

#header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 143px;
}

#home #header{
	height: 472px;	
}

#callUs{
	position: absolute;
	left: 9px;
	top: 25px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 1.2em;
}

#pda2010 {
  position: absolute;
  top: 0;
  left: 345px;
  width: 298px;
  height: 103px;
  background: url('../images/header-pda-2010.png') no-repeat;
}

#logo{
	position: absolute;
	width: 200px;
	height: 106px;
	left: 25px;
	top: 145px;
	z-index: 105;
	background: url(../images/logo.png) no-repeat;
}

#home #logo{
	width: 144px;
	height: 72px;
	left: 30px;
	top: 160px;	
		background: url(../images/logo.png) no-repeat;
}

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

#home #logo a{
	background-image: url(../images/logo.png);
}

#menu{
	position: absolute;
	left: 10px;
	top: 111px;
	width: 100%;
	margin: 0 auto;
}

#menu li{
	float: left;
	position: relative;
	padding: 0 2px 0 0;
	margin: 0 -1px 0 0;
	background: url(../images/menu-separator.png) no-repeat 100%;
}

#menu li a{
	position: relative;
	color: #fff;
	height: 25px;
	padding-top: 6px;
	font-size: 16px;
	float: left;
	text-align: center;
	text-decoration: none;
}

#menu li a:hover{
	height: 21px;
	border-bottom: 4px solid #a00;
}

#menuHome a{ width: 87px; }
#menuFacial a{ width: 163px; }
#menuDentistry a{ width: 181px; }
#menuTeam a{ width: 96px; }
#menuTestimonials a{ width: 135px; padding: 0 30px 0 0; }
#menuContact a{ width: 99px; }
#menuArea a{ width: 141px; }

#menu #menuArea{
	padding: 0;
	background: none;
}

#menuTestimonials a .icon{
	display: block;
	position: absolute;
	top: -4px;
	left: 120px;
	width: 31px;
	height: 28px;
	background: url(../images/icon-testimonials.png) no-repeat;
	_background: none;
	_filter: progid:dximagetransform.microsoft.alphaimageloader(src='/images/icon-testimonials.png', sizingmethod='crop');
}

#topButtons{
	position: absolute;
	left: 656px;
	top: 14px;
}

#topButtons li{
	margin: 0 0 11px 0;
}

#topButtons li a{
	display: block;
	height: 20px;
	line-height: 20px;
	width: 126px;
	padding: 0 0 0 25px;
	color: #000;
}

#homeTopBeforeAfter{
	display:block;
	height:139px;
	left:476px;
	position:absolute;
	top:195px;
	width:243px;
	background:url(../images/after.jpg) no-repeat;
	background:url(../images/before.jpg) no-repeat;
}

#homeTopBeforeAfter:hover{
	background:url(../images/after.jpg) no-repeat;	
}

#homeTopHear{
	display:block;
	height:139px;
	left:518px;
	position:absolute;
	top:333px;
	width:177px;
	background:url(../images/top-hear.png) no-repeat;
}

#homePhoto{
	position: absolute;
	left: 290px;
	top: 159px;
	width: 426px;
	height: 340px;
	background: url(../images/home-photo.jpg) no-repeat;
}
#homePhoto1{
	height:251px;
	left:35px;
	position:absolute;
	top:252px;
	width:426px;
	background: url(../images/home-photo.jpg) no-repeat;
}
#content{
	width: 900px;
	margin: 0 auto;
	padding: 0 0 15px;
	overflow: hidden;
	_overflow: visible;
	_height: 200px;
	min-height: 200px;
	background: #fff;
}

#content h1{
	color: #9A0606;
	font-family: Tahoma, 'Trebuchet MS', Verdana, serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px;
}

#content h2{
	color: #9A0606;
	font-family: Tahoma, 'Trebuchet MS', Verdana, serif;
	font-size: 16px;
	margin: 0 0 10px;
}

#content .glass{
	_width: 880px;
	clear: both;
	height: auto;
	padding: 0 0 0 20px;
	margin: 5px 0 15px 0;
	background: url(../images/header-glass-left.png) no-repeat;
}

#content .glass span{
	display: block;
	height: 31px;
	color: #000;
	padding: 0 20px 0 0;
	text-transform: lowercase;
	background: url(../images/header-glass-right.png) no-repeat 100% 0;
	font: 18px/31px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: #fff 0 1px 1px;
}

#content p{
	color: #495457;
	margin: 0 0 15px;
	line-height: 1.4em;
}

#welcome{
	margin: 0 0 15px;
}

#welcome p{
	font-size: 14px;
	line-height: 16px;
	color:#4b5457;
}

#mainColumn{
	float: right;
	width: 632px;
	padding: 10px 0 10px 0;
}

#contactFormPlaceholder{
	float: right;
	width: 200px;
	height: 335px;
}

.promoBox{
	overflow: hidden;
	_overflow: visible;
	_height: 1%;
	margin: 0 0 15px 0;
}

.promoBox .image{
	width: 110px;
	float: left;
	margin: 0 5px 0 0;
}

.promoBox .image img{
	margin: 0 0 5px 0;
}

.promoBox .description{
	font-size: 11px;
	width: 280px;
	float: left;
	padding: 5px 5px 0;
	border: 1px solid #c0cddd;
	background: #D6EBED;
}

#home .promoBox .description{
	width: 313px;
}

.promoBox .description h3{
	font-size: 20px;
	color: #9c0f0f;
	padding: 0 0 5px 0;
}

.promoBox .description h3 .dark{
	color: #353E47;
}

.promoBox .description p{
	color: #000 !important;
	margin: 0 0 5px!important;
}

.promoBox .description a{
	display: -moz-inline-block;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: #9A0606;
	margin: 2px 0;
}

#sideColumn{
	width: 240px;
	padding: 120px 20px 10px 0;
	float: left;
}

.sideMenu{
	margin: 0 0 30px;	
}

.sideMenu li{
	padding: 6px;
	font-size: 12px;	
}

.sideMenu li a{
	color: #9A0606;
}

#preview {
	text-align: center;
}

#preview .blueBox{
	color: #9A0606;
	font-weight: bold;
	margin: 0 0 20px;
}

.twoColumns{
	padding: 0 0 5px;
	overflow: hidden;
	_zoom: 1;
}

.twoColumns .leftColumn, .twoColumns .rightColumn{
	width: 440px;
	float: left;
}

.twoColumns .rightColumn{
	float: right;
}
#homePosts .boxMiddle{
	padding: 10px 0 0 0;
}

.latestPosts{
	font-size: 0;
	padding: 5px 0 0;
}

.latestPosts li{
	font-size: 12px;
	width: 408px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 20px 10px;
	padding: 0 ;
	border-bottom: 1px dotted #999;
}

.latestPosts li  h3{
	margin: 0 0 5px;
}

.latestPosts li  h3 a{
	color: #000;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
}

.latestPosts li a.icon{
	position: relative;
	top: -10px;
	color: #9A0606;
	font-size: 11px;
}

#testmonialsFlash{
	margin: 120px auto 20px;
	width: 595px;
	height: 307px;
}

#gallery{
	padding-top: 70px;
}

#contactForm{
	position: absolute;
	left: 733px;
	top: 152px;
	width: 179px;
	text-align: right;
	padding: 60px 15px 0 15px;
	background: #fff url(../images/contact-form-header.png) no-repeat center 0;
}

#contactForm.horizontal{
	position: relative;
	left: 0;
	top: 0;
	padding: 20px 20px 0;
	width: 500px;
	text-align: left;
	margin: 0 auto;
	background: #dae2e3 none;
	height: 200px;
}


#contactForm label{
	display: block;
	color: #1D5359;
	padding: 3px 0;
	text-align: left;
	text-transform: lowercase;
}

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

#contactForm.horizontal .niceField{
	margin: 0 0 8px 0;
}

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

#contactForm.horizontal textarea.niceField{
	width: 300px;
	height: 98px;
}

#contactForm .submit{
	border: 0;
	padding: 0;
	margin: 0;
	width: 72px;
	height: 22px;
	text-indent: -9999px;
	background: url(../images/send-button.jpg) no-repeat;
}

#contactForm.horizontal  .submit{
	float: right;
}

#contactForm .line{
	position: absolute;
	left: 0;
	top: 65px;
	height: 222px;
	background: #ccc;
	width: 1px;
	overflow: hidden;
}

#footer{
	width: 720px;
	margin: 0 auto;
	padding: 0 0 10px;
	text-align: center;
}

#footer a{
	color: #333;
}

ol.main {
	list-style:decimal outside none;
	padding:2px 0 8px 20px;
}
ol.main li {
	line-height:1.5em;
	padding:0 0 8px;
}
ul.main li {
line-height:1.5em;
padding:0 0 8px;
}
ul.main {
list-style:disc outside none;
padding:2px 0 8px 15px;
}
.referral {
	float:left;
	margin-top:110px;
	padding:10px;
	position:relative;
	width:520px;
}
 
.ref_field {
border-color:#90929A #D8D9E2 #D9E1E9;
border-style:solid;
border-width:1px;
height:14px;
}
.referral fieldset {
border:1px dashed #9A0606;
margin:0 0 10px;
overflow:auto;
padding:10px;
width:450px;
}
.referral legend {
background:none repeat scroll 0 0 #FFFFFF;
color:#9A0606;
font-size:11px;
margin-bottom:10px;
padding:0 10px;
text-transform:uppercase;
}
.referral .label_width {
float:left;
width:64px;
}
.referral .ref_label {
float:right;
width:94px;
}
.referral table tr {
border:0 none;
}
.referral table td {
padding:2px 0;
}
.referral input {
float:left;
}
.referral textarea {
border-color:#90929A #D8D9E2 #D9E1E9;
border-style:solid;
border-width:1px;
overflow:auto;
}
.referral .hea {
color:#3A9B86;
font-weight:bold;
}
.referral .required {
color:#3A9B86;
float:left;
overflow:auto;
padding:2px;
}
.referral label {
float:left;
line-height:0;
}
.glow-errorMsg {
color:#FF3300;
float:none;
padding:2px;
}
.glow-errorSummary {
background-color:#FFFFCC;
color:#FF3300;
margin:10px;
padding:10px;
width:460px;
}
.glow-errorSummary ul {
list-style-type:circle;
}
.referral .submit {
float:left;
margin-top:10px;
}
.home-left-mid{
	width:420px;
	float:left;
	padding-right:10px;
}
.home-right-mid{
	width:252px;
	float:left;
}

#content .fixCol {
  color: #495457;
  text-decoration: none;
  cursor: text;
}

#content .fixCol:hover {
  color: #495457;
  text-decoration: none;
  cursor: text;
}

#free-whitening {
  background: url("/images/teeth-whitening-offer.png") no-repeat scroll 0 0 white;
  height: 83px;
  margin-left: 203px;
  position: absolute;
  top: 160px;
  width: 258px;
}


