/*------------------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.
/*------------------------------------------------------------------------------------*/

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

/* ------------------------ type selectors ------------------------ */
body { 
	background:#dbcc83 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#000;
	}

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

h1	{ font-size:1.2em; color:#000; }
h2	{ font-size:1.1em; color:#721f71; }
h3	{ font-size:1.0em; color:#000; }

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

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

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

body#gallery #column-right div.clear	{ 
	height:2.0em; 
	overflow:hidden; 
	}
div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}
p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}

img.img-left {
	float:left;
	margin:2px 10px 10px 10px;
	}

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

/* ------------------------ form elements ------------------------ */

form label	{ font-size:.95em; } 

form br { line-height:0; height:0; }

input, textarea, select {
	background-color:#fff !important;
	border:1px solid #007171;
	color:#000;
	width:220px;
	height:20px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px;
	padding:1px 0 0 4px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.0em;
	}

select { width:150px; padding:0; }

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

#contact_business { display: none; }

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

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

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select { width:175px; }

#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:1px solid #007171;
	cursor:pointer;
	}

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

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:900px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:173px;
	}
	#masthead a {
	position:absolute;
	display:block;
	height:172px;
	width: 419px;
		}
	#masthead a span {
		display:none;
		}

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

#nav li span { display: none; }

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

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

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

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

#nav-01 a:hover { background:url("../images/new-nav.jpg") -319px  -23px no-repeat; }
#nav-02 a:hover { background:url("../images/new-nav.jpg") -319px  -53px no-repeat; }
#nav-03 a:hover { background:url("../images/new-nav.jpg") -319px  -83px no-repeat; }
#nav-04 a:hover { background:url("../images/new-nav.jpg") -319px  -113px no-repeat; }
#nav-05 a:hover { background:url("../images/new-nav.jpg") -319px -143px no-repeat; }
#nav-06 a:hover { background:url("../images/new-nav.jpg") -319px -173px no-repeat; }
#nav-07 a:hover { background:url("../images/new-nav.jpg") -319px -203px no-repeat; }
#nav-08 a:hover { background:url("../images/new-nav.jpg") -319px -233px no-repeat; }
#nav-09 a:hover { background:url("../images/new-nav.jpg") -319px -263px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#index #nav-01 { background:url("../images/new-nav.jpg") -319px  -23px no-repeat; }
body#about #nav-02 { background:url("../images/new-nav.jpg") -319px  -53px no-repeat; }
body#candidate #nav-03 { background:url("../images/new-nav.jpg") -319px  -83px no-repeat; }
body#gallery #nav-04 { background:url("../images/new-nav.jpg") -319px  -113px no-repeat; }
body#new #nav-05 { background:url("../images/new-nav.jpg") -319px -143px no-repeat; }
body#innovations #nav-06 { background:url("../images/new-nav.jpg") -319px -173px no-repeat; }
body#cosmetic #nav-07 { background:url("../images/new-nav.jpg") -319px -203px no-repeat; }
body#faq #nav-08 { background:url("../images/new-nav.jpg") -319px -233px no-repeat; }
body#contact #nav-09 { background:url("../images/new-nav.jpg") -319px -263px no-repeat; }
/* ------------------------ son of suckerfish: vertical sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	background-color:#ffffff;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	margin-left:310px; /* Set to same width as in #nav */
	margin-top:-27px; /* Set to each button height, same as used above */
	}

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

#nav li ul li a {
	width:100%;
	height:20px; /* Height of each drop down nav item, should match above */
	line-height:20px;	 /* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#008584;
	text-decoration:none;
	}

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

/* Hover styles for drop down items */
#nav-05 ul a:hover { 
	background-image:none;
	background-color:#f4f1df;
	color:#008584;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-05 ul, #nav-05 li { width:200px; }		


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

	#column-left p, #column-left h1, #column-left h2, #column-left h3 {
		margin:20px 15px 10px 70px;
		}

	/* definition list */
	#column-left dl { padding-left:60px; }
		#column-left dl dt {
			font-weight:bold;
			color:#000;
			margin-left:10px;
			}
		#column-left dl dd {
			padding-left:10px;
			margin-left:0px;
			}
					
