/* Begin Typography & Colors */
div {
	position: relative;
}
form {
	display: inline;
}

*, html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font:normal 13px Arial, Helvetica, sans-serif;
	color: #353639;
	line-height:20px;
	text-decoration:none;
	background:url(images/bg-home.gif) top left repeat-x;
}
p {
	margin: 0px;
	padding: 9px 0px 7px 0px;
}
#container {
	width:944px;
	margin:0 auto;
}

#content {
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#353639;
	}
.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

.thread-alt {
	background-color: #eff2ff;
}
.thread-even {
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
	_height:40px;
}

#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

#sidebar h2 {
	font:bold 15px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 0px;
	margin:0px;
	height:24px;
	padding: 6px 10px 0px 10px;
	background:url(images/title-bg.gif) top left repeat-x;
	border:solid 1px #1a2d6f;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #1a2d6f;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #1a2d6f;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	/*color: #1a2d6f;*/
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 12px Arial, Helvetica, sans-serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Helvetica, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #7e7e7e;
	}
#sidebar ul ul li, #sidebar ul ol li {
	color:#353639;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #1a2d6f;
	text-decoration: none;
	}
h2 a:hover, h3 a:hover {
	color: #5c860c;
	}
a:hover {
	color: #1a2d6f;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
#page {
	margin: 0px auto;
	padding: 0;
	width: 944px;
	}

#header {
	margin:0px;
	padding: 0px;
	width: 944px;
	float:left;
	}

#headerimg {
	margin-top: 0px;
	width: 944px;
	float:left;
	}

.narrowcolumn {
	float: left;
	padding: 15px 23px 15px 0px;
	margin: 0px;
	width: 645px;
	height:100%;
	}

.widecolumn {
	float:left;
	padding: 15px 23px 15px 0px;
	margin: 0px;
	width: 645px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	font:normal 13px Arial, Helvetica, sans-serif;
}

.clear {
	clear: both;
}

#footer {
	height: 50px;
	width: 100%;
	margin-top: 30px;
	background-color: #cbcbcb;
	clear: both;
	float:left;
	}

#footer .foot {
	width:944px; 
	margin:0 auto; 
	height:100%;
	color:#333333;
	font:normal 11px Arial, Helvetica, sans-serif;
	}
#l_copyright { 
	float: left;  
	width: 472px;
	text-align: left;
	padding-top:13px;
}
#r_copyright { 
	float: right;  
	width: 472px;
	text-align: right;
	padding-top:13px;
}
.copyright_text {
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#333333;
}
.foot a {
	color:#333333;
	text-decoration:underline;
	
}
.foot a:hover {
	color:#333333;
	text-decoration:none;
}
.copyright_text a {
	color:#333333;
	text-decoration:underline;
}
.copyright_text a:hover {
	color:#333333;
	text-decoration:none;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 0px;
	text-align: left;
	margin-bottom:5px;
	color:#1a2d6f;
	padding-bottom: 5px;
	_padding-bottom: 5px;
	height: 5px;
	font:bold 1.6em Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0px;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	
	text-align:right;
	}

.alignleft {
	float: left;
	
	text-align:left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}
#sidebar ul {
	margin:0px;
	padding:0px 0px;
	}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin:0px;
	padding-bottom:20px;
	}
#sidebar ul ul {
	margin:0px;
	padding:0px 0px;
	}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	color:#353639;
	font:normal 13px Arial, Helvetica, sans-serif;
	}
#sidebar p a{
	color:#5c860c;
	text-decoration:none;
}
#sidebar p a:hover{
	color:#1a2d6f;
	text-decoration:underline;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 0;
	padding-top: 0px;
}
		
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin:0;
	padding: 0;
	list-style:none;
	height:24px;
	padding-top:6px;
	}
