/*--------------------- 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 - petrillidental.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:#B8975A url("images/bg1.jpg") top repeat-x;
	text-align:center; 
	font:12px/15px Verdana, Arial, Helvetica, sans-serif; 
	color:#7F5D2B;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

p.ha	{ font-size:1.2em; color:#7F5D2B; font-weight:bold; }
p.hb	{ font-size:1.1em; color:#C55123; font-weight:bold; }
p.hc	{ font-size:1.0em; color:#98271E; font-weight:bold; }

p.ha span,p.hb span,p.hc span	{ display:none; }

a:link,a:visited	{ color:#C55123; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#7F5D2B; text-decoration:underline; outline:none; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}
div.clear-h2	{ 
	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 73px; 
	}
	#column-left img.img-left-index { 
	float:left; 
	margin:2px 10px 10px 0px; 
	}
	img.img-left-inside { 
	float:left; 
	margin:2px 10px 10px 20px; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}

img.img-enhance-right { 
	float:right; 
	margin:5px 30px 10px 10px; 
	}
	
img#care-credit {
	margin-top: 20px;
	}

	
/* ----- 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:#FFF9DD !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #FCD694;
	color:#7F5D2B;
	width:190px; /* 5 pixles 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: Verdana, Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
	
select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:66px; 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:1em;
	}
	
#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; }

#contact-business-main { display: none; } /* do not remove */ 


/* ----- submit button form elements ----- */ 

input.submit, input.submit-contact-main { 
	width:60px;
	height:24px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 263px; }



/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("images/bg-wrap.jpg") repeat-y;
	width:884px;
	margin:0 auto;
	text-align:left;
	}
#wrap-bottom-img {
	background:url("images/wrap-bottom.jpg") bottom no-repeat;
	width:884px;
	margin:0 auto;
	text-align:left;
	padding-bottom: 100px;
	}
body#thankyou #wrap-bottom-img {padding-bottom: 150px;}

#masthead {
	position:relative;
	background:url("images/masthead.jpg");
	height:85px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:90px;
		width:290px;
		top:37px;
		height:45px; 
		}
	#masthead a span {
		display:none;
		}
	/*-------------	
body#index #column-right {
	padding-top: 90px;
	width:292px;
	float:right;
	}
body#index #column-left {
	width:592px;
	float:right;
	}
	---------------*/
/* ----- column-left ----- */

#column-left {
	width:592px;
	float:left;
	}
	
	#column-left p {
		margin:0 20px 10px 92px;
		}
	 #column-left p.hb-index, #column-left p.hc-index{
		margin:0 20px 10px 112px;
		}		
p.ha-index	{ font-size:1.2em; color:#7F5D2B; font-weight:bold; }
p.hb-index	{ font-size:1.1em; color:#C55123; font-weight:bold; }
p.hc-index	{ font-size:1.0em; color:#98271E; font-weight:bold; }

	#column-left p.ha, #column-left p.hb, #column-left p.hc {
		margin:0 20px 10px 92px;
		}	

	
	#column-left form { margin-left:90px; }
	
	/* multi column list */
	#column-left ul { padding:0px 0px 10px 112px; } 
		#column-left ul li { 
			background:transparent url("images/bullet-page.gif") 0px 2px no-repeat;
			padding-left:20px;  /* pushes text to the right to display bg img */
			padding-bottom:10px;
			}

div#diy {
	margin: -50px 0 0 57px;
	}

div#miniform {
	margin: -80px 0 0 -20px;
	}
		
/* ----- column-right ----- */

#column-right {
	background: url("images/contact-rt.jpg") top no-repeat;
	padding-top: 90px;
	width:292px;
	float:left;
	}
body#contact #column-right, body#thankyou #column-right {
	background: url("images/locate-rt.jpg") top no-repeat;
	padding-top: 135px;
	width:292px;
	float:left;
	position: relative;
	}
	body#contact #column-right a.map, body#thankyou #column-right a.map{
		position: absolute;
		top: 50px;
		height: 125px;
		left: 15px;
		width: 197px;
	}
	#column-right p, #column-right p.ha, #column-right p.hb, #column-right p.hc {
		margin:0 80px 10px 16px;
		}
	#column-right form { margin-left:16px; }
	 
	/* single column list */
	#column-right ul { padding-left:15px; }
		#column-right ul li { 
			background:transparent url("images/bullet.jpg") 0px 1px no-repeat;
			padding-left:13px;  /* pushes text to the right to display bg img */
			margin-bottom: 2px;
			}

	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	height:10px;
	width:100%; /* fix for Safar */
	clear: both;
	}

	
