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

hr {
	border-color: #B6B583;
    border-style: dashed none none;
    border-width: 1px medium medium;
    color: #E9E8DB;
    margin: 25px 0;
}


/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body { 
	background:#e9e8db url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:14px/22px Arial, Helvetica, sans-serif; 
	color:#404040;
	}

body#index { 
	background:#e9e8db url("../images/bg-body-index.jpg") top repeat-x;
	}


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

h1, h2 { font-size:23px; color:#818e1b; line-height:24px; }
h3	{ font-size:15px; color:#4f4f4f; line-height:18px; }
h4	{ font-size:1.0em; color:#99aa2b; }

a:link,a:visited	{ color:#818e1b; text-decoration:underline; outline:none; }
a:hover	{ color:#000; text-decoration:underline; outline:none; }
a:active	{ color:#69751c; 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;}

.clear-testimonial {
	padding-bottom:30px;
}
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 25px 10px 0px;
	}
	
img.img-left-gift { 
	float:left; 
	margin:0px 25px 10px 0px;
	}
	
img.vw { margin-bottom:-33px; }

img.img-right { 
	float:right; 
	margin:0px 0px 0px 0px; 
	}
img.img-skydive-hiebert {
	float:right; 
	margin:0px 10px;
	border:solid 1px #e0ddcc; 
	}
img.img-talk-tv { 
	float:right; 
	margin:0px 10px; 
	}
h2.patient-reviews {
	border-top:1px solid #818e1b;
	padding:30px 0px 15px 0px;
}
h3.patient-reviews {
	text-align:center;
	color:#000;
}

/* ------------------------ form elements ------------------------ */
form {
	width:256px;
	margin:30px 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:#ffffff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #ddd;
	color:#404040;
	width:251px; /* 5 pixles smaller than form width !important */
	height:22px;
	line-height:22px;
	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;
	}

input.required { 	background:#fff url("../images/req-input.jpg") no-repeat !important; /* to prevent highlighting by Google Toolbar */}

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

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

#contact_business { display: none; } /* do not remove */ 
.checkbox-bottom { width:600px; text-align:left; padding:0px; margin:4px;}
.checkbox2 { width:15px; margin-bottom:12px; float:left; margin-right:5px;}

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

/* ------------------------ main contact form ------------------------ */
#contact-main, #contact-newsletter { margin:20px 0 10px 0; }

#contact-main label, #contact-newsletter 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, #contact-newsletter label input, #contact-newsletter label textarea, #contact-newsletter label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#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, input.commentform-submit, input.submit-contact-newsletter { 
	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-contact-newsletter { margin-left:243px; }



/* ------------------------ contact form framework ------------------------ */

#contact-wrap{
	background:url(../images/contact-wrap.jpg) repeat-y;
	width:599px;
	}
	
	#contact-bottom{
	background:url(../images/contact-bottom.jpg)  left bottom no-repeat;
	padding:0 0 12px;
	}
	
	#contact-top{ 
	background:url(../images/contact-top.jpg) no-repeat;
	display:inline-block;
	width:599px;
	z-index:999;
	}
	
	#contact-top h2{ color:#fff; padding:28px 10px 10px 38px;} 
	#contact-top p, #contact-bottom p { margin:10px 47px; z-index:9999;}

	#contact-left, #contact-right {
		float:left;
		width:228px;
		padding:20px;
		}
		
	#contact-left {
		padding-top: 125px;
		text-align:center;
		}
	
		
	#column-left #contact-left h3 {
		margin: 35px 0 5px; }
		
	#contact-left span {
		font-size:25px;
		color:#868d07;
		}
		
	#column-left #contact-right p { margin-bottom:5px; }

.error{
	background:#ff0;
	border:solid 1px #f00;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:0 0 5px #666;
	-moz-box-shadow:0 0 5px #666;
	-webkit-box-shadow:0 0 5px #666;
	color:#271a14;
	margin:0 0 0 5px;
	padding:0 5px;
}


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

/* ------------------------ main framework ------------------------ */
#wrap {
	width:949px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ content-wrap framework ------------------------ */
#content-wrap {
	background:url(../images/content-wrap.jpg) repeat-y;
	width:939px;
	padding:40px 0  20px 10px;
	}