#sidebar ul ul li a {
	color: #1a2d6f;
	background:url(images/bullet.gif) left 0em no-repeat;
	font: bold 13px Arial, Helvetica, sans-serif;
	padding-left:25px;
	line-height:24px;
	float:left;
	clear:both;
}
#sidebar ul ul li a:hover {
	color: #5c860c;
	background:url(images/bullet-h.gif) left 0em no-repeat;
	text-decoration:none;
}
/* End Entry Lists */



/* Begin Form Elements */
#sidebar form {
	margin: 0;
	}
	
#searchform #s {
	width: 200px;
	padding: 2px;
	float:left;
	border: solid 1px #a5acb2;
	font: normal 12px Arial, Helvetica, sans-serif;
	margin-right:5px;
	_margin-right:1px;
}

#searchform #searchsubmit {
	background:#263e97;
	border:solid 1px #1a2d6f;
	color:#fff;
	width:62px;
	height:21px;
	padding-bottom:2px;
	.padding-bottom:1px;
	font: bold 12px Arial, Helvetica, sans-serif;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	list-style: none;
	padding:10px;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 0px 0;
	}
#commentform {
	margin: 5px 10px 0 0;
	}
#commentform input {
	border: solid 1px #a5acb2;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #353639;
	padding: 2px 2px;
	}
#commentform textarea {
	padding: 2px;
	border:solid 1px #a5acb2;
	width:99%;
	_width:98%;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	background:#263e97;
	border:solid 1px #1a2d6f;
	color:#fff;
	font: bold 12px Arial, Helvetica, sans-serif;
	margin: 0 0 5px auto;
	float: right;
	width:auto;
	height:22px;
	padding:0px 5px;
	padding-bottom:2px;
	.padding-bottom:1px;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

/* End Comments */



/* Begin Sidebar */
#sidebar
{
	float:right;
	width: 276px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color:#353639;
	padding:22px 0px 15px 0px;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	width:645px;
	padding-top: 5px;
	padding-bottom: 5px;
	height:5px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 15px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	/*border-radius: 3px;*/
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

#entry-title h3, h2 {
	font:bold 16px Arial, Helvetica, sans-serif;
	color: #1a2d6f;
	padding-bottom: 4px;
	height: 20px;
}

.caption {
 font-weight: bold;
}

#callus {
    color: #FFF;
    float: left;
    font-family: "Myriad Pro";
    font-size: 23px;
    padding: 24px 0 0;
    text-shadow: 1px 1px 2px #333333;
	}
#callus .number {color:#fff; font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold; font-size:24px}
#callus .free {color:#fff;font-family:"Myriad Pro"; font-weight:bold;font-size:23px}


#address {
	float: right;
	height: 52px;
	width: 276px;
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #dfe4e4;
	text-decoration: none;
	text-align: right;
	font-weight: normal;
	line-height: 22px;
	padding-top:5px
}

#address a:link, #address a:visited{
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #dfe4e4;
	text-decoration: none;
}

#address a:hover{
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #ffffff;
	text-decoration: underline;
}

.nav {
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat-x;
	height: 36px;
	width: 940px;
	clear:both;
	border-left:solid 2px #FFFFFF;
	border-right:solid 2px #FFFFFF;
}

#mid {
	float: left;
	height: auto;
	width: 100%;
}


/* =-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-= TOP NAVIGATION =-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=- =-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=
*/


ul#nav {
	margin:0px;
	padding:0px;
	width:100%;
	height:36px;
}

#nav li{
	display:inline;
	float: left;
	list-style: none;
}

#nav li a{
	display:block;
	text-indent:-9999px;
	height:36px;
}

/*--------------------------------- Home ---------------------------------*/	

#nav li#home {
	width:79px;
	height:36px;
	background-position:-16px 0px;
	background-repeat:no-repeat;
	background-image: url(images/Top-nav_new.gif);
	}
	
#nav li#home a {
	width:79px;
	height:36px;
	background-position:-18px 0px;
	background-repeat:no-repeat;
	background-image: url(images/Top-nav_new.gif);
	}
	
