/*--------------------- 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 ----- */ 
body { 
	background:#270300 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/18px Arial, Helvetica, sans-serif; 
	color:#000000;
	font-weight:bold;
	}

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

h1, h2, h3	{ font-size:1.0em; color:#2d2106; }

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

a:link,a:visited	{ color:#2d2106; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#883A23; text-decoration:none; outline:none; }

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

.clear {
	clear:both;
	}

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

p.back-to-top {
	text-align:right;
	display:block;
	}
	
img.img-left { 
	float:left; 
	margin:0; 
	}
	
img.img-right { 
	float:right; 
	margin:0; 
	}

img.img-map {
	margin:0 0 20px 30px;
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	
/* ----- global form elements ----- */ 

form {
	width:154px;
	margin:0 0 18px 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 #404040;
	color:#404040;
	width:149px; /* 5 pixels smaller than form width !important */
	height:18px;
	line-height:18px;
	font-weight:bold;
	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:154px; 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("../images/bg-wrap.jpg") 34px 0 repeat-y;
	width:950px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:92px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:12px;
		width:416px;
		top:6px;
		height:83px; 
		}
	#masthead a span {
		display:none;
		}
	
#bottom-scroll {
	background:url("../images/bg-bottom.gif") bottom no-repeat;
	width:950px;
	}
body#about #bottom-scroll{
	padding-bottom:160px;
}	
body#contact #bottom-scroll{
	padding-bottom:160px;
}
body#thankyou #bottom-scroll{
	padding-bottom:160px;
}		
/* ----- column-left ----- */

#column-left {
	width:686px;
	float:left;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0 35px 18px 83px;
		}
	#column-left form { margin-left:83px; }
	
	/* single column list */
	#column-left ul { padding-left:0px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.gif") 0px 8px no-repeat;
			padding-left:20px; /* pushes text to the right to display bg img */
			line-height:24px;
			}
			
	#column-left ul li ul { margin:0 0 0 5px; }
	
	/* definition list */
	#column-left dl { padding-left:0px; }
		#column-left dl dt {
			font-weight:bold;
			}
		#column-left dl dd {
			background:transparent url("../images/bullet.gif") 0px 8px no-repeat;
			padding-left:20px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
/* ----- column-right ----- */

#column-right {
	width:264px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 76px 18px 31px;
		}
		
	#column-right form { margin-left:31px; }
	 
	/* single column list */
	#column-right ul { padding-left:0px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.gif") 0px 8px no-repeat;
			padding-left:20px;  /* pushes text to the right to display bg img */
			line-height:24px;
			}

	#column-right ul li ul { margin:0 0 0 5px; }
	
	/* definition list */
	#column-right dl { padding-left:0px; }
		#column-right dl dt {
			font-weight:bold;
			}
		#column-right dl dd {
			background:transparent url("../images/bullet.gif") 0px 8px no-repeat;
			padding-left:20px;  /* pushes text to the right to display bg img */
			margin-left:10px;
			}
		
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:59px;
	clear:both;
	width:950px;
	margin:0 auto; 
	}

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

#header-graphic { height:268px; background:url("../images/header-graphic.jpg"); } 

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

#subhead { height:79px; } /* sets height for all non-flash subheads */

	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#general #subhead { background:url("../images/subhead-general.jpg"); }
	body#cosmetic #subhead { background:url("../images/subhead-cosmetic.jpg"); }
	body#reconstructive #subhead { background:url("../images/subhead-reconstructive.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }


/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-ftrd-procedures {
	height:36px;
	background:url("../images/subhead-ftrd-procedures.jpg") right no-repeat;
	}

/* ------------------------ title framework with varying heights ------------------------- */
#title-qcontact {
	height:79px;
	background:url("../images/title-qcontact.gif") ;
	}

body#contact #title-qcontact, body#thankyou #title-qcontact {
	height:79px;
	background:url("../images/title-location.gif") ;
	}

#title-procedures {
	height:77px;
	background:url("../images/title-procedures.gif") ;
	}

/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:950px;
	margin:0 auto;
	text-align:center;
	color:#fff;
	}

#footer a { color:#fff; }

#footer p {
	margin:0 40px 18px 40px;
	}

#footer ul {margin-bottom:18px;}

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

/* Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:950px; 
	height:91px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:55px; display:block; } /* change height here also */

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

#nav-01 { width: 131px;}
#nav-02 { width: 98px;}
#nav-03 { width: 163px;}
#nav-04 { width: 175px;}
#nav-05 { width: 215px;}
#nav-06 { width: 158px;}


/*-------------- (-79px) X position of button / (-55px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg") 0px -91px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -131px -91px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -229px -91px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -392px -91px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -567px -91px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -782px -91px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg") 0px -91px no-repeat; }
body#about #nav-02 { background:url("../images/nav.jpg") -131px -91px no-repeat; }
body#general #nav-03 { background:url("../images/nav.jpg") -229px -91px no-repeat; }
body#cosmetic #nav-04 { background:url("../images/nav.jpg") -392px -91px no-repeat; }
body#reconstructive #nav-05 { background:url("../images/nav.jpg") -567px -91px no-repeat; }
body#contact #nav-06 { background:url("../images/nav.jpg") -782px -91px no-repeat; }


/*------------------ Smile Gallery Banner -------------------------*/

#smile-gallery {
	float:right;
	background:url("../images/bna.jpg");
	width:638px;
	height:228px;
	position:relative;
	}
	
	#smile-gallery a {
		position:absolute;
		width:381px;
		height:38px;
		left:30px;
		top:144px;
		}
		
		#smile-gallery span { display:none; }
		
/*------------------ Featured Procedures -------------------------*/		

#procedures-left {
	float:left;
	width:361px;
	}
	
	#procedures-left p, #procedures-left h2, #procedures-left h3 {
		margin:0 10px 18px 83px;
		}

#procedures-right {
	float:left;
	width:325px;
	}
	
	#procedures-right p, #procedures-right h2, #procedures-right h3 {
		margin:0 33px 18px 23px;
		}
		
/*------------------ Introduction ------------------------------*/

#introduction {
	background:url("../images/bg-intro.jpg") bottom right no-repeat;
	width:686px;
	padding-bottom:20px;
	}