/* ------------------------ column-left-gift-basket-ad framework ------------------------ */
#column-left-gift-basket {
	/*width:930px;*/
	width:599px;
	float:left;
	padding-right:20px;
	}

	#column-left-gift-basket p, #column-left-gift-basket h1, #column-left-gift-basket h2, #column-left-gift-basket h3,  #column-left-gift-basket h4, #column-left-gift-basket ul, #column-left-gift-basket dl, #column-left-gift-basket ol {
		margin:0px 0px 20px 0px;
		}

	#column-left-gift-basket h2.tagline { 
		color:#3a3a3a;
		margin-top:-10px;
		font-weight:lighter;
		}

	#column-left-gift-basket #italic{ width:575px;}

	#column-left-gift-basket form { 
		margin-left:0px; 
		margin-top:0px;
		} /* set form margin here */

	/* single column list */
	#column-left-gift-basket ul { padding-left:5px; }
	
	#column-left-gift-basket ul li { 
		/*background:transparent url("../images/bullet.jpg") 0px 7px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
		/*padding-left:15px; /* pushes text to the right to display bg img */
		list-style:disc;
		margin-left:30px;
		}
		
	/* ordered list */
	#column-left-gift-basket ol { padding-left:25px; }
	
	#column-left-gift-basket ol li { 
		list-style: decimal outside;
		margin-bottom: 6px;
		}
					
	#column-left-gift-basket ol li li { 
		list-style:none;
		margin-bottom: 6px;
		}
		
	#column-left-gift-basket ol ul { 
		margin-left:7px;
		}

	/* multi column list */
	#column-left-gift-basket ul.multi { padding-left:5px; } 
	
	#column-left-gift-basket 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 */
	/*#column-left-eminence dl { padding-left:5px; }
	
	#column-left-eminence dl dt {
		font-weight:bold;
		color:#99CC00;
		}*/

	/*#column-left-eminence dl dd {
		background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; 
		padding-left:10px;  
		margin-left:5px;
		}*/
					
	/*#column-left-gift-basket input { 
		width:100px;
		border:0px;
		} */

	img.floatLeft { 
		float: left; 
		margin: 4px 10px 4px 4px; 
		}	
		
	.patient-reviews-a, .patient-reviews-b, .patient-reviews-a, .patient-reviews-c {
		width: 180px;
		float: left;
		padding-right:17px;
		}

	.patient-reviews-c { padding-right:0px; }

	p span.contact { color:#818e1b; }
	
	.gift-basket-explanantion {
		font-size: 26px;
	}
			
/* ------------------------ VIP Rewards ------------*/

#reward-wrap {
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 525px;
}

#reward-col-1 {
	float: left;
	width: 165px;
	padding-right:10px;
	
}

#reward-col-2 {
	float: left;
	width: 165px;
	padding-right:10px;
	
}

#reward-col-3 {
	float: left;
	width: 165px;
	padding-right:10px;
	
}

#cert-wrap {
	margin: 0px auto;
	padding: 0px;
	border:0;
	width:599px;
	text-align:left;
}

#cert-col-1 {
	float: left;
	width: 270px;
	height:150px;
	text-align:left;
	
}

#cert-col-2 {
	float: left;
	width: 270px;
	height:150px;
	text-align:left;
	
}




/* ------------------------ column-left-eminence-ad framework ------------------------ */
	#column-left-eminence {
		/*width:930px;*/
		width:599px;
		float:left;
		padding-right:20px;
		}

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

		#column-left-eminence h2.tagline { 
			color:#3a3a3a;
			margin-top:-10px;
			font-weight:lighter;
			}

			#column-left-eminence #italic{ width:575px;}

		#column-left-eminence form { margin-left:0px; } /* set form margin here */

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

		/* multi column list */
		#column-left-eminence ul.multi { padding-left:5px; } 
			#column-left-eminence 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 */
		/*#column-left-eminence dl { padding-left:5px; }
			#column-left-eminence dl dt {
				font-weight:bold;
				color:#99CC00;
				}*/
				
			/*#column-left-eminence dl dd {
			    background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; 
				padding-left:10px;  
				margin-left:5px;
				}*/
				
			img.floatLeft { 
	  			  float: left; 
	   			  margin: 4px 10px 4px 4px; 
			    }	
		    .patient-reviews-a, .patient-reviews-b, .patient-reviews-a, .patient-reviews-c {
				  width: 180px;
				  float: left;
				  padding-right:17px;
				}

			.patient-reviews-c { padding-right:0px; }


		p span.contact { color:#818e1b; }




/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:599px;
	float:left;
	padding-right:20px;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3,  #column-left h4, #column-left ul, #column-left dl, #column-left ol {
		margin:0px 0px 20px 0px;
		}
		
	#column-left h2.tagline { 
		color:#3a3a3a;
		margin-top:-10px;
		font-weight:lighter;
		}
		
		#column-left #italic{ width:575px;}
	
	#column-left form { margin-left:0px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 7px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:15px; /* pushes text to the right to display bg img */
			}
	/* ordered list */
	#column-left ol { padding-left:25px; }
		#column-left ol li { 
			list-style: decimal outside;
			margin-bottom: 6px;
			}
			#column-left ol li li { 
				list-style:none;
				margin-bottom: 6px;
			}
			#column-left ol ul { 
				margin-left:7px;
				}
		
	/* multi column list */
	#column-left ul.multi { padding-left:5px; } 
		#column-left 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 */
	#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;
			}
		img.floatLeft { 
  			  float: left; 
   			  margin: 4px 30px 4px 4px; 
		    }	
	    .patient-reviews-a, .patient-reviews-b, .patient-reviews-a, .patient-reviews-c {
			  width: 180px;
			  float: left;
			  padding-right:17px;
			}
			
		.patient-reviews-c { padding-right:0px; }
	
	
	p span.contact { color:#818e1b; }
	
	
		

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:298px;
	float:left;
	padding-left:22px;
	}
	
	body#patient-reviews #column-right {
		min-height: 6000px;
		height:auto !important;
	  	height:6000px;
		}
	