#nav li#home a:hover {
	width:79px;
	height:36px;
	background-position:-18px -36px;
	background-repeat:no-repeat;
	background-image: url(images/Top-nav_new.gif);
	}
	
#nav li#home_h {
	width:79px;
	height:36px;
	background-position:-18px -36px;
	background-repeat:no-repeat;
	background-image: url(images/Top-nav_new.gif);
	}
	
/*---------------------------------End ---------------------------------*/	

/*--------------------------------- Why Choose BRDs ---------------------------------*/	

#nav li#why_choose {
	width:146px;
	height:36px;
	background-position:-129px 0px;
	background-repeat:no-repeat;
	background-image: url(images/Top-nav_new.gif);
	}
	
#nav li#why_choose a {
	width:146px;
	height:36px;
	background-position:-129px 0px;
	background-repeat:no-repeat;
	background-image: url(images/Top-nav_new.gif);
	}
	
#nav li#why_choose a:hover {
	width:146px;
	height:36px;
	background-position:-129px -36px;
	background-repeat:no-repeat;
	background-image: url(images/Top-nav_new.gif);
	}
	
#nav li#why_choose_h {
	width:146px;
	height:36px;
	background-position:-129px -36px;
	background-repeat:no-repeat;
	background-image: url(images/Top-nav_new.gif);
	}
	
/*---------------------------------End ---------------------------------*/	


/*--------------------------------- Meet Team ---------------------------------*/	

#nav li#meet_team_new {
	width:124px;
	height:36px;
	background-position:-322px 0px;
	background-repeat:no-repeat;
	background-image: url(images/Top-nav_new.gif);
	}
	
#nav li#meet_team_new a {
	width:124px;
	height:36px;
	background-position:-322px 0px;
	background-repeat:no-repeat;
	background-image: url(images/Top-nav_new.gif);
	}
	
#nav li#meet_team_new a:hover {
	width:124px;
	height:36px;
	background-position:-322px -36px;
	background-repeat:no-repeat;
	background-image: url(images/Top-nav_new.gif);
	}
	
#nav li#meet_team_new_h {
	width:124px;
	height:36px;
	background-position:-322px -36px;
	background-repeat:no-repeat;
	background-image: url(images/Top-nav_new.gif);
	}
	
/*---------------------------------End ---------------------------------*/	

/*--------------------------------- New Patient ---------------------------------*/	

#nav li#new_pat {
	width:103px;
	height:36px;
	background-position:-425px 0px;
	background-repeat:no-repeat;
	background-image: url(images/Top-nav_new.gif);
	}
	
#nav li#new_pat a {
	width:103px;
	height:36px;
	background-position:-425px 0px;
	background-repeat:no-repeat;
	background-image: url(images/Top-nav_new.gif);
	}
	
#nav li#new_pat a:hover {
	width:103px;
	height:36px;
	background-position:-425px -36px;
	background-repeat:no-repeat;
	background-image: url(images/Top-nav_new.gif);
	}
	
#nav li#new_pat_h {
	width:103px;
	height:36px;
	background-position:-425px -36px;
	background-repeat:no-repeat;
	background-image: url(images/Top-nav_new.gif);
	}
	
/*---------------------------------End ---------------------------------*/

/*--------------------------------- Improve Smele ---------------------------------*/	

#nav li#imp_sml {
	width:145px;
	height:36px;
	background-position:-491px 0px;
	background-repeat:no-repeat;
	background-image: url(images/Top-nav_new.gif);
	}
	
#nav li#imp_sml a {
	width:145px;
	height:36px;
	background-position:-491px 0px;
	background-repeat:no-repeat;
	background-image: url(images/Top-nav_new.gif);
	}
	
#nav li#imp_sml a:hover {
	width:145px;
	height:36px;
	background-position:-491px -36px;
	background-repeat:no-repeat;
	background-image: url(images/Top-nav_new.gif);
	}
	
