/*--------------------- 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:#1D2C55 top repeat-x;
	text-align:center; 
	font:11px/18px Arial, Helvetica, sans-serif; 
	color:#ffffff;
	}

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

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

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

a:link,a:visited	{ color:#ffffff; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#ffffff; text-decoration:none; 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/bullet-back-to-top.jpg") right no-repeat;
	}
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 60px; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}

	
/* ----- 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:#ffffff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #003366;
	color:#003366;
	width:142px; /* 5 pixles smaller than form width !important */
	height:16px;
	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:147px; padding:0; } /* same width as form - !important */

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

#contact-business { display: none; } /* do not remove */ 


/* ----- 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:175px; height: 20px;}
	
#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 243px; }


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

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:760px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:90px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:0px;
		width:0px;
		top:0px;
		height:0px; 
		}
	#masthead a span {
		display:none;
		}

/* ----- column-left ----- */

#column-left {
	width:555px;
	float:left;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0 55px 10px 60px;
		}
	#column-left form { margin-left:30px; }
	
	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 5px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			}
		#column-left ul li.indent { 
			background:transparent url("../images/bullet.jpg") 0px 5px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			margin-left: 25px;
			}
	/* multi column list */
	#column-left ul.multi { padding-left:5px; } 
		#column-left ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}
	
	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-left dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
	#featured-procedure {
		background: url("../images/featured-procedure.jpg") top no-repeat;
		height: 67px;
		}

	#thermacool {
		background: url("../images/tc-bottom-dr.jpg") top no-repeat;
		height: 291px;
		position: relative;
		}
	#thermacool p {margin: 0 70px 10px 160px;}
	#thermacool p.therm {
		margin:0 0 0px 85px;
		padding-top: 27px;
		font-weight:bold;
		}
			#thermacool a{
				position: absolute;
				left: 422px;
				width: 85px;
				top: 157px;
				height: 30px;
				}
	#meet-dr {
		background: url("../images/dr-wrap.jpg") repeat-y;
		}
		#meet-dr p, #meet-dr a, #meet-dr h2 {color: #1D2C55;}
/* ----- column-right ----- */

#column-right {
	width:205px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 28px 10px 26px;
		}
		#column-right p, #column-right a:link, #column-right a:visited, #column-right a:hover, #column-right a:active, #column-right form label	{color:#1D2C55;}
		
	#column-right form { margin-left:26px; }
	 
	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-right ul.multi { padding-left:5px; } 
		#column-right ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}
	
	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
	#call-us-contact {
		background: url("../images/call-us-contact.jpg") top no-repeat;
		height:235px;
		}
	body#contact #call-us-contact, body#cthankyou #call-us-contact {
		background: url("../images/call-us-visit.jpg") top no-repeat;
		height:170px;
		}
	#push-to-talk-address {
		background: url("../images/btn-ptt-address.jpg") top no-repeat;
		height:150px;
		position:relative;
		}
		#push-to-talk-address a {
			position: absolute;
			left: 10px;
			width: 180px;
			top: 10px;
			height: 70px;
			}		
		
	#map {
		background: url("../images/btn-map.jpg") top no-repeat;
		position: relative;
		height:179px;
		}
		#map a {
			position: absolute;
			left: 25px;
			width: 150px;
			top: 15px;
			height: 145px;
			}		
/* ----- bottom-wrap ----- */
 
body#index #bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:25px;
	clear:both;
	width:100%; /* fix for Safar */
	}

#bottom-wrap {
	background:url("../images/bottom-wrap-inside.jpg");
	height:50px;
	clear:both;
	width:100%; /* fix for Safar */
	}
/* header framework
 * ------------------------------------------------------------------------- */

