@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Helvetica, serif;
	font-size: 12px;
	line-height: 18px;
	color: #2F130B;
	padding: 0px;
	margin: 0px;
	background-image: url(/images/background.jpg);
	background-attachment:fixed;
	background-repeat: repeat-x;
	/*background-color:#D5BF98;*/
	background-color:#eeebe6;
	height:100%;
}
#shadow { /*drops shadow behind pages */
	background-image:url(/images/shadow.png);
	background-repeat:repeat-y;
	width:1050px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
#container {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
#before_top { /*where h1 tag goes */
	position: absolute;
	z-index:1;
	width:900px;
	margin-left:40%;
	margin-right:50%;
	height: 10px;
	padding:15px 0px 10px 0px;
}
#before_top h1 {
	font-family: Georgia, Verdana, Arial, Helvetica, serif;
	font-size:18px;
	color:#553828;
	background-color:inherit;
	padding:0px;
	margin:0px;
}

#banner {
	background-image: url(/images/banner.jpg); background-repeat:no-repeat;
	width:1000px;
	height:180px;
	font-family: Georgia, Verdana, Arial, Helvetica, serif;
	font-size: 36px;
	font-weight:normal;
	color:#FFFFFF;
	background-color:inherit;
}

#nav { /*where navigation menu is */
	width:1000px; background-image:url(/images/nav_bg.jpg);
	height:43px; padding-top:10px; 
}
#video_banner { /*video at top in banner */
	width:970px;
	padding-left:30px;
	height:295px;
	padding-top:35px;
	background-image:url(/images/video_banner.jpg);
}
#middle { /*middle section beneath menu*/
	clear:both;
	width:1000px;
}
#footer {
	height:14px; width:1000px; background-image:url(/images/footer.jpg); margin-left:auto; margin-right:auto; margin-bottom:20px;
}
#content { /*places gradient on page background */
	width:950px;
	background-image:url(/images/page_bg.jpg);
	background-repeat: repeat-x;
	float:left;
	background-color: #fff; padding:25px; margin-top:10px;
}

#formbox { /*contact form at bottom */
	width:980px;
	height:60px;
	color:#FFFFFF;
	padding:60px 20px 0px 0px;
	position:fixed;
	bottom:0px;
	margin-left:auto;
	z-index:0px;
	margin-right:auto;
	background-image:url(/images/formbox.png)
}
#formbox h1 {
	font-size:16px;
	font-weight:normal;
	text-align:center;
	color:#FFF;
}
#formbox input, #formbox textarea {
	background-color:#333;
	color:#FFFFFF;
	border:1px #666666 solid;
	font-size:12px;
	scrollbar-face-color: #ccc;
	scrollbar-arrow-color: #000;
	scrollbar-3dlight-color: #fff;
	scrollbar-shadow-color: #999;
}

/******************* PARAGRAPH TAG *******************/
/* no padding and margin prevents problems while styling */
/* Use <br /> to create extra page break after paragraphs */
p {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	text-align: left;
}
/******************* links ******************/
a:link, a:visited {
	color: #2F130B;
	background-color:inherit;
}
a:hover, a:active {
	color: #A46D1C;
	background-color:inherit;
}


/*heading tags */
h1 {
	font-size:18px;
	font-weight:normal;
	color: #2F130B;
	background-color:inherit;
}
h2 {
	font-size:18px;
	font-weight:normal;
	color: #A46D1C;
	text-align: center;
}
h2.shade { background:url(/images/htag.jpg); background-repeat:repeat-x;
height:25px; padding-top:5px; padding-left:5px; display:block;f }
h2.sprout { background:url(/images/sprout.jpg); background-repeat:no-repeat;
height:40px; padding-top:25px; padding-left:45px; display:block; text-align:left; }
h3 {
	padding:0px;
	margin:5px 0px;
	font-size:14px;
}
h4 {
	padding:0px;
	font-size:14px;
	margin:0px;
	color: #5E4E37;
	background-color:inherit;
}
h5 {
	font-size:18px;
	font-weight:normal;
	color: #06F;
	background-color:inherit;
	text-align: center;
}
.title6 {
	font-size:16px;
	padding:2px;
	margin:0px;
	font-weight:normal;
	color: #2F130B;
	background-color:inherit;
	text-align: center;
}
.titles {
	font-size:18px;
	font-weight:normal;
	color: #2F130B; text-align:center;
	background-color:inherit;
}
.padded_txt {
	padding: 0 20px;
}

