/*--------------------- 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:#5F0B2E url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

p.h1	 { font-size:1.2em; color:#243D17; font-weight:bold; }
p.h2	 { font-size:1.1em; color:#3B582B ; font-weight:bold; }
p.h3 	{ font-size:1.0em; color:#000000; font-weight:bold; }

p.h1 span, p.h2 span, p.h3 span	{ display:none; }

a:link,a:visited	{ color:#3B582B; text-decoration:underline; outline:none; font-weight:bold; }
a:hover,a:active	{ color:#000000; text-decoration:underline; outline:none; font-weight:bold; }

/* ----- 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 58px; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 58px 10px 10px; 
	}
	
strong.address { color:#3B582B; }

	
/* ----- global form elements ----- */ 

form {
	width:168px;
	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:#FFFFFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #373741;
	color:#373741;
	width:163px; /* 5 pixles smaller than form width !important */
	height:16px;
	line-height:16px;
	vertical-align: middle;
	margin-bottom:2px; /* 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:168px; padding:0; } /* same width as form - !important */

textarea { height:78px; overflow:auto; }

#contact-business { display: none; } /* do not remove */ 


/* ----- 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.text { width:375px; font-size:.80em; text-align:left; margin-left:50px; }
	
#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, input.submit-smiles { 
	width:60px;
	height:17px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:85px 0 0 242px; }
input.submit-smiles { margin:0 0 10px 242px; }


/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:760px;
	margin:0 auto;
	text-align:left;
	}
	
#wrap-qc-address {
	background:url("../images/bg-wrap-qc-address.jpg") repeat-y;
	width:760px;
	float:left;
	padding-top:20px;
	}
		
    #wrap-index-top {
	background:url("../images/bg-wrap-index-top.jpg") repeat-y;
	width:760px;
	float:left;
	}
			
/* ----- column-right ----- */

#content {
	width:760px;
	float:left;
	}

	#content p, #content h1, #content h2, #content h3, #content ul, #content dl {
		margin:0 58px 10px 58px;
		}
	#content form { margin-left:58px; }
	 
	/* single column list */
	#content ul { padding-left:5px; }
		#content ul li { 
			background:transparent url("../images/bullet.jpg") 0px 3px no-repeat;
			padding-left:15px;  /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#content ul.multi { padding-left:5px; margin-bottom:10px; } 
		#content ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 3px no-repeat;
			padding-left:15px;  /* pushes text to the right to display bg img */
			float:left;
			width:250px;
			line-height:20px; 
			}
	
	/* definition list */
	#content dl { padding-left:5px; float:left; }
		#content dl dt {
			font-weight:bold;
			color:#000000;
			width:150px;
			}
		#content dl dd {
			background:transparent url("../images/bullet.jpg") 0px 3px no-repeat;
			padding-left:15px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			width:150px;
			}
			
/* ----- new content_in start ----- */
#content_in {
	width:760px;
	float:left;
	}

	#content_in a:link, #content_in a:visited { color:#000000; text-decoration:none;font-weight:normal;}
	#content_in a:hover, #content_in a:active { color:#076CBA; text-decoration:none;font-weight:normal; }

	#content_in p, #content h1, #content h2, #content h3, #content ul, #content dl {
		margin:0 58px 10px 58px;
		}
	#content_in form { margin-left:58px; }
	 
	/* single column list */
	#content_in ul { padding-left:5px; }
		#content_in ul li { 
			background:transparent url("../images/bullet.jpg") 0px 3px no-repeat;
			padding-left:15px;  /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#content_in ul.multi { padding-left:5px; margin-bottom:10px; } 
		#content_in ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 3px no-repeat;
			padding-left:15px;  /* pushes text to the right to display bg img */
			float:left;
			width:250px;
			line-height:20px; 
			}
	
	/* definition list */
	#content_in dl { padding-left:5px; float:left; }
		#content_in dl dt {
			font-weight:bold;
			color:#000000;
			width:150px;
			}
		#content_in dl dd {
			background:transparent url("../images/bullet.jpg") 0px 3px no-repeat;
			padding-left:15px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			width:150px;
			}
			
/* ----- new content start ----- */

#content_n {
	width:760px;
	float:left;
	}

	#content_n p, #content_n h1, #content_n h2, #content_n h3, #content_n ul, #content_n dl {
		margin:0 10px 10px 10px;
		}
	#content_n form { margin-left:58px; }
	 
	/* single column list */
	#content_n ul { padding-left:5px; }
		#content_n ul li { 
			background:transparent url("../images/bullet.jpg") 0px 3px no-repeat;
			padding-left:15px;  /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#content_n ul.multi { padding-left:5px; margin-bottom:10px; } 
		#content_n ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 3px no-repeat;
			padding-left:15px;  /* pushes text to the right to display bg img */
			float:left;
			width:250px;
			line-height:20px; 
			}
	
	/* definition list */
	#content_n dl { padding-left:5px; float:left; }
		#content_n dl dt {
			font-weight:bold;
			color:#000000;
			width:150px;
			}
		#content_n dl dd {
			background:transparent url("../images/bullet.jpg") 0px 3px no-repeat;
			padding-left:15px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			width:150px;
			}	
			
	#content_n a.ct_n:link, #content_n a.ct_n:visited 
	{ color:#000000; text-decoration:none; font-weight:normal;}
	#content_n a.ct_n:hover, #content_n a.ct_n:active 
	{ color:#076CBA; text-decoration:none; font-weight:normal;}	
	
/* ----- new content end ----- */

/* ----- qc-left ----- */

#qc-left {
	width:460px;
	float:left;
	}
	
	#qc-left p, #qc-left h1, #qc-left h2, #qc-left h3, #qc-left ul, #qc-left dl {
		margin:0 44px 10px 58px;
		}
	#qc-left form { margin-left:74px; }
	