#nav li#imp_sml_h {
	width:145px;
	height:36px;
	background-position:-491px -36px;
	background-repeat:no-repeat;
	background-image: url(images/Top-nav_new.gif);
	}
	
/*---------------------------------End ---------------------------------*/

/*--------------------------------- Testimonial ---------------------------------*/	

#nav li#testimonl {
	width:105px;
	height:36px;
	background-position:-680px 0px;
	background-repeat:no-repeat;
	background-image: url(images/Top-nav_new.gif);
	}
	
#nav li#testimonl a {
	width:105px;
	height:36px;
	background-position:-680px 0px;
	background-repeat:no-repeat;
	background-image: url(images/Top-nav_new.gif);
	}
	
#nav li#testimonl a:hover {
	width:105px;
	height:36px;
	background-position:-680px -36px;
	background-repeat:no-repeat;
	background-image: url(images/Top-nav_new.gif);
	}
	
#nav li#testimonl_h {
	width:105px;
	height:36px;
	background-position:-680px -36px;
	background-repeat:no-repeat;
	background-image: url(images/Top-nav_new.gif);
	}
	
/*---------------------------------End ---------------------------------*/

/*--------------------------------- fees ---------------------------------*/	

#nav li#fees {
	width:90px;
	height:36px;
	background-position:-833px 0px;
	background-repeat:no-repeat;
	background-image:url(images/Top-nav_new.gif);
	}
	
#nav li#fees a {
	width:90px;
	height:36px;
	background-position:-833px 0px;
	background-repeat:no-repeat;
	background-image:url(images/Top-nav_new.gif);
	}
	
#nav li#fees a:hover {
	width:90px;
	height:36px;
	background-position:-833px -36px;
	background-repeat:no-repeat;
	background-image:url(images/Top-nav_new.gif);
	}
	
#nav li#fees_h {
	width:90px;
	height:36px;
	background-position:-833px -36px;
	background-repeat:no-repeat;
	background-image:url(images/Top-nav_new.gif);
	}
	
/*---------------------------------End fees ---------------------------------*/	




/*--------------------------------- invisalign ---------------------------------*/	

#nav li#invisalign {
	width:88px;
	height:36px;
	background-position:-402px 0px;
	background-repeat:no-repeat;
	background-image: url(images/Top-nav_new.gif);
	}
	
#nav li#invisalign a {
	width:88px;
	height:36px;
	background-position:-402px 0px;
	background-repeat:no-repeat;
	background-image: url(images/Top-nav_new.gif);
	}
	
#nav li#invisalign a:hover {
	width:88px;
	height:36px;
	background-position:-402px -36px;
	background-repeat:no-repeat;
	background-image: url(images/Top-nav_new.gif);
	}
	
#nav li#invisalign_h {
	width:88px;
	height:36px;
	background-position:-402px -36px;
	background-repeat:no-repeat;
	background-image: url(images/Top-nav_new.gif);
	}
	
/*---------------------------------End ---------------------------------*/	

/*--------------------------------- porcelain ---------------------------------*/	

#nav li#porcelain {
	width:167px;
	height:36px;
	background-position:-508px 0px;
	background-repeat:no-repeat;
	background-image: url(images/Top-nav_new.gif);
	}
	
#nav li#porcelain a {
	width:167px;
	height:36px;
	background-position:-508px 0px;
	background-repeat:no-repeat;
	background-image: url(images/Top-nav_new.gif);
	}
	
#nav li#porcelain a:hover {
	width:167px;
	height:36px;
	background-position:-508px -36px;
	background-repeat:no-repeat;
	background-image: url(images/Top-nav_new.gif);
	}
	
#nav li#porcelain_h {
	width:167px;
	height:36px;
	background-position:-508px -36px;
	background-repeat:no-repeat;
	background-image: url(images/Top-nav_new.gif);
	}
	
/*---------------------------------End ---------------------------------*/	

