
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body { 
	background:#d9d7b8 url("../images/bg-repeat.jpg") top repeat-x;
	text-align:center; 
	font:14px/20px Arial, Helvetica, sans-serif; 
	color:#484735;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1,h2,h3,h4,h5,h6 {
	font-family:Helvetica, Arial, sans-serif; 
	font-weight:normal;
	color:#e06c03;
	}

h1	{ font-size:1.571em; }
h2	{ font-size:1.286em; }
h3	{ font-size:1.143em; }
h4,h5,h6  { font-size:1em; }

h2 span {color:#3c3c3c;}
h1 span { display:none; }

#column-middle h2, #column-right h2 {
	font-size:1.571em; 
	}

p,h1,h2,h3,h4,h5,h6,ul,ol,dl {
		margin-bottom:20px;
		}


a:link,a:visited	{ color:#ef8000; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#3c3c3c; text-decoration:underline; outline:none; }

#top-bg-wrap {background:url("../images/bg-wrap.jpg") top no-repeat;}

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
	}

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


/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/inside-bg-repeat.jpg") repeat-y;
	width:980px;
	margin:0 auto;
	text-align:left;
	}
	body#index #wrap {
	background:url("../images/index-bg-repeat.jpg") repeat-y;
	width:980px;
	margin:0 auto;
	text-align:left;
	}

		
/* ------------------------ masthead framework ------------------------ */		
#middle-banner { background-image:url("../images/middle-banner.jpg"); height:157px;   }
	#middle-banner #box01 { width:195px; margin:55px 0 0 40px ; float:left; }
	#middle-banner #box02 { width:195px; margin:55px 0 0 125px ; float:left;}
	#middle-banner #box03 { width:195px; margin:55px 0 0 125px ; float:left;}



#middle-banner p {color:#fff; line-height:20px; }

#index-dr {background-image:url("../images/inside-top.jpg"); height:27px; }


/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:260px;
	margin-left:40px;
	float:left;
	}
p.quote {
	background:url(../images/quote.gif) no-repeat 0 20px;
	border-top:1px solid #dddbbc;
	border-bottom:1px solid #dddbbc;
	padding:20px 0 20px 75px;
	font:1.125em/1.5em "Times New Roman", Times, serif; 
	font-style:italic;
	}
p.quote span {
	font-weight:bold;
	font-style:normal;
	}
/* ------------------------ column-middle framework ------------------------ */
#column-middle {
	width:260px;
	float:left;
	margin-left:60px;
	}


/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:260px;
	float:left;
	margin-left:60px;
	}
	#column-right form { margin-left:129px; } /* set form margin here */
	#column-right ol {
		list-style-type:decimal;
		margin-left:22px; /* 22 of the 42 pixels are to get the bullets inside the column */
		}
	#column-right ul li {
		background:url(../images/bullet.gif) no-repeat 0 4px;
		padding-left:20px;
		}	
	#contact-btn a {
		background:url(../images/contact-btn.jpg) no-repeat;
		width:260px;
		height:52px;
		display:block;
		}
	#contact-btn a:hover {
		background:url(../images/contact-btn.jpg) 0 52px;
		}
	
#column-left, #column-middle, #column-right, #column-left-inside, #middle-banner #box01, #middle-banner #box02, #middle-banner #box03  {display:inline;}	/* for double margin bug in IE6 */	
		
/* ------------------------ column-left-inside framework ------------------------ */
#column-left-inside {
	width:580px;
	float:left;
	margin-left:40px;
	}
	#column-left-inside ol {
		list-style-type:decimal;
		margin-left:42px; /* 22 of the 42 pixels are to get the bullets inside the column */
		}
	#column-left-inside ul li {
		background:url(../images/bullet.gif) no-repeat 0 3px;
		padding-left:20px;
		margin-left:20px;
		}	
	

/* ------------------------ header framework ------------------------ */

#header-graphic { height:318px; background-image:url("../images/mast-inside.jpg") } /* sets height for all non-flash headers */
body#index #header-graphic { background-image:url("../images/mast.jpg") } /* sets height for all non-flash headers */

#header-graphic h2, #header-graphic h3 #header-graphic h4 {
	margin:0 375px;
	text-align:center;
	}
#header-graphic h2 {
	color:#d36e1c;
	padding-top:185px;
	font-size:2.357em; 
	}	
#header-graphic h3 { 
	color:#3c3c3c;
	font-size:1em;
	}
	
/* ------------------------ subhead framework ------------------------ */



/* ------------------------ bottom-wrap framework ------------------------ */
#bottom-wrap {
	background:url("../images/footer-wrap.jpg");
	width:100%; /* fix for Safar */
	height:45px;
	clear:both; /* important - do not remove */
	}
/* ------------------------footer framework ------------------------ */
#footer {
	width:760px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#3c3c3c;
	margin-bottom:10px;
	
	}

#footer a:link, #footer a:visited { color:#3c3c3c; }
#footer a:hover, #footer a:active { color:#3c3c3c; }

#footer ul {margin:10px 10px 0 10px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #3c3c3c;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:980px; 
	height:58px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:58px; display:block; } /* change height here also */

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