body#index #column-left, body#index #column-right { overflow:hidden;}

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

	/* single column list */
	#column-right ul { padding-left:0px; }
		#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 */
			}

	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			color:#69751c;
			float: left;
			margin-right: 5px;
			font-weight: bold;
			}
		#column-right dl dd {
			margin-bottom: 10px;
			}
			
			

/* ------------------------ header framework ------------------------ */
p.phone {
	font:23px Helvetica, Arial, sans-serif;
	color:#4f4f4f;
	font-weight:bold;
	position:absolute;
	top:-19px;
	right:10px;
	}
	p.phone span { color: #94a604;
	}

#header_flash { height:334px; background:url("../images/header-graphic-index.jpg");} /* sets height for the flash header - REMOVE IF NOT USED */
	/* --------------- no flash text styles ----------------------*/
	#header-flash p, #header-flash noscript { padding: 5px 0 0 30px; color: #FFFFFF;}
	#header-flash a:link, #header-flash a:visited {color: #FFFFFF;}
	#header-flash a:hover, #header-flash a:active {color: #FFFF00;  text-decoration: none;}

#header-graphic { height:334px;  background:url("../images/header-graphic.jpg"); position:relative; } /* sets height for all non-flash headers */


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

#module-1, #module-2, #module-3, #module-4 {
	float:left;
	width:181px;
	height:128px;
	padding:25px;
	background:url(../images/module-divider.jpg) right top no-repeat;
	}
	
	#module-4 { background: none; }
	
	
#module h2 {
	font-size: 16px;
	line-height:21px;
	margin-bottom:5px;
	}

#module p { margin-bottom:10px; }


/* ------------------------ subhead framework ------------------------ */
#subhead { height:70px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg"); height: 90px;}
	body#team #subhead { background:url("../images/subhead-team.jpg"); }
	body#eye #subhead { background:url("../images/subhead-eye.jpg"); }
	body#custom #subhead { background:url("../images/subhead-custom.jpg"); }
	body#blade-free #subhead { background:url("../images/subhead-blade-free.jpg"); }
	body#alternatives #subhead { background:url("../images/subhead-alternatives.jpg"); }
	body#prk #subhead { background:url("../images/subhead-prk.jpg"); }
	body#iol #subhead { background:url("../images/subhead-iol.jpg"); }
	body#iek-dsek #subhead { background:url("../images/subhead-iek-dsek.jpg"); }
	body#ophthalmology #subhead { background:url("../images/subhead-ophthalmology.jpg"); }
	body#keratoconus #subhead { background:url("../images/subhead-keratoconus.jpg"); }
	body#cosmetic-centre #subhead { background:url("../images/subhead-cosmetic-centre.jpg"); }
	body#skin-care #subhead { background:url("../images/subhead-skin-care.jpg"); }
	body#laser-hair-removal #subhead { background:url("../images/subhead-laser-hair-removal.jpg"); }
	body#botox #subhead { background:url("../images/subhead-botox.jpg"); }
	body#vip-program #subhead, body#vip-home #subhead { background:url("../images/subhead-vip-program.jpg"); }
	body#video-reviews #subhead { background:url("../images/subhead-video-reviews.jpg"); }
	body#patient-reviews #subhead { background:url("../images/subhead-patient-reviews.jpg"); }
	body#promotions #subhead { background:url("../images/subhead-promotions.jpg"); }
	body#loyalty #subhead { background:url("../images/subhead-loyalty.jpg"); }
	body#blog #subhead { background:url("../images/subhead-blog.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"); }