#left_side {
	width: 280px; margin-right:20px;
	float:left;
}
#right_side { width:650px;
	margin-top:0px;
	padding-bottom:20px;
	float:left;
	font-weight: bold;
}
.clearFix {
	clear: both;
}

.hide-movie {
	display: none;
}
/******************* pics *******************/

img.borders {
	border-left: #000000 5px solid;
	border-right: #000000 5px solid;
	border-top: #000000 10px solid;
	border-bottom: #000000 10px solid;
}
img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.circle {
	background-image:url(/images/circle.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
	background-color:inherit;
	font-size:25px;
	width:39px;
	height:36px;
	text-align: center;
	margin:0px;
	padding-top:5px;
}
.shout {
	font-size:18px;
	color: #0066FF;
	background-color:inherit;
}
.tiny {
	font-size:9px;
}
.diagnosis {
	background-color:#FF9900;
	padding:20px;
	width:300px;
	color:#FFFFFF;
	font-weight:bold;
	border:#fff 2px solid;
}
.diagnosis h1 {
	padding:0px;
	margin:0px;
}
.solution {
	background-color:#fff;
	padding:20px;
	width:302px;
	border:#FF9900 1px solid;
}
.solution h1 {
	padding:0px;
	margin:0px;
}
.solution {
	background-color:#fff;
	padding:20px;
	border:#FF9900 1px solid;
}
.local_links {
	background-color:#FFCC00;
}
.link_friends {
	background-color:#FFFF99;
}
.div_small {
	font-size:9px;
}
.video {
	background-color:#FFFFFF;
	padding:10px;
	width:250px;
	float:left;
	margin-right:20px;
	border:#000000 1px solid;
}
.spotlight { /*spotlight boxes with peach colored gradient top */
	width:240px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}
.spotlight_top {
	width:205px;
	height:25px;
	background-image: url(/images/spotlight_top.jpg);
	background-repeat:no-repeat;
	padding-top:15px;
	padding-left:35px;
}
.spotlight_top h3 {
	font-size:12px;
	margin:0px;
	padding:0px;
}
.spotlight_middle {
	width:210px;
	padding: 10px 25px 10px 15px;
	background-image: url(/images/spotlight_middle.jpg);
	background-repeat:repeat-y;
	list-style: none;
}
.spotlight_bottom {
	width:240px;
	height:20px;
	background-image:url(/images/spotlight_bottom.jpg);
	background-repeat:no-repeat;
}
.spotlight_middle li {
	padding-top: 0px;
	padding-left: 10px;
	background-image:url(/images/list_arrow.png);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}
.featured_video {
	width:250px;
	margin-top:10px;
	margin-left:40px;

}
.featured { /*white featured boxes on front page */
	width:250px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-image: url(/images/featured_middle.jpg);
	background-repeat:repeat-y;
}
.featured_top {
	width:250px;
	min-height:36px;
	padding-top:20px;
	background-image: url(/images/featured_top.jpg);
	background-repeat:no-repeat;
}
.featured_top h3 {
	font-size:20px;
	margin:0px;
	padding:0px;
	text-transform:uppercase;
	text-align:center;
	font-weight:normal
}
.featured_middle {
	width:210px;
	padding: 0 20px;
}
.featured_bottom {
	width:250px;
	height:23px;
	background-image:url(/images/featured_bottom.jpg);
	background-repeat:no-repeat;
}
.vidbox_title {  /*div containing video h1 on right side*/
background-image:url(/images/vidbox_title.jpg); background-repeat:repeat-x;
height:  25px; width:560px; padding-top:7px; font-size: 18px; color:#fff; font-weight:normal; 
margin:12px auto 0px auto; 
}
.vidbox_comments { width:290px;float:left;  margin-top:12px; }
.vidbox_comments h2 { color: #2F130B !important; }
.vidbox_shadow {
	background-image:url(/images/vidbox_comments.jpg); background-repeat:repeat-x; width:520px; padding:20px;  margin-left:auto; margin-right:auto;color:#000; height:30px;
}
.vidbox { /*black information box on left side of page  */
	width:250px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
}

.vidbox_top { /*black information box on left side of page  */
	width:250px;
	height:20px;
	background-image: url(/images/vidbox_top.png);
	background-repeat:no-repeat; 
	
}

.vidbox_middle {/*black information box on left side of page  */
	width:210px;
	padding: 0 20px;
		background-image: url(/images/vidbox_middle.png);
	background-repeat:repeat-y;
	
}
.vidbox_middle h3 {/*black information box on left side of page  */
	font-size:20px;
	margin:0px;
	padding:0px;
	text-transform:uppercase;
	text-align:center;
	font-weight:normal; color:#fff;

}
.vidbox_middle li { /*black information box on left side of page  */
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom:5px;
	background-image:url(/images/list_arrow.png);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}
.vidbox_middle a:link,.vidbox_middle a:visited {
	color: #fff;
}
.vidbox_bottom {/*black information box on left side of page  */
	width:250px;
	height:23px;
	background-image:url(/images/vidbox_bottom.png);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
}
#message {
	max-width:150px;
}
/**************************************/
 /* box containing before after photos */
 .before_afters {
	min-width:150px;
	text-align:center;
	float:left;
	background-color: #dcd3c2;
	border: #a6a08b 1px solid;
	padding:10px;
	margin-right:2%;margin-top:2%;
}
.before_afters table {
	background-color:#eeebe6;
	border:0px #a6a08b solid;
	border-spacing:10px;  
}
.before_afters table td {vertical-align:top; text-align:center; }
.before_afters img { border: 1px #fff solid;}
/**************************************/

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
visibility: hidden;
text-decoration: none;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
position:fixed; border: #fff 10px solid; 
top:0; left:0px;
z-index: 100;
}

.overlay { /*before after photo translucent label */
	background-image:url(/images/overlay.png);
	position:relative;
	width:113px;
	height:22px;
	padding-top:2px;
	margin-left:auto;
	margin-right:auto;
	margin-top: -24px;
	z-index:0;
	text-align:center;
	font-weight:bold;
}

.click_me { /* overlays play button circle */
	position:relative;
	
	margin-top: -39px;
	margin-left:auto;
	margin-right:auto;
	z-index:0;
	border:0px !important;
}

.bump_table { /*bumps table up underneath click_me */
	margin-top: -39px;
}
/******************* for video hide boxes *******************/

.hidden {
	display: none;
}
.unhidden {
	display: block;
	background-color:#FFFFFF;
	border: #000000 1px solid;
	margin:20px 0;
	padding:10px;
}

.unhidden_plain {
	
	background-color:#FFFFFF;
	margin:20px 0;
	padding:10px;
}
.hidebox {
	display: none;
}
.unhidebox {
}
#special_offer {  
position:fixed;  
background:url(/images/ipadbg.png);
top:260px;  
right:-200px;
width:200px;
height:292px;
text-align:center;  
} 
#special_offer .large { font-size:18px;}
#special_offer .small { font-size:14px;}

