/*--------------------- Last Modified  2006.03.25 ---------------------*/
/*-----------------------------------------------------------------------*/


/* 
 ----------------------------------------------------------------------------
  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
 * ------------------------------------------------------------------------- */

/* 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:#C7D49B url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:14px/21px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#1A1B18;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:1.2em; color:#817F49; }
h2	{ font-size:1.1em; color:#795A83; }
h3	{ font-size:1.0em; color:#1A1B18; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#827F49; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#1A1B18; text-decoration:underline; outline:none; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	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 0; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 60px 10px 10px; 
	}
	
div.img-center { 
	text-align:center;
	width: 475px;
	margin-left:60px;
	font-size: .9em;
	}
div.img-center  img.center-img{ 
	margin: 0 0 10px 35px;
	float: left;
	}

/* ----- global form elements ----- */ 

form {
	width:150px;
	margin:10px 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:#FCFAF5 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #C8B289;
	color:#000;
	width:165px; /* 5 pixles smaller than form width !important */
	height:16px;
	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:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:.95em;
	}
	
select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:58px; overflow:auto; }

#contact-business { display: none; } /* do not remove */ 


/* ----- main contact form ----- */ 
 
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:240px; 
	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; height:20px;}
	
#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:95px 0 0 263px; }

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:51px;
	height:16px;
	border:none;
	cursor:pointer;
	}


/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:820px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:64px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:40px;
		width:295px;
		top:5px;
		height:50px; 
		}
	#masthead a span {
		display:none;
		}
		
/* ----- column-left ----- */

#column-left {
	width:572px;
	float:left;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left h4, #column-left ul, #column-left dl {
		margin:0 55px 10px 70px;
		}
	#column-left h1.top-padd {
		padding-top: 52px;
		}
	#column-left p.testimonial-padd {margin-right: 255px;}
	#column-left form { margin-left:60px; }
	
	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:none;
			margin-bottom: 3px;
			}
			
	#column-left ul.bullet { padding-left:5px; }
		#column-left ul.bullet li { 
			background:transparent url("../images/bullet.jpg") 0px 3px no-repeat;
			padding-left:12px; /* pushes text to the right to display bg img */
			margin-bottom: 2px;
			}
			
	/* 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;
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}
	#want-to-know {
		background: url("../images/want-to-know.jpg") top no-repeat;
		padding-top: 115px;
		}
	/* 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;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
	#image-caption {
		text-align: center;
		font-size: .88em;
		}
			
/* ----- column-right ----- */

#column-right {
	width:248px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 60px 10px 37px;
		}
	#column-right form { margin-left:37px; }
	 #our-location {
	 	background: url("../images/our-location.jpg") top no-repeat;
		padding-top: 75px;
	 	}
	 #email-us {
	 	background: url("../images/email-us.jpg") top no-repeat;
		height: 58px;
	 	}
	#featured-patient {
	 	background: url("../images/featured-patient.jpg") top no-repeat;
		height: 164px;
		position:relative;
	 	}
		#featured-patient a{
			position: absolute;
			left: 37px;
			width: 160px;
			top: 45px;
			height: 102px;
			}
			#featured-patient a span {display:none;}
			
	#upcoming-events {
	 	background: url("../images/upcoming-events.jpg") top no-repeat;
		height: 73px;
		position:relative;
	 	}
		#upcoming-events a{
			position: absolute;
			left: 34px;
			width: 191px;
			top: 9px;
			height: 52px;
			}
			#upcoming-events a span {display:none;}			
			
	#special-offers {
	 	background: url("../images/btn-special-offers.jpg") top no-repeat;
		height: 73px;
		position:relative;
	 	}
		#special-offers a{
			position: absolute;
			left: 34px;
			width: 191px;
			top: 9px;
			height: 52px;
			}
			#special-offers a span {display:none;}						


/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:15px;
	clear:both;
	width:100%; /* fix for Safar */
	}

	
/* header framework
 * ------------------------------------------------------------------------- */

#header-flash { height:300px; } /* sets height for the flash header - REMOVE IF NOT USED */
#active-x {height:300px;}
#header-graphic { height:285px; } /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/header-index.jpg"); height:285px; }
	body#about #header-graphic { background:url("../images/header-about.jpg"); }
	body#cosmetic #header-graphic{ background:url("../images/header-cosmetic.jpg"); }
	body#general #header-graphic{ background:url("../images/header-general.jpg"); }
	body#implants #header-graphic { background:url("../images/header-implants.jpg"); }
	body#contact #header-graphic { background:url("../images/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-contact.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-sitemap.jpg"); }

/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead {  } /* sets height for all subheads */

	body#index #subhead { background:url("../images/subhead-index.jpg") top no-repeat; padding-top:52px; }
	body#about #subhead { background:url("../images/subhead-about.jpg") top no-repeat; }
	body#cosmetic #subhead { background:url("../images/subhead-cosmetic.jpg") top no-repeat; }
	body#general #subhead { background:url("../images/subhead-general.jpg") top no-repeat; }
	body#implants #subhead { background:url("../images/subhead-implants.jpg") top no-repeat; padding-top:52px; }
	body#contact #subhead { background:url("../images/subhead-contact.jpg") top no-repeat; padding-top:52px;}
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg") top no-repeat; height:210px;padding-top:52px;}
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg") top no-repeat; padding-top:52px;}

/*---------------subnav---------------------*/

#subnav {
	background: url("../images/subnav.jpg") top no-repeat;
	padding: 52px 10px 10px 10px;
	margin: 52px 0 0 10px;
	float: right;
	width: 190px;
	}

body#about #subnav {
	background: url("../images/subnav-about.jpg") top no-repeat;
	padding: 52px 10px 10px 10px;
	margin-left: 10px;
	float: right;
	width: 190px;
	}

#subnav ul {margin:0px 0px 0px 20px;}
body#about #subnav ul {margin:0px 0px 0px 35px;}
	#column-left ul li.indent { 
		background:none;
		padding-left:15px;
		margin-bottom: 3px;
		}


/* footer
 * ------------------------------------------------------------------------- */
 
#footer-wrap {
	background: url("../images/footer-wrap.jpg") top repeat-y;
	width:820px;
	margin:0 auto;
	text-align:center;
	}
#footer {
	background: url("../images/footer.jpg") top no-repeat;
	padding: 115px 30px 10px 30px;
	margin:0 auto;
	text-align:center;
	}


#footer p {
	color:#000;
	margin:0 15px 10px 15px;
	}

#footer a:link, #footer a:visited { color:#000; }

#footer a:hover, #footer a:active { color:#000; 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;
	display: inline;
	border-left: 1px solid #000;
	}

	#footer li.first { border: none; }

/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:820px; 
	height:26px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:26px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; }

#nav-01 { width: 57px; margin-left: 32px;}
#nav-02 { width: 140px;}
#nav-03 { width: 213px;}
#nav-04 { width: 137px;}
#nav-05 { width: 120px;}
#nav-06 { width: 89px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -32px -26px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -89px -26px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -229px -26px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -442px -26px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -579px -26px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -699px -26px no-repeat; }
