/*--------------------- 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 ----- */ 
html { 
	background:#000 url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/bg-html.jpg") top repeat-x;
	width:100%;
	}

body { 
	background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/bg-body.jpg") center top no-repeat;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#5E440D;
	}

blockquote { 
	margin-left:25px; 
	margin-right:25px; 
	}

h1	{ font-size:1.2em; color:#5E440D; }
h2	{ font-size:1.1em; color:#5E440D; }
h3	{ font-size:1.0em; color:#5E440D; }
h3	{ font-size:1.0em; color:#5E440D; }

h1 span,h2 span,h3 span,h4 span	{ display:none; }

a:link,a:visited	{ color:#000; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#000; text-decoration:none; outline:none; }

/* ----- classes ----- */

.txt-blk-bld {
	color:#000;
	font-weight:bold;
	}

.clear {
	clear:both;
	}

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	}
	
p.align-ctr {
	text-align:center;
	}
	
p.testimonials {
	text-align:center;
	padding-right: 10px;
	}	
	
p.center {
	text-align:center;
	padding-right: 19px;
	}
	
img.img-left { 
	float:left; 
	margin:0 10px 0 0px; 
	}
	
img.img-right2 { 
	float:right; 
	margin:0 50px 0 10px; 
	}
	
p img.img-right { 
	float:right; 
	margin: 0px 0px 0px 5px; 
	}
img.img-right { 
	float:right; 
	margin: 0px 25px 0px 5px; 
	}
img.img-left-quote { 
	float:left; 
	margin:-10px 0 0 0; 
	}
	
img.img-right-quote { 
	float:right;
	margin:0; 
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
a img.mwm {
	border: solid 1px #000;
}

a:hover img.mwm, a:active img.mwm  {
	border: solid 1px #FCD263;
}

.caption {
	width: 155px;
	font-size: 11px;
	text-align: center;
}

.radiofloat {
	float: right;
	clear: both;
	margin: 10px 40px 10px 0;
}

body#about .radiofloat {
	float: right;
	clear: both;
	margin: 10px 180px 10px 0;
}
	
.bna-thumb { margin:0 0 0 40px; }
	.bna-thumb-text { margin-left:85px; }
	
#bna-thumbs-lip, #bna-thumbs-laser, #bna-thumbs-chin, #bna-thumbs-eyelid, #bna-thumbs-facelift, #bna-thumbs-rhinoplasty, #bna-thumbs-browlift, #bna-thumbs-ear { margin:0 0 0 40px; }

#gallery #bna-thumbs-chin { margin:0; }

.bna-thumbs { 
	padding: 10px; 
	}
	
a.bna-thumbs {
	border: solid 1px #B48D2E;	
	}
			
a.bna-border	{ margin-right: 25px; margin-bottom: 10px; }

	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	
/* ----- global form elements ----- */ 

form {
	width:230px;
	margin:0 0 15px 0;
	}

form label	{ font-size:.95em; }

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#FFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #414141;
	color:#414141;
	width:225px; /* 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:230px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact-business { display: none; } /* do not remove */ 


/* ----- main contact form ----- */ 
 
#contact-main { margin:0 0 18px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select { width:177px; }
	
#contact-main label textarea { height:100px; overflow:auto; }

#contact-business-main { display: none; } /* do not remove */ 


/* ----- submit button form elements ----- */ 

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:85px 0 5px 243px; }

/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/bg-wrap.jpg") repeat-y;
	width:930px;
	margin:0 auto;
	text-align:left;
	}
	
	#wrap-silhouette {
		background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/bg-wrap-silhouette.jpg") 0 488px no-repeat;
		width:930px;
		}
		
	body#index #wrap-silhouette {
		background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/bg-wrap-silhouette-index.jpg") 0 488px no-repeat;
		width:930px;
		}		

	#bottom-wrap {
		background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/bg-wrap-bottom.jpg") bottom no-repeat;
		width:930px;
		padding-bottom:90px;
		}
	
#masthead {
	position:relative;
	background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/masthead.jpg");
	height:102px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:336px;
		width:258px;
		top:13px;
		height:85px; 
		}
	#masthead a span {
		display:none;
		}