.large_font { font-size: 18px; font-weight:normal; }
.larger_font { font-size: 30px; line-height:28px; font-weight:normal; }
.large_font_quote { font-size: 18px;  font-weight:normal; background-color:#b29766; padding:10px; }
.contact_hidden {	
		display: none;
		position:absolute;
		z-index:1;
		top:235px; 
		 width:1000px; 
		margin-left:auto;
		margin-right:auto;
		margin-top:10px; 
}
.contact_unhidden {
	display: block;
}
.contactform {
	
}
.contactform_top { 
width:1000px; height:12px; 
background-image:url(/images/contactform_top.png);  
}
.contactform_middle { 
width:1000px;padding:40px 20px; 
background-image:url(/images/contactform_middle.png); background-repeat:repeat-y; 
}
.tableborders{
border: 1px solid #DCD3C2;
}
.contactform_bottom { 
width:1000px; height:31px;
background-image:url(/images/contactform_bottom.png); 
}

.news_pic {    float:left; width:70px;    height:70px; margin:10px 20px 10px 0; }
.news_flash { float:left; width: 540px; margin:10px 0; padding-bottom:20px;  border-bottom:#c0b7a6 1px solid;  font-weight:normal; text-align:left; }
.news_flash h2 { font-size: 18px; font-weight:normal; color:#4f493e; margin:0 0 5px 0; padding:0; background-image:url(/images/double_arrows.png); background-position:right; background-repeat:no-repeat; text-align:left; } 
