body{
	color: #333;
	font-size: 11px;
}

a{
	color: #2190cd;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

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




.clear{
	clear: both;
}

.separator{
	vertical-align: text-bottom;
	display: -moz-inline-block;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 10px;
	width: 1px;
	height: 11px;
	background: #ccc;
}

.whiteBox{
	background: #fff;
}

.whiteBox .boxTop, .whiteBox .boxBottom, .whiteBox .boxTop *, .whiteBox .boxBottom *{
	height: 4px;
	overflow: hidden;
}

.whiteBox .boxTop .l, .whiteBox .boxBottom .l{
	padding: 0 0 0 4px;
	background: url(../images/white-lt.png) no-repeat;	
}

.whiteBox .boxBottom .l{
	background: url(../images/white-lb.png) no-repeat;	
}

.whiteBox .boxTop .r, .whiteBox .boxBottom .r{
	padding: 0 4px 0 0;
	background: url(../images/white-rt.png) no-repeat 100% 0;	
}

.whiteBox .boxBottom .r{
	background-image: url(../images/white-rb.png);	
}

.whiteBox .boxTop .m, .whiteBox .boxBottom .m{
	height: 3px;
	border: solid #d6d7da;
	border-width: 1px 0 0 0;
}

.whiteBox .boxBottom .m{
	height: 3px;
	border: solid #d6d7da;
	border-width: 0 0 1px 0;
}

.whiteBox .boxMiddle{
	padding: 3px 6px;
	border: solid #d6d7da;
	border-width:  0 1px;
}

.greyBox{
	background: #bbb url(../images/gray-gradient-left.png) no-repeat;
	padding: 0 0 0 12px;
	margin: 0 0 10px 0;
	position: relative;
}

.greyBox .wrapper{
	display: block;
	padding: 0 12px 0 0;
	height: 37px;
	line-height: 37px;
	font-size: 19px;
	color: #fff;
	background: url(../images/gray-gradient-right.png) no-repeat 100% 0;
}

.greyBox .icon{
	position: absolute;
	left: 150px;
	top: 5px;
	width: 33px;
	height: 29px;
	background: url(../images/mail-icon.png) no-repeat;
}

/* bubble */
.bubble{
	width: 543px;
	margin: 0 auto;
	background: url(../images/bubble-bg.png) repeat-y;
	margin-bottom: 15px;
}

.bubbleHome{
	width: 543px;
	margin: 0 auto;
	margin-top: 9px;
	background: url(../images/bubble-bg.png) repeat-y;
}

.bubbleTop{
	padding: 5px 10px 0 10px;
	background: url(../images/bubble-top.png) no-repeat 0 0;
}

div.bubbleTop{
	height: 3px;
}

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

.bubbleBottomRight{
	padding: 0 10px;
	padding-bottom: 25px;
	background: url(../images/bubble-bottom-right.png) no-repeat 0 100%;
}




#wrapper{
	position: relative;
	margin: 0 auto;
	width: 960px;
	padding: 161px 10px 10px;
}

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

#logo{
	position: absolute;
	width: 239px;
	height: 139px;
	left: 26px;
	top: 10px;
}

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

#menuBackground{	
	position: absolute;
	left: 260px;
	top: 40px;
	padding: 0 0 0 5px;
	background: #bbb url(../images/gray-gradient-left.png) no-repeat;
	z-index: 100;
}

#menu{
	padding: 0 5px 0 0;
	float: left;
	background: url(../images/gray-gradient-right.png) no-repeat 100% 0;
}

#menu li{
	float: left;
	position: relative;
	padding: 0 10px;
	border-right: 1px solid #d8d8d8;
}

#menu li.last{
	border: none;
}

#menu li a{
	display: block;
	height: 37px;
	line-height: 37px;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	float: left;
	text-align: center;
	text-decoration: none;
}

#menu li:hover a, #menu li a:hover{
	color: #444;
	text-shadow: rgba(255,255,255,0.6) 0 1px 2px;
}

#menu li ul{
	display: none;
	width: 125px;
	background: #a8aaad;
	position: absolute;
	left: 0;
	top: 37px;
	margin: 0;
}

#menu li:hover ul{
	display: block;
}

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

#menu li ul li{
	*display: inline;
	height: auto;
	padding: 0;
	border: none;
}

#menu li ul li a{
	text-align: left;
	height: auto;
	*height: 1%;
	display: block;
	line-height: 1.2em;
	padding: 5px 5px 5px;
	text-transform: none;
	font-size: 12px;
	font-weight: bold;
}

#menu li:hover ul li a, #menu li ul li a:hover{
	color: #fff;
	text-shadow: rgba(0,0,0,0.3) 0 1px 2px;
}

#menu li ul li a:hover{
	background: #888;
}

#callUs{
	font-size: 21px;
	position: absolute;
	left: 670px;
	top: 105px;
	color: #534f50;
}

#callUs span{
	color: #c1d72e;
}

#content{
	margin: 0 0 16px 0;
}

#contentTop, #contentBottom{
	overflow: hidden;
	height: 5px;
	background: url(../images/content-top.png) no-repeat;
}

#contentBottom{
	background-image: url(../images/content-bottom.png);	
}

#contentMiddle{	
	overflow: hidden;
	_overflow: visible;
	_height: 1%;
	background: #f1f1f1;
	border: solid #d6d7da;
	border-width: 0 1px;
	padding: 10px 15px;
}

#content .leftPart{
	float: left;
	width: 475px;
}

#content .rightPart{
	float: right;
	width: 437px;
}

#content .smallColumn{
	width: 210px;
}

#content .content{
	color: #555;
}

#content .content .boxMiddle{
	padding: 9px 12px;
}

#content p:last-child{
	margin-bottom: 0;
}

