/*--------------------- 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:#000 url("../images/bg-body-sub.jpg") top repeat-x;
	text-align:center; 
	font:11px/16px "Verdana", Arial, Helvetica, sans-serif; 
	color:#fff;
	}
	body#index { 
		background:#000 url("../images/bg-body.jpg") top repeat-x;
	}
blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#00ccfa; }
h2	{ font-size:1.1em; color:#00ccfa; }
h3	{ font-size:1.0em; color:#00ccfa; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#00ccfa; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#fff; text-decoration:underline; outline:none; }

/* ------------------------ classes ------------------------ */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	

.clear {clear: both;}

div.clear	{ 
	height:.01em; 
	clear:both;
	overflow:hidden; 
	}
div.clear-h2	{ 
	height:10px; 
	clear:both;
	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;
	}
p.more-info {
	text-align:right;
	display:block;
	}
img.img-left { 
	float:left; 
	margin:0px 0px 0px 0px;
	}

img.img-right { 
	float:right; 
	margin:0px 0px 0px 0px; 
	}
div.gallery {
	float:right;
	clear:right;
	text-align:center;
	padding:0 0 10px 10px;
}
div.gallery img.a {
	text-decoration:none;
}
/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}

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 #00ccfa;
	color:#000;
	width:145px; /* 5 pixles 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:1.0em;
	}

select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:66px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 

input.radio-check {
	width: 12px;
	background-color: none !important;
	border: none;
}

/* ------------------------ 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:240px;
	top:-3px;
	}

#contact-main label select { width:175px; } /* 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:20px;
	border:none;
	cursor:pointer;
	}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	width:960px;
	margin:0 auto;
	text-align:left;
	position: relative;
	}

/* ------------------------ column-left framework ------------------------ */
#content {
	background: url("../images/content-sub.jpg") top no-repeat;
	width:686px;
	float: left;
	padding: 50px 137px 0px 137px;
	display: inline;
	}
	body#index #content {
		background: url("../images/content.jpg") top no-repeat;
		padding-top: 0px;
	}
#content p, #content h1, #content h2, #content h3, #content ul, #content ol, #content dl {
		margin:0px 0px 10px 0px;
		}

	#content form { margin-left:0px; } /* set form margin here */

	/* single column list */
	#content ul { padding-left:5px; }
		#content 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 */
			}

	#content ol { padding-left:25px; }
		#content ol li { 
			list-style: decimal outside;
			margin-bottom: 3px;
			}

	/* multi column list */
	#content ul.multi { padding-left:5px; } 
		#content ul.multi 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; /* sets the width of each column */
			line-height:20px; 
			}

	/* definition list */
	#content dl { padding-left:5px; }
		#content dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#content 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;
			}
#content table {
	margin:20px 0px;
	}
	#content table th {
		padding:10px 10px 0px 10px;
	}
	#content table td {
		padding:0px 10px;
	}


/* ------------------------ header framework ------------------------ */

#header-graphic { 
	background:url("../images/header-index.jpg");
	position: relative;
	height:343px; 
} 
	#header-graphic a {
		width: 397px;
		height: 63px;
		position: absolute;
		top: 10px;
		left: 300px;
	}
/*	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	body#about #header-graphic { background:url("../images/header-about.jpg"); }
	body#contact #header-graphic { background:url("../images/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-thankyou.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-sitemap.jpg"); }
*/

/* ------------------------ subhead framework ------------------------ */
#subhead { height:36px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#face #subhead { background:url("../images/subhead-face.jpg"); }
	body#body #subhead { background:url("../images/subhead-body.jpg"); }
	body#breast #subhead { background:url("../images/subhead-breast.jpg"); }
	body#skin #subhead { background:url("../images/subhead-skin.jpg"); }
	body#other-procedures #subhead { background:url("../images/subhead-other-procedures.jpg"); }
	body#faqs #subhead { background:url("../images/subhead-faqs.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#doctor #subhead { background:url("../images/subhead-about-gaffield.jpg"); }
	body#staff #subhead { background:url("../images/subhead-about-staff.jpg"); }
	body#about-pacific #subhead { background:url("../images/subhead-about-firm.jpg"); }
	body#about-elite #subhead { background:url("../images/subhead-about-elite.jpg"); }
	body#in-the-news #subhead { background:url("../images/subhead-in-the-news.jpg"); }
	body#payment-options #subhead { background:url("../images/subhead-payment.jpg"); }
	body#breast-augmentation #subhead { background:url("../images/subhead-breast-aug.jpg"); }
	body#breast-lift #subhead { background:url("../images/subhead-breast-lift.jpg"); }
	body#breast-reduction #subhead { background:url("../images/subhead-breast-reduction.jpg"); }
	body#revision-breast #subhead { background:url("../images/subhead-revision-breast-aug.jpg"); }
	body#breast-reconstruction #subhead { background:url("../images/subhead-breast-recon.jpg"); }
	body#male-breast #subhead { background:url("../images/subhead-male-breast.jpg"); }
	body#face-lift #subhead { background:url("../images/subhead-face-lift.jpg"); }
	body#eyelid-surgery #subhead { background:url("../images/subhead-eyelid.jpg"); }
	body#chin-augmentation #subhead { background:url("../images/subhead-chin-aug.jpg"); }
	body#brow-lift #subhead { background:url("../images/subhead-brow-lift.jpg"); }
	body#neck-lift #subhead { background:url("../images/subhead-neck-lift.jpg"); }
	body#lip-augmentation #subhead { background:url("../images/subhead-lip-aug.jpg"); }
	body#injectable-facial #subhead { background:url("../images/subhead-injectable.jpg"); }
	body#chemical-peel #subhead { background:url("../images/subhead-chemical-peel.jpg"); }
	body#skin-rejuvenation #subhead { background:url("../images/subhead-skin-rejuv.jpg"); }
	body#liposuction #subhead { background:url("../images/subhead-lipo.jpg"); }
	body#abdominoplasty #subhead { background:url("../images/subhead-abdomino.jpg"); }
	body#body-lift #subhead { background:url("../images/subhead-body-lift.jpg"); }
	body#post-pregnancy #subhead { background:url("../images/subhead-post-preg.jpg"); }
	body#aesthetic-enhancement #subhead { background:url("../images/subhead-aesthetic.jpg"); }
	body#otoplasty #subhead { background:url("../images/subhead-otoplasty.jpg"); }
	

