/* @override http://www.zollmansurgery.com/css/layout.css */

/*--------------------- 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
 * ------------------------------------------------------------------------- */
.clear {
	clear: both;
}

/* ----- type selectors ----- */ 
body { 
	background:#4B1342 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/15px Arial, Helvetica, sans-serif; 
	color:#55164B;
	}

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

h1	{ font-size:1.2em; color:#B34AA9; }
h2	{ font-size:1.1em; color:#55164B; }
h3	{ font-size:1.0em; color:#55164B; }

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

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

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

.hidden-desktop {
    display: none !important;
}

.visible-desktop {
    display: block !important;
}

.clear {
	clear:both;
	}

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

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:18px;
	background:url("../images/bullet-back-to-top.gif") right no-repeat;
	}
	
img.img-left { 
	float:left; 
	margin:0; 
	}
	
img.img-right { 
	float:right; 
	margin:0; 
	}
	
#column-right ul.bullet-pdf { margin:0 0 0 10px; padding:0; }

#column-right ul.bullet-pdf li {
	background:url("../images/bullet-pdf.jpg") 0 6px no-repeat;
	padding-left:30px;
	line-height:30px;
	}
	
	#column-right ul.bullet-pdf li img {
		vertical-align: text-bottom;
		margin-left: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:214px;
	margin:0 0 18px 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 #58184E;
	color:#58184E;
	width:209px; /* 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:214px; padding:0; } /* same width as form - !important */

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

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


/* ----- main contact form ----- */ 
 
body#contact-zollman #column-left form {
	width:550px;
	margin:0 0 18px 40px;
	}
	
#contact-main { position:relative; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}
	
#contact-main label.boxes { 

	width:220px; 

	position:relative; 

	display:block; 

	text-align:right; 

	margin-bottom:10px;

	font-size:1.0em;

	float:left;

	height:500px;

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

#contact-main input.checkbox {width:20px; border:none; background-color:#FBEFF5 !important; margin-left:20px;}



body#contact-zollman #contact-main #contact-checkboxes {margin-top:-50px; display:block;}


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

.video-wrapper {
  margin-left: 30px;
  position: relative;
}

.televid {

display: none;
  font-family: Lucida Console;
  font-size: 19px;
  font-weight: bold;
  left: 100px;
  position: absolute;
  text-transform: uppercase;
  top: 87px;
  z-index: 10;
}


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

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:860px;
	margin:0 auto;
	text-align:left;
	}
	
#wrap-gradient {
	background:url("../images/gradient-wrap.jpg") bottom no-repeat;
	width:860px;
	padding-bottom:80px;
	}
	
#wrap-gradient-thankyou {
	background:url("../images/gradient-wrap-thankyou.jpg") bottom no-repeat;
	width:860px;
	padding-bottom:80px;
	}
	
/* ----- column-left ----- */

#column-left {
	width:595px;
	float:left;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0 32px 18px 60px;
		}
	#column-left form { margin-left:0px; }
	
	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px; /* 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:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#58184E;
			}
		#column-left dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
		
#column-left span {display:none;}
/* ----- column-right ----- */



#column-right ul.social-icons {
  background-color: #eaeaec;
  border-radius: 5px;
  height: 50px;
  margin-left: 10px;
  overflow: hidden;
  padding: 10px 0 0 31px;
  width: 177px;
}

#column-right ul.social-icons li {
	background: none;
	display: inline-block;
}
#column-right .social-icons a {
  display: block;
  font-size: 40px;
 
}
#column-right .social-icons a.tw {
	color: #0084B4;
}

#column-right .social-icons a.fb {
	color: #3B5998;
}

#column-right .social-icons a.gp {
	color: #DB4437;
}

#column-right {
	width:265px;
	float:left;
	color:#fff;
	}
	
	#column-right a { color:#fff; }

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 53px 18px 20px;
		color:#FFFFFF;
		}
	#column-right form { margin-left:10px; }
	 
	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet-col-right.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* 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:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}

.buy1get1{
	max-width: 213px;
	margin: 30px 0 0 7px;
}
			
#testimonials {
	background:url("../images/testimonials.jpg") no-repeat;
	width:231px;
	height:104px;
	display:block;
	text-indent:-9999px;
}
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	height:1px;
	clear:both;
	width:100%; 
	}

	