#nav-01 { width: 102px; margin-left:10px}
#nav-02 { width: 114px;}
#nav-03 { width: 182px;}
#nav-04 { width: 186px;}
#nav-05 { width: 134px;}
#nav-06 { width: 104px;}
#nav-07 { width: 138px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -10px -58px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -112px -58px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -226px -58px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -408px -58px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -594px -58px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -728px -58px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -832px -58px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg")  -10px -116px no-repeat; }
body#about-us #nav-02 { background:url("../images/nav.jpg") -112px -116px no-repeat; }
body#general-dentistry #nav-03 { background:url("../images/nav.jpg") -226px -116px no-repeat; }
body#cosmetic-dentistry #nav-04 { background:url("../images/nav.jpg") -408px -116px no-repeat; }
body#technology #nav-05 { background:url("../images/nav.jpg") -594px -116px no-repeat; }
body#gallery #nav-06 { background:url("../images/nav.jpg") -728px -116px no-repeat; }
body#contact-us #nav-07 { background:url("../images/nav.jpg") -832px -116px no-repeat; }


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */

#contact-form label { 
	width:290px; 
	display:inline; 
	height:40px;
	margin-bottom:20px;
	float:left;
	}

#contact-form label input, #contact-form label textarea, #contact-form label select { 
	width:275px;
	background-color: #EFEDDF; 
	border:1px solid #D0CDB9;
	height: 27px;
	line-height: 18px;
	width: 275px;
}
#contact-form label.textbox {height:120px; width:565px;}
#contact-form label.textbox textarea {
	width:100%;
	height:100px;
	}	

input.submit { 
	background:url("../images/submit-btn.jpg");
	width:72px;
	height:35px;
	cursor:pointer; 
	padding:0;
	border:none;
	cursor:pointer;
	}

.validity-summary-container { 
	display:none; 
	background:#fda9a9; 
	border:2px solid #fe8080; 
	padding:10px 0;
	margin-bottom:20px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	width:565px;
	}
.validity-summary-container ul {
	margin-bottom:0;
	}
#column-left-inside .validity-summary-container ul li {
	background:url('../images/error.png') no-repeat 0 2px;
	}

input.validity-erroneous { 
	border:1px solid #fe8080 !important;
	}
/******************** Added by me ********************/    
table
{
border-collapse:collapse;
}
table, td, th
{
border:0px solid black;
width:250px;
/* 
background-color: #e06c03;
color: #ef8000;
*/
}







/*9908908 */


ol#large-ol, ul#large-ul, ul.route-links {
    clear: both;
    display: block;
    margin: 0 0 1em;
    padding: 0;
}
ol#large-ol li, ul#large-ul li, ul.route-links li {
    border-bottom: 3px solid #F6F6EA; /* change this one */
    clear: both;
    list-style-type: none;
}
ol#large-ol li a, ul#large-ul li a, ul.route-links li a {
    background: none repeat scroll 0 0 #F6F6EA; /* #EEEEEE; */
    color: #444444;
    display: block;
    padding: 10px;
}
ol#large-ol li a:hover, ul#large-ul li a:hover, ol#large-ol li a:focus, ul#large-ul li a:focus, ul.route-links li a:hover, ul.route-links li a:focus {
    background: none repeat scroll 0 0 #add3ee; /* #0075A0; */
    color: #FFFFFF;
}
ol#large-ol li a span.num, ul#large-ul li a span.num, ul.route-links li a span.num {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 20px 20px 20px 20px;
    color: #333333;
    display: block;
    float: left;
    font-weight: bold;
    line-height: 0;
    margin: -2px 10px 0 0;
    padding: 12px 0;
    text-align: center;
    width: 35px;
}

hr.straightline {
	border-top:1px solid #dddbbc; 
/*	border-bottom:1px solid #dddbbc;*/
	}
img.centerlogo {   display: block;   margin-left: auto;   margin-right: auto; }

.MyButtons {
	-moz-box-shadow:inset 0px 1px 3px 0px #fceaca;
	-webkit-box-shadow:inset 0px 1px 3px 0px #fceaca;
	box-shadow:inset 0px 1px 3px 0px #fceaca;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffce79), color-stop(1, #eeaf41) );
/*	background:-moz-linear-gradient( center top, #ffce79 5%, #eeaf41 100% ); */
	background:-moz-linear-gradient( center top, #f08830 5%, #e97029 100% );

/*	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffce79', endColorstr='#eeaf41'); */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f08830', endColorstr='#e97029');
/*	background-color:#ffce79; */
	background-color:#f08830; 
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
/*	border:1px solid #eeb44f; */
	display:inline-block;
	color:#ffffff;
        text-color:#ff0000;
	font-size:15px;
/*	font-weight:bold;*/
	font-style:normal;
	height:25px;
	line-height:25px; 
	width:164px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 28px #ce8e28;
}
.MyButtons:hover {
/*	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eeaf41), color-stop(1, #ffce79) );
	background:-moz-linear-gradient( center top, #eeaf41 5%, #ffce79 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeaf41', endColorstr='#ffce79');
	background-color:#eeaf41; */
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3b3b3b), color-stop(1, #5e5e5e) );
	background:-moz-linear-gradient( center top, #3b3b3b 5%, #5e5e5e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b3b3b', endColorstr='#5e5e5e');
	background-color:#3b3b3b; 

}.MyButtons:active {
	position:relative;
	top:1px;
}
/* This button was generated using CSSButtonGenerator.com */