/* ----- address-right ----- */

#address-right {
	width:300px;
	float:left;
	}

	#address-right p, #address-right h1, #address-right h2, #address-right h3 {
		margin:0 58px 10px 44px;
		}
		
/* ----- smiles-for-life ----- */

#smiles-for-life {
	background:url("../images/bg-smiles-for-life.jpg") top left no-repeat;
	width:360px;
	height:155px;
	float:left;
	position:relative;
	}
	
	/* - #smiles-for-life a:link, #smiles-for-life a:visited 
	{ color:#3E161C; text-decoration:underline; }-- */
	/* -#smiles-for-life a:hover, #smiles-for-life a:active 
	{ color:#243D17; text-decoration:underline; }-- */
	
		  #smiles-for-life a:link, #smiles-for-life a:visited 
	{ color:#076CBA; text-decoration:underline; }
	#smiles-for-life a:hover, #smiles-for-life a:active 
	{ color:#000000; text-decoration:underline; }
	
	#smiles-for-life p.more {	
		margin:127px 20px 10px 19px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		text-align:right;
		color:#3E161C;
		font-weight:bold;
		}
		#smiles-for-life p.more a {	font-weight:bold; }
		
/* ----- practice-areas ----- */

#practice-areas_art {
	width:760px;
	float:left;
	position:relative;
	}

#practice-areas {
	background:url("../images/bg-practice-areas.jpg") top left no-repeat;
	width:400px;
	height:155px;
	float:left;
	position:relative;
	}

	#practice-areas ul {
		margin:0 0px 0 19px;
		}
	#practice-areas table.areas {margin-top:10px;}
	#practice-areas a:link, #practice-areas a:visited { color:#076CBA; text-decoration:underline; }
	#practice-areas a:hover, #practice-areas a:active { color:#000000; text-decoration:underline; }
	
	#practice-areas p.more {	
		margin:0 37px 10px 19px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		text-align:right;
		color:#076CBA;
		font-weight:bold;
		}
		#practice-areas p.more a {	font-weight:bold; }

	/* single column list */
	#practice-areas ul { padding-left:0; }
		#practice-areas ul li { 
			background:transparent url("../images/bullet-practice-areas.jpg") 0px 4px no-repeat;
			padding-left:20px;  /* pushes text to the right to display bg img */
			margin-bottom:2px;
			}
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:21px;
	clear:both;
	width:100%; /* fix for Safar */
	}

	
/* header framework
 * ------------------------------------------------------------------------- */

#header-graphic { height:295px; } /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	body#art #header-graphic { background:url("../images/header-art.jpg"); }
	body#article #header-graphic { background:url("../images/header-article.jpg"); }
	body#mryk #header-graphic { background:url("../images/header-mryk.jpg"); }
	body#ptyk #header-graphic { background:url("../images/header-ptyk.jpg"); }
	body#yzzz #header-graphic { background:url("../images/header-yzzz.jpg"); }
	body#zpdb #header-graphic { background:url("../images/header-zpdb.jpg"); }
	body#zsjs #header-graphic { background:url("../images/header-zsjs.jpg"); }
	


/* subhead framework
 * ------------------------------------------------------------------------- */

/* ------ 
#subhead { height:90px; }

	body#index #subhead { background:url("../images/subhead-welcome.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#cosmetic #subhead { background:url("../images/subhead-cosmetic.jpg"); }
	body#family #subhead { background:url("../images/subhead-family.jpg"); }
	body#gallery #subhead { background:url("../images/subhead-gallery.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }

 */

#subhead_index {height:90px; background:url("../images/subhead-index.jpg"); }
#subhead_art { height:90px; background:url("../images/subhead-art.jpg");} 
#subhead_article { height:90px; background:url("../images/subhead-article.jpg");} 
#subhead_mryk { height:90px; background:url("../images/subhead-mryk.jpg");} 
#subhead_ptyk { height:90px; background:url("../images/subhead-ptyk.jpg");} 
#subhead_yzzz { height:90px; background:url("../images/subhead-yzzz.jpg");} 
#subhead_zpdb { height:90px; background:url("../images/subhead-zpdb.jpg");} 
#subhead_zsjs { height:90px; background:url("../images/subhead-zsjs.jpg");} 

#subhead_index2 {height:90px; background:url("../images/subhead-index2.jpg"); }
/* sets height for all subheads */



/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:760px;
	margin:0 auto;
	text-align:center;
	}

#footer p, #footer ul {
	color:#FFFFFF;
	margin:0 58px 10px 58px;
	}

#footer a:link, #footer a:visited { color:#FFFFFF; text-decoration:none; }
#footer a:hover, #footer a:active { color:#FFFFFF; text-decoration:underline; }

#footer ul {margin-top: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 #FFFFFF;
	}

	#footer li.first { border: none; }

/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:760px; 
	height:33px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:33px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; display:inline; }

#nav-01 { width: 82px; margin-left: 8px;}
#nav-02 { width: 105px;}
#nav-03 { width: 105px;}
#nav-04 { width: 105px;}
#nav-05 { width: 105px;}
#nav-06 { width: 105px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")    -8px -33px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg")   -90px -33px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -190px -33px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -290px -33px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -390px -33px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -490px -33px no-repeat; }
