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%;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	padding: 15px 0 4px 0;
}

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

h1.inner{
	padding-top: 0;
}

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

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

abbr,acronym { 
	border:0;
}

body {
	background: #fff url(images/main-bg.png) repeat-x;
	color: #333; 
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 
	font-size: 11px; 
	line-height: 1.3em;
}

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

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

.alignLeft{
	text-align: left;
}

.alignRight{
	text-align: right;
}

.alignCenter{
	text-align: center;
}

strong{
	color: #000;
	font-weight: bold;
}

.clear{
	clear: both;
}

.top{
	padding-top: 0;
}

.simpleFormElement{
	padding: 5px 0;
}

.niceInput{
	background: #fff;
	border-top: 1px solid #bbb;
	border-left: 1px solid #ccc;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	color: #666;
	height: 18px;
	width: 200px
}

textarea.niceInput{
	width: 100%;
	height: 100px;
}

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

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

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

p{
	padding: 0 0 1.6em 0;
	line-height: 1.6em;
}

a{
	color: #000;
}

a:hover{
	color: #800;
}

#wrapper{
	width: 850px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 160px 0 0 0;
}

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

#logo{
	position: absolute;
	overflow: hidden;
	display: block;
	left: 0;
	top: 12px;
	width: 111px;
	height: 111px;
}

#content{
	text-align: justify;
	position: relative;
	padding: 15px 0;
}

#leftColumn{
	float: left;
	width: 603px;
	background: #fcfcfc;
	position: relative;
	padding: 247px 15px 5000px 15px;
	margin-bottom: -5000px;
}

#inner #leftColumn{
	padding-top: 0;
}

#innerFlash{
	margin-bottom: 1em;
}

#homeImage{
/*background: url(images/home-top.jpg) no-repeat;
	height: 100px;
	width: 373px;*/
	position: absolute;
	left: 0;
	top: 0;
	
	/*padding: 102px 245px 30px 15px;*/
	overflow: hidden;
	text-align: left;
}

#homeImageTop{
	top: 28px;
	left: 0;
	height: 36px;
	padding: 0 20px;
	position: absolute;
	color: #fff;
	font-weight: normal;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: -1px;
}

#homeImageTop small{
	display: block;
	line-height: 18px;
	font-size: 18px;
	color: #cec8bb;
}

#bigText{
	float:right; 
	width: 260px; 
	font-size: 20px; 
	text-align: left; 
	line-height: 1.7em; 
	padding-top: 20px;
}

#rightColumn{
	float: right;
	width: 202px;
}

.rightSection{
	margin-bottom: 15px;
	background: #fcfcfc;
}

.rightSectionWrapper{
	padding: 5px 10px 5px 10px;
	background: url(images/side-bottom.png) no-repeat left bottom;
}

.rightSectionWrapperOffer{
	padding: 105px 10px 0 10px;
	background: url(images/offer-image.jpg) no-repeat left bottom;
}

#invisalignOffer{
	background-image: url(images/offer-invisalign.jpg);
}

a.rightOfferText{
	height: 20px;
	display: block;
	color: #fff;
	line-height: 19px;
	font-weight: bold;
	background: url(images/arrow-white.png) no-repeat 5px right;
}

a.rightOfferText:hover{
	text-decoration: underline;
	color: #fff;
	cursor: pointer;
}

.rightSection h2, .rightSection h3{
	line-height: 23px;
	padding: 0 7px;
	color: #fff;
	font-size: 14px;
	height: 23px;
	background-color: #000;
}

.rightSection h2{
	background-image: url(images/side-header.png);
	background-repeat: no-repeat;
	font-size: 12px;
}

#contactForm .rightSectionWrapper{
	padding-top: 10px;
}

#contactForm .element{
	padding: 0 0 5px 0;
}

#contactForm .element .field{
	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: 180px;
}

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

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

#contactForm .button, form .button{
	width: 48px;
	border: 0;
	float: right;
	color: #fff;
	font-size: 11px;
	cursor: pointer;
	text-transform: uppercase;
	margin-bottom: 5px;
	line-height: normal;
	background: #000 url(images/send-button.png) no-repeat;
	height: 17px;
	font-weight: bold;
}

form .fbutton{
	position: absolute;
	left: -2000px;
}

#sideNews ul, .whiteDots ul, #sideMenu ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#sideNews ul li, .whiteDots ul li{
	padding: 4px 0 2px 0;
	clear: both;
	height: auto !important;
	height: 1%;
	overflow: hidden;
	border-bottom: 1px dotted #666;
}

#sideNews ul li.last, .whiteDots ul li.last{
	border-bottom: none;
}

#sideNews ul li{
	padding: 5px 0;
}

#sideNews p{
	line-height: 1.1em;
	padding: 2px 0;
	font-size: 10px;
}

#sideNews h4{
	line-height: 1em;
	text-transform: none;
	padding: 0;
	font-weight: bold;
}

#sideNews .rightLink{
	display: block;
	float: right;
	padding-right: 15px;
	font-weight: bold;
	font-size: 10px;
	line-height: 10px;
	background: url(images/arrow-grey.png) no-repeat right center;
}

#footer{
	position: relative;
	text-align: right;
	padding: 10px 15px 0 15px;
	height: 40px;
	color: #fff;
	font-size: 11px;
	background: url(images/footer-bg.png) no-repeat;
}

#subFooter{
	position: relative;
	background: #fff;
	text-align: right;
	padding: 10px 15px;
}

#subFooter a{
	text-decoration: none;
}

#seo{
	width: 840px;
	margin: 0 auto;
	font-size: 10px;
	color: #999;
	padding-top: 1000px;
}

#seo a{
	text-decoration: none;
	color: #999;
}

/*Highslide*/

.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;
	width: 264px;
    text-align: justify;
    font-size: 10px;
    line-height: 1.2em;
    padding: 8px 5px 5px;
	color: #666;
    background-color: #fff;
}

#content .highslide-caption{
	display: block;
}

.highslide-wrapper .highslide-caption {
	width: auto;
	font-size: 12px;
    padding: 8px 10px 10px;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid #ccc;
    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;
}

a.inlink{
	text-decoration:none;
	color:black;
}

a.inlink:hover{
	text-decoration:none;
	color:black;
}