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

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

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

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

a:link,a:visited	{ color:#AF556E; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#CC748A; text-decoration:none; outline:none; }

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

div.clear	{ 
	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 0px;
	}

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

/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}

form label	{ font-size:.95em; color:#713A7F; } 

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 #C8b289;
	color:#713A7F;
	width:145px; /* 5 pixles smaller than form width !important */
	height:23px;
	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:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.0em;
	}

select { width:150px; padding:0; } /* same width as form - !important */

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

#contact_business { display: none; } /* do not remove */ 


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

/* ------------------------ 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:-5px;
	}

#contact-main label select { 
width:175px; 
_height:60px; } /* fixes display issue - 5px larger than input field */

#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; } /* defines placement of contact-main submit button */

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

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:1012px;
	margin:0 auto;
	text-align:left;
	}
	
#wrap-2 {
	background:transparent url("../images/column-left-bg.jpg") left bottom no-repeat;
}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:123px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:72px;
		width:450px;
		top:10px;
		height:94px; 
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:320px;
	float:left;
	background:url("../images/title-contact.jpg") no-repeat;
	}
	
	#title-contact {
	height:50px;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 18px 10px 94px;
		}

	#column-left form { margin-left:94px; } /* set form margin here */
	
	p#left-col-first {
		margin-top:60px;
	}

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

	/* multi column list */
	#column-left ul.multi { padding-left:5px; } 
		#column-left ul li.multi { 
			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; /* sets the width of each column */
			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; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			

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

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

	#column-right form { margin-left:0px; }
	
	#column-right #right-wrap-header {
		background: url("../images/right-col-top.jpg") no-repeat;
		
	}
	
	#column-right #right-wrap {
		background: url("../images/right-col-wrap.jpg");
	}

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

	/* 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; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}

/* ------------------------ header framework ------------------------ */
#header-flash { height:300px; } /* sets height for the flash header - REMOVE IF NOT USED */
#active-x {height:300px;}
#header-graphic { float:left; width:693px; height:353px; background:url("../images/header-index.jpg"); } /* sets height for all non-flash headers */

	body#index #header-graphic { background:#CCC url("../images/header-index.jpg"); }
	body#about #header-graphic { background:url("../images/header-3.jpg"); }
	body#additional #header-graphic { background:url("../images/header-12.jpg"); }
	body#blepharoplasty #header-graphic { background:url("../images/header-2.jpg"); }
	body#browlift #header-graphic, body#browlift-proc #header-graphic { background:url("../images/header-8.jpg"); }
	body#contact #header-graphic { background:url("../images/header-9.jpg"); }
	body#cosmetic #header-graphic { background:url("../images/header-7.jpg"); }
	body#facelift #header-graphic, body#facelift-surgery #header-graphic { background:url("../images/header-13.jpg"); }
	body#gallery #header-graphic { background:url("../images/header-5.jpg"); }
	body#injectables #header-graphic, body#botox #header-graphic { background:url("../images/header-11.jpg"); }
	body#non-invasive #header-graphic { background:url("../images/header-6.jpg"); }
	body#products #header-graphic { background:url("../images/header-10.jpg"); }
	body#services #header-graphic { background:url("../images/header-4.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-index.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-index.jpg"); }


/* ------------------------ subhead framework ------------------------ */
#subhead { height:74px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#additional #subhead { background:url("../images/subhead-additional.jpg"); }
	body#browlift #subhead { background:url("../images/subhead-browlift.jpg"); }
	body#browlift-proc #subhead { background:url("../images/subhead-browlift-proc.jpg"); }
	body#blepharoplasty #subhead { background:url("../images/subhead-blepharoplasty.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#cosmetic #subhead { background:url("../images/subhead-cosmetic.jpg"); }
	body#facelift #subhead { background:url("../images/subhead-facelift.jpg"); }
	body#facelift-surgery #subhead { background:url("../images/subhead-facelift-surgery.jpg"); }
	body#gallery #subhead { background:url("../images/subhead-gallery.jpg"); }
	body#injectables #subhead { background:url("../images/subhead-injectables.jpg"); }
	body#botox #subhead { background:url("../images/subhead-botox.jpg"); }
	body#non-invasive #subhead { background:url("../images/subhead-non-invasive.jpg"); }
	body#products #subhead { background:url("../images/subhead-products.jpg"); }
	body#services #subhead { background:url("../images/subhead-services.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }
	body#blog #subhead { background:url("../images/subhead-blog.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }

/* ------------------------ title framework with varying heights ------------------------- */