/* ------------------------ subhead framework with varying heights ------------------------ */
a#title-new-year {
	height:120px;
	width: 314px;
	background:url("../images/title-new-year.jpg");
	display: block;
	}
	a#title-new-year:hover {
		background: url("../images/title-new-year.jpg") 0 -120px no-repeat;
	}

a#title-0-financing {
	height:94px;
	width: 314px;
	background:url("../images/title-0-financing.jpg");
	display: block;
	}
	a#title-0-financing:hover {
		background: url("../images/title-0-financing.jpg") 0 -94px no-repeat;
	}
	
a#am-i-a-candidate {
	height:145px;
	width: 314px;
	background:url("../images/am-i-a-candidate.jpg");
	display: block;
	}
	a#am-i-a-candidate:hover {
		background: url("../images/am-i-a-candidate.jpg") 0 -145px no-repeat;
	}
/* ------------------------ title framework with varying heights ------------------------- */
div.col-right-div {
	height:17px;
	background:url("../images/col-right-div.jpg") ;
	margin: 5px 0px 5px 0px;
	}
#col-right-div2 {
	height:17px;
	background:url("../images/col-right-div.jpg") ;
	margin: 5px 0px 5px 0px;
	}	
#title-seminars {
	height:64px;
	background:url("../images/title-seminars.jpg");
	}

#title-patient-reviews {
	padding-top:63px;
	background:url("../images/title-patient-reviews.jpg") top no-repeat;
	}
	#title-patient-reviews p {
		font-style: italic; 
		width: 250px; 
		background: url("../images/img-quotes-end.jpg") bottom right no-repeat;
		padding: 0px 25px 20px 22px;
		}



/* ------------------------------------- Buttons ---------------------------------------- */
/* ------------------------ video website index ------------------------ */
 #video-website {
	background: url("../images/video-website-index.jpg") top no-repeat;
	padding-top: 200px;
	width: 312px;
	margin-left: 2px;
	}
body#index #video-website {
	width:323px;
	float: left;
	margin-left: 0px;
	}

a#launch-video-website {
	background: url("../images/launch-video-btn.jpg");
	height: 29px;
	width: 146px;
	display: block;
	margin-left: 20px;
}	
	a#launch-video-website:hover {
		background: url("../images/launch-video-btn.jpg") 0px -29px no-repeat;
		}

/* ------------------------ contact-click-to-call ------------------------ */
p.address {
	font-size:1.3em;
	font-weight:bold;
}
#consultation {
	background: url("../images/bg-contact-today1.jpg") no-repeat ;
	width: 314px;
	height:109px;
	position: relative;
}
body#index #consultation {	float: left; margin-left: 0px; }
	#consultation a.contact {
		position: absolute;
		top: 0px;
		left: 0px;
		height: 109px;
		width: 314px;
		}
		#consultation a.contact:hover {
			background: url("../images/btn-contact1.jpg");
			}
#click-to-call {
	background:url("../images/bg-click-to-call.jpg") no-repeat;
	width:314px;
	height:94px;
	position: relative;
	margin-left:0px;
	margin-bottom:20px;
	}
	#click-to-call a.click {
		position: absolute;
		top: 0px;
		left: 0px;
		height: 66px;
		width: 312px;
		}
		#click-to-call a.click:hover {
			background: url("../images/btn-click-to-call.jpg");
		}
	a#click-to-call {
		display: block;
		height: 66px;
		width: 312px;
		margin-left: 2px;
		background: url("../images/click-to-call.jpg");
	}
	a#click-to-call:hover{
		background: url("../images/click-to-call.jpg") 0px -66px no-repeat;
		
		}
/* ------------------------ vertical sprite nav ------------------------ */
#column-left #pricing-commitment-nasa {
	background:url("../images/pricing-commitment-nasa.jpg") top left no-repeat;					
	width:312px;	/* Width of buttons, not entite image (or half of entire image) */
	height:259px;	 /* Height of entire image */
	margin:0;
	padding:0;
	float: left;
	}
#column-left #pricing-commitment-nasa ul { margin:0; padding:0; }
#column-left #pricing-commitment-nasa li span { display: none; background:none; }

#column-left #pricing-commitment-nasa li { float:left; list-style:none; position:relative; background:none; margin:0; padding:0; }

#column-left #pricing-commitment-nasa li, #column-left #pricing-commitment-nasa li a { 
	display:block;
	}

/* margin-top to set where the pricing-commitment-nasa should begin */
#column-left #pricing-commitment-nasa-01, #column-left #pricing-commitment-nasa-01 a { 
	height: 79px;
	width:312px;
	}
#column-left #pricing-commitment-nasa-02, #column-left #pricing-commitment-nasa-02 a { 
	height: 83px;
	width:312px;
	}
