body,div,dl,dt,dd,ul, ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var,h1,h2,h3,h4,h5,h6  {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight: bold;
	color: #9081af;
	text-decoration: none;
}

h1{
	font-size: 18px;
	line-height: 1em;
	padding-bottom: 5px;
}

h1.first{
	padding-top: 0;
}

h2{
	font-size: 15px;
	line-height: 1em;
}

h3{
	font-size: 12px;
	line-height: 1em;
}

abbr,acronym { 
	border:0;
}

strong{
	font-weight: bold;
}

body {
	background: #fff;
	color: #655d76; 
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 
	font-size: 12px; 
	line-height: 1.3em;
}

.floatLeft{
	float: left;
	margin: 0 10px 5px 0;
}

.floatRight{
	float: right;
	margin: 0 0 5px 10px;
}

.alignLeft{
	text-align: left;
}

.alignRight{
	text-align: right;
}

.alignCenter{
	text-align: center;
}

.clear{
	position: relative;
	overflow: hidden;
	clear: both;
}

.niceBorder{
	padding: 3px;
	background: #fbfbfb;
	border: 1px solid #eee;
}

.dottedList{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.dottedList li{
	padding: 2px 10px 3px 20px;
	background-repeat: no-repeat;
	background-position: 2px 4px;
	border-bottom: 1px dotted;
}

p{
	padding: 0 0 1em 0;
	line-height: 1.5em;
}

a{
	color: royalblue;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

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

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

#logo{
	position: absolute;
	top: 19px;
	left: 10px;
	overflow: hidden;
	width: 246px;
	height: 99px;
	font-size: 76px;
	font-weight: bold;
	text-align: center;
	color: #835f95;
	padding: 0;
}

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

#invisalign-open{
	position: absolute;
	top: 25px;
	left: 301px;
	overflow: hidden;
	width: 295px;
	height: 90px;
	z-index: 2000;
}


#topFlash{
	position: absolute;
	top: 161px;
	left: 0;
	width: 100%;
	height: 167px;
	border: solid #fff;
	border-width: 1px 0;
	/*background: url(images/top-flash.jpg) no-repeat;*/
}

/* Content */
#content{
	overflow: hidden;
	padding: 15px 10px 15px 15px;
	background: #e1dbe8 url(images/content-bottom.png) no-repeat 0 100%;
}
#leftPart, #leftColumn{float: left;}
#centerColumn, #rightColumn{float: right;}

#leftColumn{
	float: left;
	overflow: hidden;
	position: relative;
	width: 588px;
	background: #efebf2 url(images/left-top.png) no-repeat 0 0;
}

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

#leftColumn ul{
	padding: 0 0 1em 30px;
}

.galleryRow{
	width: 544px;
	padding: 7px;
	position: relative;
	background: #e1dbe8;
	border: 1px solid #fff;
	margin: 10px auto 0 auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

html>/**/body .galleryRow{
	width: auto;
}

.galleryRow a{
	text-decoration: none;
	cursor: pointer;
}

.galleryRow .floatLeft, .galleryRow .centerImage, .galleryRow .floatRight{
	text-align: center;
	position: relative;
	margin: 0;
}

html>/**/body .galleryRow .floatLeft, html>/**/body .galleryRow .centerImage, html>/**/body .galleryRow .floatRight{
	margin: 0 auto ;
}

.galleryRow .centerImage{
	margin: 0 auto;
	width: 170px;
}


.galleryRow .floatLeft .caption, .galleryRow .centerImage .caption, .galleryRow .floatRight .caption{
	position: absolute;
	bottom: 7px;
	left: 10px;
	color: #fff;
	font-weight: bold;
	opacity: 0.7;
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
	opacity: 0.7;
	text-shadow: #000 0 0 2px;
}

.galleryRow .floatLeft img, .galleryRow .centerImage img, .galleryRow .floatRight img{
	border: 4px solid #fff;
}

.galleryRow .floatLeft img, .galleryRow .centerImage img, .galleryRow .floatRight img,
.galleryRow .floatLeft object, .galleryRow .centerImage object, .galleryRow .floatRight object,
.galleryRow .floatLeft embed, .galleryRow .centerImage embed, .galleryRow .floatRight embed{
	vertical-align: bottom;
}

.galleryRowDescription, .galleryRowCaption{
	display: block;
	padding: 0 0 10px 0;
	font-size: 16px;
	color: #655d76; 
	text-align: center;
}

.galleryRowCaption{
	padding: 10px 0 5px 0;
}

a:hover .galleryRowCaption, a.galleryRowDescription:hover{
	text-decoration: underline;
}

#rightColumn{
	width: 254px;
}

.rightImage{
	display: block;
	width: 254px;
	height: 95px;
	background-repeat: no-repeat;
	margin-bottom: 7px;
}

.rightImageLarge{
	display: block;
	width: 254px;
	height: 160px;
	background-repeat: no-repeat;
	margin-bottom: 7px;
}

