/*--------------------- 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;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body {
	background:#2D0000 url("../images/bg-body.jpg") top repeat-x;
	color:#333333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	}

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

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

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



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

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

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

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

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

.hr {
	height:9px;
	background:url("../images/hr-dotted.jpg") no-repeat;
	margin-top:27px;
	padding-bottom:21px;
	}

.learn-more { position:absolute; top:253px; left:65px;}
.learn-more2 { position:absolute; top:253px; left:230px;}
.learn-more3 { position:absolute; top:253px; left:395px;}
.learn-more4 { position:absolute; top:253px; left:509px;}

p.bna { padding:0 0 0 31px; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	

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

input, textarea, select { 
	background-color:#FAF4E8 !important;
	border:1px solid #BAA16D;
	color:#563728;
	width:200px;
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px;
	padding-top:1px;
	padding-left:4px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

select { width:200px; padding:0; }

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

#contact_business { display: none; }


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

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

#contact-main label { 
	width:200px; 
	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; }

#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 {
	width:814px;
	margin:0 auto;
	background-repeat: repeat-y;
	background-color: #F2E3C6;
	}
	
#wrap-bottom {
	width:814px;
	margin:0 auto;
	background-image: url(bg-wrap.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	}

/* ------------------------ masthead framework ------------------------ */
#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;
		}


/* ------------------------ procedure-overview NAV framework ------------------------ */

#procedure-overview {
	width:814px;
	height:300px;
	margin:0;
	padding:0;
	position:relative;
	background-image: url(procedure-overview.gif);
	background-repeat: no-repeat;
	}

#procedure-overview p {width:130px; margin-right:15px; padding-top:60px; padding-left:20px; float:left;}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:570px;
	float:left;
	}

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

#column-left form {
	padding-left:21px;
	}

	/* multi column list */
	#column-left ul { padding-left:15px; padding-right:10px; } 
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0 3px no-repeat;
			padding-left:12px;  /* pushes text to the right to display bg img */
			margin-bottom: 3px;
			}
		#column-left ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0 3px no-repeat;
			padding-left:12px;  /* pushes text to the right to display bg img */
			float: left;
			width: 160px;
			}



	/* Homepage Capital One Box */

	#capital-one {
		height:271px;
		background:url("../images/capital-one.jpg") no-repeat;
		position:relative;
		}
		#capital-one p {
		padding:0px 50px 0px 20px;
		}
		#capital-one p.top {
		padding:100px 50px 0px 20px;
		}
			#column-left #capital-one ul { padding-left:25px; padding-right:10px; } 
			#column-left #capital-one ul li { 
				background:transparent url("../images/bullet-lt.jpg") 0 3px no-repeat;
				padding-left:12px;  /* pushes text to the right to display bg img */
				}

		#capital-one a {
		position:absolute;
		height:30px;
		width:145px;
		margin:25px 50px 0 30px;
		}


	#financing {
		height:104px;
		background:url("../images/fin-bttn.jpg") no-repeat;
		position:relative;
		}

		#financing a {
		position:absolute;
		height:40px;
		width:200px;
		margin:20px 50px 0 20px;
		}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:244px;
	float:left;
	padding-bottom:125px;
	}

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

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

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-right ul { padding-left:5px; } 
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}

#logo-asps {
	height:620px;
	background:url("../images/logo-asps.gif") no-repeat;
	}

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

