.procedurephoto a, .procedurephoto a:link, .procedurephoto a:visited{text-decoration: none;}

/* 
 ----------------------------------------------------------------------------
  Copyright Einstein Industries 2005. 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
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background:#C0947E url("../images/bg-body.gif") top left;
	text-align:center; 
	font:11px/17px Arial, Helvetica, sans-serif; 
	color:#63451E;
	}

p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px; }

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

h1,h2,h3 { margin-bottom:8px; }

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

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

a:link,a:visited	{ color:#C9503B; text-decoration:underline; }
a:hover,a:active	{ color:#63451E; text-decoration:underline; }


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

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

p.right {
	text-align:right;
	display:block;
	background:url("../images/bg-top.jpg") right no-repeat;
	padding-right:16px;
	}
	
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
	
img.img-right { 
	float: right; 
	margin: 5px 0 10px 10px; 
	}

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

form {

	}

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

form br { 
	line-height:0; /* defaults vertical spacing between fields */
	}  

input, textarea, select { 
	background-color:#fff !important; 
	border:1px solid #DDB98B;
	color:#63451E;
	width:150px; /* 5 pixles smaller than form width !important */
	height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
input[type='radio'] {
	width: 30px;
}
select { 
	width:150px; /* same width as form !important */
	padding:0;
	}

textarea { 
	height:90px; 
	overflow:auto; 
	}
	
input.submit, input.submit-contact-main { 
	width:60px; 
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:85px 0 0 242px; }


/* ----- main contact form ----- */ 
 
#contact-main { 
	padding:20px 0 10px 78px; 
	}
	
#contact-main label { 
	width:300px; 
	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:300px;
	}
	
#contact-main label select {
	width:305px;
	}
	
#contact-main label textarea { height:100px; }


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

#wrap { 
	background:url("../images/bg-wrap.gif") repeat-y -9px 0; 
	width:743px; 
	margin:0 auto; 
	text-align:left; 
	}
	
#wrap-columns {
	background:url("../images/bg-wrap-columns.gif") no-repeat bottom right;
	width:730px;
	margin:0 16px;
	padding-bottom:15px;
	}
	


/* columns
 * ------------------------------------------------------------------------- */

#top-columns {
	background:url("../images/top-columns.jpg") -9px 0;
	height:50px;
	}

#column-left { 
	width:537px; 
	float:left; 
	}
	
	#column-left div.content {
		margin:0 32px 0 40px;
		}
		
	#column-left .content ul { 
		margin-left:5px; 
		} 
	
	#column-left .content ul li { 
		background:transparent url("../images/bullet.jpg") 0px 4px no-repeat;
		padding-left:15px; 
		}
		
#featured {
	background:url("../images/featured.jpg") -9px 0;
	height:292px;
	}
	
	#featured div.content {
		padding-top:180px;
		margin:0 258px 0 46px; 
		}
  
#column-right { 
	width:190px; 
	float:left; 
	}
	
	#column-right div.content {
		margin:0 21px 0 11px;
		}
	
	
ul.list-multi-column li {
	background:transparent url("../images/bullet.gif") 0px 5px no-repeat;
	padding-left:12px;
	width:190px;
	float:left;
	}



/* bottom
 * ------------------------------------------------------------------------- */
 
#bottom-wrap { 
	background:url("../images/bottom-wrap.gif") -9px 0; 
	height:83px; 
	}
	
#bottom-welcome { 
	background:url("../images/bottom-welcome.gif") -9px 0; 
	height:37px; 
	}



/* header
 * ------------------------------------------------------------------------- */
#header {
	height:398px;
	}
	
	body#index #header {
		background:url("../images/header-index.jpg"); 
		}
		
	body#contact #header {
		background: url("../images/header-contact.jpg"); 
		}
		
	body#about #header {
		background:url("../images/header-about.jpg"); 
		}
		
	body#body #header {
		background:url("../images/header-body.jpg"); 
		}
		
	body#face #header {
		background:url("../images/header-face.jpg"); 
		}
		
	body#breast #header {
		background:url("../images/header-breast.jpg"); 
		}

	body#thankyou #header {
		background: url("../images/header-contact.jpg"); 
		}

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

