/*--------------------- 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 { 
	text-align:center; 
	font:12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#563728;
	}

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

h1	{ font-size:1.2em; color:#000; }

a:link,a:visited	{ color:#CC0000; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#2f86af; text-decoration:underline; outline:none; }

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

body { 
	background:#F4EAD2;
	text-align:center; 
	font:11px/18px Arial, Helvetica, sans-serif; 
	color:#fff;
	}
	
blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:1.2em; color:#FFFF93; }

a:link,a:visited	{ color:#fff; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#FFFFD5; text-decoration:underline; outline:none; }


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

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

#masthead {
	height:128px;
	background:url("bg-imgs/header.jpg") no-repeat;
	position:relative;
	}
#masthead a {
	width:87px;
	height:19px;
	position:absolute;
	left: 19px;
	top: 109px;
	}
#masthead span {
	display:none;
	}

#procedures {
	height:25px;
	background:url("bg-imgs/bg-header.jpg") left top no-repeat;
	text-align: center;
	}
	#procedures h1 {
		font-size:1.2em; color:#5C571F;
		padding:20px 0 0 0;
		}
		
#disclaimer {
	position:relative;
	height:300px;
	background:url("bg-imgs/disclaimer.jpg") no-repeat;
	}
	#disclaimer a {
	position:absolute;
	left:353px;
	top:158px;
	width:142px;
	height:32px;
		}
	#disclaimer a span {
		display:none;
		}		
	
#case {
	width:550px;
	}
#caption {
	text-align:center;
	}

#menu {
	background:url("bg-imgs/bg-nav.jpg") no-repeat;
	text-align:center;
	padding:30px 0 0 0;
	color:#C5501C;
	}
	#menu a:link, #menu a:visited {
		color:#C5501C;
		text-decoration:underline;
		}
	#menu a:hover, #menu a:active {
		color:#C5501C;
		text-decoration:none;
		}

	select {
		background-color:#FCF6EA !important; /* to prevent highlighting by Google Toolbar */
		border:1px solid #C5501C;
		color:#5C571F;
		width:145px; /* 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:"Trebuchet MS", Arial, Helvetica, sans-serif; 
		font-size:1.0em;
		}

#bottom-wrap {
	height:36px;
	margin:0 auto;
	background:url("bg-imgs/bottom-wrap.jpg") left top no-repeat;
}

#before-after {
	background:url("bg-imgs/before-after.jpg") no-repeat;
	height:24px;
	margin:0 auto;
	}

