/*--------------------- 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;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}
/* ------------------------ GLOBAL ELEMENTS ------------------------ */
/* ------------------------ type selectors ------------------------ */
html {
	height: 100%;
	background: url(../images/bg.gif);
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: url(../images/top-bg.jpg) repeat-x left top;
	text-align:center; 
	font:12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#563728
}



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; }
a:link,a:visited	{ color:#C5501C; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#C5501C; text-decoration:none; outline: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;
	margin-left:15px;
	padding-bottom:21px;
	}
.learn-more { position:absolute; top:180px; left:65px;}
.learn-more2 { position:absolute; top:180px; left:230px;}
.learn-more3 { position:absolute; top:180px; left:395px;}
.learn-more4 { position:absolute; top:180px; left:560px;}
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 {
	background:url(../images/bg-body.jpg) center repeat-y;
	width:814px;
	margin:0 auto;
	text-align:left;
	}
	
#wrap-bottom {
	background:url("../images/bottom-wrap.jpg") bottom no-repeat;
	width:814px;
	margin:0 auto;
	text-align:left;
	}
	
	
/* ------------------------ masthead framework ------------------------ */

#header-graphic {
	width:814px;
	height:248px;
	margin:0;
	padding:0;
	position:relative;
	background-image: url("../images/header-bg.jpg");
	background-repeat: no-repeat;
	}


#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 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:225px;
	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 {
	background:url("../images/logo-asps.gif") no-repeat;
	}
/* ------------------------ header framework ------------------------ */
/* ------------------------ subhead framework ------------------------ */
#subhead { height:54px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/title-welcome.jpg");}
	body#company #subhead { background:url("../images/company-overview.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 {
	height:35px;
	background:url("../images/welcome.jpg") no-repeat;
	background-position:left;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
	}
#subhead-company {
	height:35px;
	background:url("../images/company-overview.jpg") no-repeat;
	background-position:left;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
	}
	
#subhead-profile {
	height:35px;
	background:url("../images/company-profile.jpg") no-repeat;
	background-position:left;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
	}
#subhead-staff {
	height:35px;
	background:url(../images/the-staff.jpg) no-repeat;
	background-position:left;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
	}
#subhead-clients {
	height:35px;
	background:url(../images/our-clients.jpg) no-repeat;
	background-position:left;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
	}	
	
#subhead-partners {
	height:35px;
	background:url(../images/our-partners.jpg) no-repeat;
	background-position:left;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
	}	
	
#subhead-services {
	height:35px;
	background:url(../images/our-services.jpg) no-repeat;
	background-position:left;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
	}	

#subhead-portfolio {
	height:35px;
	background:url(../images/our-portfolio.jpg) no-repeat;
	background-position:left;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
	}	
#subhead-contact {
	height:35px;
	background:url(../images/contact-us.jpg) no-repeat;
	background-position:left;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
	}		
		
/* ------------------------ 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 {
	height:198px;
	background:url("../images/sub-bna.jpg") ;
	}
	/* index page link within #masthead */		
		#sub-bna a {	
			position:absolute;
			width:137px;
			height:36px;
			margin:256px 0px 0px 55px;
			}
		#sub-bna a span {
			display:none;
			}
/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	width:100%; /* fix for Safar */
	height:14px;
	clear:both; /* important - do not remove */
	}
/* ------------------------footer framework ------------------------ */
#footer {
	width:814px;
	margin:0 auto;
	padding-top:5px;
	text-align:center;
	background-image: url(../images/footer.jpg);
	}
#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 { 
	background:url("../images/nav.jpg") no-repeat; 
	width:814px; 
	height:48px; 
	margin:0;
	padding:0;
	}
#nav span { display: none; }
#nav li, #nav a { height:48px; display:block; } /* change height here also */
#nav li { float:left; list-style:none; _display:inline; position:relative; }
#nav-01 { width: 168px; margin-left:0px;}
#nav-02 { width: 159px; margin-left:1px;}
#nav-03 { width: 154px; margin-left:1px;}
#nav-04 { width: 159px; margin-left:1px;}
#nav-05 { width: 157px; margin-left:1px;}
#nav-06 { width: 168px; 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:url("../images/nav.jpg")  -0px -49px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -169px -49px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -329px -49px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -484px -49px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -644px -49px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -582px -49px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -670px -49px 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:#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-02 ul, #nav-02 li { width:188px; }
#nav-04 ul, #nav-04 li { width:188px; }
#nav-06 ul, #nav-06 li { width:188px; }



/* ------------------------ Table Listing ------------------------ */

#mytable {
	width:548px;
	padding: 0;
	margin-left: 20px;
}

caption {
	padding: 0 0 5px 0;
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	color: #F2E3C6;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(../images/bg_header.jpg) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td {
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


td.alt {
	background: #F5FAFA;
	color: #797268;
}

.plain {
	background: #F2E3C6;
	color: #797268;
	vertical-align: top;
	font-weight: bold;
}



th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(../images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(../images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}
