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%;
	text-decoration: none;
	color: #439db3;
	font-weight: lighter;
	padding-bottom: .2em;
}

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

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

h3{
	font-size: 11px;
	color: #444;
	font-weight: normal;
	line-height: 1em;
}

abbr,acronym { 
	border:0;
}

strong{
	font-weight: bold;
}

body {
	background: #fff url(../images/main-bg.png) repeat-x 0 0;
	color: #444; 
	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;
	float: left;
	margin: 0 10px 5px 0px;
}
.niceBordercenter{
	padding: 3px;
	background: #fbfbfb;
	border: 1px solid #eee;
	margin: 0 10px 5px 0px;
}

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

.niceBorderleft{
	padding: 3px;
	background: #fbfbfb;
	border: 1px solid #eee;
	float: left;
	margin: 0px 10px 5px 0px;
	
}


.niceField{
	background: #fdfdfd;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ddd;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #f5f5f5;
	height: 16px;
}

hr{
	background: none;
	border: 0;
	border-top: 1px dashed #429CB1;
	margin: 10px 0 12px;
}

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

}

ol.main{
padding: 2px 0 8px 20px;
color: #7eb6c4;
list-style-position: inside;

}


textarea.niceField{
	height: 80px;
}

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

a{
	color: #7eb6c4;
	text-decoration: none;
}

a:hover{
	color: #439eb4;
	text-decoration: underline;
}

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

#header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 337px;
	z-index: 1;
}

#logo{
	top: 3px;
	left: 0;
	width: 280px;
	height: 82px;
	position: absolute;
	overflow: hidden;
}

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

#flash{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 108px;
	width: 980px;
	height: 230px;
}

/* Content */
#topShadow{
	position: relative;
	z-index: 2;
	height: 42px;
	background: url(../images/shadow-top.png) no-repeat 0 0;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/shadow-top.png', sizingMethod='scale');
	_background: none;
}

#content{
	background: url(../images/content-middle.png) repeat-y center 0;
	position: relative;
	z-index: 10;
	zoom:1;
	font-size: 11px;
}

#contentTop{
	position: relative;
	z-index: 10;
	zoom:1;
	background: url(../images/content-top.png) no-repeat center 0;
}

#contentBottom{
	height: auto !important;
	height: 440px;
	min-height: 440px;
	padding: 0 30px;
	position: relative;
	zoom: 1;
	z-index: 10;
	background: url(../images/content-bottom.png) no-repeat 0 100%;
}

#contentText{
	position: relative;
	margin-top: -20px;
	margin-bottom: 20px;
	z-index: 10;
	zoom: 1;
}

* > #contentText{
	margin: 0;
	top: -20px;
}

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

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

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

#mainColumn h1, #sideColumn h2{
	font-size: 22px;
	padding-bottom: .2em;
	margin-bottom: .5em;
	border-bottom: 1px solid #d9edec;
}

#contactForm{
	background: #e6f3f7 url(../images/form-top.png) no-repeat 0 0;
}

#contactForm form{
	padding: 5px 9px 40px;
	height: auto !important;
	height: 150px;
	min-height: 150px;
	text-align: right;
	background: url(../images/form-bottom.png) repeat-x 0 100%;
}

#contactForm label{
	display: block;
	text-align: left;
	text-transform: lowercase;
	color: #7d8f95;
}

#contactForm .niceField{
	width: 200px;
	text-align: left;
	margin: 1px 0 5px;
}

#contactForm #formSubmit{
	width: 80px;
	height: 23px;
	cursor: pointer;
	border: 0;
	text-align: center;
	position: relative;
	background: url(../images/button-bg.png) no-repeat;
}

#contactForm #formSubmit:active{
	top: 1px;
	left: 1px;
}

#bottom .section{
	position: relative;
	width: 278px;
	height: 132px;
	overflow: hidden;
	padding: 8px 10px 10px;
	float: left;
	margin-right: 13px;
	background: #78b0bd url(../images/section-top.png) no-repeat 0 0;
}

#bottom .section h2{
	color: #fff;
	font-weight: normal;
	font-size: 22px;
}

#bottom .sectionText{
	position: absolute;
	top: 40px;
	height: 80px;
	width: 168px;
	color: #666;
	padding: 10px 10px 10px 100px;
	background: #fff no-repeat 0 0;
}

#bottom .sectionText p{
	line-height: 1.1em;
	padding-bottom: 0;
}

#bottom .sectionText a{
	position: absolute;
	top: 78px;
	left: 100px;
}

#bottom #sectionWaterlase .sectionText{
	background-image: url(../images/section-waterlase.jpg);
}

#bottom #sectionPromotion .sectionText{
	background-image: url(../images/section-promotion.jpg);
}

#bottom #sectionDentsitry{margin-right: 0;}
#bottom #sectionDentsitry .sectionText{
	background-image: url(../images/section-dentistry-2.jpg);
}

/* Footer */
#footer{
	padding: 15px 20px 15px 15px;
	width: 913px;
	margin: 0 auto;
	border-top: 1px solid #ddd;
	font-size: 11px;
	color: #666;
	position: relative;
	z-index: 20;
}

#footer a{
	padding: 0 5px;
}

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

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

#topt{
	position: absolute;
	display: block;
	top: 10px;
	left: 524px;
	width: 456px;
	height: 50px;
	position: absolute;
	overflow: hidden;
	font-size: 22px;
	color: #439db3;
}
.galleryRow {
	border:1px solid #E1E1E1;
	margin-bottom:15px;
	width:660px;
}
.galleryRowBackground  {
	background:url("../images/gradient-white-grey.png") repeat-x scroll 0 0 transparent;
	border-color:#FFFFFF;
	border-style:solid;
	border-width:0 1px;
	padding:14px;
}
.galleryRowImages {
	background:url("../images/big-arrow-grey.png") no-repeat scroll center center transparent;
	margin-bottom:14px;
	overflow:hidden;
}
.galleryRowBefore {
	float:left;
}
.galleryRowAfter {
	float:right;
}
.galleryRowBefore, .galleryRowAfter {
	background:url("../images/gradient-grey-small.png") repeat-x scroll 0 0 #F4F4F4;
	border:1px solid #E1E1E1;
	font-style:italic;
	padding:8px;
	text-align:center;
}

.header {
  text-align: center;
  font-size: 1.2em;
}

#topt .small {
	font-size: 0.7em;
}