/* header framework
 * ------------------------------------------------------------------------- */
#noflash { margin:0 0 0 21px; }
#noflash-bg {background-image:url(../images/header-index.jpg); height:383px; }
#noflash p.noflash { padding:0 0 0 21px; }
#header-flash { height:383px; margin-left:21px; } 
#header-graphic { height:383px; position:relative;} 

	body#index #header-graphic { background:url("../images/header-01.jpg"); }
	body#dr-zollman #header-graphic { background:url("../images/header-01.jpg"); }
	body#breast #header-graphic { background:url("../images/header-02.jpg"); }
	body#breast-implant #header-graphic { background:url("../images/header-02.jpg"); }
	body#breast-lift #header-graphic { background:url("../images/header-02.jpg"); }
	body#reconstruction #header-graphic { background:url("../images/header-02.jpg"); }
	body#reduction #header-graphic { background:url("../images/header-02.jpg"); }
	body#body-lift #header-graphic { background:url("../images/header-03.jpg"); }
	body#abdominoplasty #header-graphic, body#testimonials-pg #header-graphic { background:url("../images/header-03.jpg"); }
	body#buttock #header-graphic { background:url("../images/header-03.jpg"); }
	body#liposuction #header-graphic { background:url("../images/header-03.jpg"); }
	body#facelift #header-graphic, body#macs #header-graphic { background:url("../images/header-04.jpg"); }
	body#brow-lift #header-graphic { background:url("../images/header-04.jpg"); }
	body#eyelid-surgery #header-graphic { background:url("../images/header-04.jpg"); }	
	body#implants #header-graphic { background:url("../images/header-01.jpg"); }
	body#botox #header-graphic { background:url("../images/header-02.jpg"); }
	body#injectables #header-graphic { background:url("../images/header-03.jpg"); }
	body#laser #header-graphic { background:url("../images/header-04.jpg"); }
	body#other-procedures #header-graphic { background:url("../images/header-01.jpg"); }
	body#gallery #header-graphic, body#blog #header-graphic { background:url("../images/header-02.jpg"); }
	body#financing-surgery #header-graphic { background:url("../images/header-03.jpg"); }
	body#contact-zollman #header-graphic { background:url("../images/header-04.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-04.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-01.jpg"); }
		body#pt-review #header-graphic { background:url("../images/header-01.jpg"); }
	body#coolsculpting #header-graphic { background:url("../images/header-03.jpg"); }
	
		#header-graphic a {
			position:absolute;
			width:464px;
			height:99px;
			top:38px;
			left:35px;
			}
			
			#header-graphic span { display:none; }

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

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

	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#dr-zollman #subhead { background:url("../images/subhead-dr-zollman.jpg"); }
	body#breast #subhead { background:url("../images/subhead-breast.jpg"); }
	body#breast-implant #subhead { background:url("../images/subhead-augmentation.jpg"); }
	body#breast-lift #subhead { background:url("../images/subhead-breast-lift.jpg"); }
	body#reconstruction #subhead { background:url("../images/subhead-reconstruction.jpg"); }
	body#reduction #subhead { background:url("../images/subhead-reduction.jpg"); }
	body#body-lift #subhead { background:url("../images/subhead-body-lift.jpg"); }
	body#abdominoplasty #subhead { background:url("../images/subhead-abdominoplasty.jpg"); }
	body#buttock #subhead { background:url("../images/subhead-buttock.jpg"); }
	body#liposuction #subhead { background:url("../images/subhead-liposuction.jpg"); }
	body#facelift #subhead { background:url("../images/subhead-facelift.jpg"); }
	body#brow-lift #subhead { background:url("../images/subhead-brow-lift.jpg"); }
	body#eyelid-surgery #subhead { background:url("../images/subhead-eyelid-surgery.jpg"); }	
	body#implants #subhead { background:url("../images/subhead-implants.jpg"); }
	body#botox #subhead { background:url("../images/subhead-injectables.jpg"); }
	body#laser #subhead { background:url("../images/subhead-laser.jpg"); }
	body#other-procedures #subhead { background:url("../images/subhead-other-procedures.jpg"); }
	body#gallery #subhead { background:url("../images/subhead-gallery.jpg"); }
	body#financing-surgery #subhead { background:url("../images/subhead-financing.jpg"); }
	body#contact-zollman #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#testimonials-pg #subhead { background:url("../images/subhead-testimonials.jpg"); }
	body#blog #subhead { background:url("../images/subhead-blog.jpg"); text-indent:-9999px;}
	body#pt-review #subhead { background:url("../images/subhead-pt-review.jpg"); }
	body#macs #subhead { background: url("../images/subhead-macs.jpg"); }
	body#coolsculpting #subhead { background: url("../images/subhead-coolsculpting.jpg"); }