body#popup{
	background:#fef1c4 none;
}		
body#popup p, body#popup h1{
	margin:5px 500px 20px 20px;
	text-align:left;
}
/* ----- column-left ----- */

#column-left {
	width:658px;
	float:left;
	overflow: hidden;
	}

#column-left #content-wrap {margin:0 40px;}

h1.subhead { 
text-transform:uppercase; 
font-size:20px;
font-weight:normal;
color:black;
font-family:"Times New Roman", Times, serif;
}
	
	#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:0 0px 18px 0px;
		}
	#column-left form { margin-left:0px; }
	
	/* single column list */
	#column-left ul { padding-left:5px; }
	
	#column-left li {list-style: circle; margin: 0 0 10px 30px;}
			
	#column-left ul li ul { margin:0 0 0 15px; }
	
	#column-left ol { padding-left:20px; }
		#column-left ol li { list-style:decimal; }
	
	/* multi column list */
	#column-left ul { padding-left:5px; } 
		#column-left ul.multi li { 
			float:left;
			width:180px; /* sets the width of each column */
			line-height:20px; 
			}

	/* definition list */
	#column-left dl { padding-left:25px; }
		#column-left dl dt {
			font-weight:bold;
			}
		#column-left dl dd {
			list-style-type:disc;
			margin-left:10px;
			}

	#column-left dl.newsletters { padding-left:5px; clear:both; padding-top:15px; }
		#column-left dl dt {
			font-weight:bold;
			}
		#column-left dl dd {
			list-style-type:disc;
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:170px; /* sets the width of each column */
			line-height:20px;
			}
	#column-left #subnav li { list-style:none; }
	
	#column-left #face-1 {
		width:165px;
		float:left;
		margin:0;
		}
	#column-left #face-1 li { list-style:none; }
	
	#column-left #face-2 {
		width:130px;
		float:left;
		margin:0;
		}
	#column-left #face-2 li { list-style:none; }
	
	#column-left #face-3 {
		width:140px;
		float:left;
		margin-left:40px;
		}
	#column-left #face-3 li { list-style:none; }
	
	#column-left .site-map { display:inline-block; margin-bottom:0px; }
	
	img.img-dr-index { 
	float:left; 
	margin-bottom:20px; 
	}
	
	img.img-dr-about { 
	float:left; 
	margin: 0 10px 0 40px;
	}
	
	#column-left #articles { margin-left:0px; }
		#column-left #articles p { margin-left:0; }
			#column-left span.article-01 { margin:30px; }
			#column-left span.article-02 { margin-left:50px; }
			#column-left span.article-03 { margin-left:80px; }
			#column-left span.article-04 { margin-left:30px; }
			#column-left span.article-05 { margin-left:80px; }
	
	#title-media { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/title-media.jpg"); height:33px; }
	
	#column-left blockquote { margin:0 80px 18px 80px; }
		
	#about1 {
		float: left;
		margin: 0 12px 0 0;
	}
	
	#about2 {
		float: right;
		margin: 0 0 0 12px;
	}
			
/* ----- column-right ----- */

#column-right {
	width:270px;
	float:right;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right h4, #column-right ul, #column-right dl {
		margin:0 0 18px 0;
		}
	#column-right form { margin-left:0px; }
	 
	/* single column list */
	#column-right ul { padding-left:25px; }
		#column-right ul li {
			list-style-type:disc; 
			}

	#column-right ul li ul { margin:0 0 0 5px; }

	/* definition list */
	#column-right dl { padding-left:25px; }
		#column-right dl dt {
			font-weight:bold;
			}
		#column-right dl dd {
			list-style-type:disc;
			margin-left:10px;
			}
			
	#column-right img.center { margin-left:90px; }
			
	#column-right p.center { margin-left:30px; }
	
ul#audio {
	float: right;
	padding: 20px 100px 0 0;
}

ul#audio li {
	list-style-type: none;
	margin: 30px 0 30px 0;
}
 	
/* header framework
 * ------------------------------------------------------------------------- */