/* ------------------------ subhead framework with varying heights ------------------------ */

#choose-a-site {
	background: url("../images/choose-a-site.jpg");
	height: 279px;
}
	#choose-a-site a.pacific {
		float: left;
		margin: 30px 0px 0px 135px;
		width: 225px;
		height: 170px;
		display: block;
	}
	#choose-a-site a.elite {
		float: left;
		margin: 30px 0px 0px 235px;
		width: 225px;
		height: 170px;
		display: block;
	}
	
	#choose-a-site span {display: none;}
	
	#choose-a-site a.pacific:hover {
		background: url("../images/choose-a-site.jpg") -135px -309px no-repeat;
		}
	#choose-a-site a.elite:hover {
		background: url("../images/choose-a-site.jpg") -595px -309px no-repeat;
		}

/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:55px;
	background:url("../images/title-contact.jpg") ;
	}

#title-our-procedures {
	height:35px;
	background:url("../images/title-our-procedures.jpg") ;
	}

/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	width:100%; /* fix for Safar */
	height:20px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer-bg {
	background: #2477b8 url("../images/footer-bg.jpg") top repeat-x;
	width:auto;
	padding-bottom: 10px;
}
#footer {
	background: url("../images/footer-top.jpg") top no-repeat;
	width:960px;
	margin:0 auto;
	text-align:center;
	padding-top: 110px;
	}

#footer p {
	color:#000;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#000; }
#footer a:hover, #footer a:active { color:#262760; }

#footer ul {margin-bottom: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 #000;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:960px; 
	height:43px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:43px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 64px; margin-left: 125px;}
#nav-02 { width: 84px;}
#nav-03 { width: 52px;}
#nav-04 { width: 65px;}
#nav-05 { width: 58px;}
#nav-06 { width: 51px;}
#nav-07 { width: 144px;}
#nav-08 { width: 68px;}
#nav-09 { width: 52px;}
#nav-10 { width: 76px;}

/*-------------- (-79px) X position of button / (-43px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg") -125px -43px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -189px -43px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -273px -43px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -325px -43px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -390px -43px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -448px -43px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -499px -43px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -643px -43px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -711px -43px no-repeat; }
#nav-10 a:hover { background:url("../images/nav.jpg") -763px -43px 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:#000000;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

#nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border:1px solid #00ccfa;
	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:12px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#00ccfa;
	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-04 ul a:hover, #nav-05 ul a:hover, #nav-06 ul a:hover, #nav-07 ul a:hover{ 
	background:#000000 url("../images/drop-down-bullet.gif") 3px 6px no-repeat;
	color:#FFFFFF;
	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:190px;}	
#nav-03 ul, #nav-03 li { width:160px;}
#nav-04 ul, #nav-04 li { width:195px;}	
#nav-05 ul, #nav-05 li { width:160px;}	
#nav-06 ul, #nav-06 li { width:200px;}	
#nav-07 ul, #nav-07 li { width:210px;}	
	
#nav-02 ul, #nav-03 ul, #nav-04 ul, #nav-05 ul, #nav-06 ul, #nav-07 ul {margin-top:0px; margin-left:10px;}

img.left {
	clear:both;
	float:right;
	margin:0 0 10px 10px;
}
.gallery span {display:block;}

#contact #address-left {
	margin-top:20px;
	width:330px;
	float:left;
	}
#contact #address-right {
	margin-top:20px;
	width:330px;
	float:left;
	clear:right;
	}
#contact  form {
	float:left;
	clear:right;
	width: 670px;
	}

	