#column-left #title-form {
			height:31px;
			margin:0 0 0 59px;
			background:url("../images/title-newsletter.jpg") no-repeat;
	}

#column-left #title-visualizer {
			height:62px;
			margin:0 0 0 59px;
			background:url("../images/title-visualizer.jpg") no-repeat;
	}	
	
#column-left #title-call {
			height:31px;
			margin:0 0 0 59px;
			background:url("../images/title-call.jpg") no-repeat;
	}
	
body#contact #column-left #title-call {
			height:31px;
			margin:50px 0 0 59px;
			background:url("../images/title-call.jpg") no-repeat;
	}
	

	
#column-left #title-visit {
			height:31px;
			margin-left:59px;
			background:url("../images/title-visit.jpg") no-repeat;
	}
	
#column-left #title-store {
			height:31px;
			margin-left:59px;
			background:url("../images/title-estore.jpg") no-repeat;
	}	

/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	width:100%; /* fix for Safar */
	height:0px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer-header {
	background:url("../images/footer-header.jpg") no-repeat bottom;
	height:71px;
	margin-left:-1px;
	}

#footer-wrap {
	width:1012px;
	height:362px;
	margin:0 auto;
	text-align:center;
	background:url("../images/bottom-wrap.jpg");
}



#footer-bottom {
	background:url("../images/footer-bottom.jpg") no-repeat bottom;
	height:109px;
	
	}

#footer p {
	color:#713A7F;
	width:800px;
	margin:0 auto 10px auto;
	}

#footer a:link, #footer a:visited { color:#713A7F; }
#footer a:hover, #footer a:active { color:#713A7F; }

#footer ul {margin:0px auto 10px auto; width:800px; padding-top:70px;}
	#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 #713A7F;
		}
	#footer li.first { border: none; }

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

#nav {
	background:#C56380 url("../images/nav.jpg") top left no-repeat;					
	width:319px;	/* Width of buttons, not entite image (or half of entire image) */
	height:353px;	 /* Height of entire image */
	margin:0;
	padding:0;
	float:left;
	}

#nav li span { display: none; }

#nav li {float:left; list-style:none; /*position:relative; */}

#nav li, #nav a { 
	height:21px;	/* Each button must have the same height, define it here */
	display:block;
	margin:0;
	padding:0;
	}
#nav li {
	padding-left:70px;
}

/* margin-top to set where the nav should begin */
li#nav-01 { margin-top:10px; width:248px; }

/* margin-top if there is a spacing between each nav button */
#nav-02, #nav-03, #nav-04, #nav-05, #nav-06, #nav-07, #nav-08, #nav-09, #nav-10, #nav-11, #nav-12, #nav-13, #nav-14 { margin-top:0px; width:248px; }

#nav-01 a.primo:hover { background:url("../images/nav.jpg") -389px  -10px no-repeat; }
#nav-02 a.primo:hover { background:url("../images/nav.jpg") -389px  -31px no-repeat; }
#nav-03 a.primo:hover { background:url("../images/nav.jpg") -389px  -52px no-repeat; }
#nav-04 a.primo:hover { background:url("../images/nav.jpg") -389px  -73px no-repeat; }
#nav-05 a.primo:hover { background:url("../images/nav.jpg") -389px -94px no-repeat; }
#nav-06 a.primo:hover { background:url("../images/nav.jpg") -389px -115px no-repeat; }
#nav-07 a.primo:hover { background:url("../images/nav.jpg") -389px -136px no-repeat; }
#nav-08 a.primo:hover { background:url("../images/nav.jpg") -389px -157px no-repeat; }
#nav-09 a.primo:hover { background:url("../images/nav.jpg") -389px -178px no-repeat; }
#nav-10 a.primo:hover { background:url("../images/nav.jpg") -389px -199px no-repeat; }
#nav-11 a.primo:hover { background:url("../images/nav.jpg") -389px -220px no-repeat; }
#nav-12 a.primo:hover { background:url("../images/nav.jpg") -389px -241px no-repeat; }
#nav-13 a.primo:hover { background:url("../images/nav.jpg") -389px -262px no-repeat; }
#nav-14 a.primo:hover { background:url("../images/nav.jpg") -389px -283px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg") -319px  -10px no-repeat; }
body#about #nav-02 { background:url("../images/nav.jpg") -319px  -31px no-repeat; }
body#services #nav-03 { background:url("../images/nav.jpg") -319px  -52px no-repeat; }
body#blepharoplasty #nav-04 { background:url("../images/nav.jpg") -319px  -73px no-repeat; }
body#cosmetic #nav-05 { background:url("../images/nav.jpg") -319px -94px no-repeat; }
body#browlift #nav-06 { background:url("../images/nav.jpg") -319px -115px no-repeat; }
body#facelift #nav-07 { background:url("../images/nav.jpg") -319px -136px no-repeat; }
body#injectables #nav-08 { background:url("../images/nav.jpg") -319px -157px no-repeat; }
body#non-invasive #nav-09 { background:url("../images/nav.jpg") -319px -178px no-repeat; }
body#additional #nav-10 { background:url("../images/nav.jpg") -319px -199px no-repeat; }
body#products #nav-11 { background:url("../images/nav.jpg") -319px -220px no-repeat; }
body#gallery #nav-12 { background:url("../images/nav.jpg") -319px -241px no-repeat; }
body#blog #nav-13 { background:url("../images/nav.jpg") -319px -262px no-repeat; }
body#contact #nav-14 { background:url("../images/nav.jpg") -319px -283px no-repeat; }

