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

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

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

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

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

img.img-article { 
	margin-left:4px; 
	}


.top-text {margin-bottom:-350px; }


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

form {
	width:140px;
	margin:10px 0px 15px 0px;
	}

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 #1B4259;
	color:#000;
	width:135px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:3px; /* 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:60px; 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:170px; }
	
#contact-main label textarea { height:100px; overflow:auto; }

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


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

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

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/submit-btn.jpg");
	width:48px;
	height:16px;
	border:none;
	cursor:pointer;
	}


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

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:775px;
	margin:0 auto;
	text-align:left;
	}

#sub-wrap {
	background:url("../images/sub-wrap-repeat.jpg") repeat-y;
	width:775px;
	margin:0 auto;
	text-align:left;
	}


#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:89px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:242px;
		width:493px;
		top:14px;
		height:75px; 
		}
	#masthead a span {
		display:none;
		}

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

#column-left {
	width:232px;
	float:left;
	}
	
	#column-left p {
		color:#172641;
		margin:10px 30px 10px 52px;
		font-size:11px;
		}
	#column-left form { margin-left:52px; }

#main-fax {
	background:url("../images/title-main-fax.jpg");
	height:85px;
	}

#bg-contact {
	background:url("../images/bg-column-left-contact.jpg");
	height:530px;
	margin-top:-12px;
	}

#asps {
	background:url("../images/asps.jpg");
	height:118px;
	}
#asaps {
	background:url("../images/asaps.jpg");
	height:98px;
	}
#aaaasf {
	background:url("../images/aaaasf.jpg");
	height:94px;
	}
#acs{
	background:url("../images/acs.jpg") no-repeat;
	height:229px;
	}
	
#title-media-articles {
	background:url("../images/title-media-articles.gif") no-repeat;
	height:81px;
	}
/* ----- mid-column ----- */

#mid-column {
	width:316px;
	float:left;
	}	
	#mid-column p.top-ha {
			color:#fff;
			padding-top:15px;
			margin:5px 25px 0px 25px;
			font-size:1.2em;
			font-weight:bold;
			color:#fff;	
			}
	#mid-column p {
			color:#fff;
			margin:5px 25px 0px 25px;		
			padding-top:15px;	
			}
	#mid-column p.hb 	{ font-size:1.1em; color:#182C56; font-weight:bold; }
	#mid-column p.hc	{ font-size:1.0em; color:#182C56; font-weight:bold; }


#text-box {
	background:url("../images/bg-mid-txt-box-top.jpg");
	height:308px;
	margin-bottom:-300px;
	}
	#mid-column #box-content {
			width:316px;
			margin-top:-300px;
			}
#text-box-repeat {
	background:url("../images/bg-mid-txt-box-top-repeat.jpg") repeat-y;
	}
#text-box-footer {
	background:url("../images/mid-txt-box-footer.jpg");
	height:70px;
	}
	#text-box-footer a {	
		position:absolute;
		margin:0px 0px 0px 191px;
		width:96px;
		height:27px; 
		}
	#text-box-footer a span {
		display:none;
		}
	
	
#now-offering {
	background:url("../images/mid-now-offering.jpg");
	height:649px;
	}
	#mid-column #now-content {
			width:316px;
			margin-top:-500px;
			}

#bg-now-offering {
	background:url("../images/bg-mid-now-offering-text.jpg") repeat-y;
	}
		#bg-now-offering p {
		color:#172641;
		margin:0px 25px;
		padding-bottom:10px;
		}
		
/* ----- column-right ----- */

#column-right {
	width:227px;
	float:left;
	}
#procedure-btns {
	background:url("../images/column-left-procedure-btns2.jpg") no-repeat;
	height:427px;
	}
#so-plastic-surgery {
	background:url("../images/column-left-plastic-surgery.jpg");
	height:186px;
	}
	#so-plastic-surgery a {	
		position:absolute;
		margin:12px 0px 0px 28px;
		width:148px;
		height:134px; 
		}
	#so-plastic-surgery a span {
		display:none;
		}

#hypo2 {
	background:url("../images/hypo2-bttn.jpg");
	height:200px;
	}
	#hypo2 a {	
		position:absolute;
		margin:12px 0px 0px 28px;
		width:148px;
		height:134px; 
		}
	#hypo2 a span {
		display:none;
		}

#column-right #media {
	background:url("../images/column-left-media.jpg") no-repeat;
	height:496px;
	}
		
	
	#column-right #media-content {
		width:227px;
		margin-top:-435px;
		}
	#column-right #media-content p {
	color:#172641;
	margin:15px 45px 0px 18px;
	}
	#column-right #media-content p.btn-read-more { margin-right:0; }
	#column-right #media-content p.btn-read-more img { margin-left:85px; }

dl.mag-buttons {
	margin-left:13px;
	margin-top:10px;
	}