/*--------------------------------- smile make over ---------------------------------*/	

#nav li#smile_make {
	width:128px;
	height:36px;
	background-position:-692px 0px;
	background-repeat:no-repeat;
	background-image: url(images/Top-nav_new.gif);
	}
	
#nav li#smile_make a {
	width:128px;
	height:36px;
	background-position:-692px 0px;
	background-repeat:no-repeat;
	background-image: url(images/Top-nav_new.gif);
	}
	
#nav li#smile_make a:hover {
	width:128px;
	height:36px;
	background-position:-692px -36px;
	background-repeat:no-repeat;
	background-image: url(images/Top-nav_new.gif);
	}
	
#nav li#smile_make_h {
	width:128px;
	height:36px;
	background-position:-692px -36px;
	background-repeat:no-repeat;
	background-image: url(images/Top-nav_new.gif);
	}
	
/*--------------------------------- End ---------------------------------*/	


/* =-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=  BOTTOM  NAVIGATION  =-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=- =-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=
*/

ul#nav_bot {
	margin:0px;
	padding:0px;
	width:100%;
	height:36px;
	background:url(images/nav_bg_bottom.gif) repeat-x left top;
}

#nav_bot li{
	display:inline;
	float: left;
	list-style: none;
}

#nav_bot li a{
	display:block;
	text-indent:-9999px;
	height:36px;
}

/*--------------------------------- choose us ---------------------------------*/	

#nav_bot li#invis {
	width:88px;
	height:36px;
	background-position:-18px 0px;
	background-repeat:no-repeat;
	background-image:url(images/bottomnav.gif);
	}
	
#nav_bot li#invis a {
	width:88px;
	height:36px;
	background-position:-18px 0px;
	background-repeat:no-repeat;
	background-image:url(images/bottomnav.gif);
	}
	
#nav_bot li#invis a:hover {
	width:88px;
	height:36px;
	background-position:-18px -36px;
	background-repeat:no-repeat;
	background-image:url(images/bottomnav.gif);
	}
	
#nav_bot li#invis_h {
	width:88px;
	height:36px;
	background-position:-18px -36px;
	background-repeat:no-repeat;
	background-image:url(images/bottomnav.gif);
	}
	
/*---------------------------------End ---------------------------------*/	

/*--------------------------------- Orthodontics ---------------------------------*/	

#nav_bot li#ortho {
	width:111px;
	height:36px;
	background-position:-137px 0px;
	background-repeat:no-repeat;
	background-image:url(images/bottomnav.gif);
	}
	
#nav_bot li#ortho a {
	width:111px;
	height:36px;
	background-position:-137px 0px;
	background-repeat:no-repeat;
	background-image:url(images/bottomnav.gif);
	}
	
#nav_bot li#ortho a:hover {
	width:111px;
	height:36px;
	background-position:-137px -36px;
	background-repeat:no-repeat;
	background-image:url(images/bottomnav.gif);
	}
	
#nav_bot li#ortho_h {
	width:111px;
	height:36px;
	background-position:-137px -36px;
	background-repeat:no-repeat;
	background-image:url(images/bottomnav.gif);
	}
	
/*---------------------------------End ---------------------------------*/	

/*--------------------------------- Porceline Res ---------------------------------*/	

#nav_bot li#porc_res {
	width:168px;
	height:36px;
	background-position:-279px 0px;
	background-repeat:no-repeat;
	background-image:url(images/bottomnav.gif);
	}
	
#nav_bot li#porc_res a {
	width:168px;
	height:36px;
	background-position:-279px 0px;
	background-repeat:no-repeat;
	background-image:url(images/bottomnav.gif);
	}
	
#nav_bot li#porc_res a:hover {
	width:168px;
	height:36px;
	background-position:-279px -36px;
	background-repeat:no-repeat;
	background-image:url(images/bottomnav.gif);
	}
	