#column-left #pricing-commitment-nasa-03, #column-left #pricing-commitment-nasa-03 a { 
	height: 97px;
	width:312px;
	}

#column-left #pricing-commitment-nasa-01 a:hover { background:url("../images/pricing-commitment-nasa.jpg") -312px  -0px no-repeat; }
#column-left #pricing-commitment-nasa-02 a:hover { background:url("../images/pricing-commitment-nasa.jpg") -312px  -79px no-repeat; }
#column-left #pricing-commitment-nasa-03 a:hover { background:url("../images/pricing-commitment-nasa.jpg") -312px  -162px no-repeat; }

/* ------------------------- BLOG STYLES --------------------------- */
div.post {
	margin: 10px 0px 10px 0px;
}
div.meta {
	font-size: .90em;
	margin: 0px 20px 5px 12px;
}
div.feedback {
	margin: 5px 20px 5px 12px;
	text-align: right;
}
body#blog #column-left h3.storytitle {
	font-size: 1.1em;
	margin-bottom: 5px;
}
body#blog #column-left h2 {
	color: #000;
}

body#blog #column-right ul li {
	background: none;
	padding-left: 0px;
}
body#blog #column-right ul li ul {
	margin-left: 0px;
}
/* ------------------------footer framework ------------------------ */
#footer-bg {
	background: #e3e2d6 url("../images/footer.jpg") top repeat-x;
	width: auto;
	margin-top: 10px;
	padding-top:2px;
}
#footer {
	width:989px;
	margin:0 auto;
	text-align:center;
	padding: 25px 0 10px 0px;
	color:#3a3a3a;
	background:#e3e2d6;
	}

#footer h2 {
	color:#3a3a3a;
	font-size:18px;
	margin-bottom:15px;
	font-weight:lighter;
	}
#footer p {
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#000; text-decoration: none;}
#footer a:hover, #footer a:active { color:#69751c; text-decoration: none;}

#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;
		}
	#footer li.first { border: none; }
	
	
#footer ul#footer-icons li {padding: 25px 25px 25px 50px; }
#footer ul li.question { background: url("../images/have-question.png") no-repeat 10px center; }
#footer ul li.make-appointment { background: url("../images/make-appointment.png") no-repeat 10px center; }
#footer ul li.send-email { background: url("../images/send-email.png") no-repeat 10px center; }
#footer ul li.blog { background: url("../images/blog-icon.png") no-repeat 10px center; }
#footer ul#footer-icons li span { font-size:14px; font-weight:bold; }



/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:949px; 
	height:63px; 
	margin:0 0 40px;
	padding:0; 
	}

#nav span { display: none; }

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

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

#nav-01 { width: 53px; margin-left: 9px;}
#nav-02 { width: 100px;}
#nav-03 { width: 154px;}
#nav-04 { width: 129px;}
#nav-05 { width: 117px;}
#nav-06 { width: 90px;}
#nav-07 { width: 116px;}
#nav-08 { width: 91px;}
#nav-09 { width: 71px;}

/*-------------- (-79px) X position of button / (-63px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -9px -63px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -62px -63px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -162px -63px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -316px -63px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -445px -63px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -562px -63px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -652px -63px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -768px -63px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -859px -63px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg")     -9px -126px no-repeat; }
body#team #nav-02 { background:url("../images/nav.jpg")     -62px -126px no-repeat; }
body#eye #nav-03 { background:url("../images/nav.jpg") -162px -126px no-repeat; }
body#custom #nav-03 { background:url("../images/nav.jpg") -162px -126px no-repeat; }
body#blade-free #nav-03 { background:url("../images/nav.jpg") -162px -126px no-repeat; }
body#alternatives #nav-04 { background:url("../images/nav.jpg") -316px -126px no-repeat; }
body#prk #nav-04 { background:url("../images/nav.jpg") -316px -126px no-repeat; }
body#iol #nav-04 { background:url("../images/nav.jpg") -316px -126px no-repeat; }
body#ophthalmology #nav-05, body#iek-dsek #nav-05, body#lenses #nav-05, body#expect #nav-05 { background:url("../images/nav.jpg") -445px -126px no-repeat; }
body#keratoconus #nav-06 { background:url("../images/nav.jpg") -562px -126px no-repeat; }
body#SPECIFY #nav-07 { background:url("../images/nav.jpg") -652px -126px no-repeat; }
body#vip-program #nav-08, body#vip-home #nav-08, body#video-reviews #nav-08, body#patient-reviews #nav-08, body#promotions #nav-08, body#loyalty #nav-08 { background:url("../images/nav.jpg") -768px -126px no-repeat; }
body#contact #nav-09 { background:url("../images/nav.jpg") -859px -126px no-repeat; }

/* ------------------------ subnav ------------------------ */
ul#subNav {
	margin: 0 0 40px 0;
}