/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-meet-the-doctor {
	height:74px;
	background:url("../images/subhead-meet-the-doctor.jpg") ;
	}

#subhead-meet-the-doctor span {
	display:none;
	}

/* ------------------------ title framework with varying heights ------------------------- */
#title-facial-procedures {
	height:59px;
	background:url("../images/title-facial-procedures.jpg") ;
	}

#title-breast-augmentation {
	height:48px;
	background:url("../images/title-breast-augmentation.jpg") ;
	}

#title-body-lift {
	height:51px;
	background:url("../images/title-body-lift.jpg") ;
	}
	
#title-financing {
	background:url("../images/title-financing.gif");
	height:97px;
	}
	
#title-financing span{
	display:none;
	}
	
#title-patient-forms {
	background:url("../images/title-patient-forms.gif");
	height:59px;
	}

#title-patient-forms span {
	display:none;
	}

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

#title-qcontact span {
display:none;
	}

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

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

#footer a { color:#fff; }

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

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

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

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:860px; 
	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: 48px; margin-left:39px;}
#nav-02 { width: 78px;}
#nav-03 { width: 48px;}
#nav-04 { width: 42px;}
#nav-05 { width: 38px;}
#nav-06 { width: 62px;}
#nav-07 { width: 73px;}
#nav-08 { width: 107px;}
#nav-09 { width: 111px;}
#nav-10 { width: 53px;}
#nav-11 { width: 67px;}
#nav-12 { width: 57px;}


/*-------------- (-79px) X position of button / (-48px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg") -39px -48px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -87px -48px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -165px -48px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -213px -48px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -255px -48px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -293px -48px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -355px -48px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -428px -48px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -535px -48px no-repeat; }
#nav-10 a:hover { background:url("../images/nav.jpg") -646px -48px no-repeat; }
#nav-11 a:hover { background:url("../images/nav.jpg") -699px -48px no-repeat; }
#nav-12 a:hover { background:url("../images/nav.jpg") -766px -48px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg") -39px -48px no-repeat; }
body#dr-zollman #nav-02 { background:url("../images/nav.jpg") -87px -48px no-repeat; }

body#breast #nav-03 { background:url("../images/nav.jpg") -165px -48px no-repeat; }
body#breast-implant #nav-03 { background:url("../images/nav.jpg") -165px -48px no-repeat; }
body#breast-lift #nav-03 { background:url("../images/nav.jpg") -165px -48px no-repeat; }
body#reduction #nav-03 { background:url("../images/nav.jpg") -165px -48px no-repeat; }
body#reconstruction #nav-03 { background:url("../images/nav.jpg") -165px -48px no-repeat; }

body#body #nav-04 { background:url("../images/nav.jpg") -213px -48px no-repeat; }
body#liposuction #nav-04 { background:url("../images/nav.jpg") -213px -48px no-repeat; }
body#abdominoplasty #nav-04 { background:url("../images/nav.jpg") -213px -48px no-repeat; }
body#body-lift #nav-04 { background:url("../images/nav.jpg") -213px -48px no-repeat; }
body#buttock #nav-04 { background:url("../images/nav.jpg") -213px -48px no-repeat; }

body#brow-lift #nav-05 { background:url("../images/nav.jpg") -255px -48px no-repeat; }
body#facelift #nav-05 { background:url("../images/nav.jpg") -255px -48px no-repeat; }
body#eyelid-surgery #nav-05 { background:url("../images/nav.jpg") -255px -48px no-repeat; }

body#implants #nav-06 { background:url("../images/nav.jpg") -293px -48px no-repeat; }
body#botox #nav-07 { background:url("../images/nav.jpg") -355px -48px no-repeat; }
body#laser #nav-08 { background:url("../images/nav.jpg") -428px -48px no-repeat; }
body#other-procedures #nav-09 { background:url("../images/nav.jpg") -535px -48px no-repeat; }
body#gallery #nav-10 { background:url("../images/nav.jpg") -646px -48px no-repeat; }
body#financing-surgery #nav-11 { background:url("../images/nav.jpg") -699px -48px no-repeat; }
body#contact-zollman #nav-12 { background:url("../images/nav.jpg") -766px -48px 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:#F6D0EF;	/* 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 #D2B6CD;
	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:7px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#55164B;
	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-08 ul a:hover { 
	background-image:none;
	background-color:#860F73;
	color:#FAECF3;
	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:140px; }	
#nav-03 ul, #nav-03 li { width:140px; }		
#nav-04 ul, #nav-04 li { width:180px; }
#nav-05 ul, #nav-05 li { width:180px; }
#nav-08 ul, #nav-08 li { width: 180px; }


#nav-04 ul, #nav-05 ul, #nav-08 ul { margin-top:48px; }


/* -------------------------------------Click to Call ---------------------------------------- */