dl.mag-buttons dt {
	background:url("../images/bg-mag-buttons.jpg") repeat-y;
	padding:5px 4px;
	font-weight:bold;
	}
dl.mag-buttons dd {
	margin-bottom:5px;
	}
dl.mag-buttons dt a:link, dl.mag-buttons dt a:visited	{ color:#fff; text-decoration:none; }
dl.mag-buttons dt a:hover, dl.mag-buttons dt a:active	{ color:#fff; text-decoration:underline; }
.read-more { margin-left:85px; }
/* ----- column-right ----- */

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

#sub-column-right-bg {
	background:url("../images/sub-column-right-bg.jpg");
	width:543px;
	height:995px;
	margin-bottom:-980px;
	
	}

#sub-column-right p{
		color:#172641;
		font-style:normal;
		margin:0px 45px 10px 20px;
		}

	#sub-column-right p.top-ha {
			color:#172641;
			padding-top:20px;
			font-size:1.2em;
			font-weight:bold;
			}

	#sub-column-right p.bottom {
			color:#172641;
				
			}

	#sub-column-right p.ha{
		font-size:1.2em;
		color:#182C56; 
		font-weight:bold;
		}
	#sub-column-right p.hb{
		font-size:1.1em;
		color:#182C56; 
		font-weight:bold;
		}
	#sub-column-right p.hc{
		font-size:1.0em;
		color:#182C56; 
		font-weight:bold; 
		}

	#sub-column-right ul { padding-left:40px; margin-bottom:10px;} 
		#sub-column-right ul li { 
			color:#182C56; 
			background:transparent url("../images/bullet.gif") 0px 6px no-repeat;
			padding-left:20px;  /* pushes text to the right to display bg img */
			}
		#sub-column-right ul li ul { padding-left:0px; }

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

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

#header-graphic {  background:url("../images/header-graphic-02.jpg"); height:220px; } /* sets height for all non-flash headers */


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

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

	body#index #subhead { background:url("../images/subhead.jpg");}
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#breast #subhead { background:url("../images/subhead-breast.jpg"); }
	body#body #subhead { background:url("../images/subhead-body.jpg"); }
	body#face #subhead { background:url("../images/subhead-face.jpg"); }
	body#lips #subhead { background:url("../images/subhead-lips.jpg"); }
	body#medical-spa #subhead { background:url("../images/subhead-medical-spa.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 {
	width:775px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#fff;
	margin:5px 0px 10px 0px;
	}
	
#footer p.ei {
	color:#182C56;
}	

#footer a:link, #footer a:visited { color:#182C56; }

#footer a:hover, #footer a:active { color:#fff; }

#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 #182C56;
	}

	#footer li.first { border: none; }

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

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

#nav span { display: none; }

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

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

#nav-01 { width: 63px; margin-left: 60px;}
#nav-02 { width: 161px;}
#nav-03 { width: 68px;}
#nav-04 { width: 57px;}
#nav-05 { width: 52px;}
#nav-06 { width: 45px;}
#nav-07 { width: 108px;}
#nav-08 { width: 110px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav2.jpg")  -60px -33px no-repeat; }
#nav-02 a:hover { background:url("../images/nav2.jpg") -123px -33px no-repeat; }
#nav-03 a:hover { background:url("../images/nav2.jpg") -284px -33px no-repeat; }
#nav-04 a:hover { background:url("../images/nav2.jpg") -352px -33px no-repeat; }
#nav-05 a:hover { background:url("../images/nav2.jpg") -409px -33px no-repeat; }
#nav-06 a:hover { background:url("../images/nav2.jpg") -461px -33px no-repeat; }
#nav-07 a:hover { background:url("../images/nav2.jpg") -506px -33px no-repeat; }
#nav-08 a:hover { background:url("../images/nav2.jpg") -614px -33px no-repeat; }



/* Vertical Sprite Nav
 * ------------------------------------------------------------------------- */

#nav-right {
	background:url("../images/column-left-procedure-btns2.jpg") top left no-repeat;					
	width:227px;		/* Width of buttons, not entite image (or half of entire image) */
	height:427px;		/* 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:80px;			/* 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:227px; }

/* margin-top if there is a spacing between each nav button */
#nav-right-02, #nav-right-03, #nav-right-04, #nav-right-05 { margin-top:0; width:227px; }




/* width is the same as image width */
#nav-right-01 a:hover { background:url("../images/column-left-procedure-btns2.jpg") -227px  -0px no-repeat; }
#nav-right-02 a:hover { background:url("../images/column-left-procedure-btns2.jpg") -227px  -80px no-repeat; }
#nav-right-03 a:hover { background:url("../images/column-left-procedure-btns2.jpg") -227px  -160px no-repeat; }
#nav-right-04 a:hover { background:url("../images/column-left-procedure-btns2.jpg") -227px  -240px no-repeat; }
#nav-right-05 a:hover { background:url("../images/column-left-procedure-btns2.jpg") -227px  -320px no-repeat; }