ul#subNav li {
	background: #fff url("../images/bullet.gif") no-repeat 6px 13px;
	border-bottom:1px dashed #B6B583;
	margin: 0;
	padding: 0 10px 10px;
	line-height:15px;
}

#subNav li.last {
    border-bottom: none;
}

ul#subNav li a:link, ul#subNav li a:visited {
	display: block;
	width: 263px;
	padding: 10px 0 0 10px;
	text-decoration: none;
	
}

ul#subNav li:hover a {
	background: #E9E8DB
	color: #FFFFFF;	
	_margin: 0 0 6px 0;
	
}



/* embedded styles from hari-care-price.html */

body#hair-care-price {
	background-color:#E9E8DB;
	background-image: none;
	margin: 10px 0 0 10px;
}

body#hair-care-price p.p1 {
	margin: 12.0px 0.0px 3.0px 0.0px;
	text-align: center;
	font: 13.0px Arial
}
body#hair-care-price p.p2 {
	margin: 0.0px 0.0px 0.0px 0.0px;
	text-align: center;
	font: 10.0px Verdana;
	min-height: 12.0px
}
body#hair-care-price p.p3 {
	margin: 0.0px 0.0px 0.0px 0.0px;
	text-align: center;
	font: 10.0px Verdana
}
body#hair-care-price p.p4 {
	margin: 0.0px 0.0px 0.0px 0.0px;
	font: 12.0px Times New Roman;
	min-height: 15.0px
}
body#hair-care-price table.t1 {
	border-collapse: collapse
}
body#hair-care-price td.td1 {
	min-width: 221.4px;
	border-style: solid;
	border-width: 1.0px 1.0px 1.0px 1.0px;
	border-color: #bfbfbf #bfbfbf #bfbfbf #bfbfbf;
	padding: 0.0px 5.0px 0.0px 5.0px
}

/* embedded styles from skin-care-price.html */

body#skin-care-price {
	background-color:#E9E8DB;
	background-image: none;
	margin-left: 10px;
}

body#investment-article {
	background-color:#E9E8DB;
	background-image: none;
	width:600px;
	text-align: left;
	margin-left: 10px;
}

p.p1 {
	margin: 0.0px 0.0px 0.0px 0.0px;
	font: 10.0px Verdana;
	min-height: 12.0px
}
p.p2 {
	margin: 0.0px 0.0px 0.0px 0.0px;
	text-align: center;
	font: 10.0px Verdana;
	min-height: 12.0px
}
p.p3 {
	margin: 0.0px 0.0px 0.0px 0.0px;
	text-align: center;
	font: 10.0px Verdana
}
p.p4 {
	margin: 0.0px 0.0px 0.0px 0.0px;
	font: 10.0px Verdana
}
p.p5 {
	margin: 0.0px 0.0px 0.0px 0.0px;
	font: 12.0px Times New Roman;
	min-height: 15.0px
}
span.Apple-tab-span {
	white-space:pre
}
table.t1 {
	border-collapse: collapse
}
td.td1 {
	min-width: 275.4px;
	border-style: solid;
	border-width: 1.0px 1.0px 1.0px 1.0px;
	border-color: #bfbfbf #bfbfbf #bfbfbf #bfbfbf;
	padding: 0.0px 5.0px 0.0px 5.0px
}
td.td2 {
	min-width: 68.4px;
	border-style: solid;
	border-width: 1.0px 1.0px 1.0px 1.0px;
	border-color: #bfbfbf #bfbfbf #bfbfbf #bfbfbf;
	padding: 0.0px 5.0px 0.0px 5.0px
}

#sign-in {
	background-color: #99aa2b;
    border: 1px solid #E0DECC;
    color: #404040;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 18px;
    text-align: center;
    width: 160px;
	padding:6px;
	margin: 0 auto 10px;
	position:relative;
	}
	
	#sign-in a { width: 160px; height:18px; display:block; }
	
	#sign-in a:link, #sign-in a:visited { color:#fff; text-decoration:none;}
	#sign-in a:hover, #sign-in a:active { color:#fff; background-color: #a9bc31;}
	

p.promo {
	font-weight:bold; 
	color:#414141;
	font-size:20px;
	line-height:20px;
	}