#header-graphic { height:218px; z-index:9; } /* sets height for all non-flash headers */

	body#index #header-graphic {
	background-image: url(header-index.jpg);
}
	body#about #header-graphic { background:url("../images/header-sub.jpg"); }
	body#patient-education #header-graphic { background:url("../images/header-sub.jpg"); }
	body#face #header-graphic { background:url("../images/header-sub.jpg"); }
	body#breast #header-graphic { background:url("../images/header-sub.jpg"); }
	body#body #header-graphic { background:url("../images/header-sub.jpg"); }
	body#contact #header-graphic { background:url("../images/header-sub.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-sub.jpg"); }
	body#botox #header-graphic { background:url("../images/header-sub.jpg"); }
	body#skin #header-graphic { background:url("../images/header-sub.jpg"); }
	body#tummy #header-graphic { background:url("../images/header-sub.jpg"); }
	body#tummy-surgery #header-graphic { background:url("../images/header-sub.jpg"); }
	body#tummy-gallery #header-graphic { background:url("../images/header-sub.jpg"); }
	body#tummy-faq #header-graphic { background:url("../images/header-sub.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-sub.jpg"); }
	body#rhinoplasty #header-graphic { background:url("../images/header-sub.jpg"); }
	body#lipo-overview #header-graphic { background:url("../images/header-sub.jpg"); }
	body#lipo-surgery #header-graphic { background:url("../images/header-sub.jpg"); }
	body#lipo-gallery #header-graphic { background:url("../images/header-sub.jpg"); }
	body#lipo-faq #header-graphic { background:url("../images/header-sub.jpg"); }
	body#facelift-surgery #header-graphic { background:url("../images/header-sub.jpg"); }
	body#facelift-overview #header-graphic { background:url("../images/header-sub.jpg"); }
	body#facelift-gallery #header-graphic { background:url("../images/header-sub.jpg"); }
	body#facelift-faq #header-graphic { background:url("../images/header-sub.jpg"); }
	body#breast-surgery #header-graphic { background:url("../images/header-sub.jpg"); }
	body#breast-reduction #header-graphic { background:url("../images/header-sub.jpg"); }
	body#breast-lift #header-graphic { background:url("../images/header-sub.jpg"); }
	body#breast-gallery #header-graphic { background:url("../images/header-sub.jpg"); }
	body#breast-faq #header-graphic { background:url("../images/header-sub.jpg"); }

	/* index page link within #masthead */		
		#header-graphic a {	
			position:absolute;
			left:45px;
			width:283px;
			top:32px;
			height:57px; 
			}
		#header-graphic a span {
			display:none;
			}

/* ------------------------ subhead framework ------------------------ */
#subhead { height:54px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/title-welcome.jpg");}
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#patient-education #subhead { background:url("../images/subhead-patient-education.jpg"); }
	body#face #subhead { background:url("../images/subhead-face.jpg"); }
	body#breast #subhead { background:url("../images/subhead-breast-overview.jpg"); }
	body#body #subhead { background:url("../images/subhead-body.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact-us-main.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#botox #subhead { background:url("../images/subhead-botox.jpg"); }
	body#skin #subhead { background:url("../images/subhead-skin-rejuvenation.jpg"); }
	body#tummy #subhead { background:url("../images/subhead-tummy-overview.jpg"); }
	body#tummy-surgery #subhead { background:url("../images/subhead-tummy-surgery.jpg"); }
	body#tummy-gallery #subhead { background:url("../images/subhead-tummy-gallery.jpg"); }
	body#tummy-faq #subhead { background:url("../images/subhead-tummy-faq.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }
	body#rhinoplasty #subhead { background:url("../images/subhead-rhinoplasty.jpg"); }
	body#lipo-overview #subhead { background:url("../images/subhead-lipo-overview.jpg"); }
	body#lipo-surgery #subhead { background:url("../images/subhead-lipo-surgery.jpg"); }
	body#lipo-gallery #subhead { background:url("../images/subhead-lipo-gallery.jpg"); }
	body#lipo-faq #subhead { background:url("../images/subhead-lipo-faq.jpg"); }
	body#facelift-surgery #subhead { background:url("../images/subhead-facelift-surgery.jpg"); }
	body#facelift-overview #subhead { background:url("../images/subhead-facelift-overview.jpg"); }
	body#facelift-gallery #subhead { background:url("../images/subhead-facelift-gallery.jpg"); }
	body#facelift-faq #subhead { background:url("../images/subhead-facelift-faq.jpg"); }
	body#breast-surgery #subhead { background:url("../images/subhead-breast-surgery.jpg"); }
	body#breast-reduction #subhead { background:url("../images/subhead-breast-red.jpg"); }
	body#breast-lift #subhead { background:url("../images/subhead-breast-lift.jpg"); }
	body#breast-gallery #subhead { background:url("../images/subhead-breast-gallery.jpg"); }
	body#breast-faq #subhead { background:url("../images/subhead-breast-faq.jpg"); }