#nav_bot li#porc_res_h {
	width:168px;
	height:36px;
	background-position:-279px -36px;
	background-repeat:no-repeat;
	background-image:url(images/bottomnav.gif);
	}
	
/*---------------------------------End ---------------------------------*/	

/*--------------------------------- Smile Makeover ---------------------------------*/	

#nav_bot li#smile_over {
	width:129px;
	height:36px;
	background-position:-470px 0px;
	background-repeat:no-repeat;
	background-image:url(images/bottomnav.gif);
	}
	
#nav_bot li#smile_over a {
	width:129px;
	height:36px;
	background-position:-470px 0px;
	background-repeat:no-repeat;
	background-image:url(images/bottomnav.gif);
	}
	
#nav_bot li#smile_over a:hover {
	width:129px;
	height:36px;
	background-position:-470px -36px;
	background-repeat:no-repeat;
	background-image:url(images/bottomnav.gif);
	}
	
#nav_bot li#smile_over_h {
	width:129px;
	height:36px;
	background-position:-470px -36px;
	background-repeat:no-repeat;
	background-image:url(images/bottomnav.gif);
	}
	
/*---------------------------------End ---------------------------------*/	

/*--------------------------------- porcelain_veneer ---------------------------------*/	

#nav_bot li#porcelain_veneer {
	width:150px;
	height:36px;
	background-position:-624px 0px;
	background-repeat:no-repeat;
	background-image:url(images/bottomnav.gif);
	}
	
#nav_bot li#porcelain_veneer a {
	width:150px;
	height:36px;
	background-position:-624px 0px;
	background-repeat:no-repeat;
	background-image:url(images/bottomnav.gif);
	}
	
#nav_bot li#porcelain_veneer a:hover {
	width:150px;
	height:36px;
	background-position:-624px -36px;
	background-repeat:no-repeat;
	background-image:url(images/bottomnav.gif);
	}
	
#nav_bot li#porcelain_veneer_h {
	width:150px;
	height:36px;
	background-position:-624px -36px;
	background-repeat:no-repeat;
	background-image:url(images/bottomnav.gif);
	}
	
/*---------------------------------End ---------------------------------*/	

/*--------------------------------- Tooth White ---------------------------------*/	

#nav_bot li#tooth_whit {
	width:136px;
	height:36px;
	background-position:-621px 0px;
	background-repeat:no-repeat;
	background-image:url(images/bottomnav.gif);
	}
	
#nav_bot li#tooth_whit a {
	width:136px;
	height:36px;
	background-position:-621px 0px;
	background-repeat:no-repeat;
	background-image:url(images/bottomnav.gif);
	}
	
#nav_bot li#tooth_whit a:hover {
	width:136px;
	height:36px;
	background-position:-621px -36px;
	background-repeat:no-repeat;
	background-image:url(images/bottomnav.gif);
	}
	
#nav_bot li#tooth_whit_h {
	width:136px;
	height:36px;
	background-position:-621px -36px;
	background-repeat:no-repeat;
	background-image:url(images/bottomnav.gif);
	}
	
/*---------------------------------End ---------------------------------*/	

/*--------------------------------- Hyg services ---------------------------------*/	

#nav_bot li#hyg_serv {
	width:143px;
	height:36px;
	background-position:-780px 0px;
	background-repeat:no-repeat;
	background-image:url(images/bottomnav.gif);
	}
	
#nav_bot li#hyg_serv a {
	width:143px;
	height:36px;
	background-position:-780px 0px;
	background-repeat:no-repeat;
	background-image:url(images/bottomnav.gif);
	}
	
#nav_bot li#hyg_serv a:hover {
	width:143px;
	height:36px;
	background-position:-780px -36px;
	background-repeat:no-repeat;
	background-image:url(images/bottomnav.gif);
	}
	
#nav_bot li#hyg_serv_h {
	width:143px;
	height:36px;
	background-position:-780px -36px;
	background-repeat:no-repeat;
	background-image:url(images/bottomnav.gif);
	}
	