#nav ul ul { 
	background: #f49ebb;
	border: 1px solid #fff;
	}
	
	#nav li li {padding-left:0px;}

	#nav.sf-menu ul li { float:left; display:block; position:relative; z-index:99; line-height:1.2em; padding:0; height:100%; border:1px #fff solid;}
	#nav.sf-menu ul li a {	display:block; position:relative; z-index:99; color:#303966; height:100%; }
	#nav.sf-menu li:hover ul, #nav.sf-menu li.sfHover ul { left:319px; top:0px; z-index:99; }
	
	#nav li ul li a span {
		display:block;
		padding:5px 10px;
		}

/************** SUPERFISH ESSENTIAL STYLES Main Nav ****************/

	.sf-menu, .sf-menu * { margin:0; padding:0; list-style:none; }
	.sf-menu { line-height:	1.0; }
	.sf-menu ul { z-index:10; position:absolute;	top:-999em; width:207px; /* left offset of submenus need to match (see below) */}
	.sf-menu ul li { width:205px; z-index:99; }
	.sf-menu li:hover { visibility:inherit; /* fixes IE7 'sticky bug' */}
	.sf-menu li { display:inline; position:relative; z-index:99; }
	ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul { top:-999em; }
	ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul { left:16em; /* match ul width */ top:0; }
	ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul { top:-999em; }
	ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {	left:16em; /* match ul width */	top:0; }

	/*** SUPERFISH OPTIONAL ***/
	.sf-menu ul { 
		background: #f49ebb;
		border: 1px solid #fff;
		}
	.sf-menu ul a:link, .sf-menu ul a:visited {
		display:block;
		position:relative;
		z-index:10;
		padding:5px 5px;
		color:#303966;
		text-decoration:none;
		}
		
	.sf-menu ul a:hover, .sf-menu ul a:active, #header .sf-menu ul a:hover {
		text-decoration:none;
		background:#f4d3d6;
		color:#B54093;
		}

	.sf-menu li:hover, .sf-menu li.sfHover,
	.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active { 
		outline: 0; 
		}




/*---------------- Featured Box -------------------*/
#featured-wrap {
	background:url("../images/featured-wrap.jpg");
}

#featured-header {
	width:640px;
	height:185px;
	background:url("../images/featured-header.jpg");
}

#featured-footer {
	position:relative;
	width:640px;
	height:141px;
	background:url("../images/featured-footer.jpg");
	clear:both;
}

	#featured-footer a.footer-left {	
		position:absolute;
		left:60px;
		width:185px;
		top:8px;
		height:94px; 
		}
		
	#featured-footer a.footer-right {	
		position:absolute;
		left:378px;
		width:185px;
		top:8px;
		height:94px; 
		}
		
/*  GALLERY IMAGES  */
#featured-gallery {
	position:relative;
	width:640px;
	height:123px;
	background:url("../images/featured-footer-02.jpg");
	clear:both;
}

	#featured-gallery a.footer-left {	
		position:absolute;
		left:60px;
		width:185px;
		top:8px;
		height:94px; 
		}
		
	#featured-gallery a.footer-right {	
		position:absolute;
		left:378px;
		width:185px;
		top:8px;
		height:94px; 
		}
		

#featured-col {
	width:315px;
	float:left;
}
#featured-col2 {
	width:320px;
	float:left;
}

#featured-col2 p, #featured-col p {
	margin:0 30px 10px 30px;
}

#affiliations {
	width:640px;
	height:202px;
	background:url("../images/affiliations-bg.jpg");
}