#header-flash { height:260px; background: url("../images/bkgrnd.jpg") no-repeat; } /* sets height for the flash header - REMOVE IF NOT USED */
#header-graphic { height:260px; } /* sets height for all non-flash headers */

	body#about #header-graphic { background:url("../images/header-01.jpg"); }
	body#facelift #header-graphic { background:url("../images/header-07.jpg"); }
	body#nose #header-graphic { background:url("../images/header-07.jpg"); }
	body#forehead #header-graphic { background:url("../images/header-07.jpg"); }
	body#eyelid #header-graphic { background:url("../images/header-07.jpg"); }
	body#facial #header-graphic { background:url("../images/header-07.jpg"); }
	body#therm #header-graphic { background:url("../images/header-03.jpg"); }
	body#non-surg #header-graphic { background:url("../images/header-04.jpg"); }
	body#skin #header-graphic { background:url("../images/header-06.jpg"); }
	body#contact #header-graphic { background:url("../images/header-08.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-08.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-01.jpg"); }

/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { height:108px; } /* sets height for all subheads */

	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#facelift #subhead { background:url("../images/subhead-facelift.jpg"); }
	body#nose #subhead { background:url("../images/subhead-nose.jpg"); }
	body#forehead #subhead { background:url("../images/subhead-forehead.jpg"); }
	body#eyelid #subhead { background:url("../images/subhead-eyelid.jpg"); }
	body#facial #subhead { background:url("../images/subhead-facial.jpg"); }
	body#therm #subhead { background:url("../images/subhead-therm.jpg"); }
	body#non-surg #subhead { background:url("../images/subhead-non-surg.jpg"); }
	body#skin #subhead { background:url("../images/subhead-skin.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }



/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	background: url("../images/footer-wrap.jpg") repeat-y;
	width:760px;
	margin:0 auto;
	text-align:center;
	padding: 10px 0 10px 0;
	font-size: 1.1em;
	}

#footer p {
	color:#1D2C55;
	margin:0 20px 10px 20px;
	}

#footer a:link, #footer a:visited { color:#1D2C55; }

#footer a:hover, #footer a:active { color:#1D2C55; }

#footer ul {margin-bottom:10px;}

#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 #1D2C55;
	}

	#footer li.first { border: none; }
	

/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:760px; 
	height:32px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

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

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

#nav-01 { width: 60px; margin-left: 10px;}
#nav-02 { width: 102px;}
#nav-03 { width: 69px;}
#nav-04 { width: 84px;}
#nav-05 { width: 123px;}
#nav-06 { width: 129px;}
#nav-07 { width: 90px;}
#nav-08 { width: 83px;}

/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -10px -32px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg")  -70px -32px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -172px -32px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -241px -32px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -325px -32px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -448px -32px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -577px -32px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -667px -32px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg")   -10px -32px no-repeat; }
body#about #nav-02 { background:url("../images/nav.jpg")   -70px -32px no-repeat; }
body#facelift #nav-03 { background:url("../images/nav.jpg") -172px -32px no-repeat; }
body#forehead #nav-03 { background:url("../images/nav.jpg") -172px -32px no-repeat; }
body#eyelid #nav-03 { background:url("../images/nav.jpg") -172px -32px no-repeat; }
body#nose #nav-03 { background:url("../images/nav.jpg") -172px -32px no-repeat; }
body#facial #nav-04 { background:url("../images/nav.jpg") -241px -32px no-repeat; }
body#therm #nav-05 { background:url("../images/nav.jpg") -325px -32px no-repeat; }
body#non-surg #nav-06 { background:url("../images/nav.jpg") -448px -32px no-repeat; }
body#skin #nav-07 { background:url("../images/nav.jpg") -577px -32px no-repeat; }
body#contact #nav-08 { background:url("../images/nav.jpg") -667px -32px 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:#ECEEFD;	/* 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 #21325D;
	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;
	color:#21325D;
	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 { 
	background-image:none;
	background-color:#CACFF9;
	color:#21325D;
	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:90px; }		

.drphoto {
	float:right;
	border:3px solid #1A2C56;
	display:_inline;
	margin: 0 20px 10px 10px;
}
	