#doctorsvideo{
	height:163px;
	position:relative;
	background:url("../images/doctor-video-btn.jpg") no-repeat;
	
}	
   #doctorsvideo a.Pass{
	position:absolute;
	width:240px;
	height:142px;
	top:19px;
	left:71px;
}
#doctorsvideo a.Pass span{
display:none;
}
#doctorsvideo .videoclick{
	left: 325px;
	top: 970px;
	padding:0px;
}


/* ------------------------ vertical sprite sub-nav ------------------------ */
#sub-nav{
	width:329px;
	height:357px;
	float:left;
	background:url("../images/sub-nav-new.jpg") no-repeat;
}
#sub-nav li span { display: none; }

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

#sub-nav li, #sub-nav a { 
	height:84px;	/* Each button must have the same height, define it here */
	display:block;
	}
/* margin-top to set where the nav should begin */
#sub-nav-01 { margin-top:18px; width:329px; }

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

#sub-nav-01 a:hover { background:url("../images/sub-nav-new.jpg") -329px  -18px no-repeat; }
#sub-nav-02 a:hover { background:url("../images/sub-nav-new.jpg") -329px  -102px no-repeat; }
#sub-nav-03 a:hover { background:url("../images/sub-nav-new.jpg") -329px  -186px no-repeat; }
#sub-nav-04 a:hover { background:url("../images/sub-nav-new.jpg") -329px  -270px no-repeat; }

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

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right dl {
	margin:0px 82px 20px 21px;
		}

	#column-right form { margin-left:0px; }

	/* definition list */
	
	#column-right dl.links{ padding-left:21px; float:left; margin:5px 4px 36px 0; }
		#column-right dl dt a {
			font-weight:bold;
			color:#006766;
			}
			#column-right dl {
			margin:10px 82px 20px 20px;
			}
		#column-right dl dt {
	background:transparent url("../images/bullet.jpg") -4px 0px no-repeat;
	padding-left:20px;
	margin:0 0px 0 0;
			}
	body#contact #column-right dl dt {
		background:none;
	}
	
	

			
#cosmetic-imaging{
	height:183px;
	position:relative;
	background:url("../images/cosmetic-image-btn.jpg");
}
#cosmetic-imaging a{
	position:absolute;
	left: 195px;
	top: 25px;
	width: 288px;
	height: 135px;

}
#column-right .cases{
	height:300px; padding-bottom:60px	
}
#column-right ul.bna { padding-left:0px; margin-right:20px;	;
 } 
		#column-right ul.bna li { 
			background:none;
			padding-left:0px;  /* pushes text to the right to display bg img */
			float:left;
			width:248px;
			height:294px;
			text-align:center;
			}

#column-right .cases-vid{
	height:180px; padding-bottom:10px;
			}

#column-right ul.bna-vid li {
	background:none;
	padding-left:0px;  /* pushes text to the right to display bg img */
	float:left;
	width:150px;
	height:100px;
	text-align:center;
			}			


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

 /* sets height for all non-flash headers */
 
#header-graphic { background:url("../images/header-index.jpg") no-repeat; width:581px; height:311px; float:left; }
#header-graphic-about { background:url("../images/header-index.jpg") no-repeat; width:581px; height:311px; float:left; }
#header-graphic-candidate { background:url("../images/header-contact.jpg") no-repeat; width:581px; height:311px; float:left; }
#header-graphic-rhinoresults { background:url("../images/header-index.jpg") no-repeat; width:581px; height:311px; float:left; }
#header-graphic-rhinoproc { background:url("../images/header-about.jpg") no-repeat; width:581px; height:311px; float:left; }
#header-graphic-rhinoinno { background:url("../images/header-about.jpg") no-repeat; width:581px; height:311px; float:left; }
#header-graphic-cosmo { background:url("../images/header-index.jpg") no-repeat; width:581px; height:311px; float:left; }
#header-graphic-qa { background:url("../images/header-index.jpg") no-repeat; width:581px; height:311px; float:left; }
#header-graphic-contact { background:url("../images/header-index.jpg") no-repeat; width:581px; height:311px; float:left; }





