/*--------------------- 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
 ---------------------------------------------------------------------------- 
*/

/* Gallery On-page layout
 * ------------------------------------------------------------------------------------- */

#wrap-gallery {
	width:475px;
	margin:0;
	padding: 0;
	margin-left:15px;        
	}

#procedure-list ul { padding-left:0px; } 
		#procedure-list ul li { 
			background:transparent url("../images/bullet.gif") 0px 10px no-repeat;
			padding-left:0px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
            font-weight:bold;
			}
			
#procedure-subhead { /* DO NOT change the name of this id.  It is linked to the ../gallery/gallery.php page */
	height:0px;
	margin:55px 0px 0 10px;
	float:right;
	}
	
	#procedure-subhead p.h1 {
		padding:0;
		margin:0;
		text-align:left;
		font-size:1.2em;
		font-weight:bold;
		color:#8C0F0D;
		}
	
#nav-gallery {
	width:300px;
	float:left;
        margin-left:5px;	

}
	
#selection {
        margin-top:30px;
        margin-right:100px;

	width:150px;
	float:left;
	}

	#selection select {
		background-color:#8C0F0D !important; /* to prevent highlighting by Google Toolbar */
		border:1px solid #B4790C;
		color:#FAE1A1;
		width:145px; /* 5 pixles smaller than form width !important */
		height:22px;
		line-height:22px;
		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;
		}

#case {
	margin:0 auto;
	}

#caption p {
	margin:0 20px 10px 20px;
	text-align:center;
	font-size:1.2em;
	font-weight:bold;	
	}

/* 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:#962524 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#4F0C0C;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:1.2em; color:#4F0C0C; }
h2	{ font-size:1.1em; color:#4F0C0C; }
h3	{ font-size:1.0em; color:#4F0C0C; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited,a:active	{ color:#4F0C0C; text-decoration:underline; outline:none; }
a:hover { color:#962524; 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-top.gif") right no-repeat;
	font-size:.95em;
	}
	
img.img-left { 
	float:left; 
	margin:4px 10px 4px 0px; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}
img.btn { margin:0 0 0 5px;}
img.more { margin:0px 0 0 5px; vertical-align:bottom}

	
/* ----- 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 #C19D49;
	color:#4F0C0C;
	width:172px; /* 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:.95em;
	}
	
select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:90px; 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:195px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select { width:200px; }
	
#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; }



/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:732px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg") no-repeat;
	height:110px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:22px;
		width:313px;
		top:15px;
		height:71px; 
		}
	#masthead a span {
		display:none;
		}

/* ----- column-left ----- */

#column-left {
	width:519px;
	float:left;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0 20px 10px 20px;
		}
	#column-left form { margin-left:0px; }
	
	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.gif") 0px 3px no-repeat;
			padding-left:15px; /* pushes text to the right to display bg img */
			}

	#imagine { background:url("../images/imagine.jpg") no-repeat; height:154px; margin-top:20px;}
	#imagine p { padding:100px 170px 0px 52px; color:#FCEDCA;}
	
	#meet { background:url("../images/subhead-index-meet.jpg") no-repeat; height:64px}
	
	h3.doc { margin:0; padding:20px 0 0px 0;}
/* ----- column-right ----- */

body#index #column-right {
	background:url("../images/bg-index-blank.jpg") no-repeat;
	width:213px;
	float:left;
	padding-top:74px;
	}

#column-right {
	background:url("../images/col-right-offering.jpg") no-repeat;
	width:213px;
	float:left;
	padding-top:74px;
	}
	

	
/*
body#contact #column-right {
	background:url("../images/col-right-locate.jpg") no-repeat;
	width:213px;
	float:left;
	padding-top:70px;
	}
*/
	#column-right p, #column-right h1, #column-right h2, #column-right h3 {
		margin:0 20px 10px 20px;
		}
	#column-right form { margin-left:20px; }
	 
	#procedures { background:url("../images/col-right-procedures.jpg") no-repeat; height:55px;}
	#contact2 { background:url("../images/col-right-contact2.jpg") no-repeat; height:55px;}
	#locate2 { background:url("../images/col-right-locate2.jpg") no-repeat; height:55px;}
	
	
	#map { background:url("../images/img-map.jpg") no-repeat; height:118px; position:relative}
	#map a { position:absolute; left:20px; top:14px; height:92px; width:172px;}
	#map span { display:none;}
	
	#ptt { background:url("../images/img-ptt.jpg") no-repeat; height:97px; position:relative;}
	#ptt a { position:absolute; top:9px; left:20px; height:77px; width:172px;}
	#ptt span { display:none;}
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:38px;
	clear:both;
	width:100%; /* fix for Safar */
	}

	
/* header framework
 * ------------------------------------------------------------------------- */

#header-flash { height:300px; } /* sets height for the flash header - REMOVE IF NOT USED */

#header-graphic { background:url("../images/header-graphic.jpg") top right no-repeat; height:303px; width:479px; float:right } /* sets height for all non-flash headers */
#header-graphic span { display:none}