p.pstronger a:link, p.pstronger a:visited {color:#404040;}

h2.big-h2 { font-size:22px; }

h2.black-h2 { font-size:22px; color:#505050; }

p.promo-text { font-size:1.2em; color:#404040; }

.promotions-box {
	background-color:white;
	border:4px double #818E1B;
	margin:25px auto;
	padding:15px;
	width:65%;
	}
	
	h2.holiday-text { font-size:1.3em; }
	
#seminar-left { 
	float:left;
	width:162px;
	}
#open-house {
	border-left:1px dashed #B8B58D;
	float:left;
	width:151px;
	}


#smk{
	overflow:hidden;
}
.smk{
	background:url("http://dhsc66z5v6eup.cloudfront.net/icon-kit-01/smk-small-shadows.png") no-repeat;
	display:block;
	float:left;
	height:45px;
	margin:0;
	width:42px;
}

.twitter{margin-left:0;}
.twitter:hover,.twitter:active{background-position:0 -100px;}

.facebook{background-position:-200px 0;}
.facebook:hover,.facebook:active{background-position:-200px -100px;}

.blog{background-position:-300px 0;}
.blog:hover,.blog:active{background-position:-300px -100px;}

.linkedin{background-position:-400px 0;}
.linkedin:hover,.linkedin:active{background-position:-400px -100px;}


#column-right #smk h2 { 
	float:left;
	width:120px;
	}
	
	h2 span.second-line{ color:#3a3a3a; font-weight:lighter; }

/* =============== VIP btn ========================*/
#vip-btn {
	background:url(../images/content-sprite.png);
	}
	
#vip-btn a{
	display: block;
	height:185px;
	width:298px;
	}
	
	#vip-btn a span { display: none; }
	
#vip-btn a:hover { background:url(../images/content-sprite.png) -298px 0px; }

#column-right #finance h2 { width:200px; float:left; }
div#finance-logo {
	background:url(../images/content-sprite.png) 0px -200px;
	width:80px;
	height:60px;
	display:inline-block;
	margin-left:-65px;
	}
	
#jvs {
	background:url(../images/jvs-logo.jpg) no-repeat 180px center;
	}

#jvs h2 { margin-bottom:0px; }
	
#jvs p span { font-size:23px; color:#818e1b; }
	
	


	
/* =============== VIP Section ========================*/

div#buttons {
	background:url(../images/btn-vip.png);
	}
div#buttons a{
	display: block;
	height: 200px;
	width: 298px;
	}
	
	div#buttons a span { display: none; }
	
a.btn-video-reviews:hover { background:url(../images/btn-vip.png) -298px 0px; }
a.btn-reviews:hover { background:url(../images/btn-vip.png) -298px -200px; }
a.btn-promotions:hover { background:url(../images/btn-vip.png) -298px -400px; }

.rounded-corners {
    behavior: url(border-radius.htc);
    border-radius: 5px;
	-moz-border-radius: 5px;
}

a#player, div.playlist { margin-left:12px; margin-top: 25px; }

#column-left ul.price-list { margin-bottom:70px; margin-top:20px; }
#column-left ul.price-list li {
	background: none;
	list-style-type: none;
	float: left;
	width: 295px;
	padding-left: 0;
	}

input.paypal-btn {
	width:147px; 
	height:47px; 
	background:none !important; 
	border:none; 
	margin-left:45px;
	}
	
/* =============== Online Surgery Button ========================*/

.btn-surgery {
	background:url(../images/online-surgery.jpg) no-repeat;
	display:block;
	height:184px;
	text-indent:-9999px;
	width:298px;
}

.btn-surgery:hover {
	background-position:-302px 0;
}

/* =============== EMINENCE ORGANICS PROMOTION ========================*/

#organics-wrap {
	background:url(../images/organics-wrap.jpg) repeat-y;
	/*width:939px;*/
	width:599px;
	}
	
#organics-celebs {
	background:url(../images/organics-celebs.png) no-repeat;
	height:330px;
	width:529px;
	margin-top: 20px;	
	}

#organics-bottom {
	/*background:url(../images/post-card-bottom.jpg) left bottom no-repeat;*/
	padding:35px 35px 0px 35px;
	}

select#quantity {
	width: 50px;
}

#organics-wrap p.top {
	text-align:center;
	}

#organics-wrap h1.tagline {
	text-align:center;
	font-size:23px;
	color:#000000;
	line-height:24px;
	font-weight:bold;
	}
	
#organics-wrap h2.tagline {
	text-align:center;
	font-size:23px;
	color:#000000;
	line-height:24px;
	font-weight:bold;
	}
	
#organics-wrap h3.tagline {
	text-align:center;
	font-size:25px;
	line-height:25px;
	color:#818E1B;
	font-weight:bold;
	}

.eminence-promotion-box {
		background-color:white;
		border:4px double #818E1B;
		margin:25px auto;
		padding:15px;
		width:490px;
		}