/* ------------------------ subhead framework ------------------------ */
#subhead { height:58px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg") ; }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#overview #subhead { background:url("../images/subhead-rhinoplasty.jpg"); }
	body#revisions #subhead { background:url("../images/subhead-revision.jpg"); }
	body#ethnic #subhead { background:url("../images/subhead-ethnic-rhinoplasty.jpg"); }
	body#innovations #subhead { background:url("../images/subhead-innovations.jpg"); }
	body#cosmetic #subhead { background:url("../images/subhead-cosmetic.jpg"); }
	body#gallery #subhead { background:url("../images/subhead-gallery.jpg"); }
	body#candidate #subhead { background:url("../images/subhead-candidate.jpg"); }
	body#faq #subhead { background:url("../images/subhead-faq.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 ------------------------ */
#subhead-meet-doc {
	height:57px;
	margin-top:40px;
	background:url("../images/subhead-meet-doc.jpg") ;
	}

/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:55px;
	background:url("../images/title-contact.jpg") ;
	}
#testimonials-index {
	height:61px;
	background:url("../images/subhead-testimonials.jpg");
	}
#featured-procedures {
	height:78px;
	background:url("../images/featured-procedures.jpg");
	}
#featured-cases{
	height:61px;
	background:url("../images/title-featured-cases.jpg") no-repeat;	
}
#bna-cases{
	height:326px;
	position:relative;
	background:url("../gallery/thumbs/gallery.jpg") no-repeat;
}


body#revisions #bna-cases{
	background:url("../gallery/thumbs/secondary-thumb.jpg") no-repeat;
}
body#ethnic #bna-cases{
	background:url("../gallery/thumbs/ethnic-thumb.jpg") no-repeat;
}
body#innovations #bna-cases{
	background:url("../gallery/thumbs/complex-rhino-thumb.jpg") no-repeat;
}
body#about #bna-cases{
	background:url("../gallery/thumbs/about-thumb.jpg") no-repeat;
}
body#candidate #bna-cases{
	background:url("../gallery/thumbs/candidate-thumb.jpg") no-repeat;
}
body#innovations #bna-cases{
	background:url("../gallery/thumbs/innovations-thumb.jpg") no-repeat;
}
body#cosmetic #bna-cases{
	background:url("../gallery/thumbs/cosmetic-thumb.jpg") no-repeat;
}
body#faq #bna-cases{
	background:url("../gallery/thumbs/faq-thumb.jpg") no-repeat;
}
body#contact #bna-cases{
	background:url("../gallery/thumbs/contact-thumb.jpg") no-repeat;
}
body#overview #bna-cases{
	background:url("../gallery/thumbs/rhinoproc-thumb.jpg") no-repeat;
}
#bna-cases a {
	position:absolute;
	width: 258px;
	height: 304px;
	left: 60px;
	top: 10px;
	
}
/* ------------------------ bottom-wrap framework ------------------------ */

#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	width:100%;
	height:43px;
	margin-top:40px;
	clear:both; /* important */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:900px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#006766;
	margin:0 15px 10px 15px;
	}

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

#footer ul {margin:10px;}
	#footer li {
		padding:0 5px 0 7px;
		display: inline;
		border-left: 1px solid #006766;
		}
	#footer li.first { border: none; }

/* ------------------------ API ------------------------ */

#featured { margin-left:55px;}

img.bna {
	padding:8px;
	vertical-align: top;
	}

div.bna-1 { 
	width:233px;
	float:left;
	margin-bottom:10px;
	margin-left:8px;
	display:block;
	border:1px solid;
	border-color:#dccb83;
	background:#ffffff;
	}