/*--------------------- Last Modified --> 2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

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:#3D3D3D url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/14px Arial, Helvetica, sans-serif; 
	color:#000;
	}

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

h1	{ font-size:1.2em; color:#213973; }
h2	{ font-size:1.1em; color:#213973; }
h3	{ font-size:1.0em; color:#213973; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#1f89be; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#1f89be; text-decoration:none; outline:none; }

p strong { color:#213973; }

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

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

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}

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

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

/* ------------------------ form elements ------------------------ */

form label	{ font-size:.95em; } 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #000;
	color:#000;
	width:225px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


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

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select { width:178px; height: 20px; }

#contact-main label textarea { height:100px; overflow:auto; }

/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 243px; }

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

/* ------------------------ main framework ------------------------ */
#wrap {
	background:#f3edd7 url("../images/bg-wrap.jpg") top center repeat-y;
	width:801px;
	margin:0 auto;
	text-align:left;
	}
	
	#inner-wrap {
	background:url("../images/inner-wrap.jpg") 0 bottom no-repeat;
	padding-bottom:80px;
	}
		body#thankyou #inner-wrap {
			background:url("../images/inner-wrap.jpg") 0 bottom no-repeat;
			padding-bottom:280px;
			}
		body#sitemap #inner-wrap {
			background:url("../images/inner-wrap.jpg") 0 bottom no-repeat;
			padding-bottom:200px;
			}
	

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:69px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		display:block;
		height:69px;
		}
	#masthead a span {
		display:none;
		}
		
/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:800px; 
	height:31px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

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

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

#nav-01 { width: 64px;}
#nav-02 { width: 77px;}
#nav-03 { width: 142px;}
#nav-04 { width: 133px;}
#nav-05 { width: 146px;}
#nav-06 { width: 149px;}
#nav-07 { width: 88px;}

#nav-01 a:hover { background:url("../images/nav.jpg")  -0px -31px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -64px -31px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -141px -31px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -283px -31px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -416px -31px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -562px -31px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -711px -31px no-repeat; }

body#index #nav-01 { background:url("../images/nav.jpg")  -0px -31px no-repeat; }
body#drpayas #nav-02 { background:url("../images/nav.jpg") -64px -31px no-repeat; }
body#advanced #nav-03 { background:url("../images/nav.jpg") -141px -31px no-repeat; }
body#cosmetic #nav-04 { background:url("../images/nav.jpg") -283px -31px no-repeat; }
body#relaxation #nav-05 { background:url("../images/nav.jpg") -416px -31px no-repeat; }
body#creating #nav-06 { background:url("../images/nav.jpg") -562px -31px no-repeat; }
body#contact #nav-07 { background:url("../images/nav.jpg") -711px -31px no-repeat; }

/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#aad1f0;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

#nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border:1px solid #aad1f0;
	border-top:none;
	}
	
	#nav li ul li.first {
	border-top:none;
	}