/* =============== SEASONAL GIFT BASKETS PAGE ========================*/

#seasonal-contact-wrap{
	background:url(../images/contact-wrap.jpg) repeat-y;
	width:529px;
	}
	
	#seasonal-contact-bottom{
	background:url(../images/contact-bottom-seasonal.jpg)  left bottom no-repeat;
	padding:0 0 12px;
	}
	
	#seasonal-contact-top{ 
	background:url(../images/contact-top-seasonal.jpg) no-repeat;
	display:inline-block;
	width:529px;
	z-index:999;
	}
	
	#seasonal-contact-top h2{ color:#fff; padding:28px 10px 10px 38px;} 
	#seasonal-contact-top p, #seasonal-contact-bottom p { z-index:9999;}
	#seasonal-contact-left input, #seasonal-contact-right input { 
		
		border: 1px solid #DDDDDD;
		width: 190px;}

    #seasonal-contact-left textarea, #seasonal-contact-right textarea {
	    width: 200px;
        }

	#seasonal-contact-left, #seasonal-contact-right {
		float:left;
		width:214px;
		padding:20px;
		}
	
	#seasonal-contact-right select {
		height: 20px;
		padding: 0;
		width: 200px;
	    }
		
	#seasonal-contact-left {
		padding-top: 125px;
		/*text-align:center;*/
		}
	
		
	#seasonal-column-left #seasonal-contact-left h3 {
		margin: 35px 0 5px; }
		
	#seasonal-contact-left span {
		font-size:25px;
		color:#868d07;
		}
		
	#seasonal-column-left #seasonal-contact-right p { margin-bottom:5px; }

.error{
	background:#ff0;
	border:solid 1px #f00;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:0 0 5px #666;
	-moz-box-shadow:0 0 5px #666;
	-webkit-box-shadow:0 0 5px #666;
	color:#271a14;
	margin:0 0 0 5px;
	padding:0 5px;
}

#gift-basket-header {
	background:url(../images/gift-sets-bg.jpg) repeat-y;
	width:510px;
	height:200px;
	padding:10px 10px 10px 10px;
	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	box-shadow: 5px 5px 5px #ccc;
	margin-bottom:25px;
	}

dl.gift-basket-table-display
{
	float: left;
	width: 520px;
	/*margin: 1em 0;
	padding: 0;*/
}

.gift-basket-table-display dt
{
	clear: left;
	float: left;
	width: 300px;
	margin-top:0px;
	margin-bottom: 40px;
	/*margin: 0;
	padding: 5px;*/
}

.gift-basket-table-display dd
{
	float: left;
	width: 120px;
	margin-top:0px;
	font-size:small;
	line-height:15px;
	margin-bottom: 40px;
	text-align:center;
	/*margin: 0;
	padding: 5px;*/
}

.kit-promotion {
	font-size:14pt;
	color:#800000 !important;
	font-weight:bold;
	text-align:center;
}

.kit-promotion-fine-print {
	font-size:8pt;
	font-color:#fff;
	text-align:center;
	line-height:10px;
}

/* =============== SEASONAL SAVINGS DECEMBER 2011 ==================*/

#seasonal-savings-header {
	background:url(../images/holiday-savings-bg.jpg) repeat-y;
	width:510px;
	height:200px;
	padding:10px 10px 10px 10px;
	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	box-shadow: 5px 5px 5px #ccc;
	margin-bottom:25px;
	}
	
input.seasonal-paypal-btn {
	width:147px; 
	height:47px; 
	background:none !important; 
	border:none; 
	}
	
.seasonal-text-headline {
	font-size:24px !important;
	color:#ff0000 !important;
	font-weight:bold;
	}
	
.seasonal-text {
	font-size:24px !important;
	color:#ff0000 !important;
	font-weight:bold;
	}

h6.seasonal-paypal-btn {
	font-size:24px !important;
	font-color:#ff0000 !important;
    }

/* =============== REWARD PROGRAM POST CARD ========================*/

#post-card-wrap {
	background:url(../images/post-card-wrap.jpg) repeat-y;
	width:599px;
	}
	
#post-card-top {
	background:url(../images/post-card-top.jpg) no-repeat;
	height:462px;	
	}

#post-card-bottom {
	background:url(../images/post-card-bottom.jpg) left bottom no-repeat;
	padding:35px 35px 291px 35px;
	}
	
#post-card-bottom .promotions-box { width:90%; }
#post-card-bottom input { border-color:#818E1B; }

#post-card-bottom .emphasized { color:#818E1B; font-weight: bold; }

select#quantity {
	width: 50px;
}
