/*--------------------- Last Modified  2006.03.25 ---------------------*/
/*-----------------------------------------------------------------------*/


/* 
 ----------------------------------------------------------------------------
  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
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background: url("../images/bg-body.gif") repeat;
	text-align:center; 
	font:11px/16px Verdana, Arial, Helvetica, sans-serif;
	color:#660000;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:1.1em; color:#660000; }
h2	{ font-size:1.1em; color:#660000; }
h3	{ font-size:1.0em; color:#660000; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#D59E42; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#660000; text-decoration:underline; outline:none; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/back.gif") right no-repeat;
	font-size:.9em;
	}
	
p.back-to-top a { text-decoration:none;}
	
img.img-left { 
	float:left; 
	margin:2px 15px 10px 22px; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 15px 10px 10px; 
	}

.bna { margin:0 30px 10px 22px;}
	
.baheader { color:#660000; font-weight:bold; font-size:.8em;} 
.body { color:#cc9900; font-weight:bold; font-size:1em;}
.bodybold { font-size:.8em; font-weight:bold;}
	
/* ----- global form elements ----- */ 

form {
	width:150px;
	margin:10px 0 15px 0;
	}

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 #CC9933;
	color:#000;
	width:123px; /* 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: 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 */ 

#contact-main label .check-box { width:20px; float:left; border:0px; }

/* ----- main contact form ----- */ 
 
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:170px; 
	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:220px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select { width:225px; }
	
#contact-main label textarea { height:100px; overflow:auto; }

#contact-business-main { display: none; } /* do not remove */ 


/* ----- 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 187px; }


/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:753px;
	margin:0 auto;
	text-align:left;
	}
	
#wrap-sub {
	background:url("../images/bg-wrap-sub.jpg") repeat-y;
	width:753px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	height:199px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:2px;
		width:342px;
		top:13px;
		height:34px; 
		}
	#masthead a span {
		display:none;
		}

body#index #masthead {background:url("../images/masthead-index.jpg") no-repeat; height:253px;}
body#about #masthead,body#laser #masthead {background:url("../images/masthead-about.jpg") no-repeat;}
body#meet #masthead, body#sitemap #masthead {background:url("../images/masthead-dr.jpg") no-repeat;}
body#general #masthead, body#sedation #masthead {background:url("../images/masthead-dr.jpg") no-repeat;}
body#cosmetics #masthead, body#implants #masthead, body#gallery #masthead {background:url("../images/masthead-cosmetic.jpg") no-repeat;}
body#contact #masthead, body#thankyou #masthead {background:url("../images/masthead-contact.jpg") no-repeat;}

/* ----- column-left ----- */

#column-left {
	background:url("../images/col-left-contact.jpg") no-repeat;
	padding-top:64px;
	width:193px;
	float:left;
	}
	
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0 32px 10px 30px;
		}
	#column-left form, #column-left-sub form { margin-left:29px; }
	
	#ptt { background:url("../images/col-left-ptt.jpg") no-repeat; height:172px; position:relative;}
	#ptt-sub{ background:url("../images/col-left-sub-ptt.jpg") no-repeat; height:265px; position:relative;}
	#ptt a { position:absolute; top:105px; left:29px; width:136px; height:68px;}
	#ptt-sub a { position:absolute; top:115px; left:29px; width:136px; height:68px;}
	#ptt span, #ptt-sub span { display:none}
	
	#location { background:url("../images/col-left-locations.jpg") no-repeat; height:100px;}
	
	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li, #column-left-sub ul li { 
			background:transparent url("../images/bullet.gif") 0px 6px no-repeat;
			padding-left:13px; /* pushes text to the right to display bg img */
			}
			
	#column-left-sub ul.names { padding-left:0px; font-size:.8em; margin:0 0 20px 22px; }
		#column-left-sub ul.names li { 
			background:transparent url() 0px 6px no-repeat;
			padding-left:0px; /* pushes text to the right to display bg img */
			}		

			
	#v-logos { background:url("../images/vertical-logos.jpg") no-repeat; height:397px; margin-left:17px;}

#column-left-sub {
	background:url("../images/col-left-sub-contact.jpg") no-repeat;
	padding-top:121px;
	width:189px;
	float:left;
	}
	
body#contact #column-left-sub {
	background:url("../images/col-left-sub-know.jpg") no-repeat;
	padding-top:121px;
	width:189px;
	float:left;
	}
	
	#column-left-sub p, #column-left-sub ul {
		margin:0 40px 10px 29px;
		}
		
	#find { background:url("../images/col-left-sub-find.jpg") no-repeat; height:104px;}
		
/* ---------privacy -------*/
body#privacy { text-align:left}
body#privacy p, body#privacy h1 { margin:0 10px 10px 10px;}

			
/* ----- column-right ----- */