#ctc {
		width:244px;
		height:135px;
		display:block;
		background:url("../images/ctc.jpg") no-repeat;	
		}
		
		#ctc a { 
			display:block;
			width:244px;
			height:135px; 
			}
		
		#ctc a:hover {
				background:url("../images/ctc.jpg") 0 -135px no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		#ctc span { display:none; }


/* -------------------------------------Procedures Overview ---------------------------------------- */

#procedures-overview {
	background:url("../images/bg-procedures.gif") repeat-y;
	width:100%;
	padding-bottom:1px;
	}
	
	#procedures-gradient {
		background:url("../images/gradient-procedures.jpg") no-repeat;
		width:100%;
		}
		
#procedures-overview p {
	margin:0 60px 18px 82px;
	}


/* -------------------------------------Financing Options ---------------------------------------- */

#financing-options {
	background:url("../images/bg-financing.gif");
	width:595px;
	color:#fff;
	}
	
	#financing-gradient {
		background:url("../images/gradient-financing.gif") no-repeat;
		width:595px;
		}
		
	#financing-bottom {
		background:url("../images/bottom-financing.gif");
		height:15px;
		}
		
	#financing-left {
		width:273px;
		float:left;
		}
		
		#financing-left p {
			margin:0 21px 18px 77px;
			}
		
	#financing-right {
		width:322px;
		float:left;
		color:#742166;
		}
		
		#financing-right a { color:#742166; }
		
		#financing-right p {
			margin: 0px 54px 19px 128px;
			}
		
		#financing-logos {
			background:url("../images/logo-financing3.gif") no-repeat;
			height:201px;
			padding-top:52px;
			}


/* -------------------------------------Qualifications ---------------------------------------- */

#qualifications {
	background:url("../images/bg-qualifications.gif");
	width:100%;
	color:#F7E1F2;
	letter-spacing:1px;
	}
	
	#qualifications-gradient {
		background:url("../images/gradient-qualifications.jpg") no-repeat;
		width:100%;
		padding-top:20px;		
		}
		
	#qualifications ul {
		margin:0 64px 18px 82px;
		}
		
	#qualifications ul li {
		background:transparent url("../images/bullet-wht.jpg") 0px 6px no-repeat;
		padding-left:10px;
		font-weight:bold;
		}

/* Vertical Sprite Nav Procedure
 * ------------------------------------------------------------------------- */
#column-right ul#nav-procedure { padding:0; margin:0; }
		#column-right ul#nav-procedure li { 
			background:none;
			padding-left:0;  
			}
			
#nav-procedure {
	background:url("../images/nav-procedure.jpg") top left no-repeat;					
	width:265px;		/* Width of buttons, not entite image (or half of entire image) */
	height:234px;		/* Height of entire image */
	margin:0;
	padding:0;
	}

#nav-procedure li span { display: none; }

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

