﻿/*--------------------- 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:#21251C url("../images/bg-body.jpg");
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#706245;
	}

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

h1	{ font-size:1.2em; color:#706245; }
h2	{ font-size:1.1em; color:#36655E; }
h3	{ font-size:1.0em; color:#36655E; }
h4	{ font-size:1.0em; color:#161912; }

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

h2 {
	background:url("../images/bg-h2.jpg") -22px 0 no-repeat;
	padding-top:40px;
	}

body#index h2 {
	background:none;
	padding-top:0;
	}

body#index h2.skin-products {
	background:none;
	padding-top:0;
	margin-left:42px;
	}

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

/* ----- classes ----- */

.clear {
	clear:both;
	}

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

p.back-to-top {
	text-align:right;
	display:block;
	}
	
img.img-left { 
	float:left; 
	margin:0; 
	}
	
.img-float-left {
float:left;
margin:0 5px 2px 0;
}
	
.img-float-right {
float:right;
margin:0 0 2px 5px;
}
	
img.img-right { 
	float:right; 
	margin:0; 
	}
	
.float-right {
float:right;
margin:0 0 0 5px;
}

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

form {
	width:263px;
	margin:0 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 #9A6E2D;
	color:#414141;
	width:258px; /* 5 pixels 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:11px;
	}
	
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:0 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:177px; }
	
#contact-main label textarea { height:100px; overflow:auto; }

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


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

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

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

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

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:800px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:91px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:16px;
		width:375px;
		top:13px;
		height:70px; 
		}
	#masthead a span {
		display:none;
		}

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

#column-left {
	background:url("../images/bg-left.jpg") no-repeat;
	width:297px;
	float:left;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left h4, #column-left ul, #column-left dl {
		margin:0 16px 18px 20px;
		}
	#column-left form { margin-left:21px; }
	
	/* single column list */
	#column-left ul { padding-left:21px; }
		#column-left ul li { 
			background:transparent url("../images/bullet-left.jpg") 0px 4px no-repeat;
			padding-left:15px; /* pushes text to the right to display bg img */
			}
			
	#column-left ul li ul { margin:0 0 0 5px; }
	
	/* definition list */
	#column-left dl { padding-left:0px; }
		#column-left dl dt {
			font-weight:bold;
			}
		#column-left dl dd {
			background:transparent url("../images/bullet-left.jpg") 0px 4px no-repeat;
			padding-left:15px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}

/* ----- column-right ----- */

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

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right h4, #column-right ul, #column-right dl {
		margin:0 20px 18px 22px;
		}
	#column-right form { margin-left:10px; }
	 
	/* single column list */
	#column-right ul { padding-left:21px; }
		#column-right ul li { 
			background:transparent url("../images/bullet-right.jpg") 0px 4px no-repeat;
			padding-left:15px;  /* pushes text to the right to display bg img */
			}

	#column-right ul li ul { margin:0 0 0 5px; }

	/* definition list */
	#column-right dl { padding-left:0; }
		#column-right dl dt {
			font-weight:bold;
			}
		#column-right dl dd {
			background:transparent url("../images/bullet-right.jpg") 0px 4px no-repeat;
			padding-left:15px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:78px;
	clear:both;
	width:100%; 
	}

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

#header-graphic { height:254px; } /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	body.about #header-graphic { background:url("../images/header-about.jpg"); }
	body.cosmetic #header-graphic { background:url("../images/header-cosmetic.jpg"); }
	body#sclero #header-graphic { background:url("../images/header-cosmetic-02.jpg"); }
	body#medical #header-graphic { background:url("../images/header-medical.jpg"); }
	body#surgical #header-graphic { background:url("../images/header-surgical.jpg"); }
	body.laser #header-graphic { background:url("../images/header-laser.jpg"); }
	body#skincare #header-graphic { background:url("../images/header-products.jpg"); }
	body#botox #header-graphic { background:url("../images/header-products-botox.jpg"); }
	body#fillers #header-graphic { background:url("../images/header-products-fillers.jpg"); }
	body#contact #header-graphic { background:url("../images/header-about.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-about.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-index.jpg"); }
	body#paybill #header-graphic { background:url("../images/header-about.jpg"); }

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