#content .mainPart{
	float: left;
	width: 701px;
}

#contactForm{
	text-align: right;
}

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

#contactForm .niceField{
	padding: 1px 2px;
	margin: 0 0 8px 0;
	height: 14px;
	text-align: left;
	width: 189px;
	color: #666;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#contactForm .errorField{
	border-top: 1px solid #c00;
	border-left: 1px solid #c57472;
	border-right: 1px solid #c57472;
	border-bottom: 1px solid #dfacb0;
}

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

#contactForm .submit{
	height: 20px;
	width: 75px;
	border: 0;	
	padding: 0;
	margin: 0 0 2px 0;
	background: url(../images/button-submit.png) no-repeat;
}

a.smallColumn{
	margin: 16px 0 0;
	display: block;
	text-align: center;
}

#footer{
	overflow: hidden;
	padding: 16px 0 0 16px;
	height: 82px;
	background: url(../images/footer-bg.png) no-repeat;
}

#footerVeneers, #footerImplants, #footerInvisalign, #footerWhitening{
	display: block;
	float: left;
	margin: 0 16px 0 0;
	width: 220px;
	height: 81px;
	background: url(../images/footer-veneers.jpg) no-repeat;
}

#footerImplants{
	background-image: url(../images/footer-implants.jpg);
}

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

#footerWhitening{
	background-image: url(../images/footer-whitening.jpg);
}

#subFooter{
	padding: 5px;
	color: #929395;
}

#subFooter a{
	color: #929395;
}

#footerRight{
	float:right;
	text-align:right;
	color:#929395;
	font-size:11px;
	padding:10px 0 5px 0;
}

.footerlinks {
	float: left;
	margin-left: 100px;
	width: 710px;
	text-align:center;
	padding: 10px 0;
}

.footerlinks a {
	color:#929395;
	font-size:11px;
}


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

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

.niceBorder{
	padding: 5px;
	background: #f1f1f1;
	border: 1px solid #d6d7da;
	margin: 0 10px 5px 0px;
	
}

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

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

.niceBorderleft{
	padding: 5px;
	background: #f1f1f1;
	border: 1px solid #d6d7da;
	margin: 0 10px 5px 0px;
	float: left;
}

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


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

.imageRow{
	padding: 10px 0 0px 10px;
	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;
}

.bigQuotes{
	color: #111;
	text-align: justify;
	font-size: 11px;
	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: 20px "Trebuchet MS", Trebuchet, Verdana, sans-serif;

}





/* Gallery */

              
.galleryRow{
	border: 1px solid #e1e1e1;
	margin-bottom: 15px;
}

.galleryRowBackground{
	background: url(../images/gradient-white-grey.png) repeat-x 0 0;
	border: solid #fff;
	border-width: 0 1px;
	padding: 14px;
}

.galleryRowImages{
	overflow: hidden;
	_height: 1%;
	_overflow: visible;
	background: url(../images/big-arrow-grey.png) no-repeat center center;
	margin-bottom: 14px;
}

.galleryRowBefore, .galleryRowAfter{
	border: 1px solid #e1e1e1;
	background: #fff;
	padding: 8px;
	text-align: center;
	font-style: italic;
	background: #f4f4f4 url(../images/gradient-grey-small.png) repeat-x;
}

.galleryRowBefore{
	_width: 40%;
	float: left;
}

.galleryRowAfter{
	_width: 40%;
	float: right;
}

.galleryRowBefore img, .galleryRowAfter img{
	margin-bottom: 7px;
}

.galleryRowText p{
	margin: 0;
	padding: 0;
	
}

/*Jquery looped Slider  */

.container { width:460px; height:364px; overflow:hidden; position:relative; cursor:pointer; }
.slides { position:absolute; top:0; left:0; }
.slides div { position:absolute; top:0; width:665px; display:none; }



/* Gallery */
/*

.galleryRow{
	width: 592px;
	position: relative;
	margin: 10px 0;
	border: 1px solid #629aa3;
}

.galleryRowBackground{
	border: 1px solid #fff;
	width: 590px;
	background: #669da5 url(../images/case-bg.png) repeat-y 0 0;
}

.galleryRowImages{
	position: relative;
	height: 1%;
	background: url(../images/case-arrow.png) no-repeat center center;
}

* > .galleryRowImages{
	overflow: hidden;
	height: auto;
}

.galleryRowBefore, .galleryRowAfter{
	border: 8px solid;
	position: relative;
}

.galleryRowBefore .caption, .galleryRowAfter .caption{
	position: absolute;
	left: 10px;
	bottom: 9px;
	color: #fff;
	font-weight: bold;
	text-shadow: #000 0 0 2px;
}

.galleryRowBefore img, .galleryRowAfter img{
	vertical-align: bottom;
	border: 0 !important;
}

.galleryRowBefore{
	border-color: #c4d6d9;
	float: left;
	margin: 20px 0 20px 10px;
}

* > .galleryRowBefore{
	margin: 20px 0 20px 20px;
}

.galleryRowAfter{
	border-color: #d7e7e9;
	float: right;
	margin: 20px 10px 20px 0;
}

* > .galleryRowAfter{
	margin: 20px 20px 20px 0;
}

.galleryRowText{
	width: 553px;
	color: #002734;
	margin: 0 auto 20px auto;
	background: #94babf url(../images/case-text-bg.png) repeat-y;
}

.galleryRowText p{
	line-height: 1.3em;
	margin: 0;
	padding: 0;
}

.galleryRowTextTop{
	background: url(../images/case-text-top.png) no-repeat 0 0;
}

.galleryRowTextBottom{
	padding: 10px 15px;
	background: url(../images/case-text-bottom.png) no-repeat 0 100%;
}
*/