#nav-procedure li, #nav-procedure a { 
	height:77px;			/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top if there is a spacing between each nav-procedure button */
#nav-procedure-01, #nav-procedure-02, #nav-procedure-03 { margin-top:0; width:265px; }

#nav-procedure-01 a:hover { background:url("../images/nav-procedure.jpg") -265px   0px no-repeat; }
#nav-procedure-02 a:hover { background:url("../images/nav-procedure.jpg") -265px -77px no-repeat; }
#nav-procedure-03 a:hover { background:url("../images/nav-procedure.jpg") -265px -154px no-repeat; }

#contact-btn {
	margin-top:20px;
	display:block;
	width:231px;
	height:104px;
	text-indent:-9999px; background:url(../images/contact-btn.jpg) top left;
	}
#contact-btn:hover {background:url(../images/contact-btn.jpg) bottom left;}

#column-left .upload-field {position:relative; display:block;}

.newbuttons {padding-bottom:105px;}
#videoBtn {height:82px;
		width:230px;
		display:block;
		text-indent:-9999px;
		background:url(../images/videoBtnNarrow.png);
		margin-right:30px;
		float:left;
		}
		
#animationBtn {height:82px;
	width:230px;
	display:block;
	text-indent:-9999px;
	background:url(../images/animationBtnNarrow.png);
	float:left;
	margin-left: 60px;
	margin-bottom: 10px;
	}
#featuredBtn {background:url(../images/featured.jpg); width:231px; height:160px; display:block; text-indent:-9999px;}
#featuredBtn2 {background:url(../images/featured.jpg) bottom left; width:231px; height:138px; display:block; text-indent:-9999px;}

#specials-btn {
	display:block;
	width:231px;
	height:104px;
	text-indent:-9999px; background:url(../images/special.jpg) top left;
	}
	
	#specials-btn:hover {background:url(../images/special.jpg) bottom left;}

#btnFacebook {
	display:block;
	width:231px;
	height:104px;
	text-indent:-9999px; background:url(../images/btnFacebook.jpg) top left;
	}
	
	#btnFacebook:hover {background:url(../images/btnFacebook.jpg) bottom left;}
	
.flttxt	{
	padding-top: 20px;
	padding-left: 310px;

}

span.doc-pic{
	display: block!important;
}






