#subhead { height:74px; } /* sets height for all non-flash subheads */

	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#medical #subhead { background:url("../images/subhead-medical.jpg"); }
	body#surgical #subhead { background:url("../images/subhead-surgical.jpg"); }
	body#skincare #subhead { background:url("../images/subhead-skin.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"); }
	body#botox #subhead { background:url("../images/subhead-botox.jpg"); }
	body#centers #subhead { background:url("../images/subhead-centers.jpg"); }
	body#doctors #subhead { background:url("../images/subhead-doctors.jpg"); }
	body#fillers #subhead { background:url("../images/subhead-fillers.jpg"); }
	body#hair #subhead { background:url("../images/subhead-hair.jpg"); }
	body#hair-faq #subhead { background:url("../images/subhead-hair-faq.jpg"); }
	body#peels #subhead { background:url("../images/subhead-peels.jpg"); }
	body#photolaser #subhead { background:url("../images/subhead-photolaser.jpg"); }
	body#photodynamic-therapy #subhead { background:url("../images/subhead-photodynamic.jpg"); }
	body#sclero #subhead { background:url("../images/subhead-sclerotherapy.jpg"); }
	body#tattoo #subhead { background:url("../images/subhead-tattoo.jpg"); }
	
/* ------------------------ title framework with varying heights ------------------------- */
#title-qcontact {
	height:75px;
	background:url("../images/title-qcontact.jpg") ;
	}

body#contact #title-qcontact, body#thankyou #title-qcontact {
	height:75px;
	background:url("../images/title-locate.jpg") ;
	}

#title-procedures {
	height:104px;
	background:url("../images/title-procedures.jpg") ;
	}

#title-dermatology {
	height:96px;
	background:url("../images/title-dermatology.jpg") ;
	}

/* ------------------------------------- Skin Care Products ---------------------------------------- */

#wrap-skin {
	background:url("../images/bg-skin.jpg");
	width:503px;
	}
	
	#wrap-skin p {
		margin:0 57px 18px 43px;
		}

#title-skin {
	background:url("../images/title-skin.jpg");
	height:136px;
	margin-bottom:-66px;
	}
	
	#bg-skin-bottom {
		background:url("../images/bg-skin-bottom.jpg");
		height:263px;
		position:relative;
		}
		
		#bg-skin-bottom a {
			position:absolute;
			height:26px;
			width:250px;
			left:220px;
			top:185px;
			}
			
			#bg-skin-bottom span { display:none; }

/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:800px;
	margin:21px auto 0 auto;
	text-align:center;
	color:#fff;
	}

#footer p, #footer ul {
	margin:0 25px 18px 25px;
	}

#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 #fff;
	}

	#footer li.first { border: none; }
	
	#footer a { color:#fff; }
	
	#footer ul li a:link, #footer ul li a:visited { text-decoration:none; }
	#footer ul li a:hover, #footer ul li a:active { text-decoration:underline; }

/* Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

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

#nav span { display: none; }

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

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

#nav-01 { width: 60px;}
#nav-02 { width: 61px;}
#nav-03 { width: 130px;}
#nav-04 { width: 124px;}
#nav-05 { width: 126px;}
#nav-06 { width: 166px;}
#nav-07 { width: 64px;}
#nav-08 { width: 69px;}


/*-------------- (-79px) X position of button / (-44px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  0px -44px no-repeat; }
#nav-02:hover { background:url("../images/nav.jpg") -60px -44px no-repeat; }
#nav-03:hover { background:url("../images/nav.jpg") -121px -44px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -251px -44px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -375px -44px no-repeat; }
#nav-06:hover { background:url("../images/nav.jpg") -501px -44px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -667px -44px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -731px -44px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg")  0px -44px no-repeat; }
body.about #nav-02 { background:url("../images/nav.jpg") -60px -44px no-repeat; }
body.cosmetic #nav-03 { background:url("../images/nav.jpg") -121px -44px no-repeat; }
body#medical #nav-04 { background:url("../images/nav.jpg") -251px -44px no-repeat; }
body#surgical #nav-05 { background:url("../images/nav.jpg") -375px -44px no-repeat; }
body.laser #nav-06 { background:url("../images/nav.jpg") -501px -44px no-repeat; }
body#skincare #nav-07 { background:url("../images/nav.jpg") -667px -44px no-repeat; }
body#contact #nav-08 { background:url("../images/nav.jpg") -731px -44px 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:#FFF;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	margin-top:44px;
	}

#nav li ul li { 
	height:20px; 				/* Height of each drop down nav item */
	border:1px solid #7B4F1C;
	border-top:none;
	}	

#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:1.0em;
	color:#706245;
	text-decoration:none;
	}

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

/* Hover styles for drop down items */
#nav-02 ul a:hover, #nav-03 ul a:hover, #nav-06 ul a:hover, #nav-08 ul a:hover { 
	background-image:none;
	background-color:#FFFFD8;
	color:#706245;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li { width:128px; }		
#nav-03 ul, #nav-03 li { width:180px; }		
#nav-06 ul, #nav-06 li { width:210px; }
#nav-08 ul, #nav-08 li { width:120px; }