/* header framework
 * ------------------------------------------------------------------------- */

#header-flash { height:300px; } /* sets height for the flash header - REMOVE IF NOT USED */
#active-x {height:300px;}
#header-graphic { height:286px; background:url("images/header-index.jpg"); } /* sets height for all non-flash headers */

/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead {} /* sets height for all subheads */

	body#index #subhead { background:url("images/subhead-index.jpg") top no-repeat; padding-top:45px;}
	body#about #subhead { background:url("images/subhead-about.jpg") top no-repeat; padding-top:45px; }
	body#cosmetic #subhead { background:url("images/subhead-cosmetic.jpg") top no-repeat; padding-top:45px; }
	body#general #subhead { background:url("images/subhead-general.jpg") top no-repeat; padding-top:45px; }
	body#dentures #subhead { background:url("images/subhead-dentures.jpg") top no-repeat; padding-top:45px; }
	body#contact #subhead { background:url("images/subhead-contact.jpg") top no-repeat; padding-top:45px; }
	body#thankyou #subhead { background:url("images/subhead-thankyou.jpg") top no-repeat; padding-top:45px; height: 200px;}


/* ----- subhead framework with varying heights ----- */




#meet-doc {
	padding-top:59px;
	background:url("images/meet-doc.jpg") top no-repeat  ;
	}
#procedures-wrap {
	background:url("images/procedures-wrap.jpg") repeat-y;
	}
#procedures{
	padding-top:75px;
	background:url("images/procedures.jpg") top no-repeat;
	}
	#procedures p{
		margin: 0 40px 0px 113px;
		}
		
#procedures-bottom {
	height:27px;
	background:url("images/procedures-bottom.jpg") no-repeat  ;
	}

#zoom-index {
	height:165px;
	background:url("images/zoom-index.jpg") ;
	}
#patient-forms {
	height:73px;
	background:url("images/patient-forms.jpg") ;
	}

/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	background: url("images/footer.jpg") top no-repeat;
	padding-top: 97px;
	width:884px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#FCEACA;
	margin-bottom:10px;
	}
	

#footer a:link, #footer a:visited { color:#FCEACA;}

#footer a:hover, #footer a:active { color:#F0F0F0; }

#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 #FCEACA;
	}

	#footer li.first { border: none; }

/* Admin Login
 * ------------------------------------------------------------------------- */

#admin {
	padding-bottom:10px;
	font:12px/15px Verdana, Arial, Helvetica, sans-serif;
	}

/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("images/nav.jpg") no-repeat; 
	width:884px; 
	height:49px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:49px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; }

#nav-01 { width: 78px; margin-left: 81px;}
#nav-02 { width: 96px;}
#nav-03 { width: 149px;}
#nav-04 { width: 148px;}
#nav-05 { width: 167px;}
#nav-06 { width: 90px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("images/nav.jpg") -81px -49px no-repeat; }
#nav-02 a:hover { background:url("images/nav.jpg") -159px -49px no-repeat; }
#nav-03 a:hover { background:url("images/nav.jpg") -255px -49px no-repeat; }
#nav-04 a:hover { background:url("images/nav.jpg") -404px -49px no-repeat; }
#nav-05 a:hover { background:url("images/nav.jpg") -552px -49px no-repeat; }
#nav-06 a:hover { background:url("images/nav.jpg") -719px -49px no-repeat; }

div#copyright {
	text-align: center;
	color: #FAF0BF;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

div#copyright a {
	font-size: 9px;
	color: #FAF0BF;
	font-weight: bold;
}
.copy {
	font-size: 11px;
	color: #FCEDB6;
}
.copy a {
	font-size: 11px;
	color: #FCEDB6;
}