#header-graphic { height:345px; background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/header-graphic.jpg"); margin:0; padding:0;} /* sets height for all non-flash headers */
	body#index #header-graphic { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/header-graphic-flash.jpg"); }
/*
	body#index #header-graphic { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/header-index.jpg"); }
	body#about #header-graphic { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/header-about.jpg"); }
	body#facial #header-graphic { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/header-facial.jpg"); }
	body#eyelid #header-graphic { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/header-eyelid.jpg"); }
	body#facelift #header-graphic { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/header-facelift.jpg"); }
	body#rhinoplasty #header-graphic { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/header-rhinoplasty.jpg"); }
	body#browlift #header-graphic { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/header-browlift.jpg"); }
	body#gallery #header-graphic { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/header-gallery.jpg"); }
	body#injectables #header-graphic { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/header-injectables.jpg"); }
	body#visage #header-graphic { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/header-visage.jpg"); }
	body#contact #header-graphic { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/header-thankyou.jpg"); }
	body#sitemap #header-graphic { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/header-sitemap.jpg"); }
*/

/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { height:35px; } /* sets height for all non-flash subheads */

	body#index #subhead { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/subhead-index.jpg"); }
	body#about #subhead { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/subhead-about.jpg"); }
	body#facial #subhead { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/subhead-facial.jpg"); }
	body#eyelid #subhead { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/subhead-eyelid.jpg"); }
	body#upper-eyelid #subhead { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/subhead-upper-eyelid.jpg"); }
	body#lower-eyelid #subhead { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/subhead-lower-eyelid.jpg"); }
	body#eyelid-faq #subhead { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/subhead-eyelid-faq.jpg"); }
	body#facelift #subhead { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/subhead-facelift.jpg"); }
	body#endoscopic-mid-facelift #subhead { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/subhead-endoscopic-facelift.jpg"); }
	body#facelift-faq #subhead { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/subhead-facelift-faq.jpg"); }
	body#rhinoplasty #subhead { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/subhead-rhinoplasty.jpg"); }
	body#rhinoplasty-faq #subhead { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/subhead-rhinoplasty-faq.jpg"); }
	body#browlift #subhead { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/subhead-browlift.jpg"); }
	body#gallery #subhead { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/subhead-gallery.jpg"); }
	body#injectables #subhead { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/subhead-injectables.jpg"); }
	body#visage #subhead { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/subhead-visage.jpg"); }
	body#patient-education #subhead { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/subhead-patient-education.jpg"); }
	body#contact #subhead { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/subhead-sitemap.jpg"); }
	body#about-practice #subhead { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/subhead-aboutrobinsonfps.jpg"); }


/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-meet {
	height:33px;
	background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/subhead-meet.jpg") ;
	}
	
#subhead-newsletter {
	height:33px;
	background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/subhead-newsletter.jpg") ;
	}	
	
#subhead-press {
	height:33px;
	background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/subhead-press.jpg") no-repeat;
	margin-top:20px
	}	
	
#subhead-special {
	height:33px;
	background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/subhead-special.jpg") ;
	margin-top: 15px;
	}	
	

/* ------------------------ title framework with varying heights ------------------------- */
#title-qcontact {
	height:34px;
	background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/title-qcontact.jpg") ;
	margin-bottom:15px;
	}

	#title-video {
		height:36px;
		background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/title_viewVideos.jpg") ;
		margin-bottom:10px;
		}

body#contact #title-qcontact, body#thankyou #title-qcontact {
	height:34px;
	background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/title-location.jpg") ;
	margin-bottom:15px;
	margin-top:10px;
	}

#title-ftrd-patient {
	height:36px;
	background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/title-ftrd-patient-inside.jpg") ;
	}
	
#title-affiliations {
	height:36px;
	background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/title-affiliations.jpg");
	}

#blog-button {
background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/blog-button.jpg") no-repeat scroll 0px -15px;
height:75px;
position:relative;
margin-top:50px;
}
#blog-button a {
position:absolute;
top:16px;
display:block;
width:232px;
height:61px;
}

#blog-button a span {display:none;}

	