#nav li ul li a {
	width:100%;
	height:20px;	/* Height of each drop down nav item, should match above */
	line-height:20px;	 /* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	margin-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#000;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-03 ul a:hover,
#nav-04 ul a:hover,
#nav-05 ul a:hover,
#nav-06 ul a:hover { 
	background-image:none;
	background-color:#f8f4bf;
	color:#000;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-03 ul, #nav-03 li { width:142px; }
#nav-04 ul, #nav-04 li { width:210px; }
#nav-05 ul, #nav-05 li { width:155px; }
#nav-06 ul, #nav-06 li { width:155px; }


/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:265px;
	float:left;
	background:url("../images/bg-left-col.jpg") 0 0 no-repeat;
	padding-top:103px;
	padding-bottom:180px;
	}

	#column-left p, #column-left ul, #column-left dl, #column-left img {
		margin:0px 12px 10px 21px;
		}

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;
			}

	/* definition list */
		#column-left dl dt {
			color:#000;
			}
			
	#column-left #subhead-featured-cases {
		height:31px;
		margin-left:21px;
		background:url("../images/featured-cases.jpg") no-repeat;
	}
	

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:535px;
	float:left;
	background:url("../images/bg-right-col.jpg") 0 0 no-repeat;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 21px 10px;
		}

	#column-right form { margin-left:0px; }

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 3px no-repeat;
			padding-left:20px;
			}
			#column-right #meet-doc ul li { 
				background:transparent url("../images/bullet-meet.jpg") 0px 3px no-repeat;
				padding-left:20px;
				}

	/* definition list */
		#column-right dl dt {
			color:#000;
			}
			
	#column-right #meet-doc {
		width:494px;
		background:#aad1f0 url("../images/meet-dr-bottom.jpg") 0 bottom no-repeat;
		margin:0 21px 15px;
		padding-bottom:5px;
	}
	
		#title-meet-doc {
			height:51px;
			background:url("../images/title-meet-doctor.jpg") no-repeat;
		}
		
		#meet-doc img.img-left {
			margin:0 5px 0 20px;
		}

/* ------------------------ header framework ------------------------ */
#header-graphic { height:250px; }

body#index #header-graphic { background:url("../images/header-index.jpg"); }
body#drpayas #header-graphic { background:url("../images/header3.jpg"); }
body#advanced #header-graphic {  background:url("../images/header2.jpg"); }
body#cosmetic #header-graphic{ background:url("../images/header3.jpg"); }
body#contact #header-graphic { background:url("../images/header-index.jpg"); }
body#creating #header-graphic { background:url("../images/header4.jpg"); }
body#relaxation #header-graphic { background:url("../images/header5.jpg"); }

body#sitemap #header-graphic,
body#thankyou #header-graphic { background:url("../images/header-index.jpg"); }

	#header-graphic a {
	display:block;
	height:25px;
	width:151px;
	margin-left:66px;
	}

/* ------------------------ subhead framework ------------------------ */
#subhead { height:65px; }
	body#index h1 { height:65px; margin:0; background:url("../images/subhead-index.jpg") 1px 0 no-repeat; }
	body#index h2#beautiful-smiles { height:36px; margin-bottom:0; background:url("../images/index-beautiful-smiles.jpg") no-repeat; }
		body#index h2 {color:#213973;}
		body#index h1 span, body#index h2 span { display:none; }
	
	body#advanced #subhead { background:url("../images/subhead-advanced.jpg") 1px 0 no-repeat; }
	body#contact #subhead { background:url("../images/subhead-contact.jpg") 1px 0 no-repeat; }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg") 1px 0 no-repeat; }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg") 1px 0 no-repeat; }
	body#cosmetic #subhead { background:url("../images/subhead-cosmetic.jpg") 1px 0 no-repeat; }
	body#relaxation #subhead { background:url("../images/subhead-relaxation.jpg") 1px 0 no-repeat; }
	body#creating #subhead { background:url("../images/subhead-creating.jpg") 1px 0 no-repeat; }
	body#drpayas #subhead { background:url("../images/subhead-drpayas.jpg") 1px 0 no-repeat; }
	

/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-meet-doc {
	height:55px;
	background:url("../images/subhead-meet-doc.jpg");
	}

/* ------------------------ title framework with varying heights ------------------------- */
#title-our-procedures {
	height:27px;
	margin-left:21px;
	background:url("../images/title-our-procedures.jpg") no-repeat;
	}


/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	width:100%; /* fix for Safar */
	height:20px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:801px;
	margin:0 auto;
	text-align:center;
	}

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

#footer p strong {
	color:#e5d8ae;
}

#footer a:link, #footer a:visited { color:#e5d8ae; text-decoration:none; }
#footer a:hover, #footer a:active { color:#e5d8ae; text-decoration:underline; }

#footer ul {margin: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 #e5d8ae;
		}
	#footer li.first { border: none; }