/*---------------------------------End ---------------------------------*/	


#mini-consultation-btn a{
	width:314px;
	height:33px;
	display:block;
	text-indent:-9999px;
	margin-top:5px;
	background:url(images/free-online-colsultation-btn.jpg) 0 0 no-repeat;
	float:left;
	}
	#mini-consultation-btn a:hover{
	width:314px;
	height:33px;
	display:block;
	text-indent:-9999px;
	margin-top:5px;
	background:url(images/free-online-colsultation-btn.jpg) 0 -33px no-repeat;
	}

#orthodontic-option-btn a{
	width:314px;
	height:33px;
	display:block;
	text-indent:-9999px;
	margin-top:5px;
	background:url(images/orthodontic-option-btn.jpg) 0 0 no-repeat;
	float:left;
	}
	#orthodontic-option-btn a:hover{
	width:314px;
	height:33px;
	display:block;
	text-indent:-9999px;
	margin-top:5px;
	background:url(images/orthodontic-option-btn.jpg) 0 -33px no-repeat;
	}
#follow-blog-btn a{
	width:316px;
	height:33px;
	display:block;
	text-indent:-9999px;
	margin-top:5px;
	background:url(images/follow-blog-btn.jpg) 0 0 no-repeat;
	float:left;
	}
	#follow-blog-btn a:hover{
	width:316px;
	height:33px;
	display:block;
	text-indent:-9999px;
	margin-top:5px;
	background:url(images/follow-blog-btn.jpg) 0 -33px no-repeat;
	}
/*================ inner top button Start  ===============*/

#innertop_but{
	width:944px;
	height:53px;
	padding:0px;
	margin:11px 0 0 0;
	float:left;
}

#innertop_but ul{
	margin:0px;
	padding:0px;
}

#innertop_but li{
	display: block;
	float: left;
	list-style: none;
	margin:0px;
	padding-top:0px;
}
#innertop_but a {
	display:block;
	height:53px;
	text-indent:-9999px;
}

/*================ explained  ===============*/
.explained {
	background:url(images/new-offer-btn-home.gif) no-repeat 0px 0px;
	display:block;
	width:313px;
	height:53px;
}

.explained a:link, .explained a:active, .explained a:visited{
	background:url(images/new-offer-btn-home.gif) no-repeat 0px 0px;
	display:block;
	width:313px;
	height:53px;
	float:left;
	text-indent:-9999px;
}

.explained a:hover,  .explained_h{
	background:url(images/new-offer-btn-home.gif) no-repeat 0px -53px;
	display:block;
	width:313px;
	height:53px;
}

/*================ miniconsultation ===============*/
.miniconsultation {
	background:url(images/new-offer-btn-home.gif) no-repeat -313px 0px;
	display:block;
	width:308px;
	height:53px;
}

.miniconsultation a:link, .miniconsultation a:active, .miniconsultation a:visited{
	background:url(images/new-offer-btn-home.gif) no-repeat -313px 0px;
	display:block;
	width:308px;
	height:53px;
	float:left;
	text-indent:-9999px;
}

.miniconsultation a:hover,  .miniconsultation_h{
	background:url(images/new-offer-btn-home.gif) no-repeat -313px -53px;
	display:block;
	width:308px;
	height:53px;
}

/*================ readblog ===============*/
.readblog {
	background:url(images/new-offer-btn-home.gif) no-repeat -621px 0px;
	display:block;
	width:323px;
	height:53px;
}

.readblog a:link, .readblog a:active, .readblog a:visited{
	background:url(images/new-offer-btn-home.gif) no-repeat -621px 0px;
	display:block;
	width:323px;
	height:53px;
	float:left;
	text-indent:-9999px;
}

.readblog a:hover,  .readblog_h{
	background:url(images/new-offer-btn-home.gif) no-repeat -621px -53px;
	display:block;
	width:323px;
	height:53px;
	}
	