#rightInvisalign{background-image: url(images/right-invisialign.jpg);}
#rightInvisalignTeen{background-image: url(images/right-invisialign-teen.jpg);}
#rightContact{background-image: url(images/right-contact.jpg);}
#rightSmile{background-image: url(images/right-smile.jpg);}
#rightImplants{background-image: url(images/right-implants.jpg);}
#right2Euro{background-image: url(images/right-2euro.jpg);}
#rightInvisalignCheap{background-image: url(images/right-invisialign-cheap.jpg);}

#smallContactForm {
	background: url(images/right-blog-bg.png) repeat-y;
	margin-bottom: 7px;
	}

#smallContactFormTop {
	background: url(images/right-blog-top.png) no-repeat 0 0;
	}

#smallContactFormBottom {
	background: url(images/right-blog-bottom.png) no-repeat 0 100%;
	padding: 10px 20px 15px 20px;
	
	}

#smallContactForm h3{
	margin-bottom: 10px;
	font-size: 14px;
}

#smallContactForm .niceField{
	background: #fff;
	border-top: 1px solid #bbb;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #eee;
	color: #444;
	width: 208px;
	height: 16px;
	margin-bottom: 5px;
}


#smallContactForm #contactMessage, #smallContactForm #formMessage{
	height: 70px;
}

#smallContactFormSubmit{
	width: 100px;
	height: 20px;
	text-align: center;
	color: #655d76;
	cursor: pointer;
	text-transform:lowercase;
	border: 1px solid #e1dbe8;
	line-height: normal;
	background: #e3dfe6;
	border-radius: 5px;
}

#smallContactFormSubmit:hover {
	border-color: #9081af;
}

/* Footer */
#footer{
	color: #9081af;
	padding: 5px 10px;
}

#footerLeft{
	width: 45%;
	float: left;
}

#footerRight{
	width: 45%;
	text-align: right;
	float: right;
}

/* Contact Form */
#contactForm .element, #contactForm .strangeElement{
	clear: both;
	padding: 5px 0 0 0;
}

#contactForm .element label, #contactForm .strangeElement .label{
	display: block;
	float:left;
	width: 200px;
	text-align: right;
	line-height: 20px;
}

#contactForm .strangeElement input[type='radio']{
	position: relative;
	top:  3px;
}

#contactForm .strangeElement label{
	padding-right: 20px;
}

#contactForm .element label b{
	color: #c00;
}

#contactForm .element .field, #contactForm .strangeElement .field{
	float:left;
	width: 300px;
	padding-left: 5px;
	text-align: left;
}

#contactForm .element .field input, #contactForm .element .field textarea{
	background: #fff;
	border-top: 1px solid #bbb;
	border-left: 1px solid #ccc;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	color: #666;
	width: 290px;
}

#contactForm .element .field textarea{
	height: 60px;
}

#contactForm .element .field input{
	height: 18px;
	line-height: 18px;
}

#contactForm .element .field input[type='file']{
	height: 22px;
}

#contactForm .button{
	width: 37px;
	border: 0;
	float: right;
	color: #17627b;
	font-size: 11px;
	cursor: pointer;
	text-transform: uppercase;
	margin-bottom: 5px;
	line-height: normal;
	background: none;
	font-weight: bold;
}

/* @group HightSlide */
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
	display: block;
	float: left;
    outline: none;
    margin: 0 5px 5px 5px;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	background: #fff;
	padding: 3px;
	border: 1px solid #ccc;	
}
.highslide:hover img {
	border: 1px solid #666;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    text-align: center;
    font-size: 14px;
    font-weight: lighter;
    padding: 8px 0 10px 0;
	color: #655d76;
    background-color: #fff;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    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 {
	display: none;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.highslide-overlay {
	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');
}

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

/* @end */

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

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

.bubbleBottomLeft, .bubbleBottomRight{
	padding: 10px 10px 23px;
}

.bubbleBottomLeft{
	background: url(images/bubble-bottom-left.png) no-repeat 0 100%;
}

.bubbleBottomRight{
	background: url(images/bubble-bottom-right.png) no-repeat 0 100%;
}
.sideSection #contactForm{
	background: url(images/contact-bg.gif) no-repeat;
}
.sideSection #contactForm h2{
	
	color:#FFF;
	font-size:14px;
}
.sideSection #contactForm .niceField {
	-moz-border-radius:3px 3px 3px 3px;
	color:#666666;
	height:14px;
	margin:0 0 8px;
	padding:1px 2px;
	text-align:left;
	width:189px;
}
.sideSectionBg{
	height:220px;
	padding:20px 26px;
	margin-bottom:7px;
}
.sideSection #contactForm textarea.niceField {
	height:70px;
	width:189px;
}
.sideSection #contactForm .submit{
	background: url(images/sub.png) no-repeat 0 100%;
	padding:2px 29px;
	border:none;
	cursor:pointer;
	
}