@charset "UTF-8";
/* CSS Document */

body, h1, h2, h3, p, table {
	margin:0px;
	padding:0px;
	}

h1 { font-size:24px;}
h2 { font-size:18px;}

body {
	background-color:#272318;
	background-image:url(../img/bg1.jpg;);
	background-position:top;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
p { line-height:18px;}
img { border:0px;}

a {color:#e4ddb3; text-decoration:underline;}
a:hover {color:#e4ddb3; text-decoration:none;}
	
.container {
	width:941px;
	margin:0px auto;
	}	
	
.error {
	color: red;
	font-weight: bold;    
    }
	
/* Form elements */
.formFeilds {
	background-color:#B5AEA8;
	border:0px;
	margin:2px 0px 10px 0px;
	width:210px;
	padding:4px;
	}
	
#comment {height:66px;}
#submit{margin-left:206px; margin-top:10px}
#hidden {display:none; visibility:hidden}
#footerSub {color:#6e6b62}


/* top nav section */
#nav a { color:#fff; text-decoration:none;}
#nav a:hover { color:#ccc; text-decoration:none;}

#block_nav{
	background-image:url(../img/nav.png);
	background-repeat:no-repeat;
	height:72px;
	margin-top:14px;
	}
	
#nav{
	float:right;
	margin-top:25px;
	padding-right:60px;
	color:#FFF;
	font-size:18px;
	letter-spacing:2px;
	}
	
	
/* headder */	
#bust{
	margin-top:10px;
	padding-left:500px;
	margin-bottom:-125px;
	}
	
#quote_headder{
	float:left;
	margin-top:90px;
	padding-left:50px;
	}
	
/* before and after photos */
#block_people {
	margin:0 auto;
	}
	
/* testimonials */
#block_testimonials {
	margin:0 auto;
	margin-top:10px;
	}
	
#boxTop, #boxBottom {
	height:13px;
	}
	
#boxContent {
	background-image:url(../img/box-background.jpg;);
	background-repeat:repeat-y;
	min-height:500px;
	padding:5px 20px 5px 20px;
	}
	
#boxDropShaddow {
	height:35px;
	padding-top:3px;
	}
	
/* content */
#block_content{
	color:#e4ddb3;
	margin-top:-12px;
	}
	
#form{
	margin-right:420px;
	padding-left:20px;
	}

#form h1 {
	padding:0px 0px 15px 100px;
	}
	
#invisalign{ padding:15px 0px 15px 0px}
	
/* services */
#block_services a {color:#e4ddb3; text-decoration:underline; font-weight:bold;}
#block_services a:hover {color:#e4ddb3; text-decoration:none; font-weight:bold;}

#block_services{
	float:right;
	width:415px;
	margin-bottom:20px;
	border-left:1px solid #e4ddb3;
	}
	
#services {
	padding:0px 20px 0px 40px;
	}
	
#services h1 {
	padding:0px 0px 15px 30px;

	}
	
/* footer */

#block_footer a { color:#6e6b62; text-decoration:none; font-weight:bold;}
#block_footer a:hover { color:#6e6b62; text-decoration:underline; font-weight:bold;}

#block_footer{
	clear:both;
	background-image:url(../img/footer-background.jpg);
	background-repeat:no-repeat;
	height:109px;
	padding:5px 10px 0px 10px;
	}
	
#footerLogo{
	float:right;
	margin-top:15px;
	padding-right:70px;
	}
	
#footerText {
	margin:0px auto;
	text-align:center;
	margin:30px 410px 0px 0px;
	color:#6e6b62;
	}
	



	