#column-right {
	width:560px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 60px 10px 42px;
		}
	#column-right form { margin-left:0px; }
	 
	 #column-right a:link, #column-right a:active, #column-right a:visited,
	  #column-right-sub a:link, #column-right-sub a:active, #column-right-sub a:visited { color:#660000; text-decoration:underline;}
	 #column-right a:hover,#column-right-sub a:hover { color:#D59F3F; text-decoration:underline;}
	 
	#welcome-top { background:url("../images/welcome-top.jpg") no-repeat; height:59px;}
	#welcome { background:url("../images/welcome-bg.jpg") repeat-y;}
	#welcome-bottom{ background:url("../images/welcome-bottom.jpg") bottom no-repeat; padding-bottom:30px}
	#welcome p, #welcome h1 { margin:0 170px 10px 42px;}
	 
	#why { background:url("../images/col-right-why.jpg") no-repeat; height:98px;} 
	#cosmetic { background:url("../images/col-right-cosmetic.jpg") no-repeat; height:98px;} 
	 
	#members { background:url("../images/col-right-member.jpg") no-repeat; height:20px;}
	#logos { background:url("../images/logos.jpg") no-repeat; height:106px;}
	 
	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.gif") 0px 5px no-repeat;
			padding-left:15px;  /* pushes text to the right to display bg img */
			}

	
#column-right-sub {
	width:564px;
	float:left;
	}
	
	#column-right-sub p, #column-right-sub h1, #column-right-sub h2, #column-right-sub h3, #column-right-sub ul {
		margin:0 30px 10px 22px;
		}
	
	#column-right-sub form { margin-left:10px;}
	
	#column-right-sub ul { padding-left:5px; }
		#column-right-sub ul li { 
			background:transparent url("../images/bullet.gif") 0px 5px no-repeat;
			padding-left:15px;  /* pushes text to the right to display bg img */
			}
	#logos-sub { background:url("../images/logos-sub.jpg") no-repeat; height:113px;}
	
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:82px;
	clear:both;
	width:100%; /* fix for Safar */
	}
	
#bottom-wrap-sub {
	background:url("../images/bottom-wrap-sub.jpg");
	height:51px;
	clear:both;
	width:100%; /* fix for Safar */
	}

/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { height:80px; } /* sets height for all subheads */

	body#index #subhead { 
		background:url("../images/subhead-index.jpg"); 
		height:50px;
		padding:30px 50px 0 0;
		text-align:right;
		}
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#meet #subhead { background:url("../images/subhead-dr.jpg"); }
	body#cosmetics #subhead { background:url("../images/subhead-cosmetic.jpg"); }
	body#implants #subhead { background:url("../images/subhead-implants.jpg"); }
	body#laser #subhead { background:url("../images/subhead-laser.jpg"); }
	body#general #subhead { background:url("../images/subhead-general.jpg"); }
	body#sedation #subhead { background:url("../images/subhead-sedation.jpg"); }
	body#gallery #subhead { background:url("../images/subhead-gallery.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }


/* ----- subhead framework with varying heights ----- */

#subhead-meet-doc {
	height:55px;
	background:url("../images/subhead-meet-doc.jpg") ;
	}


/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:753px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#660000;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#660000; text-decoration:none }

#footer a:hover, #footer a:active { color:#660000; text-decoration:underline }

#footer ul {margin:10px 0;}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px;
	display: inline;
	border-left: 1px solid #660000;
	}

	#footer li.first { border: none; }

/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:753px; 
	height:17px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:17px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; }

#nav-01 { width: 130px; margin-left: 26px;}
#nav-02 { width: 129px;}
#nav-03 { width: 111px;}
#nav-04 { width: 107px;}
#nav-05 { width: 123px;}
#nav-06 { width: 92px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -26px -17px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -156px -17px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -285px -17px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -396px -17px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -503px -17px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -626px -17px 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:#DAC6A5;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	font-weight:bold;
	font-size:.9em;
	}

#nav li ul li { 
	height:20px; 				/* Height of each drop down nav item */
	border:1px solid #CBA7A7;
	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;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	font-weight:bold;
	color:#330000;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-02 ul a:hover, #nav-05 ul a:hover { 
	background-image:none;
	background-color:#FBF9F1;
	color:#330000;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li { width:85px; }		
#nav-05 ul, #nav-05 li { width:120px; }		
/* gallery index link */

#ba_header {
	position:relative;
	background:url("../gallery/ba_header.gif");
	height:67px;
	}
	/* index page link within #masthead */		
	#ba_header a {	
		position:absolute;
		left:0px;
		width:550px;
		top:0px;
		height:67px; 
		}
	#ba_header a span {
		display:none;
		}
		
		
		
		
/* Top Horizontal Navigation
 * ------------------------------------------------------------------------- */

#top-nav { 
	background:url("../images/top-nav.jpg") no-repeat; 
	width:753px; 
	height:36px; 
	margin:0;
	padding:0; 
	}

#top-nav span { display: none; }

#top-nav li, #top-nav a { height:36px; display:block; } /* change height here also */

#top-nav li { float:left; list-style:none; _display:inline; }

#top-nav-01 { width: 51px; margin-left: 457px;}
#top-nav-02 { width: 74px;}
#top-nav-03 { width: 91px;}
#top-nav-04 { width: 80px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#top-nav-01 a:hover { background:url("../images/top-nav.jpg") -457px -36px no-repeat; }
#top-nav-02 a:hover { background:url("../images/top-nav.jpg") -508px -36px no-repeat; }
#top-nav-03 a:hover { background:url("../images/top-nav.jpg") -582px -36px no-repeat; }
#top-nav-04 a:hover { background:url("../images/top-nav.jpg") -673px -36px no-repeat; }