/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:930px;
	margin:0 auto;
	text-align:center;
	color:#FCE99A;
	padding-bottom:10px;
	clear:both;
	}

#footer p {
	margin:0 20px 10px 20px;
	}
	
#footer a { color:#FCE99A; }

#footer ul {margin-bottom:15px; display:inline;}

#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 #FCE99A;
	}

	#footer li.first { border: none; }

/* Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/nav-new.jpg") no-repeat; 
	width:930px; 
	height:41px; 
	margin:0;
	padding:0; 
	}
	
body#index #nav { 
	background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/nav-index.jpg") no-repeat; 
	width:930px; 
	height:41px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:41px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

li.home { width: 68px;}
li.about-us { width: 70px;}
li.facial-plastic-surgery { width: 142px;}
li.eyelid-surgery { width: 100px;}
li.facelift { width: 62px;}
li.rhinoplasty { width: 85px;}
li.browlift { width: 71px;}
li.gallery { width: 59px;}
li.injectables { width: 81px;}
li.visage-skin-care { width: 114px;}
li.contact { width: 78px;}


/*-------------- (-79px) X position of button / (-41px) height of image from above ------------- */
li.home a:hover { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/nav-new.jpg") 0px -48px no-repeat; }
li.about-us a:hover { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/nav-new.jpg") -68px -48px no-repeat; }
li.facial-plastic-surgery a:hover { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/nav-new.jpg") -138px -48px no-repeat; }
li.eyelid-surgery a:hover { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/nav-new.jpg") -280px -48px no-repeat; }
li.facelift a:hover { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/nav-new.jpg") -380px -48px no-repeat; }
li.rhinoplasty a:hover { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/nav-new.jpg") -442px -48px no-repeat; }
li.browlift a:hover { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/nav-new.jpg") -527px -48px no-repeat; }
li.gallery a:hover { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/nav-new.jpg") -598px -48px no-repeat; }
li.injectables a:hover { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/nav-new.jpg") -657px -48px no-repeat; }
li.visage-skin-care a:hover { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/nav-new.jpg") -738px -48px no-repeat; }
li.contact a:hover { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/nav-new.jpg") -852px -48px no-repeat; }

body#index li.home a:hover { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/nav-index.jpg") 0px -41px no-repeat; }
body#index li.about-us a:hover { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/nav-index.jpg") -68px -41px no-repeat; }
body#index li.facial-plastic-surgery a:hover { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/nav-index.jpg") -138px -41px no-repeat; }
body#index li.eyelid-surgery a:hover { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/nav-index.jpg") -280px -41px no-repeat; }
body#index li.facelift a:hover { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/nav-index.jpg") -380px -41px no-repeat; }
body#index li.rhinoplasty a:hover { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/nav-index.jpg") -442px -41px no-repeat; }
body#index li.browlift a:hover { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/nav-index.jpg") -527px -41px no-repeat; }
body#index li.gallery a:hover { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/nav-index.jpg") -598px -41px no-repeat; }
body#index li.injectables a:hover { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/nav-index.jpg") -657px -41px no-repeat; }
body#index li.visage-skin-care a:hover { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/nav-index.jpg") -738px -41px no-repeat; }
body#index li.contact a:hover { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/nav-index.jpg") -852px -41px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#index li.home { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/nav-index.jpg") 0px -41px no-repeat; }
body#about li.about-us { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/nav-new.jpg") -68px -48px no-repeat; }
body#facial li.facial-plastic-surgery { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/nav-new.jpg") -138px -48px no-repeat; }
body#upper-eyelid li.eyelid-surgery { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/nav-new.jpg") -280px -48px no-repeat; }
body#lower-eyelid li.eyelid-surgery { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/nav-new.jpg") -280px -48px no-repeat; }
body#eyelid-faq li.eyelid-surgery { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/nav-new.jpg") -280px -48px no-repeat; }
body#facelift li.facelift { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/nav-new.jpg") -380px -48px no-repeat; }
body#endoscopic-facelift li.facelift { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/nav-new.jpg") -380px -48px no-repeat; }
body#facelift-faq li.facelift { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/nav-new.jpg") -380px -48px no-repeat; }
body#rhinoplasty li.rhinoplasty { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/nav-new.jpg") -442px -48px no-repeat; }
body#rhinoplasty-faq li.rhinoplasty { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/nav-new.jpg") -442px -48px no-repeat; }
body#browlift li.browlift { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/nav-new.jpg") -527px -48px no-repeat; }
body#gallery li.gallery { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/nav-new.jpg") -598px -48px no-repeat; }
body#injectables li.injectables { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/nav-new.jpg") -657px -48px no-repeat; }
body#visage li.visage-skin-care { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/nav-new.jpg") -738px -48px no-repeat; }
body#contact li.contact { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/nav-new.jpg") -852px -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:#000;	/* 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 #fcd263;
	border-top:none;
	}	

#nav li ul li a {
	width:100%;
	height:20px;				/* Height of each drop down nav item, should match above */
	line-height:22px;			/* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:15px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited {
	font-size:1.0em;
	color:#FFFFFF;
	text-decoration:none;
	}
#nav a:hover, #nav a:active  {color:#fcd263;}



#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
li.about-us ul a:hover, li.facelift ul a:hover, li.eyelid-surgery ul a:hover, li.rhinoplasty ul a:hover, li.browlift ul a:hover, li.contact ul a:hover, li.facial-plastic-surgery ul a:hover, li.injectables ul a:hover, li.visage-skin-care ul a:hover, li.gallery ul a:hover { 
	background-image:none;
	background-color:#000;
	color:#fcd263;
	text-decoration:none;
	}
	
	body#index li.about-us ul a:hover, body#index li.facelift ul a:hover, body#index li.eyelid-surgery ul a:hover, body#index li.rhinoplasty ul a:hover, body#index li.browlift ul a:hover, body#index li.contact ul a:hover { 
	background-image:none;
	background-color:#000;
	color:#fcd263;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
li.about-us ul, li.about-us li { width:240px; }
li.facial-plastic-surgery ul, li.facial-plastic-surgery li {width:150px;}
li.eyelid-surgery ul, li.eyelid-surgery li { width:147px; }
li.facelift ul, li.facelift li { width:160px; }
li.rhinoplasty ul, li.rhinoplasty li { width:160px; }
li.browlift ul, li.browlift li { width:140px; }
li.contact ul, li.contact li { width:120px; }
li.injectables ul, li.injectables li {width:220px;}
li.visage-skin-care ul, li.visage-skin-care li {width:140px;}
li.gallery ul, li.gallery li {width:170px;}

/*-------------- Homepage Testimonial ------------- */
#wrap-testimonial p {
	font-style:italic;
	font-size:11px;
	width:575px;
	}
	
/*-------------- Testimonials ------------- */
.testimonial-top {
	height:23px;
	background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/testimonial-top.jpg");
	}
	
.testimonial-content { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/testimonial-wrap.jpg") repeat-y; }
	.testimonial-content:after {
		content: "."; 
	    display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
		}
	#column-left .testimonial-content p{
		margin:0;
		padding:0 70px 0 30px;
		font-style:italic;
		}
	.testimonial-content img.testimonial-before {
		float:right;
		margin:0 5px 0 5px;
		border:2px solid #b48c2f;
		}
	.testimonial-content img.testimonial-after {
		float:right;
		margin:0 30px 0 0;
		border:2px solid #b48c2f;
		}

.testimonial-bottom {
	height:50px;
	background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/testimonial-bottom.jpg");
	clear:both;
	}

/*-------------- Monthly Special ------------- */
.special-top {
	height:23px;
	background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/testimonial-top.jpg");
	}
	
.special-content { background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/special-wrap.jpg") right top repeat-y; }
	.special-content:after {
		content: "."; 
	    display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
		}
.specials {
	margin-left: 70px;
	margin-top: -10px;
}
.special-bottom {
	height:31px;
	padding-bottom:20px;
	background:url("http://eiiwebassets.s3.amazonaws.com/r/robinsonfps.com/special-bottom.jpg") 40px 0px no-repeat;
	clear:both;
	}



