/*--------------------- Last Modified --> 2006.05.03 ---------------------*/
/*-----------------------------------------------------------------------*/


/* 
 ----------------------------------------------------------------------------
  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:#F3DBAF url("bg-img/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#562500;
	}

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


p.h1	{ font-size:1.2em; color:#562500; font-weight:bold; }

a:link,a:visited	{ color:#562500; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#9C6F2E; text-decoration:underline; outline:none; }

/* basic elements
 * ------------------------------------------------------------------------------------- */

body { 
	background:#F3DBAF url("bg-img/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:11px/18px Arial, Helvetica, sans-serif; 
	color:#562500;
	}
	
blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}



a:link,a:visited	{ color:#562500; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#9C6F2E; text-decoration:underline; outline:none; }


/* main structural elements
 * ------------------------------------------------------------------------------------- */

#wrap {
	width:616px;
	margin:0 auto;
	text-align:left;
	background:url("bg-img/bg-wrap.jpg") repeat-y;
	}

#masthead {
	position:relative;
	width:616px;
	height:80px;
	background:url("bg-img/header.jpg") no-repeat;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:33px;
		width:248px;
		top:6px;
		height:74px; 
		}
	#masthead a span {
		display:none;
		}		

#procedures {
	width:616px;
	height:20px;
	background:url("bg-img/procedure.jpg") left top no-repeat;
	text-align: center;
	}
	#procedures h1 {
		margin:5px 0 7px 0;
		}
	
#case {
	width:616px;
	}
#caption {margin: 10px 30px 10px 30px; text-align: center;}
#caption p {
	margin:0 50px 10px 50px;
	}
#ba { background: url("bg-img/before-after.jpg") top no-repeat; height: 20px;}
#menu {
	width:616px;
	text-align:center;
	margin: 5px 0 3px 0;
	}

	select {
		background-color:#F3DBAF !important; /* to prevent highlighting by Google Toolbar */
		border:1px solid #9C6F2E;
		color:#562500;
		width:225px; /* 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: Arial, Helvetica, sans-serif; 
		font-size:1.0em;
		}

#bottom-wrap {
	width:616px;
	height:20px;
	margin:0 auto;
	background:url("bg-img/footer.jpg") left top no-repeat;
}