@media only screen and (max-width: 767px) {


	.hidden-phone {
	    display: none !important;
	}

	.visible-phone {
	    display: block !important;
	}

	body { 
		text-align:center; 
		font: 12px Helvetica, Arial, Verdana, sans-serif;
		line-height: 19px;
		background: #fceafa;
		width: 100%;
		max-width: 767px;
		min-width: 320px;
	}

	#wrap-gradient-thankyou {
    background: none;
    width: 100%;
    padding-bottom: 0;
}

	#wrap {
	    background: none;
	    width:100%; 
	}

	#wrap-gradient {
	    background: none;
	    width: 100%;
	    padding-bottom: 0;
	}

	#noflash-bg {
	    display: none;
	}

	.mob-header{
		background: url(../images/mob-header.jpg) no-repeat top center;
	    height: 374px;
	}

	#column-left {
	    width: 100%;
	    float: none;
	}

	body#index #subhead {
	    background: none;
	    height: auto;
	}

	#qualifications {
	    background: none;
	    width: 100%;
	    color: #481442;
	    letter-spacing: 1px;
	}

	#qualifications-gradient {
	    background: none;
	    width: 100%;
	    padding-top: 0;
	}

	#qualifications-gradient ul{
		list-style: outside;
		margin: 0 40px!important;
	}

	#qualifications-gradient ul li{
		font-weight: normal;
		padding-left: 0;
		letter-spacing: normal;
	}

	#procedures-overview {
	    display: none;
	}

	#financing-options {
	    display: none;
	}

	#column-right {
	    display: none;
	}

	#subhead-meet-the-doctor {
	    height: auto;
	    background: none;
	}

	#subhead-meet-the-doctor span, body#index #subhead span{
		display: block;
		margin: 40px 20px 10px;
		color: #b546ab;
		font-family: 'Times New Roman', serif;
		font-size: 18px;
	}

	body#index #column-left img.img-right{
		float: none;
		margin: 0 auto;
	}

	span.doc-pic{
		display: block!important;
		width: 177px;
		height: 194px;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
	}
	span.doc-pic img{
		position: absolute;
	    right: -29px;
	    top: 0;
	}

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

	body#index h1, body#index h2{
		font: 12px Helvetica, Arial, Verdana, sans-serif;
		color: #55164B;
		font-weight: bold;
	}

	span.special-mobile{
		text-align: center;
	}

	#header-graphic{
		display: none;
	}

	body#index #nav-01 { background:none; }
	body#dr-zollman #nav-02 { background:none; }

	body#breast #nav-03 { background:none; }
	body#breast-implant #nav-03 { background:none; }
	body#breast-lift #nav-03 { background:none; }
	body#reduction #nav-03 { background:none; }
	body#reconstruction #nav-03 { background:none; }

	body#body #nav-04 { background:none; }
	body#liposuction #nav-04 { background:none; }
	body#abdominoplasty #nav-04 { background:none; }
	body#body-lift #nav-04 { background:none; }
	body#buttock #nav-04 { background:none; }

	body#brow-lift #nav-05 { background:none; }
	body#facelift #nav-05 { background:none; }
	body#eyelid-surgery #nav-05 { background:none; }

	body#implants #nav-06 { background:none; }
	body#botox #nav-07 { background:none; }
	body#laser #nav-08 { background:none; }
	body#other-procedures #nav-09 { background:none; }
	body#gallery #nav-10 { background:none; }
	body#financing-surgery #nav-11 { background:none; }
	body#contact-zollman #nav-12 { background:none; }

	.mobile-menu:after{
		content: " ";
		position: relative;
		display: block;
		height: 62px;
		width: 100%;
		background: url(../images/mob-header.jpg) no-repeat top center;
	}

	

	body#dr-zollman #subhead { background:none; }
	body#breast #subhead { background:none; }
	body#breast-implant #subhead  { background:none; }
	body#breast-lift #subhead { background:none; }
	body#reconstruction #subhead { background:none; }
	body#reduction #subhead { background:none; }
	body#body-lift #subhead { background:none; }
	body#abdominoplasty #subhead, body#testimonials-pg #subhead { background:none; }
	body#buttock #subhead { background:none; }
	body#liposuction #subhead { background:none; }
	body#facelift #subhead, body#macs #subhead { background:none; }
	body#brow-lift #subhead { background:none; }
	body#eyelid-surgery #subhead { background:none; }	
	body#implants #subhead { background:none; }
	body#botox #subhead { background:none; }
	body#injectables #subhead { );background:none; }
	body#laser #subhead { background:none; }
	body#other-procedures #subhead { background:none; }
	body#gallery #subhead, body#blog #subhead { background:none; }
	body#financing-surgery #subhead { background:none; }
	body#contact-zollman #subhead { background:none; }
	body#thankyou #subhead { background:none; }
	body#sitemap #subhead { background:none; }
	body#pt-review #subhead { background:none; }
	body#coolsculpting #subhead { background:none; }


	/* ------- Nav -------- */

	  .mobile-menu {
	    width: 100%;
	    height: 62px;
	    background-image: url(../images/mob-nav-bg.jpg);
	    background-repeat: repeat-x;
	    background-color: #65165a;
	    display: block;
	    font-size: 0;
	    text-align: center;
	  }
	  .mobile-menu span {
	    width: 25%;
	    height: 100%;
	    display: inline-block;
	    vertical-align: top;
	    background: url(../images/menu-divide.jpg) left center no-repeat;
	  }
	  .mobile-menu span a {
	  	padding-top: 10px;
	    text-align: center;
	    display: block;
	    height: calc(100% - 5px);
	    text-decoration: none;
	    color: #ffffff;
	  }
	  .mobile-menu span a svg {
		height: 23px;
	    width: 100%;
	    vertical-align: middle;
	  }
	  .mobile-menu span a svg path {
	    fill: #ffffff;
	  }
	  .mobile-menu span a p {
	    margin: 0;
	    line-height: 23px;
	    font-size: 12px;
	    text-transform: capitalize;
	  }

	  #nav {
	    background: none #58134e;
	    display: block;
	    position: absolute;
	    overflow: hidden;
	    left: 0;
	    top: 62px;
	    width: 100%;
	    z-index: 10000;
	    max-height: 0;
	    height: auto;
	    -webkit-transition: max-height .75s;
	    transition: max-height .75s;
	    width: 100%;
	    min-width: 100%;
	    float: none;
	    margin: 0;
	  }

	  #nav.active {
	    left: 0;
	    max-height: 622px;
	    height: auto;
	  }

	  #nav li {
	    display: block;
	    float: none;
	    border-bottom: 1px solid #65165a;
	    line-height: 40px;    
	  }

	  #nav li > a, #nav li > span{
	  	text-indent: 0;
	  	padding: 0 15px;
	  	width: 100%;
	  	font-size: 16px!important;
	  }

	  #nav li:hover {
	    background-image: none!important;
	    background-color: #65165a;
	  }
	  #nav li:hover a {
	    background-image: none!important;
	    background-color: #65165a;
	  }

	  #nav a {
		padding: 0;
		text-decoration: none;
	  }
	  #nav-01 {
	    width: 100%;
	    margin-left: 0;
	  }

	  #nav li, #nav a {
		width: auto;
		height: auto;
	  }

	  #nav li ul {
	    display: none;
	  }
	  
	#nav li ul, #nav li ul li {
	    width: 100%;
	}
	#nav li ul{
		border-top: 1px solid #ffffff;
		max-height: 0;
		-webkit-transition: max-height .75s;
	    transition: max-height .75s;
	    overflow: hidden;
	}
	#nav li ul li{
		border-width: 0 0 1px 0;
		height: auto;
	}
	#nav li ul li a{
		line-height: normal;
		height: auto;
	}
	#nav li ul li a span{
		color: #58134e;
		font-size: 1em;
	}

	#nav li:hover ul, #nav li:hover ul li, #nav li:hover ul li a{
	  	background-color: #F6D0EF;
	  }
	#nav li ul.active {
	    padding-right: 0;
	    position: static;
	    display: block;
	    max-height: 622px;
	}

	#nav li:hover ul {
	    left: -9999px;
	    background: #F6D0EF;
	}

	body#index #nav-01{
		background: none;
	}

	#nav span{
		display: inline-block;
		color: #ffffff;
	}

	#nav li ul, #nav li ul li {
	    width: 100%;
	}
	#nav li ul{
		border-top: 1px solid #ffffff;
		max-height: 0;
		-webkit-transition: max-height .75s;
	    transition: max-height .75s;
	    overflow: hidden;
	    background: #F6D0EF;
	}
	#nav li ul li{
		height: auto;
	}
	#nav li ul li a{
		line-height: 35px;
		height: 35px;
	}
	#nav li ul.active {
	    position: static;
	    display: block;
	}

	#nav-04 ul, #nav-05 ul, #nav-08 ul {
	    margin-top: 0;
	}


	.dd2{
		background: url('../images/arrow-down.png') 88% center no-repeat;
		background-size: 10px auto;
	}
	/*.dd2.selected > a, .dd2.selected > span{
		background: url('../images/arrow-down.png') 88% center no-repeat;
		background-size: 12px auto;
	}*/



	#animationBtn {
	    float: none;
	    margin-left: 20px;
	}





	body#contact-zollman #column-left form {
	    width: calc(100% - 40px);
	    margin: 0 20px 18px 20px;
	    overflow: hidden;
	}

	#contact-main label {
	    width: 100%;
	    position: relative;
	    display: block;
	    text-align: left;
	    margin-bottom: 10px;
	    font-size: 1.0em;
	}

	#contact-main label input, #contact-main label textarea, #contact-main label select {
	    width: 90%;
	    position: relative;
	    left: 0;
	    top: 0;
	    display: block;
	}

	#contact-main label.boxes {
	    width: 100%;
	    text-align: left;
	    float: none;
	    height: auto;
	}

	#verif_box{
		margin-top: 10px !important;
	}

	input.submit-contact-main {
	    margin: 10px 0 30px 0;
	}



	#footer {
	    width: 100%;
	    background: #65165a;
	    padding: 40px 0;
	}

	#footer ul{
		display: none;
	}

}