/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-welcome {
	width:387px;
	height:35px;
	background-image: url(title-welcome.jpg);
	background-repeat: no-repeat;
	}

#subhead-bandaid {
	width:387px;
	height:35px;
	background:url("../images/title-bandaid-facelift.jpg") no-repeat;
	}
	
#subhead-meet {
	width:387px;
	height:35px;
	background:url("../images/title-meet.jpg") no-repeat;
	}

/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:37px;
	background:url("../images/title-contact.jpg") no-repeat;
	}

#video-website {
	padding-top: 122px;
	background: #ecd9b3 url(../images/video-website-bkgd-sub.jpg) top left no-repeat;
	}
	
body#index #video-website {
	padding-top: 0px;
	background: #ecd9b3 url(../images/video-website-bkgd-index.jpg) top left no-repeat;
	}
	
#vms-lightwindow-link {
	display: none;
	}

#index-bna {
	height:192px;
	background:url("../images/index-bna.jpg");
	margin-bottom: 10px;
	}
	/* index page link within #masthead */		
		#index-bna a {	
			position:absolute;
			width:137px;
			height:36px;
			margin:136px 0px 0px 55px;
			}
		#index-bna a span {
			display:none;
			}
#sub-bna {
	position: relative;
	height:198px;
	background:url("../images/sub-bna.jpg") ;
	}
	/* index page link within #masthead */		
		#sub-bna a {
	position:absolute;
	width:151px;
	height:36px;
	margin:256px 0px 0px 55px;
	left: -5px;
	top: -115px;
			}
		#sub-bna a span {
			display:none;
			}

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

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

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

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

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

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

/* ------------------------ horizontal sprite nav ------------------------ */
#nav {
	width:814px;
	height:60px;
	margin:0;
	padding:0;
	background-image: url(nav.jpg);
	background-repeat: no-repeat;
	}

#nav span { display: none; }

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

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

#nav-01 { width: 112px; margin-left:0px;}
#nav-02 { width: 115px; margin-left:1px;}
#nav-03 { width: 80px; margin-left:1px;}
#nav-04 { width: 173px; margin-left:1px;}
#nav-05 { width: 97px; 	margin-left:1px;}
#nav-06 { width: 87px; 	margin-left:1px;}
#nav-07 { width: 126px; margin-left:1px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover {
	background-image: url(nav.jpg);
	background-repeat: no-repeat;
	background-position: 0px -60px;
}
#nav-02 a:hover {
	background-image: url(nav.jpg);
	background-repeat: no-repeat;
	background-position: -113px -60px;
}
#nav-03 a:hover {
	background-image: url(nav.jpg);
	background-repeat: no-repeat;
	background-position: -229px -60px;
}
#nav-04 a:hover {
	background-image: url(nav.jpg);
	background-repeat: no-repeat;
	background-position: -310px -60px;
}
#nav-05 a:hover {
	background-image: url(nav.jpg);
	background-repeat: no-repeat;
	background-position: -484px -60px;
}
#nav-06 a:hover {
	background-image: url(nav.jpg);
	background-repeat: no-repeat;
	background-position: -582px -60px;
}
#nav-07 a:hover {
	background-image: url(nav.jpg);
	background-repeat: no-repeat;
	background-position: -670px -60px;
}

/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
/* ------------------------ 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:#F2E3C6;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	z-index:9999;
	}

#nav li ul li { 
	height:22px; /* Height of each drop down nav item */
	border-bottom:1px solid #A09479;
	border-right:1px solid #A09479;
	border-left:1px solid #A09479;
	background:#F2E3C6;
	}

#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:11px;
	color:#4C4823;
	text-decoration:none;
	font-weight:normal;
	}

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

/* Hover styles for drop down items */
#nav-04 ul a:hover, #nav-05 ul a:hover, #nav-06 ul a:hover { 
	color:#4C4823;
	text-decoration:none;
	font-weight:normal;
	background:#F3ECDA;
	}

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