/*--------------------- 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:#DCB460 url("bg-imgs/bg-body.jpg") top repeat-x;
	}
	


a:link,a:visited	{ color:#624116; font:12px/14px Arial, Helvetica, sans-serif; text-decoration:none; outline:none; }
a:hover,a:active	{ color:#624116; font:12px/14px Arial, Helvetica, sans-serif; text-decoration:none; outline:none; }
img { display:block; margin:0; padding:0; }
/* main structural elements
 * ------------------------------------------------------------------------------------- */

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

#masthead {
	height:174px;
	background:url("bg-imgs/header.jpg") no-repeat;
	position:relative;
	}
	#masthead a {
		position:absolute;
		top:34px;
		height:60px;
		left:12px;
		width:274px;
		}
	#masthead a span { display:none; }
		
	#case { display:block; }

#procedures {
	text-align: center;
	font:14px/18px Arial, Helvetica, sans-serif; 
	color:#624116;
	text-transform:capitalize;
	}
	
	#caption {
	text-align:center;
	font:14px/18px Arial, Helvetica, sans-serif; 
	color:#624116;
	}

#nav-gallery {
	background:url("bg-imgs/nav-back.jpg") no-repeat;
	font:12px/14px Arial, Helvetica, sans-serif;
	text-align:center;
	}



#selection {	
	text-align:center;
	padding-top:135px;
 	}

	select {
		background-color:#F6EFE5 !important; /* to prevent highlighting by Google Toolbar */
		border:1px solid #A79976;
		color:#624116;
		width:165px; /* 5 pixles smaller than form width !important */
		height:20px;
		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:14px;
		text-transform:capitalize;
		}




	
#disclaimer {
	position:relative;
	height:296px;
	background:url("bg-imgs/bg-disclaimer.jpg") left top no-repeat;
	}	
	
	#disclaimer a {	
		position:absolute;
		left:154px;
		width:347px;
		top:68px;
		height:128px; 
		}
	#disclaimer a span {
		display:none;
		}
#disclaimer-text {
	height:89px;
	background:url("bg-imgs/disclaimer-text.jpg") left top no-repeat;
	}	

#bottom-wrap-disclaimer {
	position:relative;
	height:120px;
	margin:0 auto;
	background:url("bg-imgs/bottom-wrap-disclaimer.jpg") left top no-repeat;
}
	#bottom-wrap-disclaimer a {	
		position:absolute;
		left:252px;
		top:-2px;
		width:101px;
		height:20px; 
		}
	#bottom-wrap-disclaimer a span {
		display:none;
		}


#bottom-wrap {
	position:relative;
	height:120px;
	margin:0 auto;
	background:url("bg-imgs/bottom-wrap.jpg") left top no-repeat;
}
	#bottom-wrap a {	
		position:absolute;
		left:252px;
		top:73px;
		width:101px;
		height:20px; 
		}
	#bottom-wrap a span {
		display:none;
		}
		
		