#subhead-procedures {
	background:url("../images/subhead-procedures.gif") -9px 0;
	height:78px;
	}
	
#subhead-column-right {
	background:url("../images/subhead-quick-contact.gif") -9px 0;
	height:80px;
	}
	
	body#contact #subhead-column-right {
		background:url("../images/subhead-locate.gif") -9px 0;
		}

	#home-subhead {
		background:url("../images/subhead-index.gif") -9px 0;
		height: 57px;
		}
		
	#contact-subhead {
		background:url("../images/subhead-contact.gif") -9px 0; 
		height: 57px;
		}
		
	#about-subhead {
		background:url("../images/subhead-about.gif") -9px 0;
		height: 57px;
		}
		
	#body-subhead {
		background:url("../images/subhead-body.gif") -9px 0;
		height: 57px;
		}
		
	#face-subhead {
		background:url("../images/subhead-face.gif") -9px 0;
		height: 57px;
		}
		
	#breast-subhead {
		background:url("../images/subhead-breast.gif") -9px 0;
		height: 57px;
		}

	#thankyou-subhead {
		background:url("../images/subhead-thankyou.gif") -9px 0;
		height: 57px;
		}


/* footer
 * ------------------------------------------------------------------------- */
 
#footer { 
	width:760px; 
	margin:10px auto; 
	text-align:center; 
	}

#footer p {
	color:#fff;
	}

#footer a:link, #footer a:visited {
	color:#fff;
	}

#footer a:hover, #footer a:active {
	color:#4F1405;
	}

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


	
/* navigation: #nav
 * ------------------------------------------------------------------------- */

#nav { 
	background: url("../images/menu.gif") no-repeat -9px 0; 
	width:743px; 
	height:45px; 
	margin-bottom:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height: 45px; display: block; }

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

.item1 { width: 110px; margin-left:6px;}
.item5 { width: 150px;}
.item12 { width: 75px;}
.item11 { width: 75px;}
.item10 { width: 75px;}
.item20 { width: 130px;}
.item19 { width: 116px;}

.item1 a:hover {background:url("../images/menu.gif") -15px -45px no-repeat;}
.item5 a:hover {background:url("../images/menu.gif") -125px -45px no-repeat;}
.item12 a:hover {background:url("../images/menu.gif") -275px -45px no-repeat;}
.item11 a:hover {background:url("../images/menu.gif") -350px -45px no-repeat;}
.item10 a:hover {background:url("../images/menu.gif") -425px -45px no-repeat;}
.item20 a:hover {background:url("../images/menu.gif") -500px -45px no-repeat;}
.item19 a:hover {background:url("../images/menu.gif") -630px -45px no-repeat;}

/* Smooth Menu Settings */
#nav li ul li {
	height: auto;
}

#nav li ul li a {
	background: #c1957f;
	color: #fff;
	font-size: 12pt;
	margin: 0;
	padding: 8px;
	height: auto;
}


#nav li ul li a:hover {
	background: #df9c8c;
}
#nav li ul li a span {
	display: block;
}

/* Gallery */
#gallery {
	float: left;
	padding-left: 35px;
	width: 535px;
}
#gallery .componentheading {
	display: none;
}
#gallery a:link,a:visited	{ color:#C9503B; text-decoration:none; }
#gallery a:hover,a:active	{ color:#63451E; text-decoration:none; }

#filterwrapperouter {
	width: 88%;
}

#patient-info {
	float: left;
	width: 88%;
}
#patient-info .contentheading {
	display: none;
}
#patientlinkwrapper {
	padding-right: 50px;
}