/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { padding-top:74px; } /* sets height for all subheads */

	body#index #subhead { background:url("../images/subhead-index.jpg") no-repeat; }
	body#about #subhead { background:url("../images/subhead-about.jpg") no-repeat;; }
	body#facelift #subhead { background:url("../images/subhead-facelift.jpg") no-repeat;; }
	body#facial #subhead { background:url("../images/subhead-facial.jpg") no-repeat;; }
	body#breast-aug #subhead { background:url("../images/subhead-breast-aug.jpg") no-repeat;; }
	body#breast #subhead { background:url("../images/subhead-breast.jpg") no-repeat;; }
	body#body-c #subhead { background:url("../images/subhead-body.jpg") no-repeat;; }
	body#non-surgical #subhead { background:url("../images/subhead-non-surgical.jpg") no-repeat;; }
	body#hair #subhead { background:url("../images/subhead-hair.jpg") no-repeat;; }
	body#gallery #subhead { background:url("../images/subhead-gallery.jpg") no-repeat;; }
	body#contact #subhead { background:url("../images/subhead-contact.jpg") no-repeat;; }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg") no-repeat;; }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg") no-repeat;; }



/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:732px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#FCE8B6;
	margin:10px 0 10px 0;
	}

#footer a:link, #footer a:visited, #footer a:active { color:#FCE8B6; text-decoration:none }

#footer a:hover { color:#FCE8B6; text-decoration:underline; }

#footer ul {margin-top: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 #FCE8B6;
	}

	#footer li.first { border: none; }


/* Vertical Sprite Nav
 * ------------------------------------------------------------------------- */

#nav {
	background:url("../images/nav.jpg") top left no-repeat;					
	width:253px;		/* Width of buttons, not entite image (or half of entire image) */
	height:303px;		/* Height of entire image */
	margin:0;
	padding:0;
	float:left;
	}

#nav li span { display: none; }

#nav li {
	float:left;
	list-style:none;
	}

#nav li, #nav a { 
	height:24px;			/* Each button must have the same height, define it here */
	display:block;
	}


/* margin-top if there is a spacing between each nav button */
#nav-01, #nav-02, #nav-03, #nav-04, #nav-05, #nav-06, #nav-07, #nav-08, #nav-09, #nav-10, #nav-11 { margin-top:0px; width:253px; }

#nav-01 a:hover { background:url("../images/nav.jpg") -253px  -0px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -253px  -24px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -253px  -48px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -253px  -72px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -253px -96px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -253px -120px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -253px -144px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -253px -168px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -253px -192px no-repeat; }
#nav-10 a:hover { background:url("../images/nav.jpg") -253px -216px no-repeat; }
#nav-11 a:hover { background:url("../images/nav.jpg") -253px -240px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#SPECIFY #nav-01 { background:url("../images/nav.gif") -100px  -15px no-repeat; }
body#SPECIFY #nav-02 { background:url("../images/nav.gif") -100px  -30px no-repeat; }
body#SPECIFY #nav-03 { background:url("../images/nav.gif") -100px  -60px no-repeat; }
body#SPECIFY #nav-04 { background:url("../images/nav.gif") -100px  -90px no-repeat; }
body#SPECIFY #nav-05 { background:url("../images/nav.gif") -100px -120px no-repeat; }
body#SPECIFY #nav-06 { background:url("../images/nav.gif") -100px -150px no-repeat; }





/* Vertical Sprite Nav --- THIS IS THE ONE IN THE RIGHT COLUMN
 * ------------------------------------------------------------------------- */
	
#nav-right {
	background:url("../images/nav-right.jpg") top left no-repeat;					
	width:213px;		/* Width of buttons, not entite image (or half of entire image) */
	height:439px;		/* Height of entire image */
	margin:0;
	padding:0;
	}

#nav-right li span { display: none; }

#nav-right li {
	float:left;
	list-style:none;
	}

#nav-right li, #nav-right a { 
	height:61px;			/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#nav-right-01 { margin-top:0px; width:213px; }

/* margin-top if there is a spacing between each nav button */
#nav-right-02, #nav-right-03, #nav-right-04, #nav-right-05, #nav-right-06, #nav-right-07 { margin-top:2px; width:213px; }

#nav-right-01 a:hover { background:url("../images/nav-right.jpg") -213px  -0px no-repeat; }
#nav-right-02 a:hover { background:url("../images/nav-right.jpg") -213px  -63px no-repeat; }
#nav-right-03 a:hover { background:url("../images/nav-right.jpg") -213px  -126px no-repeat; }
#nav-right-04 a:hover { background:url("../images/nav-right.jpg") -213px  -189px no-repeat; }
#nav-right-05 a:hover { background:url("../images/nav-right.jpg") -213px -252px no-repeat; }
#nav-right-06 a:hover { background:url("../images/nav-right.jpg") -213px -315px no-repeat; }
#nav-right-07 a:hover { background:url("../images/nav-right.jpg") -213px -378px no-repeat; }


#logos {
	position:relative;
	background:url("../images/logos.gif") no-repeat;
	height:130px;
	margin-left:25px;
	}

	#logos a.ishrs {	
		position:absolute;
		left:0;
		width:167px;
		height:130px; 
		}
		
	#logos a.asps {	
		position:absolute;
		left:222px;
		width:157px;
		height:130px; 
		}
